2024-08-22T20:25:18.5583478Z Current runner version: '2.319.1' 2024-08-22T20:25:18.5590100Z Runner name: '16-core-ubuntu_2118cd505f9e' 2024-08-22T20:25:18.5590940Z Runner group name: 'Default' 2024-08-22T20:25:18.5591728Z Machine name: 'runner' 2024-08-22T20:25:18.5606624Z ##[group]Operating System 2024-08-22T20:25:18.5607326Z Ubuntu 2024-08-22T20:25:18.5607651Z 22.04.4 2024-08-22T20:25:18.5608001Z LTS 2024-08-22T20:25:18.5608407Z ##[endgroup] 2024-08-22T20:25:18.5608771Z ##[group]Runner Image 2024-08-22T20:25:18.5609202Z Image: ubuntu-22.04 2024-08-22T20:25:18.5609659Z Version: 20240818.1.0 2024-08-22T20:25:18.5610637Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md 2024-08-22T20:25:18.5612116Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1 2024-08-22T20:25:18.5613073Z ##[endgroup] 2024-08-22T20:25:18.5627364Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:25:18.5629373Z Contents: read 2024-08-22T20:25:18.5629946Z Metadata: read 2024-08-22T20:25:18.5630558Z Packages: read 2024-08-22T20:25:18.5630920Z ##[endgroup] 2024-08-22T20:25:18.5633903Z Secret source: Actions 2024-08-22T20:25:18.5634502Z Prepare workflow directory 2024-08-22T20:25:18.6249385Z Prepare all required actions 2024-08-22T20:25:18.6405433Z Getting action download info 2024-08-22T20:25:18.7797847Z Download action repository 'actions/checkout@v2' (SHA:ee0669bd1cc54295c223e0bb666b733df41de1c5) 2024-08-22T20:25:18.9291192Z Download action repository 'actions/setup-python@v2' (SHA:e9aba2c848f5ebd159c070c61ea2c4e2b122355e) 2024-08-22T20:25:19.1780178Z Download action repository 'maxim-lobanov/setup-xcode@v1' (SHA:60606e260d2fc5762a71e64e74b2174e8ea3c8bd) 2024-08-22T20:25:19.4472207Z Complete job name: test-tinystories-executorch (16-core-ubuntu) 2024-08-22T20:25:19.5545613Z ##[group]Run actions/checkout@v2 2024-08-22T20:25:19.5546182Z with: 2024-08-22T20:25:19.5546581Z repository: pytorch/torchchat 2024-08-22T20:25:19.5547371Z token: *** 2024-08-22T20:25:19.5547775Z ssh-strict: true 2024-08-22T20:25:19.5548396Z persist-credentials: true 2024-08-22T20:25:19.5548962Z clean: true 2024-08-22T20:25:19.5549305Z fetch-depth: 1 2024-08-22T20:25:19.5549683Z lfs: false 2024-08-22T20:25:19.5550122Z submodules: false 2024-08-22T20:25:19.5550511Z set-safe-directory: true 2024-08-22T20:25:19.5550961Z ##[endgroup] 2024-08-22T20:25:19.6652244Z Syncing repository: pytorch/torchchat 2024-08-22T20:25:19.6654302Z ##[group]Getting Git version info 2024-08-22T20:25:19.6655170Z Working directory is '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:19.6656233Z [command]/usr/bin/git version 2024-08-22T20:25:19.6656818Z git version 2.46.0 2024-08-22T20:25:19.6666781Z ##[endgroup] 2024-08-22T20:25:19.6680111Z Temporarily overriding HOME='/home/runner/work/_temp/da07720f-8b24-4475-82c2-2d34924b5995' before making global git config changes 2024-08-22T20:25:19.6681794Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:25:19.6683639Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/torchchat/torchchat 2024-08-22T20:25:19.6721401Z Deleting the contents of '/home/runner/work/torchchat/torchchat' 2024-08-22T20:25:19.6724527Z ##[group]Initializing the repository 2024-08-22T20:25:19.6727090Z [command]/usr/bin/git init /home/runner/work/torchchat/torchchat 2024-08-22T20:25:19.6795325Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:25:19.6796760Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:25:19.6797834Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:25:19.6798551Z hint: 2024-08-22T20:25:19.6799319Z hint: git config --global init.defaultBranch 2024-08-22T20:25:19.6800294Z hint: 2024-08-22T20:25:19.6800952Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:25:19.6802159Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:25:19.6803216Z hint: 2024-08-22T20:25:19.6803797Z hint: git branch -m 2024-08-22T20:25:19.6804639Z Initialized empty Git repository in /home/runner/work/torchchat/torchchat/.git/ 2024-08-22T20:25:19.6807887Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:25:19.6840379Z ##[endgroup] 2024-08-22T20:25:19.6841235Z ##[group]Disabling automatic garbage collection 2024-08-22T20:25:19.6843274Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:25:19.6870938Z ##[endgroup] 2024-08-22T20:25:19.6871980Z ##[group]Setting up auth 2024-08-22T20:25:19.6876256Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:25:19.6904063Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:25:19.7238483Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:25:19.7266038Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:25:19.7511745Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:25:19.7545427Z ##[endgroup] 2024-08-22T20:25:19.7546586Z ##[group]Fetching the repository 2024-08-22T20:25:19.7553181Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9:refs/remotes/pull/1044/merge 2024-08-22T20:25:19.8956066Z remote: Enumerating objects: 237, done. 2024-08-22T20:25:19.8957717Z remote: Counting objects: 0% (1/237) 2024-08-22T20:25:19.8959130Z remote: Counting objects: 1% (3/237) 2024-08-22T20:25:19.8960250Z remote: Counting objects: 2% (5/237) 2024-08-22T20:25:19.8961200Z remote: Counting objects: 3% (8/237) 2024-08-22T20:25:19.8961874Z remote: Counting objects: 4% (10/237) 2024-08-22T20:25:19.8962780Z remote: Counting objects: 5% (12/237) 2024-08-22T20:25:19.8963850Z remote: Counting objects: 6% (15/237) 2024-08-22T20:25:19.8964586Z remote: Counting objects: 7% (17/237) 2024-08-22T20:25:19.8965216Z remote: Counting objects: 8% (19/237) 2024-08-22T20:25:19.8965950Z remote: Counting objects: 9% (22/237) 2024-08-22T20:25:19.8966550Z remote: Counting objects: 10% (24/237) 2024-08-22T20:25:19.8967187Z remote: Counting objects: 11% (27/237) 2024-08-22T20:25:19.8967901Z remote: Counting objects: 12% (29/237) 2024-08-22T20:25:19.8968522Z remote: Counting objects: 13% (31/237) 2024-08-22T20:25:19.8969171Z remote: Counting objects: 14% (34/237) 2024-08-22T20:25:19.8969893Z remote: Counting objects: 15% (36/237) 2024-08-22T20:25:19.8970490Z remote: Counting objects: 16% (38/237) 2024-08-22T20:25:19.8971111Z remote: Counting objects: 17% (41/237) 2024-08-22T20:25:19.8971790Z remote: Counting objects: 18% (43/237) 2024-08-22T20:25:19.8972355Z remote: Counting objects: 19% (46/237) 2024-08-22T20:25:19.8972986Z remote: Counting objects: 20% (48/237) 2024-08-22T20:25:19.8973670Z remote: Counting objects: 21% (50/237) 2024-08-22T20:25:19.8974239Z remote: Counting objects: 22% (53/237) 2024-08-22T20:25:19.8974857Z remote: Counting objects: 23% (55/237) 2024-08-22T20:25:19.8975517Z remote: Counting objects: 24% (57/237) 2024-08-22T20:25:19.8976085Z remote: Counting objects: 25% (60/237) 2024-08-22T20:25:19.8976709Z remote: Counting objects: 26% (62/237) 2024-08-22T20:25:19.8977374Z remote: Counting objects: 27% (64/237) 2024-08-22T20:25:19.8977941Z remote: Counting objects: 28% (67/237) 2024-08-22T20:25:19.8978800Z remote: Counting objects: 29% (69/237) 2024-08-22T20:25:19.8979504Z remote: Counting objects: 30% (72/237) 2024-08-22T20:25:19.8980088Z remote: Counting objects: 31% (74/237) 2024-08-22T20:25:19.8980708Z remote: Counting objects: 32% (76/237) 2024-08-22T20:25:19.8981387Z remote: Counting objects: 33% (79/237) 2024-08-22T20:25:19.8982007Z remote: Counting objects: 34% (81/237) 2024-08-22T20:25:19.8982576Z remote: Counting objects: 35% (83/237) 2024-08-22T20:25:19.8983237Z remote: Counting objects: 36% (86/237) 2024-08-22T20:25:19.9044233Z remote: Counting objects: 37% (88/237) 2024-08-22T20:25:19.9045530Z remote: Counting objects: 38% (91/237) 2024-08-22T20:25:19.9046412Z remote: Counting objects: 39% (93/237) 2024-08-22T20:25:19.9047157Z remote: Counting objects: 40% (95/237) 2024-08-22T20:25:19.9047889Z remote: Counting objects: 41% (98/237) 2024-08-22T20:25:19.9048582Z remote: Counting objects: 42% (100/237) 2024-08-22T20:25:19.9049258Z remote: Counting objects: 43% (102/237) 2024-08-22T20:25:19.9049936Z remote: Counting objects: 44% (105/237) 2024-08-22T20:25:19.9050578Z remote: Counting objects: 45% (107/237) 2024-08-22T20:25:19.9051203Z remote: Counting objects: 46% (110/237) 2024-08-22T20:25:19.9051849Z remote: Counting objects: 47% (112/237) 2024-08-22T20:25:19.9052456Z remote: Counting objects: 48% (114/237) 2024-08-22T20:25:19.9053035Z remote: Counting objects: 49% (117/237) 2024-08-22T20:25:19.9053630Z remote: Counting objects: 50% (119/237) 2024-08-22T20:25:19.9054244Z remote: Counting objects: 51% (121/237) 2024-08-22T20:25:19.9055082Z remote: Counting objects: 52% (124/237) 2024-08-22T20:25:19.9055757Z remote: Counting objects: 53% (126/237) 2024-08-22T20:25:19.9056333Z remote: Counting objects: 54% (128/237) 2024-08-22T20:25:19.9056925Z remote: Counting objects: 55% (131/237) 2024-08-22T20:25:19.9057597Z remote: Counting objects: 56% (133/237) 2024-08-22T20:25:19.9058135Z remote: Counting objects: 57% (136/237) 2024-08-22T20:25:19.9058704Z remote: Counting objects: 58% (138/237) 2024-08-22T20:25:19.9059358Z remote: Counting objects: 59% (140/237) 2024-08-22T20:25:19.9059893Z remote: Counting objects: 60% (143/237) 2024-08-22T20:25:19.9060469Z remote: Counting objects: 61% (145/237) 2024-08-22T20:25:19.9061134Z remote: Counting objects: 62% (147/237) 2024-08-22T20:25:19.9061661Z remote: Counting objects: 63% (150/237) 2024-08-22T20:25:19.9062339Z remote: Counting objects: 64% (152/237) 2024-08-22T20:25:19.9062987Z remote: Counting objects: 65% (155/237) 2024-08-22T20:25:19.9063564Z remote: Counting objects: 66% (157/237) 2024-08-22T20:25:19.9064179Z remote: Counting objects: 67% (159/237) 2024-08-22T20:25:19.9064809Z remote: Counting objects: 68% (162/237) 2024-08-22T20:25:19.9065376Z remote: Counting objects: 69% (164/237) 2024-08-22T20:25:19.9065909Z remote: Counting objects: 70% (166/237) 2024-08-22T20:25:19.9066530Z remote: Counting objects: 71% (169/237) 2024-08-22T20:25:19.9067086Z remote: Counting objects: 72% (171/237) 2024-08-22T20:25:19.9067624Z remote: Counting objects: 73% (174/237) 2024-08-22T20:25:19.9068600Z remote: Counting objects: 74% (176/237) 2024-08-22T20:25:19.9069198Z remote: Counting objects: 75% (178/237) 2024-08-22T20:25:19.9069732Z remote: Counting objects: 76% (181/237) 2024-08-22T20:25:19.9070397Z remote: Counting objects: 77% (183/237) 2024-08-22T20:25:19.9070977Z remote: Counting objects: 78% (185/237) 2024-08-22T20:25:19.9071519Z remote: Counting objects: 79% (188/237) 2024-08-22T20:25:19.9072154Z remote: Counting objects: 80% (190/237) 2024-08-22T20:25:19.9072733Z remote: Counting objects: 81% (192/237) 2024-08-22T20:25:19.9073444Z remote: Counting objects: 82% (195/237) 2024-08-22T20:25:19.9074083Z remote: Counting objects: 83% (197/237) 2024-08-22T20:25:19.9074655Z remote: Counting objects: 84% (200/237) 2024-08-22T20:25:19.9075282Z remote: Counting objects: 85% (202/237) 2024-08-22T20:25:19.9075823Z remote: Counting objects: 86% (204/237) 2024-08-22T20:25:19.9076379Z remote: Counting objects: 87% (207/237) 2024-08-22T20:25:19.9077005Z remote: Counting objects: 88% (209/237) 2024-08-22T20:25:19.9077558Z remote: Counting objects: 89% (211/237) 2024-08-22T20:25:19.9078132Z remote: Counting objects: 90% (214/237) 2024-08-22T20:25:19.9078754Z remote: Counting objects: 91% (216/237) 2024-08-22T20:25:19.9079304Z remote: Counting objects: 92% (219/237) 2024-08-22T20:25:19.9080161Z remote: Counting objects: 93% (221/237) 2024-08-22T20:25:19.9080921Z remote: Counting objects: 94% (223/237) 2024-08-22T20:25:19.9081491Z remote: Counting objects: 95% (226/237) 2024-08-22T20:25:19.9082060Z remote: Counting objects: 96% (228/237) 2024-08-22T20:25:19.9083107Z remote: Counting objects: 97% (230/237) 2024-08-22T20:25:19.9083693Z remote: Counting objects: 98% (233/237) 2024-08-22T20:25:19.9084214Z remote: Counting objects: 99% (235/237) 2024-08-22T20:25:19.9084867Z remote: Counting objects: 100% (237/237) 2024-08-22T20:25:19.9085471Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:25:19.9086075Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:25:19.9086832Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:25:19.9087597Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:25:19.9088340Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:25:19.9089098Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:25:19.9089835Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:25:19.9090610Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:25:19.9091313Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:25:19.9091957Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:25:19.9092591Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:25:19.9093480Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:25:19.9094471Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:25:19.9095246Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:25:19.9095983Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:25:19.9096783Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:25:19.9097786Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:25:19.9098681Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:25:19.9099643Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:25:19.9100244Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:25:19.9100892Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:25:19.9101651Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:25:19.9102241Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:25:19.9102862Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:25:19.9103746Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:25:19.9104460Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:25:19.9105121Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:25:19.9105703Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:25:19.9106269Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:25:19.9107116Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:25:19.9107747Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:25:19.9108588Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:25:19.9109327Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:25:19.9110536Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:25:19.9111138Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:25:19.9111829Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:25:19.9112402Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:25:19.9113183Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:25:19.9114147Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:25:19.9114867Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:25:19.9115519Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:25:19.9116167Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:25:19.9116709Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:25:19.9117290Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:25:19.9118253Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:25:19.9118802Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:25:19.9119411Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:25:19.9120083Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:25:19.9120616Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:25:19.9121347Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:25:19.9122101Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:25:19.9122683Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:25:19.9123207Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:25:19.9124119Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:25:19.9124985Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:25:19.9125752Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:25:19.9126442Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:25:19.9127030Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:25:19.9127582Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:25:19.9128214Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:25:19.9128804Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:25:19.9129623Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:25:19.9130357Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:25:19.9131277Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:25:19.9131965Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:25:19.9132659Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:25:19.9133234Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:25:19.9133774Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:25:19.9134440Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:25:19.9135002Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:25:19.9135651Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:25:19.9136203Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:25:19.9136768Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:25:19.9137417Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:25:19.9138002Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:25:19.9138830Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:25:19.9139513Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:25:19.9140196Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:25:19.9140885Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:25:19.9141807Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:25:19.9142603Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:25:19.9143359Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:25:19.9144362Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:25:19.9145225Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:25:19.9145975Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:25:19.9146684Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:25:19.9147265Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:25:19.9147972Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:25:19.9148654Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:25:19.9149220Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:25:19.9149758Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:25:19.9150427Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:25:19.9150953Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:25:19.9151542Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:25:19.9152167Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:25:19.9152707Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:25:19.9153272Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:25:19.9154108Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:25:19.9154960Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:25:19.9155534Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:25:19.9156193Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:25:19.9156731Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:25:19.9157343Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:25:19.9181968Z Receiving objects: 0% (1/237) 2024-08-22T20:25:19.9182521Z Receiving objects: 1% (3/237) 2024-08-22T20:25:19.9182947Z Receiving objects: 2% (5/237) 2024-08-22T20:25:19.9184348Z Receiving objects: 3% (8/237) 2024-08-22T20:25:19.9185409Z Receiving objects: 4% (10/237) 2024-08-22T20:25:19.9186118Z Receiving objects: 5% (12/237) 2024-08-22T20:25:19.9186693Z Receiving objects: 6% (15/237) 2024-08-22T20:25:19.9187200Z Receiving objects: 7% (17/237) 2024-08-22T20:25:19.9187653Z Receiving objects: 8% (19/237) 2024-08-22T20:25:19.9189901Z Receiving objects: 9% (22/237) 2024-08-22T20:25:19.9190408Z Receiving objects: 10% (24/237) 2024-08-22T20:25:19.9191139Z Receiving objects: 11% (27/237) 2024-08-22T20:25:19.9192111Z Receiving objects: 12% (29/237) 2024-08-22T20:25:19.9192581Z Receiving objects: 13% (31/237) 2024-08-22T20:25:19.9193037Z Receiving objects: 14% (34/237) 2024-08-22T20:25:19.9193586Z Receiving objects: 15% (36/237) 2024-08-22T20:25:19.9195606Z Receiving objects: 16% (38/237) 2024-08-22T20:25:19.9196210Z Receiving objects: 17% (41/237) 2024-08-22T20:25:19.9196801Z Receiving objects: 18% (43/237) 2024-08-22T20:25:19.9197212Z Receiving objects: 19% (46/237) 2024-08-22T20:25:19.9197682Z Receiving objects: 20% (48/237) 2024-08-22T20:25:19.9198223Z Receiving objects: 21% (50/237) 2024-08-22T20:25:19.9198636Z Receiving objects: 22% (53/237) 2024-08-22T20:25:19.9199073Z Receiving objects: 23% (55/237) 2024-08-22T20:25:19.9199594Z Receiving objects: 24% (57/237) 2024-08-22T20:25:19.9200002Z Receiving objects: 25% (60/237) 2024-08-22T20:25:19.9200568Z Receiving objects: 26% (62/237) 2024-08-22T20:25:19.9201529Z Receiving objects: 27% (64/237) 2024-08-22T20:25:19.9202096Z Receiving objects: 28% (67/237) 2024-08-22T20:25:19.9202543Z Receiving objects: 29% (69/237) 2024-08-22T20:25:19.9203081Z Receiving objects: 30% (72/237) 2024-08-22T20:25:19.9203487Z Receiving objects: 31% (74/237) 2024-08-22T20:25:19.9203939Z Receiving objects: 32% (76/237) 2024-08-22T20:25:19.9204691Z Receiving objects: 33% (79/237) 2024-08-22T20:25:19.9205430Z Receiving objects: 34% (81/237) 2024-08-22T20:25:19.9206199Z Receiving objects: 35% (83/237) 2024-08-22T20:25:19.9206676Z Receiving objects: 36% (86/237) 2024-08-22T20:25:19.9207110Z Receiving objects: 37% (88/237) 2024-08-22T20:25:19.9207605Z Receiving objects: 38% (91/237) 2024-08-22T20:25:19.9208038Z Receiving objects: 39% (93/237) 2024-08-22T20:25:19.9208766Z Receiving objects: 40% (95/237) 2024-08-22T20:25:19.9209254Z Receiving objects: 41% (98/237) 2024-08-22T20:25:19.9209694Z Receiving objects: 42% (100/237) 2024-08-22T20:25:19.9210162Z Receiving objects: 43% (102/237) 2024-08-22T20:25:19.9210895Z Receiving objects: 44% (105/237) 2024-08-22T20:25:19.9211752Z Receiving objects: 45% (107/237) 2024-08-22T20:25:19.9212390Z Receiving objects: 46% (110/237) 2024-08-22T20:25:19.9212883Z Receiving objects: 47% (112/237) 2024-08-22T20:25:19.9213346Z Receiving objects: 48% (114/237) 2024-08-22T20:25:19.9213979Z Receiving objects: 49% (117/237) 2024-08-22T20:25:19.9216966Z Receiving objects: 50% (119/237) 2024-08-22T20:25:19.9222356Z Receiving objects: 51% (121/237) 2024-08-22T20:25:19.9223670Z Receiving objects: 52% (124/237) 2024-08-22T20:25:19.9278352Z Receiving objects: 53% (126/237) 2024-08-22T20:25:19.9278894Z Receiving objects: 54% (128/237) 2024-08-22T20:25:19.9280077Z Receiving objects: 55% (131/237) 2024-08-22T20:25:19.9282059Z Receiving objects: 56% (133/237) 2024-08-22T20:25:19.9282555Z Receiving objects: 57% (136/237) 2024-08-22T20:25:19.9283007Z Receiving objects: 58% (138/237) 2024-08-22T20:25:19.9283512Z Receiving objects: 59% (140/237) 2024-08-22T20:25:19.9284195Z Receiving objects: 60% (143/237) 2024-08-22T20:25:19.9285031Z Receiving objects: 61% (145/237) 2024-08-22T20:25:19.9285950Z Receiving objects: 62% (147/237) 2024-08-22T20:25:19.9286741Z Receiving objects: 63% (150/237) 2024-08-22T20:25:19.9287409Z Receiving objects: 64% (152/237) 2024-08-22T20:25:19.9287952Z Receiving objects: 65% (155/237) 2024-08-22T20:25:19.9288393Z Receiving objects: 66% (157/237) 2024-08-22T20:25:19.9288838Z Receiving objects: 67% (159/237) 2024-08-22T20:25:19.9289350Z Receiving objects: 68% (162/237) 2024-08-22T20:25:19.9289939Z Receiving objects: 69% (164/237) 2024-08-22T20:25:19.9290409Z Receiving objects: 70% (166/237) 2024-08-22T20:25:19.9290935Z Receiving objects: 71% (169/237) 2024-08-22T20:25:19.9291344Z Receiving objects: 72% (171/237) 2024-08-22T20:25:19.9291802Z Receiving objects: 73% (174/237) 2024-08-22T20:25:19.9292325Z Receiving objects: 74% (176/237) 2024-08-22T20:25:19.9293168Z Receiving objects: 75% (178/237) 2024-08-22T20:25:19.9294002Z Receiving objects: 76% (181/237) 2024-08-22T20:25:19.9295045Z Receiving objects: 77% (183/237) 2024-08-22T20:25:19.9295912Z Receiving objects: 78% (185/237) 2024-08-22T20:25:19.9296773Z Receiving objects: 79% (188/237) 2024-08-22T20:25:19.9297673Z Receiving objects: 80% (190/237) 2024-08-22T20:25:19.9298163Z Receiving objects: 81% (192/237) 2024-08-22T20:25:19.9299192Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:25:19.9300036Z Receiving objects: 82% (195/237) 2024-08-22T20:25:19.9303151Z Receiving objects: 83% (197/237) 2024-08-22T20:25:19.9304342Z Receiving objects: 84% (200/237) 2024-08-22T20:25:19.9305760Z Receiving objects: 85% (202/237) 2024-08-22T20:25:19.9306483Z Receiving objects: 86% (204/237) 2024-08-22T20:25:19.9307082Z Receiving objects: 87% (207/237) 2024-08-22T20:25:19.9307742Z Receiving objects: 88% (209/237) 2024-08-22T20:25:19.9310595Z Receiving objects: 89% (211/237) 2024-08-22T20:25:19.9311160Z Receiving objects: 90% (214/237) 2024-08-22T20:25:19.9311793Z Receiving objects: 91% (216/237) 2024-08-22T20:25:19.9312279Z Receiving objects: 92% (219/237) 2024-08-22T20:25:19.9312944Z Receiving objects: 93% (221/237) 2024-08-22T20:25:19.9313748Z Receiving objects: 94% (223/237) 2024-08-22T20:25:19.9314228Z Receiving objects: 95% (226/237) 2024-08-22T20:25:19.9316067Z Receiving objects: 96% (228/237) 2024-08-22T20:25:19.9316599Z Receiving objects: 97% (230/237) 2024-08-22T20:25:19.9317194Z Receiving objects: 98% (233/237) 2024-08-22T20:25:19.9317758Z Receiving objects: 99% (235/237) 2024-08-22T20:25:19.9318276Z Receiving objects: 100% (237/237) 2024-08-22T20:25:19.9318819Z Receiving objects: 100% (237/237), 488.09 KiB | 34.86 MiB/s, done. 2024-08-22T20:25:19.9324825Z Resolving deltas: 0% (0/16) 2024-08-22T20:25:19.9325621Z Resolving deltas: 6% (1/16) 2024-08-22T20:25:19.9326125Z Resolving deltas: 12% (2/16) 2024-08-22T20:25:19.9326769Z Resolving deltas: 18% (3/16) 2024-08-22T20:25:19.9335313Z Resolving deltas: 25% (4/16) 2024-08-22T20:25:19.9336131Z Resolving deltas: 31% (5/16) 2024-08-22T20:25:19.9336740Z Resolving deltas: 37% (6/16) 2024-08-22T20:25:19.9337211Z Resolving deltas: 43% (7/16) 2024-08-22T20:25:19.9337676Z Resolving deltas: 56% (9/16) 2024-08-22T20:25:19.9338168Z Resolving deltas: 62% (10/16) 2024-08-22T20:25:19.9338636Z Resolving deltas: 68% (11/16) 2024-08-22T20:25:19.9339120Z Resolving deltas: 75% (12/16) 2024-08-22T20:25:19.9339595Z Resolving deltas: 81% (13/16) 2024-08-22T20:25:19.9340057Z Resolving deltas: 93% (15/16) 2024-08-22T20:25:19.9340538Z Resolving deltas: 100% (16/16) 2024-08-22T20:25:19.9341021Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:25:19.9401501Z From https://github.com/pytorch/torchchat 2024-08-22T20:25:19.9402655Z * [new ref] 0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9 -> pull/1044/merge 2024-08-22T20:25:19.9430144Z ##[endgroup] 2024-08-22T20:25:19.9431234Z ##[group]Determining the checkout info 2024-08-22T20:25:19.9432840Z ##[endgroup] 2024-08-22T20:25:19.9433677Z ##[group]Checking out the ref 2024-08-22T20:25:19.9435758Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:25:19.9581812Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:25:19.9582653Z 2024-08-22T20:25:19.9583288Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:25:19.9584499Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:25:19.9585497Z state without impacting any branches by switching back to a branch. 2024-08-22T20:25:19.9586307Z 2024-08-22T20:25:19.9586723Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:25:19.9588172Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:25:19.9588884Z 2024-08-22T20:25:19.9589405Z git switch -c 2024-08-22T20:25:19.9589993Z 2024-08-22T20:25:19.9590261Z Or undo this operation with: 2024-08-22T20:25:19.9590786Z 2024-08-22T20:25:19.9590935Z git switch - 2024-08-22T20:25:19.9591186Z 2024-08-22T20:25:19.9591577Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:25:19.9592129Z 2024-08-22T20:25:19.9592825Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:25:19.9594092Z ##[endgroup] 2024-08-22T20:25:19.9622714Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:25:19.9646581Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:25:19.9975651Z ##[group]Run actions/setup-python@v2 2024-08-22T20:25:19.9976374Z with: 2024-08-22T20:25:19.9976721Z python-version: 3.10.11 2024-08-22T20:25:19.9977352Z token: *** 2024-08-22T20:25:19.9977838Z ##[endgroup] 2024-08-22T20:25:20.1458363Z Version 3.10.11 was not found in the local cache 2024-08-22T20:25:20.4309911Z Version 3.10.11 is available for downloading 2024-08-22T20:25:20.4311089Z Download from "https://github.com/actions/python-versions/releases/download/3.10.11-4626646535/python-3.10.11-linux-22.04-x64.tar.gz" 2024-08-22T20:25:20.8710159Z Extract downloaded archive 2024-08-22T20:25:20.8814108Z [command]/usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/25a6bdb9-912d-4ef5-9b26-2c7ab8c704bb -f /home/runner/work/_temp/c4ca46b3-29b7-4bc4-aaae-6959e1b60e7d 2024-08-22T20:25:22.2409408Z Execute installation script 2024-08-22T20:25:22.2513863Z Check if Python hostedtoolcache folder exist... 2024-08-22T20:25:22.2514409Z Create Python 3.10.11 folder 2024-08-22T20:25:22.2526958Z Copy Python binaries to hostedtoolcache folder 2024-08-22T20:25:22.8233139Z Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action) 2024-08-22T20:25:22.8282723Z Upgrading pip... 2024-08-22T20:25:24.9402356Z Looking in links: /tmp/tmpvpc1_m1p 2024-08-22T20:25:24.9404824Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (65.5.0) 2024-08-22T20:25:24.9408600Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1) 2024-08-22T20:25:26.1084103Z Collecting pip 2024-08-22T20:25:26.1469112Z Downloading pip-24.2-py3-none-any.whl (1.8 MB) 2024-08-22T20:25:26.1986092Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 36.6 MB/s eta 0:00:00 2024-08-22T20:25:26.1986658Z 2024-08-22T20:25:26.2409088Z Installing collected packages: pip 2024-08-22T20:25:27.0609468Z Successfully installed pip-24.2 2024-08-22T20:25:27.1055743Z Create complete file 2024-08-22T20:25:27.1089485Z Successfully setup CPython (3.10.11) 2024-08-22T20:25:27.1297661Z ##[group]Run uname -a 2024-08-22T20:25:27.1298141Z uname -a 2024-08-22T20:25:27.1298658Z if [ $(uname -s) == Darwin ]; then 2024-08-22T20:25:27.1299158Z  sysctl machdep.cpu.brand_string 2024-08-22T20:25:27.1299651Z  sysctl machdep.cpu.core_count 2024-08-22T20:25:27.1300132Z fi 2024-08-22T20:25:27.2310197Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:27.2310617Z env: 2024-08-22T20:25:27.2311002Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:27.2311709Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:27.2312232Z ##[endgroup] 2024-08-22T20:25:27.2483307Z Linux runner 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:25:27.2535712Z ##[group]Run echo "Intalling pip3 packages" 2024-08-22T20:25:27.2536250Z echo "Intalling pip3 packages" 2024-08-22T20:25:27.2536684Z ./install_requirements.sh 2024-08-22T20:25:27.2537177Z  2024-08-22T20:25:27.2537507Z export TORCHCHAT_ROOT=$PWD 2024-08-22T20:25:27.2537914Z ./scripts/install_et.sh 2024-08-22T20:25:27.2538373Z  2024-08-22T20:25:27.2538689Z pip3 list 2024-08-22T20:25:27.2539278Z python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")' 2024-08-22T20:25:27.2540330Z python3 -c 'import torchvision;print(f"torchvision: {torchvision.__version__, torchvision.version.git_version}")' 2024-08-22T20:25:27.2541398Z python3 -c 'import torchaudio;print(f"torchaudio: {torchaudio.__version__, torchaudio.version.git_version}")' 2024-08-22T20:25:27.2542163Z  2024-08-22T20:25:27.2542434Z cd ../.. 2024-08-22T20:25:27.2542879Z echo "Inside: ${PWD}" 2024-08-22T20:25:27.2601869Z shell: /usr/bin/bash -e {0} 2024-08-22T20:25:27.2602379Z env: 2024-08-22T20:25:27.2602743Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:25:27.2603356Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:25:27.2603912Z ##[endgroup] 2024-08-22T20:25:27.2685850Z Intalling pip3 packages 2024-08-22T20:25:27.2824430Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:27.6861757Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:25:27.8320394Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:25:27.8416145Z Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:27.9049062Z Collecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:25:27.9086412Z Downloading gguf-0.9.1-py3-none-any.whl.metadata (3.3 kB) 2024-08-22T20:25:27.9684689Z Collecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:25:27.9865753Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-22T20:25:28.0124757Z Collecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:25:28.0186838Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-08-22T20:25:28.1169602Z Collecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:25:28.1223038Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:25:28.1443984Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 74.6 MB/s eta 0:00:00 2024-08-22T20:25:28.3709715Z Collecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:25:28.3770289Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2024-08-22T20:25:28.5872413Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 86.9 MB/s eta 0:00:00 2024-08-22T20:25:28.6312666Z Collecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:25:28.6355455Z Downloading lm_eval-0.4.2-py3-none-any.whl.metadata (30 kB) 2024-08-22T20:25:28.6972679Z Collecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:25:28.7026573Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:25:28.7329277Z Collecting tomli>=1.1.0 (from -r requirements.txt (line 19)) 2024-08-22T20:25:28.7378568Z Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-08-22T20:25:28.7885282Z Collecting wheel (from -r requirements.txt (line 22)) 2024-08-22T20:25:28.7921515Z Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:28.9408772Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:25:28.9441337Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) 2024-08-22T20:25:28.9883252Z Collecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:25:28.9912057Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl.metadata (5.3 kB) 2024-08-22T20:25:29.0457121Z Collecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:25:29.0501804Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-08-22T20:25:29.1405495Z Collecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:25:29.1444475Z Downloading streamlit-1.37.1-py2.py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:29.2406928Z Collecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:25:29.2438913Z Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:29.3413833Z Collecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.3477292Z Downloading accelerate-0.33.0-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:29.4379510Z Collecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.4421009Z Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:25:29.5170740Z Collecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.5212781Z Downloading datasets-2.21.0-py3-none-any.whl.metadata (21 kB) 2024-08-22T20:25:29.5926524Z Collecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.5960931Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:29.7014138Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.7068190Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.2 kB) 2024-08-22T20:25:29.7468664Z Collecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.7509794Z Downloading peft-0.12.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:29.7929316Z Collecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.8030302Z Downloading pybind11-2.13.5-py3-none-any.whl.metadata (9.5 kB) 2024-08-22T20:25:29.8621801Z Collecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.8660329Z Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-08-22T20:25:29.9204749Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:29.9236644Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:25:29.9345754Z Installing build dependencies: started 2024-08-22T20:25:31.4555316Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:31.4563134Z Getting requirements to build wheel: started 2024-08-22T20:25:31.6288257Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:31.6297805Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:31.7987271Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:31.8316288Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:31.8375877Z Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB) 2024-08-22T20:25:31.9420679Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:31.9450119Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:31.9791042Z Collecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:31.9869330Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:25:31.9965307Z Installing build dependencies: started 2024-08-22T20:25:33.4545357Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:33.4552300Z Getting requirements to build wheel: started 2024-08-22T20:25:33.6296109Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:33.6304881Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:33.8140395Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:33.9327940Z Collecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:33.9372157Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) 2024-08-22T20:25:33.9674764Z Collecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:33.9724928Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-08-22T20:25:34.0464164Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:34.0510576Z Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB) 2024-08-22T20:25:34.3684308Z Collecting zstandard (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:34.3725326Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-08-22T20:25:34.4151805Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:34.4206377Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:25:34.4711064Z Collecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:34.4784135Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:25:34.4841343Z Installing build dependencies: started 2024-08-22T20:25:35.9413575Z Installing build dependencies: finished with status 'done' 2024-08-22T20:25:35.9419294Z Getting requirements to build wheel: started 2024-08-22T20:25:36.0934101Z Getting requirements to build wheel: finished with status 'done' 2024-08-22T20:25:36.0942830Z Preparing metadata (pyproject.toml): started 2024-08-22T20:25:36.2569242Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:25:36.2962626Z Collecting more-itertools (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:36.2989275Z Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB) 2024-08-22T20:25:36.3693433Z Collecting filelock (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.3721385Z Downloading filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:25:36.4255201Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.4310881Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:25:36.5186065Z Collecting packaging>=20.9 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.5220524Z Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-22T20:25:36.6058910Z Collecting pyyaml>=5.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.6090466Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-08-22T20:25:36.6844674Z Collecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.6872163Z Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-22T20:25:36.7770084Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.7798532Z Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) 2024-08-22T20:25:36.8323342Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:36.8374025Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:25:37.3082774Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:25:37.3114784Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-08-22T20:25:37.3907794Z Collecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:25:37.3936309Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2024-08-22T20:25:37.5422415Z Collecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:37.5475103Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:25:37.5800913Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 63.1 MB/s eta 0:00:00 2024-08-22T20:25:37.6576808Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:37.6606725Z Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:25:37.8990323Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:25:37.9030807Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.7 kB) 2024-08-22T20:25:37.9535875Z Collecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:37.9566575Z Downloading altair-5.4.0-py3-none-any.whl.metadata (9.4 kB) 2024-08-22T20:25:38.0052712Z Collecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.0081924Z Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:38.0609954Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.0637663Z Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-22T20:25:38.1268823Z Collecting click<9,>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.1297887Z Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:25:38.3566480Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.3619954Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:25:38.4360720Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 180.0 MB/s eta 0:00:00 2024-08-22T20:25:38.7018257Z Collecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.7068463Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-22T20:25:38.9183672Z Collecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:38.9213324Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) 2024-08-22T20:25:39.0306690Z Collecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.0339639Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2024-08-22T20:25:39.1964167Z Collecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.2002002Z Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) 2024-08-22T20:25:39.2526327Z Collecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.2561114Z Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:25:39.2909542Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.2939775Z Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) 2024-08-22T20:25:39.3552527Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.3587462Z Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:39.3918592Z Collecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.3945573Z Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB) 2024-08-22T20:25:39.4798317Z Collecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.4826149Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl.metadata (38 kB) 2024-08-22T20:25:39.5277636Z Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:39.5342557Z Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:25:39.5790902Z Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:39.5844284Z Downloading https://download.pytorch.org/whl/nightly/Jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-22T20:25:39.6293956Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:25:39.6322036Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-08-22T20:25:39.7423705Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.7459992Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-08-22T20:25:39.9075027Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:39.9133697Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-08-22T20:25:39.9698932Z Collecting jsonschema>=3.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:39.9729480Z Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 2024-08-22T20:25:40.0436797Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:40.0468397Z Downloading narwhals-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2024-08-22T20:25:40.2086027Z Collecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.2126151Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-22T20:25:40.3083353Z Collecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.3145032Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-08-22T20:25:40.7205908Z Collecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:40.7236315Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) 2024-08-22T20:25:40.8112855Z Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:40.8141085Z Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB) 2024-08-22T20:25:40.8930233Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) 2024-08-22T20:25:40.8978897Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-22T20:25:40.9544075Z Collecting python-dateutil>=2.8.2 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:40.9571653Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-22T20:25:41.0309236Z Collecting pytz>=2020.1 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:41.0359980Z Downloading https://download.pytorch.org/whl/nightly/pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-08-22T20:25:41.0815755Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:41.0867758Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:25:41.2473269Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:41.2524923Z Downloading https://download.pytorch.org/whl/nightly/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) 2024-08-22T20:25:41.2929023Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:41.3004403Z Downloading https://download.pytorch.org/whl/nightly/idna-3.7-py3-none-any.whl (66 kB) 2024-08-22T20:25:41.4087094Z Collecting certifi>=2017.4.17 (from requests->huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:25:41.4115322Z Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-22T20:25:41.4610673Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:41.4642875Z Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) 2024-08-22T20:25:41.5109503Z Collecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:41.5135733Z Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:25:41.5545404Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.5572413Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-22T20:25:41.6358748Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.6388685Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:25:41.6905467Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.6950885Z Downloading https://download.pytorch.org/whl/nightly/six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-22T20:25:41.7369557Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.7397469Z Downloading portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) 2024-08-22T20:25:41.7678883Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.7709596Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-08-22T20:25:41.8143506Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.8191876Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:25:41.9634425Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:41.9661855Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-08-22T20:25:42.0191344Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.0217362Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-22T20:25:42.0609091Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.0644910Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-22T20:25:42.1282486Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.1312972Z Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB) 2024-08-22T20:25:42.1958479Z Collecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.2011828Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:25:42.2136933Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 154.6 MB/s eta 0:00:00 2024-08-22T20:25:42.2560886Z Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.2619507Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:25:42.5124385Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 94.7 MB/s eta 0:00:00 2024-08-22T20:25:42.5653815Z Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.5711319Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:25:42.5797172Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 95.6 MB/s eta 0:00:00 2024-08-22T20:25:42.6232949Z Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.6288042Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:25:42.7075661Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 182.2 MB/s eta 0:00:00 2024-08-22T20:25:42.7604405Z Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:42.7661963Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:25:45.7808179Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 147.5 MB/s eta 0:00:00 2024-08-22T20:25:46.2935240Z Collecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:46.2978316Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:25:48.2254613Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 189.9 MB/s eta 0:00:00 2024-08-22T20:25:48.5550268Z Collecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:48.5602533Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:25:49.2024261Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 189.9 MB/s eta 0:00:00 2024-08-22T20:25:49.3320745Z Collecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:49.3378600Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:25:49.6019351Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 215.3 MB/s eta 0:00:00 2024-08-22T20:25:49.6876663Z Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:49.6922627Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:25:50.2301877Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 231.7 MB/s eta 0:00:00 2024-08-22T20:25:50.3550234Z Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:50.3607095Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:25:51.2085408Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 231.7 MB/s eta 0:00:00 2024-08-22T20:25:51.3868186Z Collecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:51.3929949Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:25:52.2776049Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 199.7 MB/s eta 0:00:00 2024-08-22T20:25:52.4456588Z Collecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.4510997Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:25:52.5148112Z Collecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.5186213Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB) 2024-08-22T20:25:52.5828403Z Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.5858225Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-22T20:25:52.8386034Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.8422178Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-08-22T20:25:52.9103738Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:52.9135787Z Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:25:52.9547685Z Requirement already satisfied: setuptools>=38.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (65.5.0) 2024-08-22T20:25:53.0325406Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.0365215Z Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:25:53.1885823Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.1916054Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-08-22T20:25:53.2520907Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.2563900Z Downloading pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-22T20:25:53.2975058Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.3027744Z Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-22T20:25:53.3447588Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.3485067Z Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-08-22T20:25:53.3920011Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.3950683Z Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-08-22T20:25:53.4824144Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.4856163Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-22T20:25:53.5256266Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.5303763Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:25:53.6140802Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.6205645Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239 kB) 2024-08-22T20:25:53.8252963Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.8311370Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2024-08-22T20:25:53.9818402Z Collecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:53.9873959Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB) 2024-08-22T20:25:54.0153579Z Collecting async-timeout<5.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:54.0181474Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-08-22T20:25:54.0472992Z Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.0509427Z Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:25:54.0919750Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.0954769Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-08-22T20:25:54.1417360Z Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.1444866Z Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-22T20:25:54.3917974Z Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.3950451Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-08-22T20:25:54.4207502Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:25:54.4243072Z Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) 2024-08-22T20:25:54.4545534Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:54.4577314Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-22T20:25:54.6448655Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:25:54.6506758Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:25:54.6575547Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 73.2 MB/s eta 0:00:00 2024-08-22T20:25:54.7607690Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:25:54.7731101Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 138.9 MB/s eta 0:00:00 2024-08-22T20:25:54.7763586Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:25:54.7872018Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:25:54.7928000Z Downloading tiktoken-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:25:54.8026448Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 124.8 MB/s eta 0:00:00 2024-08-22T20:25:54.8075130Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:25:54.8146458Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:25:54.8192212Z Downloading wheel-0.44.0-py3-none-any.whl (67 kB) 2024-08-22T20:25:54.8277727Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:25:55.0340113Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 131.2 MB/s eta 0:00:00 2024-08-22T20:25:55.0372407Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:25:55.0481385Z Downloading zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:25:55.0606111Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 156.5 MB/s eta 0:00:00 2024-08-22T20:25:55.0680046Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:25:55.1434182Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 115.5 MB/s eta 0:00:00 2024-08-22T20:25:55.1476769Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:25:55.1537054Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:25:55.1607345Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:25:55.1681227Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 97.5 MB/s eta 0:00:00 2024-08-22T20:25:55.1709976Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:25:55.1755214Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:25:55.1801852Z Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-22T20:25:55.1965260Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:25:55.2033611Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 75.5 MB/s eta 0:00:00 2024-08-22T20:25:55.2061628Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:25:55.2112807Z Downloading filelock-3.15.4-py3-none-any.whl (16 kB) 2024-08-22T20:25:55.2164533Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:25:55.2226596Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:25:55.2317127Z Downloading lxml-4.9.4-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB) 2024-08-22T20:25:55.2896353Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 138.9 MB/s eta 0:00:00 2024-08-22T20:25:55.2927698Z Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-22T20:25:55.3035460Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:25:55.3094433Z Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-22T20:25:55.3354163Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 185.7 MB/s eta 0:00:00 2024-08-22T20:25:55.3383828Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:25:55.3467747Z Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB) 2024-08-22T20:25:55.5698768Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 181.4 MB/s eta 0:00:00 2024-08-22T20:25:55.5747571Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:25:55.5826056Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:25:55.6205762Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 196.4 MB/s eta 0:00:00 2024-08-22T20:25:55.6238644Z Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) 2024-08-22T20:25:55.6313192Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 113.1 MB/s eta 0:00:00 2024-08-22T20:25:55.6344196Z Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 kB) 2024-08-22T20:25:55.6496525Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.5/776.5 kB 60.9 MB/s eta 0:00:00 2024-08-22T20:25:55.6525460Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:25:55.6578312Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:25:55.6637490Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:25:55.6726279Z Downloading scikit_learn-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB) 2024-08-22T20:25:55.7686300Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 140.4 MB/s eta 0:00:00 2024-08-22T20:25:55.7713742Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:25:55.7761917Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:25:55.7810317Z Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB) 2024-08-22T20:26:00.6777607Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.2/797.2 MB 112.5 MB/s eta 0:00:00 2024-08-22T20:26:00.6820844Z Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:26:01.7347062Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 199.4 MB/s eta 0:00:00 2024-08-22T20:26:01.7397887Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:26:01.7469046Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:26:01.7525134Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:26:01.8131758Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 160.1 MB/s eta 0:00:00 2024-08-22T20:26:01.8159917Z Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) 2024-08-22T20:26:01.8220178Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:26:01.8273805Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:26:01.8340159Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:26:01.8386795Z Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB) 2024-08-22T20:26:01.8454658Z Downloading numexpr-2.10.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (405 kB) 2024-08-22T20:26:01.8526780Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:26:01.8606249Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:26:01.8659153Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2024-08-22T20:26:01.9004101Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 167.4 MB/s eta 0:00:00 2024-08-22T20:26:01.9031391Z Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-22T20:26:01.9078514Z Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-22T20:26:01.9146512Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:26:01.9196924Z Downloading aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-22T20:26:01.9308261Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 135.4 MB/s eta 0:00:00 2024-08-22T20:26:01.9335122Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:26:01.9402908Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:26:01.9473362Z Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) 2024-08-22T20:26:01.9522551Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:26:01.9568486Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:26:01.9612137Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:26:01.9675935Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:26:01.9719893Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:26:01.9811287Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 144.4 MB/s eta 0:00:00 2024-08-22T20:26:01.9844797Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-22T20:26:01.9903252Z Downloading safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:26:01.9987456Z Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:26:02.2158003Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 191.2 MB/s eta 0:00:00 2024-08-22T20:26:02.2215909Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:26:02.2273072Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:26:02.2329717Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:26:02.2378620Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:26:02.2428205Z Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:26:02.2680556Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 148.1 MB/s eta 0:00:00 2024-08-22T20:26:02.2710827Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:26:02.2760395Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:26:02.2817357Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:26:02.2973065Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 123.2 MB/s eta 0:00:00 2024-08-22T20:26:02.3002792Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:02.3048138Z Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) 2024-08-22T20:26:02.3106337Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:26:02.3428592Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 200.1 MB/s eta 0:00:00 2024-08-22T20:26:02.3460413Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:26:02.3538900Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:26:02.3583803Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-08-22T20:26:02.3638778Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-08-22T20:26:02.3699505Z Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-08-22T20:26:02.3745601Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:26:02.3838337Z Downloading referencing-0.35.1-py3-none-any.whl (26 kB) 2024-08-22T20:26:02.3919363Z Downloading rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354 kB) 2024-08-22T20:26:02.4071572Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:26:02.4123739Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:26:02.5091045Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 207.3 MB/s eta 0:00:00 2024-08-22T20:26:03.5685136Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2024-08-22T20:26:03.5694835Z Building wheel for rouge-score (pyproject.toml): started 2024-08-22T20:26:03.7699114Z Building wheel for rouge-score (pyproject.toml): finished with status 'done' 2024-08-22T20:26:03.7705914Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=312eea244a09be2751cb04940456976fda28c67acd6f5c6a94cee3551aa21c5c 2024-08-22T20:26:03.7707558Z Stored in directory: /home/runner/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-08-22T20:26:03.7729348Z Building wheel for sqlitedict (pyproject.toml): started 2024-08-22T20:26:03.9838378Z Building wheel for sqlitedict (pyproject.toml): finished with status 'done' 2024-08-22T20:26:03.9844648Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16863 sha256=7fd45145fda36e8cfa544992aa44e208f2cf70a24af46670967f1732153ae3dc 2024-08-22T20:26:03.9846577Z Stored in directory: /home/runner/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-08-22T20:26:03.9867344Z Building wheel for word2number (pyproject.toml): started 2024-08-22T20:26:04.1750096Z Building wheel for word2number (pyproject.toml): finished with status 'done' 2024-08-22T20:26:04.1756755Z Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5567 sha256=10a5a019200a6df7a2c9b6cbeaaa7d082424b3478cc14defce57461b17797957 2024-08-22T20:26:04.1758717Z Stored in directory: /home/runner/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2024-08-22T20:26:04.1771914Z Successfully built rouge-score sqlitedict word2number 2024-08-22T20:26:05.0603586Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, pytz, ninja, mpmath, zstandard, xxhash, wheel, watchdog, urllib3, tzdata, typing-extensions, tqdm, tornado, tomli, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, six, safetensors, rpds-py, regex, pyyaml, pygments, pycryptodomex, pybind11, psutil, protobuf, portalocker, pillow, pathvalidate, packaging, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, more-itertools, mdurl, MarkupSafe, lxml, joblib, itsdangerous, idna, fsspec, frozenlist, filelock, dill, colorama, cmake, click, charset-normalizer, chardet, certifi, cachetools, blinker, attrs, async-timeout, aiohappyeyeballs, absl-py, yarl, Werkzeug, triton, tqdm-multiprocess, snakeviz, scipy, sacrebleu, requests, referencing, python-dateutil, pyarrow, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, mbstrdecoder, markdown-it-py, jsonlines, Jinja2, gitdb, gguf, blobfile, aiosignal, typepy, tiktoken, scikit-learn, rouge-score, rich, pydeck, pandas, nvidia-cusolver-cu12, jsonschema-specifications, huggingface_hub, gitpython, flask, aiohttp, torch, tokenizers, jsonschema, transformers, datasets, DataProperty, altair, accelerate, tabledata, streamlit, peft, evaluate, pytablewriter, lm-eval 2024-08-22T20:27:12.8315493Z Successfully installed DataProperty-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.5 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 async-timeout-4.0.3 attrs-24.2.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 certifi-2024.7.4 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 filelock-3.15.4 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 idna-3.7 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 more-itertools-10.4.0 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 packaging-24.1 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 psutil-6.0.0 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.2 referencing-0.35.1 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 rpds-py-0.20.0 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 six-1.16.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 tomli-2.0.1 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 urllib3-2.2.2 watchdog-4.0.2 wheel-0.44.0 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstandard-0.23.0 zstd-1.5.5.1 2024-08-22T20:27:13.1440004Z 2024-08-22T20:27:13.1440810Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:13.1441786Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:14.6192605Z + pip3 uninstall -y triton 2024-08-22T20:27:15.0160145Z Found existing installation: triton 3.0.0 2024-08-22T20:27:15.0297060Z Uninstalling triton-3.0.0: 2024-08-22T20:27:15.0334284Z Successfully uninstalled triton-3.0.0 2024-08-22T20:27:15.1723600Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cpu torch==2.5.0.dev20240814 2024-08-22T20:27:15.5978410Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:27:15.8352983Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:27:15.8410064Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240814%2Bcpu-cp310-cp310-linux_x86_64.whl (173.5 MB) 2024-08-22T20:27:16.6028365Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.5/173.5 MB 228.6 MB/s eta 0:00:00 2024-08-22T20:27:16.8094894Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.15.4) 2024-08-22T20:27:16.8101382Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:27:16.8105949Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:27:16.8111504Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:27:16.8116769Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:27:16.8561672Z Collecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:27:16.8607793Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:27:16.8930030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 202.4 MB/s eta 0:00:00 2024-08-22T20:27:16.9091079Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:27:16.9513790Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.5) 2024-08-22T20:27:17.5403113Z Installing collected packages: sympy, torch 2024-08-22T20:27:17.5404589Z Attempting uninstall: sympy 2024-08-22T20:27:17.5416368Z Found existing installation: sympy 1.13.2 2024-08-22T20:27:17.6770901Z Uninstalling sympy-1.13.2: 2024-08-22T20:27:17.9008103Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:27:22.8295476Z Attempting uninstall: torch 2024-08-22T20:27:22.8307604Z Found existing installation: torch 2.4.0 2024-08-22T20:27:23.1786450Z Uninstalling torch-2.4.0: 2024-08-22T20:27:23.2399386Z Successfully uninstalled torch-2.4.0 2024-08-22T20:27:32.8656423Z Successfully installed sympy-1.13.1 torch-2.5.0.dev20240814+cpu 2024-08-22T20:27:32.8953972Z 2024-08-22T20:27:32.8954591Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:27:32.8958147Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:27:33.0054931Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:33.4278885Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:33.4284791Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-ijca1bym 2024-08-22T20:27:33.4313201Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-ijca1bym 2024-08-22T20:27:33.9647100Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:27:33.9677902Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:34.0464946Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:34.2307343Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:27:34.2344822Z Preparing metadata (setup.py): started 2024-08-22T20:27:36.6233529Z Preparing metadata (setup.py): finished with status 'done' 2024-08-22T20:27:36.6271697Z Building wheels for collected packages: torchao 2024-08-22T20:27:36.6334689Z Building wheel for torchao (setup.py): started 2024-08-22T20:28:04.0003889Z Building wheel for torchao (setup.py): finished with status 'done' 2024-08-22T20:28:04.0051663Z Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp310-cp310-linux_x86_64.whl size=3666697 sha256=6f65d8b482c01cf5e984ffe2210966bd98ef62d4a1b040da09c40a9ba053f834 2024-08-22T20:28:04.0053944Z Stored in directory: /home/runner/.cache/pip/wheels/14/74/97/48f38f0ed345915878934030a4f26ab5c877ef47ce1b5c4c09 2024-08-22T20:28:04.0084488Z Successfully built torchao 2024-08-22T20:28:04.5443315Z Installing collected packages: torchao 2024-08-22T20:28:04.8079493Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:28:04.8376885Z 2024-08-22T20:28:04.8377714Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:04.8378820Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:04.9242073Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:28:04.9253577Z + source ./scripts/install_utils.sh 2024-08-22T20:28:04.9254442Z ++ set -ex pipefail 2024-08-22T20:28:04.9257003Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-08-22T20:28:04.9259886Z + '[' '' == '' ']' 2024-08-22T20:28:04.9260403Z + ET_BUILD_DIR=et-build 2024-08-22T20:28:04.9261240Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:28:04.9261677Z + pushd /home/runner/work/torchchat/torchchat 2024-08-22T20:28:04.9262251Z + find_cmake_prefix_path 2024-08-22T20:28:04.9262875Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:28:04.9263602Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:05.1241872Z + path=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages 2024-08-22T20:28:05.1243017Z Intalling common pip packages 2024-08-22T20:28:05.1244006Z + MY_CMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages 2024-08-22T20:28:05.1244843Z + install_pip_dependencies 2024-08-22T20:28:05.1245508Z + echo 'Intalling common pip packages' 2024-08-22T20:28:05.1246208Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:28:05.5458315Z Requirement already satisfied: wheel in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (0.44.0) 2024-08-22T20:28:05.5461784Z Requirement already satisfied: cmake>=3.19 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (3.30.2) 2024-08-22T20:28:05.5466189Z Requirement already satisfied: ninja in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (1.11.1.1) 2024-08-22T20:28:05.5470014Z Requirement already satisfied: zstd in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (1.5.5.1) 2024-08-22T20:28:06.1198185Z 2024-08-22T20:28:06.1198889Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:06.1200088Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:06.1712684Z + pushd /home/runner/work/torchchat/torchchat 2024-08-22T20:28:06.1713675Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:06.1714938Z + pip3 install -r ./requirements.txt 2024-08-22T20:28:06.6038179Z Requirement already satisfied: huggingface_hub in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 4)) (0.24.6) 2024-08-22T20:28:06.6040824Z Requirement already satisfied: gguf in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 7)) (0.9.1) 2024-08-22T20:28:06.6045560Z Requirement already satisfied: tiktoken in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (0.7.0) 2024-08-22T20:28:06.6049696Z Requirement already satisfied: snakeviz in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (2.2.0) 2024-08-22T20:28:06.6053614Z Requirement already satisfied: sentencepiece in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 14)) (0.2.0) 2024-08-22T20:28:06.6059472Z Requirement already satisfied: numpy<2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (1.26.4) 2024-08-22T20:28:06.6065108Z Requirement already satisfied: lm-eval==0.4.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:28:06.6069367Z Requirement already satisfied: blobfile in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 18)) (2.1.1) 2024-08-22T20:28:06.6074912Z Requirement already satisfied: tomli>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 19)) (2.0.1) 2024-08-22T20:28:06.6078297Z Requirement already satisfied: wheel in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 22)) (0.44.0) 2024-08-22T20:28:06.6083534Z Requirement already satisfied: cmake>=3.24 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 23)) (3.30.2) 2024-08-22T20:28:06.6087234Z Requirement already satisfied: ninja in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (1.11.1.1) 2024-08-22T20:28:06.6090678Z Requirement already satisfied: zstd in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (1.5.5.1) 2024-08-22T20:28:06.6094260Z Requirement already satisfied: streamlit in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 28)) (1.37.1) 2024-08-22T20:28:06.6097688Z Requirement already satisfied: flask in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from -r ./requirements.txt (line 31)) (3.0.3) 2024-08-22T20:28:06.6278152Z Requirement already satisfied: accelerate>=0.21.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.33.0) 2024-08-22T20:28:06.6282069Z Requirement already satisfied: evaluate in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:28:06.6286738Z Requirement already satisfied: datasets>=2.16.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.0) 2024-08-22T20:28:06.6291935Z Requirement already satisfied: jsonlines in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:28:06.6295354Z Requirement already satisfied: numexpr in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:28:06.6299768Z Requirement already satisfied: peft>=0.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.12.0) 2024-08-22T20:28:06.6304217Z Requirement already satisfied: pybind11>=2.6.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.13.5) 2024-08-22T20:28:06.6307982Z Requirement already satisfied: pytablewriter in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.2.0) 2024-08-22T20:28:06.6312630Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.2) 2024-08-22T20:28:06.6317051Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.3) 2024-08-22T20:28:06.6321307Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.5.1) 2024-08-22T20:28:06.6324800Z Requirement already satisfied: sqlitedict in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:28:06.6329594Z Requirement already satisfied: torch>=1.8 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.5.0.dev20240814+cpu) 2024-08-22T20:28:06.6333093Z Requirement already satisfied: tqdm-multiprocess in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.0.11) 2024-08-22T20:28:06.6337468Z Requirement already satisfied: transformers>=4.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.44.2) 2024-08-22T20:28:06.6340926Z Requirement already satisfied: zstandard in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.23.0) 2024-08-22T20:28:06.6344472Z Requirement already satisfied: dill in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.3.8) 2024-08-22T20:28:06.6348770Z Requirement already satisfied: word2number in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1) 2024-08-22T20:28:06.6352401Z Requirement already satisfied: more-itertools in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.4.0) 2024-08-22T20:28:06.6692292Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (3.15.4) 2024-08-22T20:28:06.6697129Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2024.6.1) 2024-08-22T20:28:06.6701977Z Requirement already satisfied: packaging>=20.9 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (24.1) 2024-08-22T20:28:06.6707034Z Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (6.0.2) 2024-08-22T20:28:06.6710686Z Requirement already satisfied: requests in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2.32.3) 2024-08-22T20:28:06.6715204Z Requirement already satisfied: tqdm>=4.42.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.66.5) 2024-08-22T20:28:06.6719750Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.12.2) 2024-08-22T20:28:06.6750146Z Requirement already satisfied: regex>=2022.1.18 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from tiktoken->-r ./requirements.txt (line 10)) (2024.7.24) 2024-08-22T20:28:06.6764318Z Requirement already satisfied: tornado>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from snakeviz->-r ./requirements.txt (line 13)) (6.4.1) 2024-08-22T20:28:06.6811699Z Requirement already satisfied: pycryptodomex~=3.8 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from blobfile->-r ./requirements.txt (line 18)) (3.20.0) 2024-08-22T20:28:06.6816489Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from blobfile->-r ./requirements.txt (line 18)) (2.2.2) 2024-08-22T20:28:06.6822027Z Requirement already satisfied: lxml~=4.9 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from blobfile->-r ./requirements.txt (line 18)) (4.9.4) 2024-08-22T20:28:06.6941279Z Requirement already satisfied: altair<6,>=4.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.4.0) 2024-08-22T20:28:06.6946010Z Requirement already satisfied: blinker<2,>=1.0.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (1.8.2) 2024-08-22T20:28:06.6951017Z Requirement already satisfied: cachetools<6,>=4.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.5.0) 2024-08-22T20:28:06.6955538Z Requirement already satisfied: click<9,>=7.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.1.7) 2024-08-22T20:28:06.6962551Z Requirement already satisfied: pandas<3,>=1.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (2.2.2) 2024-08-22T20:28:06.6967003Z Requirement already satisfied: pillow<11,>=7.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (10.4.0) 2024-08-22T20:28:06.6971478Z Requirement already satisfied: protobuf<6,>=3.20 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.27.3) 2024-08-22T20:28:06.6976416Z Requirement already satisfied: pyarrow>=7.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (17.0.0) 2024-08-22T20:28:06.6982152Z Requirement already satisfied: rich<14,>=10.14.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (13.7.1) 2024-08-22T20:28:06.6986688Z Requirement already satisfied: tenacity<9,>=8.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.5.0) 2024-08-22T20:28:06.6991557Z Requirement already satisfied: toml<2,>=0.10.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.10.2) 2024-08-22T20:28:06.6997795Z Requirement already satisfied: gitpython!=3.1.19,<4,>=3.0.7 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (3.1.43) 2024-08-22T20:28:06.7001923Z Requirement already satisfied: pydeck<1,>=0.8.0b4 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.9.1) 2024-08-22T20:28:06.7009181Z Requirement already satisfied: watchdog<5,>=2.1.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from streamlit->-r ./requirements.txt (line 28)) (4.0.2) 2024-08-22T20:28:06.7038238Z Requirement already satisfied: Werkzeug>=3.0.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from flask->-r ./requirements.txt (line 31)) (3.0.4) 2024-08-22T20:28:06.7042529Z Requirement already satisfied: Jinja2>=3.1.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from flask->-r ./requirements.txt (line 31)) (3.1.4) 2024-08-22T20:28:06.7046848Z Requirement already satisfied: itsdangerous>=2.1.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from flask->-r ./requirements.txt (line 31)) (2.2.0) 2024-08-22T20:28:06.7198576Z Requirement already satisfied: psutil in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (6.0.0) 2024-08-22T20:28:06.7206434Z Requirement already satisfied: safetensors>=0.3.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.4) 2024-08-22T20:28:06.7280737Z Requirement already satisfied: jsonschema>=3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (4.23.0) 2024-08-22T20:28:06.7285716Z Requirement already satisfied: narwhals>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (1.5.2) 2024-08-22T20:28:06.7789684Z Requirement already satisfied: xxhash in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:28:06.7793373Z Requirement already satisfied: multiprocess in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.70.16) 2024-08-22T20:28:06.7805138Z Requirement already satisfied: aiohttp in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.10.5) 2024-08-22T20:28:06.8488019Z Requirement already satisfied: gitdb<5,>=4.0.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (4.0.11) 2024-08-22T20:28:06.8521563Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 31)) (2.1.5) 2024-08-22T20:28:06.8886473Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:28:06.8890865Z Requirement already satisfied: pytz>=2020.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:28:06.8896379Z Requirement already satisfied: tzdata>=2022.7 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:28:06.9169282Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (3.3.2) 2024-08-22T20:28:06.9174883Z Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (3.7) 2024-08-22T20:28:06.9180564Z Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:28:06.9212808Z Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (3.0.0) 2024-08-22T20:28:06.9217824Z Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (2.18.0) 2024-08-22T20:28:06.9240398Z Requirement already satisfied: absl-py in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:28:06.9244621Z Requirement already satisfied: nltk in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.9.1) 2024-08-22T20:28:06.9252273Z Requirement already satisfied: six>=1.14.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.16.0) 2024-08-22T20:28:06.9300333Z Requirement already satisfied: portalocker in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:28:06.9306286Z Requirement already satisfied: tabulate>=0.8.9 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.9.0) 2024-08-22T20:28:06.9313212Z Requirement already satisfied: colorama in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.6) 2024-08-22T20:28:06.9444388Z Requirement already satisfied: scipy>=1.6.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.14.1) 2024-08-22T20:28:06.9449721Z Requirement already satisfied: joblib>=1.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.2) 2024-08-22T20:28:06.9454881Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:28:06.9533804Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.3) 2024-08-22T20:28:06.9543339Z Requirement already satisfied: sympy==1.13.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.13.1) 2024-08-22T20:28:06.9573338Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sympy==1.13.1->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.0) 2024-08-22T20:28:07.1474991Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers>=4.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.1) 2024-08-22T20:28:07.1594409Z Requirement already satisfied: attrs>=19.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jsonlines->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (24.2.0) 2024-08-22T20:28:07.1840765Z Requirement already satisfied: setuptools>=38.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (65.5.0) 2024-08-22T20:28:07.1845692Z Requirement already satisfied: DataProperty<2,>=1.0.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.0.1) 2024-08-22T20:28:07.1850924Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1.3) 2024-08-22T20:28:07.1855006Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.2.0) 2024-08-22T20:28:07.1860151Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.3) 2024-08-22T20:28:07.1864975Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.6) 2024-08-22T20:28:07.1870125Z Requirement already satisfied: typepy<2,>=1.3.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.2) 2024-08-22T20:28:07.2224952Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.0) 2024-08-22T20:28:07.2229429Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.1) 2024-08-22T20:28:07.2235465Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.1) 2024-08-22T20:28:07.2240609Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (6.0.5) 2024-08-22T20:28:07.2245525Z Requirement already satisfied: yarl<2.0,>=1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.9.4) 2024-08-22T20:28:07.2252254Z Requirement already satisfied: async-timeout<5.0,>=4.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.3) 2024-08-22T20:28:07.2280043Z Requirement already satisfied: smmap<6,>=3.0.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (5.0.1) 2024-08-22T20:28:07.2375631Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (2023.12.1) 2024-08-22T20:28:07.2380075Z Requirement already satisfied: referencing>=0.28.4 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.35.1) 2024-08-22T20:28:07.2384885Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.20.0) 2024-08-22T20:28:07.2458173Z Requirement already satisfied: mdurl~=0.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (0.1.2) 2024-08-22T20:28:07.2509243Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (5.2.0) 2024-08-22T20:28:07.4295117Z 2024-08-22T20:28:07.4295733Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:28:07.4296659Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:28:07.4874085Z + popd 2024-08-22T20:28:07.4874679Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:07.4875228Z + clone_executorch 2024-08-22T20:28:07.4876050Z + echo 'Cloning executorch to /home/runner/work/torchchat/torchchat/et-build/src' 2024-08-22T20:28:07.4876928Z + rm -rf /home/runner/work/torchchat/torchchat/et-build 2024-08-22T20:28:07.4877687Z Cloning executorch to /home/runner/work/torchchat/torchchat/et-build/src 2024-08-22T20:28:07.4890058Z + mkdir -p /home/runner/work/torchchat/torchchat/et-build/src 2024-08-22T20:28:07.4905740Z + pushd /home/runner/work/torchchat/torchchat/et-build/src 2024-08-22T20:28:07.4906754Z ~/work/torchchat/torchchat/et-build/src ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:07.4907732Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:28:07.4919478Z Cloning into 'executorch'... 2024-08-22T20:28:11.4712545Z + cd executorch 2024-08-22T20:28:11.4716998Z ++ cat /home/runner/work/torchchat/torchchat/.pins/et-pin.txt 2024-08-22T20:28:11.4729888Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:28:11.7597938Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:28:11.7598501Z 2024-08-22T20:28:11.7599133Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:11.7600109Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:11.7601171Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:11.7601730Z 2024-08-22T20:28:11.7602587Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:11.7604054Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:11.7604885Z 2024-08-22T20:28:11.7605164Z git switch -c 2024-08-22T20:28:11.7605539Z 2024-08-22T20:28:11.7605716Z Or undo this operation with: 2024-08-22T20:28:11.7606699Z 2024-08-22T20:28:11.7608055Z git switch - 2024-08-22T20:28:11.7608376Z 2024-08-22T20:28:11.7608742Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:11.7609213Z 2024-08-22T20:28:11.7609493Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:28:11.7614549Z + echo 'Install executorch: submodule update' 2024-08-22T20:28:11.7615123Z Install executorch: submodule update 2024-08-22T20:28:11.7615781Z + git submodule sync 2024-08-22T20:28:11.7856912Z + git submodule update --init 2024-08-22T20:28:11.8099586Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2024-08-22T20:28:11.8102610Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-08-22T20:28:11.8107016Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-08-22T20:28:11.8110885Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-08-22T20:28:11.8115067Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:28:11.8118942Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:28:11.8122941Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:28:11.8126843Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:28:11.8130885Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:28:11.8135217Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:28:11.8139325Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:28:11.8143770Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:28:11.8148926Z Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp' 2024-08-22T20:28:11.8153187Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:28:11.8157888Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:28:11.8162461Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:28:11.8167068Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:28:11.8171769Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:28:11.8178076Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:28:11.8183145Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:28:11.8188527Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:28:11.8194298Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:28:11.8199388Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:28:11.8232350Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:28:12.0470450Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:28:12.2760762Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:28:16.1900312Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:28:17.8071364Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:28:18.0219621Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:28:18.1475325Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:28:18.2517173Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:28:25.8225912Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:28:26.2875311Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:28:26.4165416Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:28:26.7763253Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:28:26.9436985Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:28:27.7715282Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:28:28.1021468Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:28:31.2174951Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:28:35.7765539Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:28:37.1085018Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:28:37.4855271Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:28:37.6578754Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:28:38.4629129Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:28:38.5960455Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:28:39.2349665Z Cloning into '/home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:28:39.9242741Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:28:39.9384404Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:28:40.0522638Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:28:40.0900874Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:28:40.1016048Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:28:40.1134230Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:28:40.1225103Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:28:41.2017507Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:28:41.3041351Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:28:41.3170679Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:28:41.4123698Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:28:41.4292906Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:28:41.5446465Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:28:41.5682195Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:28:41.7158681Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:28:41.9034091Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:28:42.0382777Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:28:42.0706643Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:28:42.0839456Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:28:42.1308687Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:28:42.1426851Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:28:42.2200600Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:28:42.2612345Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:28:42.2621407Z + popd 2024-08-22T20:28:42.2621861Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:42.2622499Z + install_executorch_libs pipefail 2024-08-22T20:28:42.2623525Z ~/work/torchchat/torchchat/et-build/src ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:28:42.2627237Z + export 'CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/home/runner/work/torchchat/torchchat/et-build/install' 2024-08-22T20:28:42.2632796Z + CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/home/runner/work/torchchat/torchchat/et-build/install' 2024-08-22T20:28:42.2635498Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:28:42.2635972Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:28:42.2636508Z + install_executorch_python_libs pipefail 2024-08-22T20:28:42.2637085Z + '[' '!' -d /home/runner/work/torchchat/torchchat/et-build ']' 2024-08-22T20:28:42.2637580Z Building and installing python libraries 2024-08-22T20:28:42.2638108Z Installing pybind 2024-08-22T20:28:42.2638606Z + pushd /home/runner/work/torchchat/torchchat/et-build/src 2024-08-22T20:28:42.2639078Z + cd executorch 2024-08-22T20:28:42.2639567Z + echo 'Building and installing python libraries' 2024-08-22T20:28:42.2640065Z + '[' pipefail = false ']' 2024-08-22T20:28:42.2640451Z + echo 'Installing pybind' 2024-08-22T20:28:42.2640980Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:28:42.7503677Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:28:42.9910842Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:28:42.9959338Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240716%2Bcpu-cp310-cp310-linux_x86_64.whl (172.4 MB) 2024-08-22T20:28:43.7441875Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 231.1 MB/s eta 0:00:00 2024-08-22T20:28:44.1049914Z Collecting torchvision==0.20.0.dev20240716 2024-08-22T20:28:44.1098274Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240716%2Bcpu-cp310-cp310-linux_x86_64.whl (1.8 MB) 2024-08-22T20:28:44.1230342Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 144.4 MB/s eta 0:00:00 2024-08-22T20:28:44.1279210Z Requirement already satisfied: cmake in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (3.30.2) 2024-08-22T20:28:44.1283627Z Requirement already satisfied: pip>=23 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1) 2024-08-22T20:28:44.1286649Z Requirement already satisfied: pyyaml in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (6.0.2) 2024-08-22T20:28:44.1291222Z Requirement already satisfied: setuptools>=63 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (65.5.0) 2024-08-22T20:28:44.1294584Z Requirement already satisfied: tomli in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (2.0.1) 2024-08-22T20:28:44.1298137Z Requirement already satisfied: wheel in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (0.44.0) 2024-08-22T20:28:44.1301355Z Requirement already satisfied: zstd in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (1.5.5.1) 2024-08-22T20:28:44.1672215Z Collecting timm==1.0.7 2024-08-22T20:28:44.1792360Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2024-08-22T20:28:44.3472922Z Collecting torchaudio==2.4.0.dev20240716 2024-08-22T20:28:44.3519495Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.4.0.dev20240716%2Bcpu-cp310-cp310-linux_x86_64.whl (1.7 MB) 2024-08-22T20:28:44.3743581Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 74.5 MB/s eta 0:00:00 2024-08-22T20:28:44.3979222Z Collecting torchsr==1.0.4 2024-08-22T20:28:44.4023628Z Downloading torchsr-1.0.4-py3-none-any.whl.metadata (12 kB) 2024-08-22T20:28:44.4757492Z Collecting transformers==4.42.4 2024-08-22T20:28:44.4786172Z Downloading transformers-4.42.4-py3-none-any.whl.metadata (43 kB) 2024-08-22T20:28:44.6629130Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (3.15.4) 2024-08-22T20:28:44.6633700Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (4.12.2) 2024-08-22T20:28:44.6636544Z Requirement already satisfied: sympy in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (1.13.1) 2024-08-22T20:28:44.6640060Z Requirement already satisfied: networkx in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:28:44.6643974Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (3.1.4) 2024-08-22T20:28:44.6647361Z Requirement already satisfied: fsspec in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torch==2.5.0.dev20240716) (2024.6.1) 2024-08-22T20:28:44.6661600Z Requirement already satisfied: numpy in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torchvision==0.20.0.dev20240716) (1.26.4) 2024-08-22T20:28:44.6667523Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from torchvision==0.20.0.dev20240716) (10.4.0) 2024-08-22T20:28:44.6681461Z Requirement already satisfied: huggingface_hub in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from timm==1.0.7) (0.24.6) 2024-08-22T20:28:44.6684913Z Requirement already satisfied: safetensors in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:28:44.6800402Z Requirement already satisfied: packaging>=20.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers==4.42.4) (24.1) 2024-08-22T20:28:44.6806245Z Requirement already satisfied: regex!=2019.12.17 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers==4.42.4) (2024.7.24) 2024-08-22T20:28:44.6812278Z Requirement already satisfied: requests in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:28:44.6817647Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers==4.42.4) (0.19.1) 2024-08-22T20:28:44.6821890Z Requirement already satisfied: tqdm>=4.27 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from transformers==4.42.4) (4.66.5) 2024-08-22T20:28:44.7957537Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from jinja2->torch==2.5.0.dev20240716) (2.1.5) 2024-08-22T20:28:44.8022883Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->transformers==4.42.4) (3.3.2) 2024-08-22T20:28:44.8026862Z Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->transformers==4.42.4) (3.7) 2024-08-22T20:28:44.8031914Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->transformers==4.42.4) (2.2.2) 2024-08-22T20:28:44.8036352Z Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from requests->transformers==4.42.4) (2024.7.4) 2024-08-22T20:28:44.8054465Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from sympy->torch==2.5.0.dev20240716) (1.3.0) 2024-08-22T20:28:44.8163081Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:28:44.8560660Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 61.9 MB/s eta 0:00:00 2024-08-22T20:28:44.8642541Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:28:44.8698287Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:28:44.9234080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 182.0 MB/s eta 0:00:00 2024-08-22T20:28:45.6318496Z Installing collected packages: torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:28:45.6319381Z Attempting uninstall: torch 2024-08-22T20:28:45.6331636Z Found existing installation: torch 2.5.0.dev20240814+cpu 2024-08-22T20:28:46.0020321Z Uninstalling torch-2.5.0.dev20240814+cpu: 2024-08-22T20:28:46.0690357Z Successfully uninstalled torch-2.5.0.dev20240814+cpu 2024-08-22T20:28:55.9111293Z Attempting uninstall: transformers 2024-08-22T20:28:55.9131993Z Found existing installation: transformers 4.44.2 2024-08-22T20:28:56.0831554Z Uninstalling transformers-4.44.2: 2024-08-22T20:28:56.1087878Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:29:01.6574627Z Successfully installed timm-1.0.7 torch-2.5.0.dev20240716+cpu torchaudio-2.4.0.dev20240716+cpu torchsr-1.0.4 torchvision-0.20.0.dev20240716+cpu transformers-4.42.4 2024-08-22T20:29:01.6856111Z 2024-08-22T20:29:01.6857164Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:29:01.6858026Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:29:02.0796416Z Using pip 24.2 from /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pip (python 3.10) 2024-08-22T20:29:02.2348228Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:29:02.2349326Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:29:02.2352844Z Processing /home/runner/work/torchchat/torchchat/et-build/src/executorch 2024-08-22T20:29:02.2380565Z Preparing metadata (pyproject.toml): started 2024-08-22T20:29:02.2382125Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:29:02.4566816Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:29:02.4568359Z warnings.warn(msg, _BetaConfiguration) 2024-08-22T20:29:02.6303649Z running dist_info 2024-08-22T20:29:02.6367094Z creating /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info 2024-08-22T20:29:02.6423403Z writing /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/PKG-INFO 2024-08-22T20:29:02.6425527Z writing dependency_links to /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/dependency_links.txt 2024-08-22T20:29:02.6427351Z writing entry points to /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/entry_points.txt 2024-08-22T20:29:02.6429581Z writing requirements to /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/requires.txt 2024-08-22T20:29:02.6431493Z writing top-level names to /tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/top_level.txt 2024-08-22T20:29:02.6433246Z writing manifest file '/tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/SOURCES.txt' 2024-08-22T20:29:02.9837152Z reading manifest file '/tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/SOURCES.txt' 2024-08-22T20:29:02.9843034Z adding license file 'LICENSE' 2024-08-22T20:29:02.9937992Z writing manifest file '/tmp/pip-modern-metadata-pv_ohrtk/executorch.egg-info/SOURCES.txt' 2024-08-22T20:29:02.9939629Z creating '/tmp/pip-modern-metadata-pv_ohrtk/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:29:03.0427444Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-22T20:29:03.0468358Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.0700380Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.0703896Z Obtaining dependency information for expecttest from https://files.pythonhosted.org/packages/73/a8/9427813686fe043eaf817b99444d4d321ce14f9434e3ffb6bbd1a182a8df/expecttest-0.2.1-py3-none-any.whl.metadata 2024-08-22T20:29:03.0804297Z Downloading expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-08-22T20:29:03.0856558Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.0947503Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.0951297Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl.metadata 2024-08-22T20:29:03.0981298Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) 2024-08-22T20:29:03.1008818Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.6153292Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.6156423Z Obtaining dependency information for hypothesis from https://files.pythonhosted.org/packages/00/22/93be4594079921e15dae2339288d44b25b4d8d65e60ce413012af020e8a2/hypothesis-6.111.1-py3-none-any.whl.metadata 2024-08-22T20:29:03.6196575Z Downloading hypothesis-6.111.1-py3-none-any.whl.metadata (6.2 kB) 2024-08-22T20:29:03.6355346Z Requirement already satisfied: mpmath==1.3.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.3.0) 2024-08-22T20:29:03.6359569Z Requirement already satisfied: numpy>=1.25.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.26.4) 2024-08-22T20:29:03.6362800Z Requirement already satisfied: packaging in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (24.1) 2024-08-22T20:29:03.6366085Z Requirement already satisfied: pandas in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (2.2.2) 2024-08-22T20:29:03.6370141Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.6447165Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.6450001Z Obtaining dependency information for parameterized from https://files.pythonhosted.org/packages/00/2f/804f58f0b856ab3bf21617cccf5b39206e6c4c94c2cd227bde125ea6105f/parameterized-0.9.0-py2.py3-none-any.whl.metadata 2024-08-22T20:29:03.6508284Z Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB) 2024-08-22T20:29:03.6546351Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.7158518Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.7161469Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/0f/f9/cf155cf32ca7d6fa3601bc4c5dd19086af4b320b706919d48a4c79081cf9/pytest-8.3.2-py3-none-any.whl.metadata 2024-08-22T20:29:03.7200460Z Downloading pytest-8.3.2-py3-none-any.whl.metadata (7.5 kB) 2024-08-22T20:29:03.7250702Z WARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.7524224Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.7526876Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2024-08-22T20:29:03.7559019Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-22T20:29:03.7598221Z Requirement already satisfied: pyyaml in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (6.0.2) 2024-08-22T20:29:03.7601966Z WARNING: Location 'ruamel-yaml/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.9226748Z Collecting ruamel.yaml (from executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.9229758Z Obtaining dependency information for ruamel.yaml from https://files.pythonhosted.org/packages/73/67/8ece580cc363331d9a53055130f86b096bf16e38156e33b1d3014fffda6b/ruamel.yaml-0.18.6-py3-none-any.whl.metadata 2024-08-22T20:29:03.9258995Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) 2024-08-22T20:29:03.9305370Z Requirement already satisfied: sympy in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (1.13.1) 2024-08-22T20:29:03.9308883Z Requirement already satisfied: tabulate in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from executorch==0.4.0a0+9129892) (0.9.0) 2024-08-22T20:29:03.9364524Z Requirement already satisfied: attrs>=22.2.0 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from hypothesis->executorch==0.4.0a0+9129892) (24.2.0) 2024-08-22T20:29:03.9368190Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.9483534Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.9486462Z Obtaining dependency information for sortedcontainers<3.0.0,>=2.1.0 from https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata 2024-08-22T20:29:03.9518701Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-08-22T20:29:03.9550142Z WARNING: Location 'exceptiongroup/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:03.9670943Z Collecting exceptiongroup>=1.0.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:29:03.9673939Z Obtaining dependency information for exceptiongroup>=1.0.0 from https://files.pythonhosted.org/packages/02/cc/b7e31358aac6ed1ef2bb790a9746ac2c69bcb3c8588b41616914eb106eaf/exceptiongroup-1.2.2-py3-none-any.whl.metadata 2024-08-22T20:29:03.9751548Z Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-08-22T20:29:04.0109077Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2.9.0.post0) 2024-08-22T20:29:04.0112775Z Requirement already satisfied: pytz>=2020.1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:29:04.0117298Z Requirement already satisfied: tzdata>=2022.7 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:29:04.0134581Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:04.0197926Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:29:04.0200784Z Obtaining dependency information for iniconfig from https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl.metadata 2024-08-22T20:29:04.0229022Z Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-08-22T20:29:04.0257122Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:04.0400019Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:29:04.0402921Z Obtaining dependency information for pluggy<2,>=1.5 from https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl.metadata 2024-08-22T20:29:04.0438093Z Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-08-22T20:29:04.0500265Z Requirement already satisfied: tomli>=1 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from pytest->executorch==0.4.0a0+9129892) (2.0.1) 2024-08-22T20:29:04.0512018Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:04.0644389Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:29:04.0647513Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2024-08-22T20:29:04.0699889Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-22T20:29:04.0843226Z WARNING: Location 'ruamel-yaml-clib/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:29:04.1053961Z Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->executorch==0.4.0a0+9129892) 2024-08-22T20:29:04.1056943Z Obtaining dependency information for ruamel.yaml.clib>=0.2.7 from https://files.pythonhosted.org/packages/d3/62/c60b034d9a008bbd566eeecf53a5a4c73d191c8de261290db6761802b72d/ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata 2024-08-22T20:29:04.1088500Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (2.2 kB) 2024-08-22T20:29:04.1296305Z Requirement already satisfied: six>=1.5 in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.4.0a0+9129892) (1.16.0) 2024-08-22T20:29:04.1564150Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:29:04.1614809Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:29:04.1665065Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:29:04.1760299Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:29:04.1854533Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:29:04.1925106Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:29:04.1988652Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) 2024-08-22T20:29:04.2044497Z Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-08-22T20:29:04.2106053Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:29:04.2155531Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:29:04.2237450Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB) 2024-08-22T20:29:04.2432665Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 526.7/526.7 kB 16.6 MB/s eta 0:00:00 2024-08-22T20:29:04.2462822Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:29:04.2510689Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:29:04.2651882Z Building wheels for collected packages: executorch 2024-08-22T20:29:04.2660062Z Building wheel for executorch (pyproject.toml): started 2024-08-22T20:29:04.2662185Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:29:04.4752496Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:29:04.4754082Z warnings.warn(msg, _BetaConfiguration) 2024-08-22T20:29:04.5920160Z running bdist_wheel 2024-08-22T20:29:04.6095049Z running build 2024-08-22T20:29:04.6096703Z command options for 'CustomBuild': 2024-08-22T20:29:04.6098789Z build_base = pip-out 2024-08-22T20:29:04.6100705Z build_purelib = pip-out/lib 2024-08-22T20:29:04.6102843Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2024-08-22T20:29:04.6104340Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2024-08-22T20:29:04.6105838Z build_scripts = pip-out/scripts-3.10 2024-08-22T20:29:04.6107658Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2024-08-22T20:29:04.6109266Z plat_name = linux-x86_64 2024-08-22T20:29:04.6110860Z compiler = None 2024-08-22T20:29:04.6112241Z parallel = 15 2024-08-22T20:29:04.6113687Z debug = None 2024-08-22T20:29:04.6115143Z force = None 2024-08-22T20:29:04.6116854Z executable = /opt/hostedtoolcache/Python/3.10.11/x64/bin/python 2024-08-22T20:29:04.6118382Z creating /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:29:04.6120102Z creating /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310 2024-08-22T20:29:04.6121612Z creating /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2024-08-22T20:29:04.6123491Z deleting /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2024-08-22T20:29:04.6130213Z cmake -S /home/runner/work/torchchat/torchchat/et-build/src/executorch -B /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/hostedtoolcache/Python/3.10.11/x64/bin/python -DCMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/home/runner/work/torchchat/torchchat/et-build/install -DEXECUTORCH_BUILD_XNNPACK=ON 2024-08-22T20:29:07.1704386Z -- The C compiler identification is GNU 11.4.0 2024-08-22T20:29:07.2224440Z -- The CXX compiler identification is GNU 11.4.0 2024-08-22T20:29:07.2333548Z -- Detecting C compiler ABI info 2024-08-22T20:29:07.4470542Z -- Detecting C compiler ABI info - done 2024-08-22T20:29:07.4632895Z -- Check for working C compiler: /usr/bin/cc - skipped 2024-08-22T20:29:07.4635195Z -- Detecting C compile features 2024-08-22T20:29:07.4639934Z -- Detecting C compile features - done 2024-08-22T20:29:07.4681639Z -- Detecting CXX compiler ABI info 2024-08-22T20:29:07.5333431Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:29:07.5499831Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-08-22T20:29:07.5503294Z -- Detecting CXX compile features 2024-08-22T20:29:07.5509342Z -- Detecting CXX compile features - done 2024-08-22T20:29:07.5566463Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:29:07.6649597Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-22T20:29:07.6657801Z -- Found Threads: TRUE 2024-08-22T20:29:07.6706318Z -- Downloading FXdiv to /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it) 2024-08-22T20:29:07.7012679Z -- Configuring done (0.0s) 2024-08-22T20:29:07.7039530Z -- Generating done (0.0s) 2024-08-22T20:29:07.7042602Z -- Build files have been written to: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FXdiv-download 2024-08-22T20:29:07.7245709Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:29:07.7326317Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:29:07.7402261Z Cloning into 'FXdiv-source'... 2024-08-22T20:29:07.8545550Z Already on 'master' 2024-08-22T20:29:07.8546679Z Your branch is up to date with 'origin/master'. 2024-08-22T20:29:07.8887942Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:29:07.8961190Z -- Fetching latest from the remote origin 2024-08-22T20:29:08.0355889Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:29:08.0432311Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:29:08.0525169Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:29:08.0613652Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:29:08.0702887Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:29:08.0793557Z [100%] Completed 'fxdiv' 2024-08-22T20:29:08.0898187Z [100%] Built target fxdiv 2024-08-22T20:29:08.0983191Z -- Using python executable '/opt/hostedtoolcache/Python/3.10.11/x64/bin/python' 2024-08-22T20:29:08.5320083Z -- Resolved buck2 as /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284. 2024-08-22T20:29:08.5321751Z -- Killing buck2 daemon 2024-08-22T20:29:08.5340539Z -- executorch: Generating source lists 2024-08-22T20:29:08.5343542Z -- executorch: Generating source file list /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2024-08-22T20:29:12.7745216Z -- executorch: Using sources file /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2024-08-22T20:29:12.7794781Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:29:12.7802276Z -- Looking for strtof_l 2024-08-22T20:29:12.8555240Z -- Looking for strtof_l - found 2024-08-22T20:29:12.8556607Z -- Looking for strtoull_l 2024-08-22T20:29:12.9294560Z -- Looking for strtoull_l - found 2024-08-22T20:29:12.9295493Z -- Looking for realpath 2024-08-22T20:29:12.9896377Z -- Looking for realpath - found 2024-08-22T20:29:12.9897928Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:29:12.9914296Z -- executorch: Using PAL default 'posix' 2024-08-22T20:29:13.0006669Z -- Generating operator lib: 2024-08-22T20:29:13.0007543Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:29:13.0010700Z -- OPS_SCHEMA_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:29:13.0011523Z -- ROOT_OPS: 2024-08-22T20:29:13.0013364Z -- INCLUDE_ALL_OPS: 2024-08-22T20:29:13.0016900Z Command - /opt/hostedtoolcache/Python/3.10.11/x64/bin/python;-m;codegen.tools.gen_oplist;--output_path=/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/portable/functions.yaml" 2024-08-22T20:29:13.0019091Z -- Generating kernel bindings: 2024-08-22T20:29:13.0019644Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:29:13.0020475Z -- FUNCTIONS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:29:13.0021283Z -- CUSTOM_OPS_YAML: 2024-08-22T20:29:13.2022601Z Generated files /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2024-08-22T20:29:13.2026160Z -- Generating operator lib: 2024-08-22T20:29:13.2026629Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:29:13.2027336Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:29:13.2029200Z -- DEPS: executorch 2024-08-22T20:29:13.2043724Z -- Generating operator lib: 2024-08-22T20:29:13.2044777Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:29:13.2047750Z -- OPS_SCHEMA_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:29:13.2048775Z -- ROOT_OPS: 2024-08-22T20:29:13.2049817Z -- INCLUDE_ALL_OPS: 2024-08-22T20:29:13.2053639Z Command - /opt/hostedtoolcache/Python/3.10.11/x64/bin/python;-m;codegen.tools.gen_oplist;--output_path=/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml" 2024-08-22T20:29:13.2055874Z -- Generating kernel bindings: 2024-08-22T20:29:13.2056412Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:29:13.2057578Z -- FUNCTIONS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:29:13.2058354Z -- CUSTOM_OPS_YAML: 2024-08-22T20:29:13.4044752Z Generated files /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2024-08-22T20:29:13.4048492Z -- Generating operator lib: 2024-08-22T20:29:13.4049198Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:29:13.4049671Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:29:13.4050098Z -- DEPS: executorch 2024-08-22T20:29:13.4057487Z -- Generating operator lib: 2024-08-22T20:29:13.4058659Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:29:13.4061343Z -- OPS_SCHEMA_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:29:13.4062319Z -- ROOT_OPS: 2024-08-22T20:29:13.4063761Z -- INCLUDE_ALL_OPS: 2024-08-22T20:29:13.4067593Z Command - /opt/hostedtoolcache/Python/3.10.11/x64/bin/python;-m;codegen.tools.gen_oplist;--output_path=/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml" 2024-08-22T20:29:13.4070013Z -- Generating kernel bindings: 2024-08-22T20:29:13.4070436Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:29:13.4070879Z -- FUNCTIONS_YAML: 2024-08-22T20:29:13.4072331Z -- CUSTOM_OPS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:29:13.6087709Z Generated files /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2024-08-22T20:29:13.6094903Z -- Generating operator lib: 2024-08-22T20:29:13.6095382Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:29:13.6095825Z -- OPS_SCHEMA_YAML: 2024-08-22T20:29:13.6098478Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out 2024-08-22T20:29:13.6100569Z -- INCLUDE_ALL_OPS: 2024-08-22T20:29:13.6104373Z Command - /opt/hostedtoolcache/Python/3.10.11/x64/bin/python;-m;codegen.tools.gen_oplist;--output_path=/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out" 2024-08-22T20:29:13.6108238Z -- Generating kernel bindings: 2024-08-22T20:29:13.6108714Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:29:13.6109170Z -- FUNCTIONS_YAML: 2024-08-22T20:29:13.6110019Z -- CUSTOM_OPS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:29:13.8078082Z -- Generating custom ops aot lib: 2024-08-22T20:29:13.8079180Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:29:13.8081333Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:29:13.8083622Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:29:13.8085773Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:29:13.8088161Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:29:13.8089930Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:29:13.8091681Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:29:13.8093516Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:29:13.8095196Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:29:13.8096884Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:29:13.8098499Z -- KERNEL_SOURCE: /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:29:13.9192966Z CMake Warning at /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:29:13.9194597Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:29:13.9195690Z Call Stack (most recent call first): 2024-08-22T20:29:13.9198719Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:29:13.9199833Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:29:13.9201384Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:29:13.9202606Z 2024-08-22T20:29:13.9204081Z 2024-08-22T20:29:13.9206878Z -- Found Torch: /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/lib/libtorch.so 2024-08-22T20:29:13.9207823Z -- Generating operator lib: 2024-08-22T20:29:13.9209296Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:29:13.9210867Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:29:13.9212299Z -- DEPS: executorch 2024-08-22T20:29:13.9224810Z -- Merging kernel yaml files: 2024-08-22T20:29:13.9226885Z -- FUNCTIONS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:29:13.9228961Z -- FALLBACK_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:29:13.9230529Z -- OUTPUT_DIR: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2024-08-22T20:29:13.9231564Z -- Generating operator lib: 2024-08-22T20:29:13.9233271Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:29:13.9235458Z -- OPS_SCHEMA_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2024-08-22T20:29:13.9236422Z -- ROOT_OPS: 2024-08-22T20:29:13.9237714Z -- INCLUDE_ALL_OPS: 2024-08-22T20:29:13.9241402Z Command - /opt/hostedtoolcache/Python/3.10.11/x64/bin/python;-m;codegen.tools.gen_oplist;--output_path=/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2024-08-22T20:29:13.9243749Z -- Generating kernel bindings: 2024-08-22T20:29:13.9244225Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:29:13.9245568Z -- FUNCTIONS_YAML: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2024-08-22T20:29:13.9246659Z -- CUSTOM_OPS_YAML: 2024-08-22T20:29:14.1224856Z Generated files /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2024-08-22T20:29:14.1229187Z -- Generating operator lib: 2024-08-22T20:29:14.1230044Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:29:14.1230744Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:29:14.1231391Z -- DEPS: executorch 2024-08-22T20:29:14.1236394Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:29:14.1237463Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:14.1239175Z CMake. 2024-08-22T20:29:14.1240311Z 2024-08-22T20:29:14.1242404Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:14.1243639Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:14.1244743Z 2024-08-22T20:29:14.1246408Z 2024-08-22T20:29:14.1257215Z -- Looking for C++ include unistd.h 2024-08-22T20:29:14.1969748Z -- Looking for C++ include unistd.h - found 2024-08-22T20:29:14.1970600Z -- Looking for C++ include stdint.h 2024-08-22T20:29:14.2645734Z -- Looking for C++ include stdint.h - found 2024-08-22T20:29:14.2646610Z -- Looking for C++ include inttypes.h 2024-08-22T20:29:14.3337242Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:29:14.3338291Z -- Looking for C++ include sys/types.h 2024-08-22T20:29:14.4029721Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:29:14.4030502Z -- Looking for C++ include sys/stat.h 2024-08-22T20:29:14.4735864Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:29:14.4737241Z -- Looking for C++ include fnmatch.h 2024-08-22T20:29:14.5397211Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:29:14.5400158Z -- Looking for C++ include stddef.h 2024-08-22T20:29:14.6058582Z -- Looking for C++ include stddef.h - found 2024-08-22T20:29:14.6060056Z -- Check size of uint32_t 2024-08-22T20:29:14.6762129Z -- Check size of uint32_t - done 2024-08-22T20:29:14.6763315Z -- Looking for strtoll 2024-08-22T20:29:14.7511837Z -- Looking for strtoll - found 2024-08-22T20:29:14.7773589Z -- The ASM compiler identification is GNU 2024-08-22T20:29:14.7798027Z -- Found assembler: /usr/bin/cc 2024-08-22T20:29:14.7835822Z -- Downloading FP16 to /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-source (define FP16_SOURCE_DIR to avoid it) 2024-08-22T20:29:14.8106435Z -- Configuring done (0.0s) 2024-08-22T20:29:14.8135721Z -- Generating done (0.0s) 2024-08-22T20:29:14.8138739Z -- Build files have been written to: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-download 2024-08-22T20:29:14.8342526Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:29:14.8422252Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:29:14.8455384Z -- Downloading... 2024-08-22T20:29:14.8458398Z dst='/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:29:14.8459986Z timeout='none' 2024-08-22T20:29:14.8460473Z inactivity timeout='none' 2024-08-22T20:29:14.8462704Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:29:14.8650351Z -- [download 1% complete] 2024-08-22T20:29:14.8651491Z -- [download 13% complete] 2024-08-22T20:29:14.8659753Z -- [download 21% complete] 2024-08-22T20:29:14.8662241Z -- [download 39% complete] 2024-08-22T20:29:14.8665022Z -- [download 43% complete] 2024-08-22T20:29:14.8667468Z -- [download 46% complete] 2024-08-22T20:29:14.8670095Z -- [download 57% complete] 2024-08-22T20:29:14.8672246Z -- [download 75% complete] 2024-08-22T20:29:14.8674454Z -- [download 93% complete] 2024-08-22T20:29:14.8676894Z -- [download 100% complete] 2024-08-22T20:29:14.8679039Z -- verifying file... 2024-08-22T20:29:14.8682422Z file='/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:29:14.8683986Z -- Downloading... done 2024-08-22T20:29:14.8749132Z -- extracting... 2024-08-22T20:29:14.8752301Z src='/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:29:14.8754405Z dst='/home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-source' 2024-08-22T20:29:14.8755444Z -- extracting... [tar xfz] 2024-08-22T20:29:14.8819415Z -- extracting... [analysis] 2024-08-22T20:29:14.8821331Z -- extracting... [rename] 2024-08-22T20:29:14.8823116Z -- extracting... [clean up] 2024-08-22T20:29:14.8825024Z -- extracting... done 2024-08-22T20:29:14.8886351Z [ 33%] No update step for 'fp16' 2024-08-22T20:29:14.8963085Z [ 44%] No patch step for 'fp16' 2024-08-22T20:29:14.9040492Z [ 55%] No configure step for 'fp16' 2024-08-22T20:29:14.9128739Z [ 66%] No build step for 'fp16' 2024-08-22T20:29:14.9216033Z [ 77%] No install step for 'fp16' 2024-08-22T20:29:14.9303830Z [ 88%] No test step for 'fp16' 2024-08-22T20:29:14.9395375Z [100%] Completed 'fp16' 2024-08-22T20:29:14.9498954Z [100%] Built target fp16 2024-08-22T20:29:14.9912757Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-310/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:29:14.9914792Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:14.9916941Z CMake. 2024-08-22T20:29:14.9919073Z 2024-08-22T20:29:14.9921086Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:14.9922660Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:14.9923698Z 2024-08-22T20:29:14.9925226Z 2024-08-22T20:29:14.9933170Z -- Downloading PSimd to /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/psimd-source (define PSIMD_SOURCE_DIR to avoid it) 2024-08-22T20:29:14.9971015Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:29:14.9972767Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:14.9974179Z CMake. 2024-08-22T20:29:14.9975816Z 2024-08-22T20:29:14.9978087Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:14.9979726Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:14.9980714Z 2024-08-22T20:29:14.9982182Z 2024-08-22T20:29:15.0276515Z -- Configuring done (0.0s) 2024-08-22T20:29:15.0306288Z -- Generating done (0.0s) 2024-08-22T20:29:15.0309926Z -- Build files have been written to: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/psimd-download 2024-08-22T20:29:15.0516712Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:29:15.0596141Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:29:15.0672997Z Cloning into 'psimd-source'... 2024-08-22T20:29:15.1899129Z Already on 'master' 2024-08-22T20:29:15.1900719Z Your branch is up to date with 'origin/master'. 2024-08-22T20:29:15.2249461Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:29:15.2324122Z -- Fetching latest from the remote origin 2024-08-22T20:29:15.4286409Z [ 44%] No patch step for 'psimd' 2024-08-22T20:29:15.4360327Z [ 55%] No configure step for 'psimd' 2024-08-22T20:29:15.4449540Z [ 66%] No build step for 'psimd' 2024-08-22T20:29:15.4539002Z [ 77%] No install step for 'psimd' 2024-08-22T20:29:15.4626172Z [ 88%] No test step for 'psimd' 2024-08-22T20:29:15.4716386Z [100%] Completed 'psimd' 2024-08-22T20:29:15.4817870Z [100%] Built target psimd 2024-08-22T20:29:15.4873309Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-310/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:29:15.4874763Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:15.4876540Z CMake. 2024-08-22T20:29:15.4878174Z 2024-08-22T20:29:15.4880007Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:15.4881430Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:15.4882537Z 2024-08-22T20:29:15.4884044Z 2024-08-22T20:29:15.4979406Z -- pybind11 v2.12.0 dev1 2024-08-22T20:29:15.4993989Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:29:15.4995329Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:29:15.4997180Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:29:15.4998477Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:29:15.4999916Z 2024-08-22T20:29:15.5001505Z Call Stack (most recent call first): 2024-08-22T20:29:15.5003210Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:29:15.5004561Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:29:15.5006075Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:29:15.5007701Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:29:15.5008603Z 2024-08-22T20:29:15.5135438Z -- Found PythonInterp: /opt/hostedtoolcache/Python/3.10.11/x64/bin/python (found suitable version "3.10.11", minimum required is "3.6") 2024-08-22T20:29:15.5287325Z -- Found PythonLibs: /opt/hostedtoolcache/Python/3.10.11/x64/lib/libpython3.10.so 2024-08-22T20:29:15.5300610Z -- Performing Test HAS_FLTO 2024-08-22T20:29:18.2777597Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:29:18.2803451Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:29:18.2804924Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:29:18.2806509Z CMake. 2024-08-22T20:29:18.2808023Z 2024-08-22T20:29:18.2809760Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:29:18.2811063Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:29:18.2812259Z 2024-08-22T20:29:18.2813684Z 2024-08-22T20:29:18.2816304Z -- dist install dir /home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:29:18.2817427Z -- lib install dir /home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:29:18.2824842Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:29:18.2825981Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:29:18.2828315Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:29:18.2830049Z -- GCC_VERSION: 11 2024-08-22T20:29:18.2831186Z 2024-08-22T20:29:18.2834105Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2024-08-22T20:29:18.3074707Z CMake Warning at /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:29:18.3075928Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:29:18.3077676Z Call Stack (most recent call first): 2024-08-22T20:29:18.3080327Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:29:18.3081455Z CMakeLists.txt:671 (find_package) 2024-08-22T20:29:18.3082718Z 2024-08-22T20:29:18.3084113Z 2024-08-22T20:29:18.3100532Z -- executorch: Using source file list /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/examples/models/llama2/custom_ops/../../../../executorch_srcs.cmake 2024-08-22T20:29:18.3265323Z CMake Warning at /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:29:18.3266523Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:29:18.3268531Z Call Stack (most recent call first): 2024-08-22T20:29:18.3271436Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:29:18.3272573Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:29:18.3273613Z 2024-08-22T20:29:18.3275170Z 2024-08-22T20:29:18.3276774Z -- 2024-08-22T20:29:18.3278292Z -- ******** Summary ******** 2024-08-22T20:29:18.3279855Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:29:18.3281315Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:29:18.3282785Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:29:18.3284219Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:29:18.3286734Z -- BUCK2 : /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 2024-08-22T20:29:18.3288136Z -- PYTHON_EXECUTABLE : /opt/hostedtoolcache/Python/3.10.11/x64/bin/python 2024-08-22T20:29:18.3288753Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:29:18.3290359Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:29:18.3291697Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:29:18.3293406Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:29:18.3294484Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:29:18.3296058Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:29:18.3297487Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:29:18.3298917Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:29:18.3300325Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:29:18.3301766Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:29:18.3303151Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:29:18.3304606Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:29:18.3306030Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:29:18.3307457Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:29:18.3309151Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:29:18.3310712Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:29:18.3312157Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:29:18.3313591Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:29:18.3314998Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:29:18.3316430Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:29:18.3317856Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:29:18.3319259Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:29:18.3320876Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:29:18.3322006Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:29:18.3323581Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:29:18.3325060Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:29:18.3326479Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:29:18.3327986Z -- Configuring done (13.6s) 2024-08-22T20:29:19.7934739Z -- Generating done (1.5s) 2024-08-22T20:29:19.7941033Z -- Build files have been written to: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2024-08-22T20:29:19.8250307Z cmake --build /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j15 --target flatc --target portable_lib --target custom_ops_aot_lib --target install 2024-08-22T20:29:19.9283827Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:29:19.9285910Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:29:19.9288435Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:29:19.9291795Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:29:19.9296012Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:29:19.9297732Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:29:19.9301877Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:29:19.9306215Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:29:19.9308794Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:29:19.9313420Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:29:19.9318839Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:29:19.9324937Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:29:19.9349169Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:29:19.9359307Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:29:19.9364248Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:29:21.2292969Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:29:21.6571979Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:29:22.7405336Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:29:23.2007747Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:29:23.6758724Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:29:23.7136417Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:29:23.7580350Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:29:24.0919788Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:29:24.1646134Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:29:24.3252618Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:29:24.5266918Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:29:24.5732490Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:29:24.5862446Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:29:24.8114036Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:29:24.9294046Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:29:25.0420930Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:29:25.0547796Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:29:25.8691434Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:29:25.9071470Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:29:26.2415518Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:29:26.2801796Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:29:26.4914170Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:29:31.0214958Z [100%] Linking CXX executable flatc 2024-08-22T20:29:31.1841920Z [100%] Built target flatc 2024-08-22T20:29:31.2107650Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:29:31.2110378Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:29:31.2112626Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:29:31.2114444Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:29:31.2117845Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:29:31.2120007Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:29:31.2123141Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:29:31.2125467Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:29:31.2127791Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:29:31.2130207Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:29:31.2132478Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:29:31.2140682Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:29:31.2142892Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:29:31.2145181Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:29:31.2918107Z [ 20%] Built target flatc 2024-08-22T20:29:31.2951873Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:29:31.7141385Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:29:31.7145667Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:29:31.7150148Z [ 20%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:29:31.7227035Z [ 20%] Built target microkernel-utils 2024-08-22T20:29:31.7321052Z [ 20%] Generating common_schema headers 2024-08-22T20:29:31.7383734Z [ 20%] Built target common_schema 2024-08-22T20:29:31.7439874Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:29:31.7474993Z [ 30%] Generating bundled_program headers 2024-08-22T20:29:31.7580600Z [ 30%] Built target bundled_program_schema 2024-08-22T20:29:31.7583005Z [ 30%] Built target xnnpack_schema 2024-08-22T20:29:31.7613164Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:29:31.7615588Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:29:31.7664466Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:29:31.7730659Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:29:31.7756642Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:29:31.8021948Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:29:31.8079739Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:29:31.8112673Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:29:31.8372986Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:29:31.8420439Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:29:31.8772621Z [ 30%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:29:31.8978087Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:29:31.9128631Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:29:31.9363320Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:29:31.9475553Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:29:31.9550782Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:29:31.9683128Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:29:31.9808981Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:29:32.0162522Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:29:32.0490456Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:29:32.0675272Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:29:32.0725928Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:29:32.0837135Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:29:32.0963728Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:29:32.0966233Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:29:32.1368120Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:29:32.1377347Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:29:32.1429201Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:29:32.1457051Z [ 40%] Generating program_schema headers 2024-08-22T20:29:32.1548585Z [ 40%] Built target program_schema 2024-08-22T20:29:32.1612440Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:29:32.1633805Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:29:32.1715314Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:29:32.1834262Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:29:32.1943434Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:29:32.2267073Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:29:32.2325677Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:29:32.2449419Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:29:32.2612558Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:29:32.2927469Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:29:32.3065401Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:29:32.3594547Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:29:32.3746757Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:29:32.3921453Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:29:32.4728994Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:29:32.5334238Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:29:32.5893222Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:29:32.6368777Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:29:32.6936991Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:29:32.7121646Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:29:32.7159716Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:29:32.7486907Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:29:32.8110606Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:29:32.8938668Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:29:32.8992414Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:29:32.9214590Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:29:33.0782447Z [ 40%] Linking C static library /home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:29:33.0907330Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:29:33.3908307Z [ 40%] Linking C static library /home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:29:33.9334562Z [ 40%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:29:41.5522557Z [ 40%] Built target pthreadpool 2024-08-22T20:29:41.5524388Z [ 40%] Built target flatccrt 2024-08-22T20:29:41.5562628Z [ 40%] Built target executorch_no_prim_ops 2024-08-22T20:29:41.5565211Z [ 40%] Built target cpuinfo 2024-08-22T20:29:41.5619240Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:29:41.5630453Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:29:41.5633000Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:29:41.5634608Z [ 40%] Built target flatcc 2024-08-22T20:29:41.5635735Z [ 40%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:29:41.5637393Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:29:41.5639395Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:29:41.5641436Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:29:41.5644702Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:29:41.5647097Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:29:41.5652484Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:29:41.5659209Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:29:41.5661189Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:29:41.5665670Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:29:41.5671521Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:29:41.5760639Z [ 50%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:29:41.5861504Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:29:41.5911513Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:29:41.5927114Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:29:41.6046488Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:29:41.6084724Z [ 50%] Built target logging 2024-08-22T20:29:41.6127271Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:29:41.6138648Z [ 50%] Built target allocator 2024-08-22T20:29:41.6237040Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:29:41.6769501Z [ 50%] Built target hardware-config 2024-08-22T20:29:41.6803041Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:29:41.6962081Z [ 50%] Built target normalization 2024-08-22T20:29:41.7010066Z [ 50%] Linking C executable /home/runner/work/torchchat/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:29:41.7086712Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:29:41.7352261Z [ 50%] Built target flatcc_cli 2024-08-22T20:29:41.7384802Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out 2024-08-22T20:29:41.7390036Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:29:41.7567318Z [ 50%] Generating code for kernel registration 2024-08-22T20:29:42.0040509Z [ 50%] Built target indirection 2024-08-22T20:29:42.0138882Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:29:42.1385461Z [ 50%] Built target memory 2024-08-22T20:29:42.1419291Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:29:42.1487732Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:29:42.1853408Z [ 50%] Built target mutex 2024-08-22T20:29:42.1954152Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:29:42.2280258Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:29:42.2315731Z [ 50%] Generating etdump headers 2024-08-22T20:29:42.2366549Z [ 50%] Built target jit 2024-08-22T20:29:42.2484340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:29:42.2495749Z [ 50%] Built target etdump_schema 2024-08-22T20:29:42.2593372Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:29:42.2736097Z [ 50%] Built target operator-utils 2024-08-22T20:29:42.2768070Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:29:42.2945433Z [ 50%] Built target post-operation 2024-08-22T20:29:42.2980211Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:29:42.3657258Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:29:42.3714753Z [ 50%] Built target cache 2024-08-22T20:29:42.3759247Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:29:42.3848713Z [ 50%] Linking CXX static library libexecutorch.a 2024-08-22T20:29:42.5336874Z [ 50%] Built target executorch 2024-08-22T20:29:42.5389922Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:29:42.7198827Z [ 50%] Built target microparams-init 2024-08-22T20:29:42.7230291Z [ 50%] Built target operator-run 2024-08-22T20:29:42.7264996Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:29:42.7276501Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:29:42.7366691Z [ 50%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:29:42.9909624Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:29:43.4562910Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:29:43.8657699Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512amx.c.o 2024-08-22T20:29:43.9498815Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:29:43.9919577Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:29:44.0080750Z [ 50%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:29:44.0820752Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:29:44.0822982Z [ 50%] Built target packing 2024-08-22T20:29:44.0958744Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:29:44.1122355Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:29:44.1894475Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:29:44.1949807Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:29:44.2199291Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:29:44.2435562Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:29:44.2672924Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:29:44.2911075Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:29:44.3167314Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:29:44.3414361Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:29:44.3725018Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:29:44.3982113Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:29:44.5845120Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:29:44.6546052Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:29:44.8720801Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:29:44.9158149Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:29:44.9718670Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:29:44.9878697Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:29:45.1621463Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:29:45.6100261Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:29:45.6565256Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:29:45.6583413Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:29:45.6802617Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:29:45.7134728Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:29:45.8013278Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:29:45.8597785Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:29:45.9595803Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/../../../executorch/runtime/core/error.h:18, 2024-08-22T20:29:45.9598733Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/../../../executorch/runtime/core/result.h:19, 2024-08-22T20:29:45.9601375Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/../../../executorch/runtime/core/data_loader.h:14, 2024-08-22T20:29:45.9604203Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/../../../executorch/extension/data_loader/mmap_data_loader.h:11, 2024-08-22T20:29:45.9606717Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/mmap_data_loader.cpp:9: 2024-08-22T20:29:45.9951712Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/mmap_data_loader.cpp: In function ‘void torch::executor::util::{anonymous}::MunmapSegment(void*, void*, size_t)’: 2024-08-22T20:29:46.0314871Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/mmap_data_loader.cpp:140:9: warning: too many arguments for format [-Wformat-extra-args] 2024-08-22T20:29:46.0316969Z 140 | "munmap(0x%zx, %zu) failed: %s (ignored)", 2024-08-22T20:29:46.0317764Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:46.0319936Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/data_loader/../../../executorch/runtime/platform/log.h:161:11: note: in definition of macro ‘ET_LOG’ 2024-08-22T20:29:46.0321912Z 161 | _format, \ 2024-08-22T20:29:46.0322669Z | ^~~~~~~ 2024-08-22T20:29:46.0323704Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:29:46.0325380Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:29:46.1422415Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:29:46.1747734Z [ 60%] Built target extension_data_loader 2024-08-22T20:29:46.1802318Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:29:46.5028878Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:29:46.5427737Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:29:46.5804382Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:29:46.6958045Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:29:46.7127785Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:29:46.8350552Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:29:46.9222704Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:29:47.0707223Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:29:47.1573492Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:29:47.1771170Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:29:47.3326557Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:29:47.3434203Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:29:47.3699585Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:29:47.4248291Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:29:47.5362527Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:29:47.6866032Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:29:47.8294477Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:29:47.8969708Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:29:48.0189917Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:29:48.0376307Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:29:48.0588390Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:29:48.1500117Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:29:48.1899952Z [ 60%] Built target quantized_kernels 2024-08-22T20:29:48.2040442Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:29:48.3206634Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:29:48.4863373Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:29:48.5185804Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:29:48.5768788Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:29:48.7659943Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:29:48.8574876Z [ 60%] Built target microkernels-prod 2024-08-22T20:29:48.8727956Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:29:49.0677088Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:29:49.0962864Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:29:49.3330366Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:29:49.4772836Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:29:49.5270354Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:13, 2024-08-22T20:29:49.5273198Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/array_ref.h:32, 2024-08-22T20:29:49.5275780Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:32, 2024-08-22T20:29:49.5278541Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/extension/aten_util/aten_bridge.h:11, 2024-08-22T20:29:49.5280937Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:9: 2024-08-22T20:29:49.5284752Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp: In function ‘void torch::util::{anonymous}::check_tensor_meta(const at::Tensor&, const Tensor&)’: 2024-08-22T20:29:49.5289106Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:24:7: warning: format ‘%hhd’ expects argument of type ‘int’, but argument 9 has type ‘torch::executor::ScalarType’ [-Wformat=] 2024-08-22T20:29:49.5291982Z 24 | "In function %s(), assert failed" _format, \ 2024-08-22T20:29:49.5294219Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/log.h:161:11: note: in definition of macro ‘ET_LOG’ 2024-08-22T20:29:49.5296759Z 161 | _format, \ 2024-08-22T20:29:49.5297823Z | ^~~~~~~ 2024-08-22T20:29:49.5299982Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:39:7: note: in expansion of macro ‘ET_ASSERT_MESSAGE_EMIT’ 2024-08-22T20:29:49.5302081Z 39 | ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2024-08-22T20:29:49.5303236Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:49.5305343Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:57:3: note: in expansion of macro ‘ET_CHECK_MSG’ 2024-08-22T20:29:49.5306951Z 57 | ET_CHECK_MSG( 2024-08-22T20:29:49.5307458Z | ^~~~~~~~~~~~ 2024-08-22T20:29:49.5309336Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:59:31: note: format string is defined here 2024-08-22T20:29:49.5310976Z 59 | "dtypes dont match a %hhd vs. b %hhd", 2024-08-22T20:29:49.5311660Z | ~~~^ 2024-08-22T20:29:49.5312225Z | | 2024-08-22T20:29:49.5312793Z | int 2024-08-22T20:29:49.5314371Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:13, 2024-08-22T20:29:49.5316549Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/array_ref.h:32, 2024-08-22T20:29:49.5318655Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:32, 2024-08-22T20:29:49.5321263Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/extension/aten_util/aten_bridge.h:11, 2024-08-22T20:29:49.5323372Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:9: 2024-08-22T20:29:49.5326671Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:24:7: warning: format ‘%hhd’ expects argument of type ‘int’, but argument 10 has type ‘torch::executor::ScalarType’ [-Wformat=] 2024-08-22T20:29:49.5329066Z 24 | "In function %s(), assert failed" _format, \ 2024-08-22T20:29:49.5330938Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/log.h:161:11: note: in definition of macro ‘ET_LOG’ 2024-08-22T20:29:49.5519535Z 161 | _format, \ 2024-08-22T20:29:49.5521932Z | ^~~~~~~ 2024-08-22T20:29:49.5526187Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:39:7: note: in expansion of macro ‘ET_ASSERT_MESSAGE_EMIT’ 2024-08-22T20:29:49.5530894Z 39 | ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2024-08-22T20:29:49.5534428Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:49.5538055Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:57:3: note: in expansion of macro ‘ET_CHECK_MSG’ 2024-08-22T20:29:49.5540393Z 57 | ET_CHECK_MSG( 2024-08-22T20:29:49.5541471Z | ^~~~~~~~~~~~ 2024-08-22T20:29:49.5543227Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/extension/aten_util/aten_bridge.cpp:59:42: note: format string is defined here 2024-08-22T20:29:49.5545009Z 59 | "dtypes dont match a %hhd vs. b %hhd", 2024-08-22T20:29:49.5551132Z | ~~~^ 2024-08-22T20:29:49.5555249Z | | 2024-08-22T20:29:49.5559437Z | int 2024-08-22T20:29:49.5563827Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:29:49.5568663Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:29:49.5853719Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:29:49.6310749Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:29:49.9341485Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:29:49.9437690Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:29:50.0436244Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:29:50.0457122Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:29:50.0648045Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:29:50.0770323Z [ 60%] Built target etdump 2024-08-22T20:29:50.0828749Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:29:50.2076971Z [ 60%] Built target bundled_program 2024-08-22T20:29:50.2150854Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:29:50.2160536Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:29:50.3686739Z [ 60%] Generating code for kernel registration 2024-08-22T20:29:50.3776603Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:29:50.3859843Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:29:50.5959126Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:29:50.7277665Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:29:50.8602331Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:29:50.8908223Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:29:51.0305963Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:29:51.1440613Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:29:51.1910053Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:29:51.3280159Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-22T20:29:51.4692211Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:29:51.5449745Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:29:51.6072329Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:29:51.6991529Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:29:51.8118969Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/util/read_file.cpp: In function ‘torch::executor::Error torch::executor::util::read_file_content(const char*, std::shared_ptr*, size_t*)’: 2024-08-22T20:29:51.8129796Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/util/read_file.cpp:49:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-08-22T20:29:51.8131048Z 49 | fread(ptr.get(), fileLen, 1, file); 2024-08-22T20:29:51.8131424Z | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:29:51.8816538Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:29:51.8919156Z [ 60%] Linking CXX static library libutil.a 2024-08-22T20:29:52.0241951Z [ 60%] Built target util 2024-08-22T20:29:52.0297725Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:29:52.1754047Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:29:52.2995520Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:29:52.3874585Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:29:52.5457993Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:29:52.6514300Z [ 60%] Built target operators 2024-08-22T20:29:52.6704650Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:29:52.7864388Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:29:52.9804993Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:29:53.0086647Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:29:53.2164819Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:29:53.2630623Z [ 60%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:29:53.2959191Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:29:53.3742050Z [ 60%] Built target quantized_ops_lib 2024-08-22T20:29:53.3779975Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:29:53.4323375Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:29:53.4515334Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:29:53.4675078Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:29:53.5254458Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:29:53.5406226Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:29:53.6481170Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:29:53.6487462Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:29:53.6912042Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:29:53.7581350Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:29:53.7586003Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:29:53.8203123Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:29:53.8896423Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:29:53.9263012Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:29:53.9269166Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:29:54.0072846Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:29:54.0395685Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:29:54.0828253Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:29:54.1127812Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:29:54.1565390Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:29:54.2149073Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:29:54.2207619Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:29:54.2288824Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:29:54.2765464Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:29:54.3329608Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:29:54.3774782Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:29:54.4375365Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:29:54.4446664Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:29:54.4590732Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:29:54.5226269Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:29:54.5779349Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:29:54.5781671Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:29:54.6125374Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:29:54.6851786Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:29:54.6856221Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:29:54.7574709Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:29:54.8484790Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:29:54.8746077Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:29:54.9633703Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:29:54.9689651Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:29:54.9819764Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:29:55.0663199Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:29:55.0665027Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:29:55.1848207Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:29:55.3166221Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:29:55.3172785Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:29:55.4295647Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:29:55.4779681Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:29:55.5448077Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:29:55.5461302Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:29:55.6698737Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:29:55.7532311Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:29:55.7835709Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:29:55.8008058Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:29:55.8872869Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:29:55.8924412Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:29:55.9914701Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:29:55.9924937Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:29:56.0884035Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:29:56.1625905Z [ 70%] Built target subgraph 2024-08-22T20:29:56.1812735Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:29:56.2398085Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:29:56.3344402Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:29:56.3424398Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:29:56.4729472Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:29:56.5157347Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:29:56.5285434Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:29:56.5434389Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:29:56.5772675Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:29:56.6972445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:29:56.6990445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:29:56.7264080Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:29:56.7773389Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:29:56.7909254Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:29:56.8559974Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:29:56.9356495Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:29:56.9987377Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:29:57.0432994Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:29:57.0745288Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:29:57.0749841Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:29:57.1432808Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:29:57.1439286Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:29:57.2141245Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:29:57.2218902Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:29:57.2278935Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:29:57.2895163Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:29:57.2946035Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:29:57.3793677Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:29:57.5288218Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:29:57.7269300Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:29:57.7816443Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:29:57.7913366Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:29:57.8594204Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:29:57.9195056Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:29:57.9789673Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:29:58.0406641Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:29:58.0410151Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:29:58.1062871Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:29:58.1898405Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:29:58.2175031Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:29:58.2388464Z [ 80%] Linking CXX static library libXNNPACK.a 2024-08-22T20:29:58.3756149Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:29:58.5844197Z [ 80%] Built target XNNPACK 2024-08-22T20:29:58.5897062Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:29:58.6374614Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:29:59.3367480Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:29:59.4922572Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:29:59.5349240Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:30:00.0139260Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:30:00.1303929Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:30:00.1952638Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:30:00.9072201Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:30:00.9155290Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:30:00.9792216Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:30:01.5171336Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:30:01.6934178Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:30:01.7121751Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:30:02.1957119Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:30:02.5034072Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:30:02.6317000Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:30:02.8797103Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:30:03.4195309Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:30:03.6178741Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:30:03.6607133Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:30:04.4111766Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:30:05.0057629Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:30:05.6711001Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:30:05.9166214Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:30:05.9876151Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:30:06.5734474Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:30:07.2581954Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:30:07.8269127Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:30:08.7281716Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:30:08.8024789Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:30:09.6530099Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:30:10.2948467Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:30:10.8897486Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:30:12.4775658Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:30:13.6607472Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:30:13.8225137Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:30:14.3436505Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:30:14.7349011Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:30:15.7232824Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:30:16.5208027Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:30:17.4118391Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:30:18.0338993Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:30:18.4100234Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:30:19.1341201Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:30:19.2182435Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:30:19.9533632Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:30:21.1242036Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:30:21.4234089Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:30:21.8087990Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:30:22.5949248Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:30:22.6788073Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:30:22.7890855Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:30:23.0897604Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:30:23.3347541Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:30:23.4204228Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:30:23.6012575Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:30:23.7671268Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:30:24.3021546Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:30:24.3200586Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:30:24.3987479Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:30:24.9625565Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:30:24.9913022Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:30:24.9966480Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:30:25.0660712Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:30:25.7399287Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:30:25.9887059Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:30:26.2446882Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:30:26.6416839Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:30:26.7840943Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:30:26.9858515Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:30:27.3133059Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:30:27.3565948Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:30:27.5945692Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:30:28.1818288Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2024-08-22T20:30:28.8236753Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:30:28.9684006Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:30:29.5722902Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:30:29.7495325Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:30:29.7566987Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:30:30.6434380Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:30:30.7532875Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:30:30.9279820Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:30:31.5849819Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:30:31.6430537Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:30:31.7199537Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:30:32.1286537Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:30:32.3326724Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:30:32.7793681Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:30:32.8856495Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:30:33.0287638Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:30:33.0919604Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:30:33.2220694Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:30:33.8087747Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:30:34.0101223Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:30:34.0147387Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:30:34.0997050Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:30:34.2559694Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-08-22T20:30:34.4373923Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:30:34.7487356Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:30:34.7930027Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:30:35.0539570Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:30:35.3492265Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:30:35.5552586Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:30:35.7258251Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:30:35.8226873Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:30:36.2726910Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:30:36.4355000Z [ 90%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:30:36.4628903Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:30:36.4672281Z [ 90%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:30:36.6174518Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:30:36.6189497Z [ 90%] Built target xnnpack_backend 2024-08-22T20:30:36.6245673Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:30:36.7167350Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:30:37.2680487Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:30:37.2886255Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:30:37.4639558Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:30:37.5952779Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:30:37.6241446Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:30:42.2241849Z [ 90%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:30:42.5213081Z [ 90%] Built target quantized_ops_aot_lib 2024-08-22T20:32:49.0451169Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:32:49.5295633Z [ 90%] Built target portable_kernels 2024-08-22T20:32:49.5342229Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:32:49.7263407Z [100%] Generating code for kernel registration 2024-08-22T20:32:51.2016937Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:32:52.4383704Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:32:52.5329469Z [100%] Built target portable_ops_lib 2024-08-22T20:32:52.5422580Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:33:03.2745016Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2024-08-22T20:33:04.0528056Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2024-08-22T20:33:08.5537923Z [100%] Built target portable_lib 2024-08-22T20:33:08.5804158Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:33:08.5810665Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:33:08.5812592Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:33:08.5814739Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:33:08.5817158Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:33:08.5822983Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:33:08.5824692Z [ 0%] Built target microkernel-utils 2024-08-22T20:33:08.5826294Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:33:08.5829970Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:33:08.5835644Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:33:08.5871253Z [ 9%] Built target flatccrt 2024-08-22T20:33:08.5880423Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:33:08.5894309Z [ 9%] Built target pthreadpool 2024-08-22T20:33:08.5918949Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:33:08.5950285Z [ 18%] Built target cpuinfo 2024-08-22T20:33:08.6012610Z [ 18%] Built target flatcc 2024-08-22T20:33:08.6038001Z [ 27%] Built target flatc 2024-08-22T20:33:08.6070626Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:33:08.6077105Z [ 27%] Built target allocator 2024-08-22T20:33:08.6154102Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:33:08.6188269Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:33:08.6195925Z [ 27%] Built target logging 2024-08-22T20:33:08.6326995Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:33:08.6340486Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:33:08.6350172Z [ 27%] Built target microparams-init 2024-08-22T20:33:08.6362122Z [ 27%] Built target indirection 2024-08-22T20:33:08.6470985Z [ 36%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:33:08.6474259Z [ 36%] Built target microkernels-prod 2024-08-22T20:33:08.6559516Z [ 36%] Built target normalization 2024-08-22T20:33:08.6624745Z [ 45%] Built target packing 2024-08-22T20:33:08.6673190Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:33:08.6716687Z [ 45%] Built target memory 2024-08-22T20:33:08.6842148Z [ 45%] Built target mutex 2024-08-22T20:33:08.6980078Z [ 45%] Built target operator-utils 2024-08-22T20:33:08.7031776Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:33:08.7091766Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:33:08.7147121Z [ 45%] Built target operator-run 2024-08-22T20:33:08.7299352Z [ 45%] Built target flatcc_cli 2024-08-22T20:33:08.7443838Z [ 45%] Built target bundled_program_schema 2024-08-22T20:33:08.7586730Z [ 45%] Generating common_schema headers 2024-08-22T20:33:08.7640566Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:33:08.7688624Z [ 45%] Built target common_schema 2024-08-22T20:33:08.7842280Z [ 54%] Built target xnnpack_schema 2024-08-22T20:33:08.8025437Z [ 54%] Built target post-operation 2024-08-22T20:33:08.8134826Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:33:08.8172751Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:33:08.8205653Z [ 63%] Built target hardware-config 2024-08-22T20:33:08.8404062Z [ 63%] Built target jit 2024-08-22T20:33:08.8508385Z [ 63%] Built target cache 2024-08-22T20:33:08.8617925Z [ 63%] Built target etdump_schema 2024-08-22T20:33:08.8656772Z [ 63%] Generating program_schema headers 2024-08-22T20:33:08.8786274Z [ 63%] Built target program_schema 2024-08-22T20:33:08.8838822Z [ 63%] Built target operators 2024-08-22T20:33:08.9326509Z [ 63%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:33:08.9333176Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:33:08.9336967Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:33:08.9338472Z [ 72%] Built target subgraph 2024-08-22T20:33:08.9343006Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:33:08.9349260Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:33:08.9747358Z [ 72%] Built target XNNPACK 2024-08-22T20:33:10.1782870Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:33:10.2882846Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:33:10.3064447Z [ 72%] Built target executorch 2024-08-22T20:33:10.3135030Z [ 72%] Built target xnnpack_backend 2024-08-22T20:33:10.3239130Z [ 72%] Built target extension_data_loader 2024-08-22T20:33:10.3275237Z [ 72%] Built target bundled_program 2024-08-22T20:33:10.3286634Z [ 72%] Built target etdump 2024-08-22T20:33:10.3395084Z [ 72%] Built target quantized_kernels 2024-08-22T20:33:10.3545920Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:33:10.4165106Z [ 72%] Built target util 2024-08-22T20:33:10.6181474Z [ 90%] Built target portable_kernels 2024-08-22T20:33:10.6334719Z [100%] Built target portable_ops_lib 2024-08-22T20:33:10.8286822Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:33:11.0998346Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:33:11.2156665Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2024-08-22T20:33:11.6282451Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2024-08-22T20:33:15.1217270Z [100%] Built target portable_lib 2024-08-22T20:33:25.9241470Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:33:26.0676226Z [100%] Built target eigen_blas 2024-08-22T20:33:26.0770115Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:33:26.8217022Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:33:26.9152817Z [100%] Built target cpublas 2024-08-22T20:33:26.9247806Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:33:26.9249528Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:33:26.9252115Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:33:27.8191651Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:33:27.8193863Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:27.8195287Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:33:27.8195753Z | ^ 2024-08-22T20:33:40.7600518Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:33:40.9476600Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:33:40.9671410Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:33:40.9673662Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:33:40.9676622Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:33:40.9683797Z [ 0%] Built target microkernel-utils 2024-08-22T20:33:40.9689008Z [ 1%] Built target flatccrt 2024-08-22T20:33:40.9691113Z [ 1%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:33:40.9697936Z [ 1%] Built target pthreadpool 2024-08-22T20:33:40.9704262Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:33:40.9710946Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:33:40.9716231Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:33:40.9726551Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:33:40.9728818Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:33:40.9737962Z [ 2%] Built target cpuinfo 2024-08-22T20:33:40.9740872Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:33:40.9756612Z [ 2%] Built target flatcc 2024-08-22T20:33:40.9840366Z [ 2%] Built target allocator 2024-08-22T20:33:40.9909116Z [ 2%] Built target logging 2024-08-22T20:33:40.9932966Z [ 3%] Built target flatc 2024-08-22T20:33:40.9936495Z [ 4%] Built target eigen_blas 2024-08-22T20:33:40.9975028Z [ 4%] Built target indirection 2024-08-22T20:33:40.9993540Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:33:40.9994910Z [ 5%] Built target microkernels-prod 2024-08-22T20:33:41.0018330Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:33:41.0041020Z [ 5%] Built target microparams-init 2024-08-22T20:33:41.0085454Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:33:41.0087190Z [ 5%] Built target normalization 2024-08-22T20:33:41.0120921Z [ 6%] Built target packing 2024-08-22T20:33:41.0136746Z [ 6%] Built target memory 2024-08-22T20:33:41.0138589Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:33:41.0149871Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:33:41.0182767Z [ 6%] Built target mutex 2024-08-22T20:33:41.0213581Z [ 6%] Built target operator-utils 2024-08-22T20:33:41.0276566Z [ 6%] Built target operator-run 2024-08-22T20:33:41.0286259Z [ 6%] Built target flatcc_cli 2024-08-22T20:33:41.0327920Z [ 6%] Built target bundled_program_schema 2024-08-22T20:33:41.0343945Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:33:41.0373370Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:33:41.0409614Z [ 6%] Generating common_schema headers 2024-08-22T20:33:41.0416828Z [ 7%] Built target xnnpack_schema 2024-08-22T20:33:41.0490846Z [ 7%] Built target post-operation 2024-08-22T20:33:41.0505478Z [ 7%] Built target common_schema 2024-08-22T20:33:41.0533622Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:33:41.0560291Z [ 7%] Built target hardware-config 2024-08-22T20:33:41.0563912Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:33:41.0605108Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:33:41.0662583Z [ 7%] Built target jit 2024-08-22T20:33:41.0677236Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:33:41.0818843Z [ 7%] Built target cache 2024-08-22T20:33:41.0906429Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:33:41.1019456Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:33:41.1087282Z [ 7%] Built target operators 2024-08-22T20:33:41.1238469Z [ 7%] Built target etdump_schema 2024-08-22T20:33:41.1272820Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:33:41.1372285Z [ 7%] Generating program_schema headers 2024-08-22T20:33:41.1486078Z [ 7%] Built target program_schema 2024-08-22T20:33:41.1532867Z [ 8%] Built target subgraph 2024-08-22T20:33:41.1786804Z [ 8%] Built target XNNPACK 2024-08-22T20:33:41.1868478Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:33:41.1871186Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:33:41.1874603Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:33:41.1877822Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:33:41.1887283Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:33:41.2120933Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:33:41.3290302Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:33:41.4334243Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:33:41.5644666Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-22T20:33:41.5647478Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-22T20:33:41.5650146Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-22T20:33:41.5652994Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-22T20:33:41.5661881Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-22T20:33:41.5670976Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-22T20:33:41.5673889Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-22T20:33:41.5676712Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-22T20:33:41.6097218Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-22T20:33:41.6100411Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-22T20:33:41.6330805Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-22T20:33:41.6346336Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-22T20:33:41.6460127Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-22T20:33:41.6496210Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-22T20:33:41.6575651Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-22T20:33:41.6697393Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-22T20:33:41.6763927Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:33:41.6769446Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:33:41.6804423Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:33:41.6997565Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:33:41.7020111Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:33:41.7244306Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:33:41.7406888Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:33:41.7453210Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:33:41.7466619Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-22T20:33:41.7554689Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-22T20:33:41.7661081Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-22T20:33:41.7671933Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-22T20:33:41.7765038Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-22T20:33:41.7982685Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-22T20:33:41.8071054Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-22T20:33:41.8122171Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-22T20:33:41.8139459Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-22T20:33:41.8195930Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-22T20:33:41.8264328Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-22T20:33:41.8490098Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:33:41.8505685Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:33:41.8512652Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:33:41.8642679Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:33:41.8865719Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-22T20:33:41.8885373Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-22T20:33:41.8939295Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-22T20:33:41.8950054Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:33:41.8953261Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:33:41.9290281Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:33:41.9325816Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-22T20:33:41.9360944Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:33:41.9383595Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:33:41.9425338Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:33:41.9484113Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:33:41.9578305Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-22T20:33:41.9741123Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:33:41.9884493Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-22T20:33:42.0384208Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-22T20:33:42.0474111Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-22T20:33:42.0489067Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-22T20:33:42.0500328Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-22T20:33:42.0728225Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:33:42.0749715Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:33:42.0819210Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:33:42.0823097Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-22T20:33:42.1001368Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:33:42.1361332Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-22T20:33:42.1564284Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-22T20:33:42.1659399Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-22T20:33:42.1750445Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:33:42.1753038Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:33:42.1755435Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:33:42.1799848Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:33:42.1858493Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-22T20:33:42.1862214Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:33:42.2192570Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:33:42.2527824Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-22T20:33:42.2663657Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:33:42.2789359Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-22T20:33:42.2834743Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:33:42.2924795Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:33:42.3085817Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:33:42.3089889Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:33:42.3201842Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-22T20:33:42.3209608Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:33:42.3213351Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:33:42.3379072Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-22T20:33:42.3492845Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:33:42.3882826Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-22T20:33:42.3905060Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.4121618Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-22T20:33:42.4210914Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.4342058Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-22T20:33:42.4345570Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.4477511Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-22T20:33:42.4667618Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.4749902Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-22T20:33:42.4792376Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.4879529Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-22T20:33:42.4927681Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.5025093Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-22T20:33:42.5161447Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-22T20:33:42.5164211Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-22T20:33:42.5340915Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.5487799Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-22T20:33:42.5718980Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-22T20:33:42.5759211Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-22T20:33:42.5769596Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.5865403Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-22T20:33:42.5868944Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-22T20:33:42.5905626Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-22T20:33:42.5940816Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.6120378Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-22T20:33:42.6126398Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-22T20:33:42.6129647Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-22T20:33:42.6132872Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.6368148Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-22T20:33:42.6524493Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.6587451Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-22T20:33:42.6607448Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.6613610Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-22T20:33:42.6619776Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.6721676Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-22T20:33:42.6731317Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.7136915Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-22T20:33:42.7139897Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-22T20:33:42.7144386Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-22T20:33:42.7161508Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.7331878Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-22T20:33:42.7544779Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-22T20:33:42.7682727Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-22T20:33:42.7760397Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.7763449Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-22T20:33:42.7853953Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-22T20:33:42.7889272Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-22T20:33:42.7901687Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.7931876Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-22T20:33:42.8097501Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:33:42.8151543Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-22T20:33:42.8254562Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-22T20:33:42.8360053Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-22T20:33:42.8489173Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-22T20:33:42.8502213Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-22T20:33:42.8514787Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-22T20:33:42.8682727Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-22T20:33:42.9000300Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-22T20:33:42.9003497Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-22T20:33:42.9036255Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-22T20:33:42.9054273Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-22T20:33:42.9111244Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-22T20:33:42.9149837Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-22T20:33:42.9171127Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-22T20:33:42.9196872Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-22T20:33:42.9440821Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-22T20:33:42.9576878Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-22T20:33:42.9671180Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:42.9674637Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-22T20:33:42.9708178Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-22T20:33:42.9724528Z [ 11%] Built target executorch_no_prim_ops 2024-08-22T20:33:42.9733767Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:42.9783550Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-22T20:33:42.9802329Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-22T20:33:42.9882329Z [ 11%] Built target executorch 2024-08-22T20:33:42.9997412Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:33:43.0089305Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-22T20:33:43.0091330Z [ 11%] Built target cpublas 2024-08-22T20:33:43.0253622Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-22T20:33:43.0262309Z [ 11%] Built target quantized_kernels 2024-08-22T20:33:43.0275149Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.0301392Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-08-22T20:33:43.0408867Z [ 11%] Built target extension_data_loader 2024-08-22T20:33:43.0628072Z [ 11%] Built target xnnpack_backend 2024-08-22T20:33:43.0746709Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-22T20:33:43.0812647Z [ 11%] Built target etdump 2024-08-22T20:33:43.0818423Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-08-22T20:33:43.0852261Z [ 11%] Built target util 2024-08-22T20:33:43.0874969Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-08-22T20:33:43.0876660Z [ 11%] Built target bundled_program 2024-08-22T20:33:43.0926034Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.0934800Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:33:43.0972126Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-08-22T20:33:43.0979161Z [ 11%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:33:43.0993987Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:33:43.1243265Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-08-22T20:33:43.1270433Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-08-22T20:33:43.1336792Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-22T20:33:43.1417966Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-22T20:33:43.1575416Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-22T20:33:43.1617031Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:43.1707608Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-22T20:33:43.1730164Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-22T20:33:43.1788833Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:43.1808775Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-22T20:33:43.1885292Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-22T20:33:43.1968467Z [ 11%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:33:43.2120746Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-08-22T20:33:43.2123532Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-08-22T20:33:43.2347159Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-22T20:33:43.2421825Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.2604008Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-08-22T20:33:43.2607354Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-22T20:33:43.2683383Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:33:43.2789885Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:33:43.2795127Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:33:43.3098780Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-08-22T20:33:43.3106755Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-08-22T20:33:43.3251012Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-08-22T20:33:43.3354415Z [ 11%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:33:43.3412291Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.3481933Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-22T20:33:43.3584865Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-22T20:33:43.3650178Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:43.3668042Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:43.3735438Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:33:43.3760423Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.3791798Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:43.3822728Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-22T20:33:43.3911406Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-22T20:33:43.4150029Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:43.4260799Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-22T20:33:43.4704525Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-22T20:33:43.4886915Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:33:43.5027770Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-22T20:33:43.5031646Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-22T20:33:43.5116788Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:43.5157686Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-22T20:33:43.5408059Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-22T20:33:43.5470815Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:33:43.5484356Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:33:43.5606867Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:33:43.5926084Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:33:43.6188212Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:33:43.6191654Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:33:43.6341534Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:33:43.6345290Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:33:43.6421425Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:33:43.6426610Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:33:43.6659804Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:33:43.6749551Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:33:43.6829048Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:33:43.6832327Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:33:43.6859773Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:33:43.7002170Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:33:43.7031758Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:33:43.7166584Z [ 12%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:33:43.7296602Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:33:43.7299985Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:33:43.7414636Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:33:43.7419872Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:33:43.7483832Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:33:43.7652840Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:33:43.7754580Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:33:43.7814864Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:33:43.7839856Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:33:43.7922874Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:33:43.7984916Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:33:43.8017506Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:33:43.8116065Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:33:43.8130458Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-22T20:33:43.8317880Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-22T20:33:43.8322845Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-22T20:33:43.8378543Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-22T20:33:43.8515384Z [ 12%] Built target quantized_ops_aot_lib 2024-08-22T20:33:43.8561681Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-22T20:33:43.8623967Z [ 12%] Built target gflags_nothreads_static 2024-08-22T20:33:43.8677298Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-22T20:33:43.8681296Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-22T20:33:43.8699548Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-22T20:33:43.8767848Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:33:43.8770865Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-22T20:33:43.8875660Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-22T20:33:43.8878094Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:33:43.8956184Z [ 12%] Built target quantized_ops_lib 2024-08-22T20:33:43.9012993Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-22T20:33:43.9089437Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-22T20:33:43.9194053Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-22T20:33:43.9253822Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-22T20:33:43.9295466Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-22T20:33:43.9333526Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-22T20:33:43.9352064Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:33:43.9488612Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-22T20:33:43.9654450Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-22T20:33:43.9661766Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-22T20:33:43.9690086Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-22T20:33:43.9768607Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-22T20:33:43.9804700Z [ 14%] Built target portable_kernels 2024-08-22T20:33:43.9826656Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-22T20:33:43.9977555Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-22T20:33:44.0010007Z [ 16%] Built target portable_ops_lib 2024-08-22T20:33:44.0062071Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:33:44.0069631Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:33:44.0134673Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:33:44.0141244Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:33:44.0231285Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:33:44.0277083Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-22T20:33:44.0457765Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:33:44.0574686Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-22T20:33:44.0634270Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-22T20:33:44.0698720Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-22T20:33:44.0723578Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-22T20:33:44.0769716Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:33:44.0797451Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-22T20:33:44.1088271Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:33:44.1095063Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:33:44.1191481Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:33:44.1209372Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-22T20:33:44.1327421Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:33:44.1603188Z [ 16%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2024-08-22T20:33:44.1653331Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:33:44.1960964Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:33:44.2669245Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-22T20:33:44.2736949Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:33:44.3591643Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:33:44.4477214Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-22T20:33:44.5125940Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:33:44.5130315Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:44.5133316Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:33:44.5134471Z | ^ 2024-08-22T20:33:44.5595589Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:33:44.6677030Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:33:44.7163245Z [ 16%] Linking CXX static library libextension_module_static.a 2024-08-22T20:33:44.7249138Z [ 16%] Linking CXX shared library libextension_module.so 2024-08-22T20:33:44.8522381Z [ 16%] Built target extension_module 2024-08-22T20:33:44.8572036Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:33:44.8579917Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:33:44.8617945Z [ 16%] Built target extension_module_static 2024-08-22T20:33:44.8656214Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2024-08-22T20:33:44.8674930Z [ 16%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:33:44.9477090Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-22T20:33:45.0115104Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-22T20:33:45.0835305Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-22T20:33:45.1110562Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:33:45.1238313Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-22T20:33:45.1580049Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-22T20:33:45.2063166Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-22T20:33:45.2231119Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-22T20:33:45.2749866Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-22T20:33:45.2978126Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-22T20:33:45.3562687Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-22T20:33:45.3600876Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:33:45.3604308Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:45.3607588Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:33:45.3608535Z | ^ 2024-08-22T20:33:45.3618299Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-22T20:33:45.3706554Z [ 16%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:33:45.4034599Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-22T20:33:45.4340551Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:33:45.4476806Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:33:45.4571302Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:33:45.4834574Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-22T20:33:45.5085510Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-22T20:33:45.5163476Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-22T20:33:45.5279708Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-22T20:33:45.5451085Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-22T20:33:45.5556784Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:33:45.5560873Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:45.5563507Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:33:45.5564390Z | ^ 2024-08-22T20:33:45.5751986Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-22T20:33:45.5871558Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-22T20:33:45.5931828Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-22T20:33:45.6011789Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-22T20:33:45.6183543Z [ 16%] Linking CXX executable xnn_executor_runner 2024-08-22T20:33:45.6380410Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-22T20:33:45.6431020Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-22T20:33:45.6559222Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-22T20:33:45.6585093Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-22T20:33:45.6708709Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-22T20:33:45.7014199Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-22T20:33:45.7089727Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-22T20:33:45.7213681Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-22T20:33:45.7319984Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-22T20:33:45.7347769Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-22T20:33:45.7654503Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-22T20:33:45.7656938Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-22T20:33:45.7837849Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-22T20:33:45.7947753Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-22T20:33:45.7997323Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-22T20:33:45.8309657Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-22T20:33:45.8356662Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-22T20:33:45.8509709Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-22T20:33:45.8624102Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-22T20:33:45.8783169Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-22T20:33:45.9000370Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-22T20:33:45.9050748Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-22T20:33:45.9087915Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-22T20:33:45.9329189Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-22T20:33:45.9540428Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-22T20:33:45.9557972Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-22T20:33:45.9578403Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-22T20:33:45.9741736Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-22T20:33:45.9900940Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-22T20:33:46.0155204Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-22T20:33:46.0177375Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-22T20:33:46.0242242Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-22T20:33:46.0418729Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-22T20:33:46.0498134Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-22T20:33:46.0838838Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-22T20:33:46.0901973Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-22T20:33:46.0905130Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-22T20:33:46.0941655Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-22T20:33:46.1147079Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-22T20:33:46.1515285Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-22T20:33:46.1529086Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-22T20:33:46.1545312Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-22T20:33:46.1650925Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-22T20:33:46.1788822Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-22T20:33:46.2041156Z [ 17%] Linking CXX static library libcustom_ops.a 2024-08-22T20:33:46.2190674Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-22T20:33:46.2239897Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-22T20:33:46.2245176Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-22T20:33:46.2301281Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-22T20:33:46.2549211Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-22T20:33:46.2783556Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-22T20:33:46.2904813Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-22T20:33:46.2911771Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-22T20:33:46.2965338Z [ 17%] Built target xnn_executor_runner 2024-08-22T20:33:46.3012852Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-22T20:33:46.3016196Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-22T20:33:46.3100011Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-22T20:33:46.3463491Z [ 17%] Built target custom_ops 2024-08-22T20:33:46.3465872Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-22T20:33:46.3531492Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-22T20:33:46.3562691Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-22T20:33:46.3578929Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-22T20:33:46.3582433Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-22T20:33:46.3599122Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-22T20:33:46.3802339Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-22T20:33:46.4132412Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-22T20:33:46.4142523Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-22T20:33:46.4162761Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-22T20:33:46.4214951Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-22T20:33:46.4286079Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-22T20:33:46.4348413Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-22T20:33:46.4396316Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-22T20:33:46.4727468Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-22T20:33:46.4780916Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-22T20:33:46.4817244Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:33:46.4819376Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:33:46.4821167Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:33:46.4824059Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:46.4826006Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:33:46.4826613Z | ^ 2024-08-22T20:33:46.4829026Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:46.4885477Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:46.4886257Z | ^~~~~~~~~~~ 2024-08-22T20:33:46.4889022Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:46.4891061Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:46.4891835Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:46.4894032Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:46.4896207Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:33:46.4897048Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:46.4898966Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:33:46.4900886Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:33:46.4901725Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:46.4903395Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-22T20:33:46.4908642Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-22T20:33:46.5044685Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-22T20:33:46.5051157Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-22T20:33:46.5054365Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-22T20:33:46.5366832Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-22T20:33:46.5473867Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-22T20:33:46.5476401Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-22T20:33:46.5516237Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-22T20:33:46.5524464Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-22T20:33:46.5618736Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-22T20:33:46.5661608Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-22T20:33:46.5996147Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-22T20:33:46.6128413Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-22T20:33:46.6131055Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-22T20:33:46.6149868Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-22T20:33:46.6154822Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-22T20:33:46.6180307Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-22T20:33:46.6291162Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-22T20:33:46.6515302Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-22T20:33:46.6677974Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-22T20:33:46.6700248Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-22T20:33:46.6703476Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-22T20:33:46.6752648Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-22T20:33:46.6775712Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-22T20:33:46.6858471Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-22T20:33:46.6887335Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-22T20:33:46.7171563Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-22T20:33:46.7262621Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-22T20:33:46.7271892Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-22T20:33:46.7352529Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-22T20:33:46.7355457Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-22T20:33:46.7489798Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-22T20:33:46.7492870Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-22T20:33:46.7521418Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-22T20:33:46.7861524Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-22T20:33:46.7869180Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-22T20:33:46.7953595Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-22T20:33:46.8006153Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-22T20:33:46.8010229Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-22T20:33:46.8071933Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-22T20:33:46.8178233Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-22T20:33:46.8227562Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-22T20:33:46.8545477Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-22T20:33:46.8556931Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-22T20:33:46.8576651Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-22T20:33:46.8615086Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-22T20:33:46.8659762Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-22T20:33:46.8825562Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-22T20:33:46.8855241Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-22T20:33:46.8859219Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-22T20:33:46.9167281Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-22T20:33:46.9173737Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-22T20:33:46.9206708Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-22T20:33:46.9209507Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-22T20:33:46.9287294Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-22T20:33:46.9536864Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-22T20:33:46.9571077Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-22T20:33:46.9645761Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-22T20:33:46.9707188Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-22T20:33:46.9796116Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-22T20:33:46.9849540Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-22T20:33:46.9977562Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-22T20:33:47.0104569Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-22T20:33:47.0168350Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-22T20:33:47.0471988Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-22T20:33:47.0623559Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-22T20:33:47.0639920Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-22T20:33:47.0762162Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-22T20:33:47.0787469Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-22T20:33:47.0798241Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-22T20:33:47.0991842Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-22T20:33:47.1065887Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-22T20:33:47.1157710Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-22T20:33:47.1342624Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-22T20:33:47.1518116Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-22T20:33:47.1571448Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-22T20:33:47.1621044Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-22T20:33:47.1628020Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-22T20:33:47.1684586Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-22T20:33:47.1809020Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-22T20:33:47.1818954Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-22T20:33:47.1832417Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-22T20:33:47.1879833Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-22T20:33:47.2165067Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-22T20:33:47.2170146Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-22T20:33:47.2259240Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-22T20:33:47.2279840Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-22T20:33:47.2454084Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-22T20:33:47.2612279Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-22T20:33:47.2659355Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-22T20:33:47.2667549Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-22T20:33:47.2769074Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-22T20:33:47.2862709Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-22T20:33:47.2964691Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-22T20:33:47.2967803Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-22T20:33:47.3185727Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-22T20:33:47.3320810Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-22T20:33:47.3472516Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:33:47.3476323Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-22T20:33:47.3486547Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-22T20:33:47.3528721Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-22T20:33:47.3636120Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-22T20:33:47.3777192Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-22T20:33:47.3800609Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-22T20:33:47.3989233Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-22T20:33:47.4227123Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-22T20:33:47.4269647Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-22T20:33:47.4293039Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:33:47.4377195Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:33:47.4551421Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:33:47.4559684Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:33:47.4665974Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:33:47.4736642Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:33:47.4932222Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-22T20:33:47.4935421Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-22T20:33:47.5086601Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-22T20:33:47.5090165Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-22T20:33:47.5266965Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-22T20:33:47.5502715Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-22T20:33:47.5633906Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-22T20:33:47.5664522Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-22T20:33:47.5735384Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-22T20:33:47.5738421Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-22T20:33:47.5747121Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-22T20:33:47.5765881Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-22T20:33:47.5844692Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-22T20:33:47.5977056Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-22T20:33:47.6088233Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-22T20:33:47.6095259Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-22T20:33:47.6123445Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-22T20:33:47.6242126Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-22T20:33:47.6302644Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-22T20:33:47.6364108Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-22T20:33:47.6366866Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-22T20:33:47.6403526Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-22T20:33:47.6451826Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-22T20:33:47.6456585Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-22T20:33:47.6461140Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-22T20:33:47.6694506Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-22T20:33:47.6729604Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-22T20:33:47.6734425Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-22T20:33:47.6765436Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-22T20:33:47.6768830Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-22T20:33:47.6799016Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-22T20:33:47.6802390Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-22T20:33:47.6993528Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-22T20:33:47.6998089Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-22T20:33:47.7226677Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-22T20:33:47.7229449Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-22T20:33:47.7231808Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-22T20:33:47.7234303Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-22T20:33:47.7237722Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-22T20:33:47.7240246Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-22T20:33:47.7271278Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:33:47.7456352Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:33:47.7459917Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:33:47.7647671Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:33:47.7679944Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:33:47.7717480Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:33:47.7729984Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:33:47.7743001Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:33:47.7766769Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:33:47.7827624Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:33:47.7949550Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:33:47.7963730Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:33:47.8160484Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:33:47.8193263Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:33:47.8210815Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:33:47.8299783Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:33:47.8329858Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:33:47.8333871Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:33:47.8518911Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:33:47.8531886Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:33:47.8539450Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:33:47.8641571Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:33:47.8688262Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:33:47.8765152Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:33:47.8805663Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:33:47.8996601Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:33:47.9001244Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:33:47.9009806Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:33:47.9058472Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:33:47.9071162Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:33:47.9236489Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-22T20:33:47.9244363Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:33:47.9309500Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-22T20:33:47.9338512Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:33:47.9481223Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:33:47.9536114Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:33:47.9541639Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:33:47.9572236Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:33:47.9616167Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:33:47.9725087Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:33:47.9810943Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:33:47.9814420Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:33:47.9830202Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:33:48.0020141Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:33:48.0044561Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:33:48.0069468Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:33:48.0115169Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:33:48.0195620Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:33:48.0252683Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:33:48.0308888Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:33:48.0326045Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:33:48.0394457Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:33:48.0546584Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:33:48.0563146Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:33:48.0601819Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:33:48.0617167Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:33:48.0715112Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:33:48.0843152Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:33:48.0859260Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:33:48.0876914Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:33:48.0910733Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:33:48.1039407Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:33:48.1049800Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:33:48.1164848Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:33:48.1168586Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:33:48.1230823Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:33:48.1362881Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:33:48.1382630Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:33:48.1393860Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:33:48.1437139Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:33:48.1575656Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:33:48.1579699Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:33:48.1690864Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:33:48.1795750Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-22T20:33:48.1856715Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-22T20:33:48.1863045Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:33:48.1884363Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-22T20:33:48.1891949Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-22T20:33:48.1949592Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-22T20:33:48.2098004Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-22T20:33:48.2118673Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-22T20:33:48.2197491Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-22T20:33:48.2210065Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-22T20:33:48.2319008Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-22T20:33:48.2377365Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-22T20:33:48.2382015Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-22T20:33:48.2397190Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:33:48.2400494Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-22T20:33:48.2580151Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:48.2622505Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:33:48.2631252Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:33:48.2664415Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:48.2753097Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:33:48.2839835Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:48.2922284Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-22T20:33:48.2934379Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:33:48.3844083Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:48.3860823Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:33:48.4136572Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:33:48.4276330Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:48.4410927Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:33:48.4750282Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:48.4769488Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:33:48.5116625Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:48.5280167Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:33:48.5322958Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:33:48.5591289Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:48.5716553Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:33:48.5986193Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:48.5989620Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-22T20:33:48.6036177Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:33:48.6169094Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-22T20:33:48.6512588Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-22T20:33:48.6515698Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-22T20:33:48.6518681Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:33:48.6682216Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:33:48.7241521Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.7245324Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:48.7311966Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:48.7501391Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.7647979Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:48.7712018Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:48.7864216Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.8017349Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:48.8020921Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:48.8476607Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.8642433Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:48.8707681Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:48.9186052Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.9203350Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:48.9452420Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:48.9641530Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:48.9860805Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.0067188Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.0071207Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.0080230Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.0189513Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.0965911Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.0969138Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.1100361Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.1225647Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.1413851Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.1840695Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.2056612Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.2405086Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.2455253Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.2472179Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:49.2989167Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.3131490Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.3141992Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.3306306Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:33:49.3309622Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:33:49.3312094Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:33:49.3314586Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:33:49.3318027Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:114:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:49.3320467Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:33:49.3321268Z | ^ 2024-08-22T20:33:49.3323375Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:49.3325209Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:49.3325846Z | ^~~~~~~~~~~ 2024-08-22T20:33:49.3327739Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:49.3329666Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:49.3377862Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.3383591Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:49.3385843Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:33:49.3386815Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.3389406Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:33:49.3391610Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:33:49.3392396Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.3395054Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:33:49.3397266Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:33:49.3410242Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.3414581Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:111:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:33:49.3419738Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:33:49.3423749Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.3429276Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:49.3582125Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.3599448Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.3861540Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.4073518Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:33:49.4076907Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:33:49.4079373Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:33:49.4081799Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:33:49.4085024Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:105:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:49.4087573Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:33:49.4088601Z | ^ 2024-08-22T20:33:49.4090800Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:49.4092687Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:49.4093335Z | ^~~~~~~~~~~ 2024-08-22T20:33:49.4095276Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:49.4097255Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:49.4098010Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.4100046Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:49.4102165Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:33:49.4103025Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.4104796Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:98:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:33:49.4106602Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:33:49.4107344Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:49.4339490Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:49.4342650Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.4463851Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.4490403Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.4511218Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.4754157Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.5080293Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.5247515Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.5471672Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.5788899Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.5801845Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:33:49.5921847Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:33:49.6102693Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:33:49.6303353Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:33:49.6440037Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:33:49.6553582Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:33:49.6608645Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:33:49.6662316Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:49.6862377Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:33:49.7127900Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:33:49.7256372Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:33:49.7417633Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:33:49.7562272Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:33:49.7769219Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:33:49.7772505Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:33:49.7896535Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:33:49.7923948Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:49.8142406Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:33:49.8212463Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:33:49.8385210Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:33:49.8445020Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:33:49.8448771Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:33:49.8518143Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.8536372Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.8767548Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.8868803Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.8891721Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.8911965Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.8962442Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.9127711Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.9198553Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.9469718Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:49.9520152Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:49.9946039Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:49.9977481Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.0085114Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.0103430Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.0335631Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.0543561Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:33:50.0546260Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:33:50.0549111Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:33:50.0551465Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:33:50.0554203Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:102:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:50.0556298Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:33:50.0557109Z | ^ 2024-08-22T20:33:50.0559040Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:50.0560814Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:50.0561578Z | ^~~~~~~~~~~ 2024-08-22T20:33:50.0563907Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:50.0566083Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:50.0566872Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:50.0569073Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:50.0571349Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:33:50.0572267Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:50.0574549Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:33:50.0576696Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:33:50.0577480Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:50.0579505Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:33:50.0581500Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:33:50.0583965Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:50.0585814Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:95:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:33:50.0654320Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:33:50.0655207Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:50.0814252Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.0818125Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.1369306Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.1417404Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.1463488Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.1738451Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.1889009Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.2004402Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.2212720Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.2569157Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.2670042Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.3295460Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.3446049Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.3494273Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.3687710Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.3844903Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.3936098Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.4355174Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.4396792Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.4430658Z [ 24%] Built target portable_lib 2024-08-22T20:33:50.4893581Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.5003511Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.5110619Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.5497404Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.5525506Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.5662658Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.6053001Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.6125212Z [ 24%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:33:50.6250682Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.6289822Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.6337638Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.6474172Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.6592721Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.7022848Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.7160693Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.7172084Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.7526592Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.7658701Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.8120214Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.8395972Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.8400418Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.8437781Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.8569871Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.8767408Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.9127808Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.9196412Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.9296053Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.9458329Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.9562699Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:50.9612922Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:50.9746990Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:50.9750485Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.0160778Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.0179296Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:33:51.0235676Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.0401160Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.0507414Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.0515769Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.0753605Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.0771149Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.1132802Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.1137069Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.1149234Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.1601946Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.1766227Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.1770095Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.1819285Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.2099093Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.2154651Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.2250907Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.2423193Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.2427764Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.2431585Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.2882420Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.2907255Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.2934070Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.3025266Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.3287715Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.3506363Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.3573337Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.3705390Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.3820520Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.3839372Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.4237291Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.4296334Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.4361827Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.4500987Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:33:51.4596247Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:33:51.4849524Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:33:51.4899942Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:33:51.4918859Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-22T20:33:51.4924955Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:33:51.5058907Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:33:51.5062390Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:33:51.5315647Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:33:51.5359088Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:33:51.5362420Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:33:51.5406204Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-22T20:33:51.5419199Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-22T20:33:51.5459581Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-22T20:33:51.5562212Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-22T20:33:51.5715346Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-22T20:33:51.5837059Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-22T20:33:51.5845528Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:33:51.5854796Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:33:51.5882066Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:33:51.5953846Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:33:51.6058705Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:33:51.6061837Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:33:51.6071442Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:33:51.6117207Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:33:51.6291106Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:33:51.6294784Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:33:51.6299959Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:33:51.6397546Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:33:51.6457645Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-22T20:33:51.6523587Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-22T20:33:51.6614660Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-22T20:33:51.6718531Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:51.6722442Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:51.6913184Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.6923515Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.6931513Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.6954821Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.6958628Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.7067129Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.7097276Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.7241736Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.7381183Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.7750031Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.8239135Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.8300787Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.8314848Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.8652568Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.8823570Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.8827309Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.8944839Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.9273799Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.9491802Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:51.9495510Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:51.9619625Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:51.9794918Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.0192272Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.0475947Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.0793607Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.0836577Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.0960769Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.1288318Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:33:52.1292140Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:33:52.1294827Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:33:52.1297436Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:33:52.1300976Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:52.1303326Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:33:52.1304460Z | ^ 2024-08-22T20:33:52.1306772Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:52.1309105Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:52.1309794Z | ^~~~~~~~~~~ 2024-08-22T20:33:52.1311905Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:52.1313961Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:52.1315075Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:52.1317245Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:52.1319553Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:33:52.1320494Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:52.1322875Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:33:52.1325065Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:33:52.1325869Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:52.1327862Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:33:52.1329651Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:33:52.1330232Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:52.1332052Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.1513870Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.1571028Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.1776505Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.2079280Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.2141445Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.2403381Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.2494808Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.2723800Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.2815928Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.2979954Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.3445326Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.3468822Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.3764935Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.3776560Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.3807652Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.3855134Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.3858219Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.4490192Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.4493334Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.4822162Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.4983167Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:33:52.5035188Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:33:52.5179424Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:33:52.5390517Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:33:52.5463505Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:33:52.5467708Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:33:52.5708837Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:33:52.5751382Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:52.5941824Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:33:52.6000814Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:33:52.6069582Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:33:52.6273750Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:33:52.6506586Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:33:52.6518500Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:33:52.6957887Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:33:52.6963614Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:33:52.7021366Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:33:52.7039802Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:33:52.7071556Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:33:52.7180056Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:33:52.7389370Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:33:52.7590864Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.7596108Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:33:52.7617488Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.7684066Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.7744447Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.7764266Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.7836654Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.7977916Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.8120985Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.8154103Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.8460676Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.8720626Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.8771368Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.8838016Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.8840983Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.8949006Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.9149742Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.9326620Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.9345202Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:52.9499557Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:52.9734207Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:52.9965779Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:52.9969634Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.0118897Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.0184503Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.0315278Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.0510376Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.0562260Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.0738588Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.1068579Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.1131038Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.1223927Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.1512200Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.1546298Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.1672690Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.1778122Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.1853427Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.2071736Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.2229626Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.2478118Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.2688798Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.2781907Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.2836929Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.2863469Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.2966736Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.3025263Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.3155244Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.3380375Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.3463190Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.3822102Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.3879720Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.4021927Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.4223826Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.4227630Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.4323423Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.4376236Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.4406910Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.4874100Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.4937323Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.5160144Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.5208477Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.5446472Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.5706138Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:33:53.5731914Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.5848577Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:33:53.5881392Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:33:53.5955025Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:33:53.6229670Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:33:53.6233416Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:33:53.6414874Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:33:53.6482091Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:33:53.6497624Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:33:53.6689380Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:33:53.6715883Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:33:53.6783786Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:33:53.6951805Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:33:53.7013752Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:33:53.7139415Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-22T20:33:53.7260141Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-22T20:33:53.7336002Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-22T20:33:53.7348833Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-22T20:33:53.7407439Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-22T20:33:53.7435738Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-22T20:33:53.7485385Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:33:53.7544365Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:33:53.7586680Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:33:53.7595625Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:33:53.7684637Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:33:53.7856724Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:33:53.7859639Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:33:53.7924784Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:33:53.7934896Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:33:53.8009733Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:33:53.8043840Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:33:53.8047077Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:33:53.8156632Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-22T20:33:53.8211423Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-22T20:33:53.8275572Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-22T20:33:53.8460116Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:33:53.8463466Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-22T20:33:53.8582403Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-22T20:33:53.8624406Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-22T20:33:53.8632312Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-22T20:33:53.8639634Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-22T20:33:53.8759678Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-22T20:33:53.8762736Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-22T20:33:53.8823829Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-22T20:33:53.8979131Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-22T20:33:53.9088617Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-22T20:33:53.9141360Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-22T20:33:53.9154608Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-22T20:33:53.9222468Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-22T20:33:53.9225011Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:33:53.9230783Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-22T20:33:53.9272163Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-22T20:33:53.9278498Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-22T20:33:53.9307165Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-22T20:33:53.9533080Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-22T20:33:53.9600360Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-22T20:33:53.9636466Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-22T20:33:53.9655685Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-22T20:33:53.9709446Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-22T20:33:53.9712896Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-22T20:33:53.9745237Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-22T20:33:53.9807872Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-22T20:33:53.9992661Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-22T20:33:54.0051471Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-22T20:33:54.0080947Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:33:54.0100932Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.0134179Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:33:54.0140049Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.0168470Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:33:54.0171915Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.0322892Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:33:54.0416338Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.0531243Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:33:54.0559851Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.0711402Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-22T20:33:54.0771129Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-22T20:33:54.0935597Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-22T20:33:54.1156565Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-22T20:33:54.1218801Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-22T20:33:54.1240104Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-22T20:33:54.1248678Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-22T20:33:54.1427529Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-22T20:33:54.1500599Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-22T20:33:54.1635017Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-22T20:33:54.1697813Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-22T20:33:54.1794252Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-22T20:33:54.1813997Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.1817258Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.1861732Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-22T20:33:54.1970660Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-22T20:33:54.2079919Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-22T20:33:54.2132190Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-22T20:33:54.2175212Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-22T20:33:54.2346482Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-22T20:33:54.2474402Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-22T20:33:54.2479168Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-22T20:33:54.2640768Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-22T20:33:54.2667721Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-22T20:33:54.2777619Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-22T20:33:54.2917686Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-22T20:33:54.2921653Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-22T20:33:54.3056109Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-22T20:33:54.3061887Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-22T20:33:54.3072186Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-22T20:33:54.3165785Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.3205711Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.3230026Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.3545899Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.3646837Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.3650072Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.3655414Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.3664353Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.3673131Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:33:54.3676111Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.3718981Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:33:54.3951443Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.4032712Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:33:54.4132290Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.4146508Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:33:54.4168284Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.4183476Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:33:54.4284237Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:33:54.4321309Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-22T20:33:54.4449680Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-22T20:33:54.4654010Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-22T20:33:54.4691690Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-22T20:33:54.4762357Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-22T20:33:54.4868358Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-22T20:33:54.4946349Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-22T20:33:54.5003064Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-22T20:33:54.5065298Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-22T20:33:54.5166465Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-22T20:33:54.5275490Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-22T20:33:54.5296638Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-22T20:33:54.5372346Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-22T20:33:54.5433840Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-22T20:33:54.5443860Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-22T20:33:54.5590146Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-22T20:33:54.5593293Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-22T20:33:54.5674044Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-22T20:33:54.5837290Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-22T20:33:54.5920505Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-22T20:33:54.5945226Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.5975095Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.6133078Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.6137180Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.6181705Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.6186244Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.6209205Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:33:54.6366348Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:33:54.6379353Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-22T20:33:54.6502346Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-22T20:33:54.6512333Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-22T20:33:54.6555418Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-22T20:33:54.6568332Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-22T20:33:54.6636731Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-22T20:33:54.6640394Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-22T20:33:54.6667475Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-22T20:33:54.6675421Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-22T20:33:54.6690297Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-22T20:33:54.6786056Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-22T20:33:54.6823260Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-22T20:33:54.6878356Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-22T20:33:54.6887706Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-22T20:33:54.7108763Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-22T20:33:54.7112241Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-22T20:33:54.7144997Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-22T20:33:54.7165448Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-22T20:33:54.7235838Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:33:54.7255587Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:33:54.7337947Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:33:54.7388502Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:33:54.7475200Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:33:54.7508505Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:33:54.7542536Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:33:54.7634014Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:33:54.7695694Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:33:54.7837772Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-22T20:33:54.8017045Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:33:54.8137164Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-22T20:33:54.8180822Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:33:54.8238628Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:33:54.8277759Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:33:54.8291168Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:33:54.8323921Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:33:54.8501906Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:33:54.8514301Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:33:54.8600017Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:33:54.8616929Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:33:54.8696685Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:33:54.8714947Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:33:54.8786220Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:33:54.8790051Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:33:54.8857707Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:33:54.8916866Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:33:54.8999246Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:33:54.9063486Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:33:54.9167106Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:33:54.9187772Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:33:54.9255860Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:33:54.9259217Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:33:54.9340178Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:33:54.9342391Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:33:54.9378758Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:33:54.9492111Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:33:54.9513893Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:33:54.9679575Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:33:54.9717323Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:33:54.9720260Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:33:54.9804002Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:33:54.9809242Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:33:54.9855827Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:33:54.9870765Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:33:54.9924191Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:33:55.0055132Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:33:55.0058598Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:33:55.0249469Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:33:55.0290219Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:33:55.0296754Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:33:55.0327262Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:33:55.0352024Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:33:55.0367713Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:33:55.0434099Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:33:55.0445285Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:33:55.0593872Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:33:55.0605696Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:33:55.0826746Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:33:55.0833969Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:33:55.0837346Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:33:55.0859215Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:33:55.0874919Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:33:55.0897001Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:33:55.0986794Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:33:55.1013941Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:33:55.1087775Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:33:55.1122163Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:33:55.1402347Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:33:55.1406199Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:33:55.1409583Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:33:55.1418666Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:33:55.1428532Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:33:55.1442154Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:33:55.1528652Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:33:55.1555988Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:33:55.1636275Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:33:55.1701602Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:33:55.1928541Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:33:55.1947374Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:33:55.1951283Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:33:55.1961747Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:33:55.1977069Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-08-22T20:33:55.1981411Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-08-22T20:33:55.2071531Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:33:55.2093269Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:33:55.2162445Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:33:55.2312592Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-08-22T20:33:55.2514956Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:33:55.2518556Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-08-22T20:33:55.2916340Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-08-22T20:33:55.3142652Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-08-22T20:33:55.3146153Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-08-22T20:33:55.3386213Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-08-22T20:33:55.3390468Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:33:55.3429252Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:33:55.3801635Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:33:55.4022970Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-08-22T20:33:55.4026942Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:33:55.4529383Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-08-22T20:33:55.4594197Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-08-22T20:33:55.4699046Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-08-22T20:33:55.4800264Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:33:55.4980032Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:33:55.5132616Z In file included from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:33:55.5135344Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:33:55.5137690Z from /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:33:55.5139784Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:33:55.5142592Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:64:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:33:55.5144472Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:33:55.5145078Z | ^ 2024-08-22T20:33:55.5146965Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:33:55.5149527Z 888 | __VA_ARGS__ \ 2024-08-22T20:33:55.5150185Z | ^~~~~~~~~~~ 2024-08-22T20:33:55.5152088Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:33:55.5154032Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:33:55.5154752Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:55.5156810Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:33:55.5159068Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:33:55.5160060Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:55.5162294Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:33:55.5164382Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:33:55.5165130Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:55.5167047Z /home/runner/work/torchchat/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:61:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:33:55.5169109Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:33:55.5169972Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:33:55.5171873Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:33:55.5238111Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:33:55.5254971Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-08-22T20:33:55.5394874Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:33:55.5586787Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:33:55.6162097Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-08-22T20:33:55.6346243Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:33:55.6363134Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-08-22T20:33:55.6625536Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-08-22T20:33:55.6944077Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-08-22T20:33:55.6978990Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-08-22T20:33:55.7149110Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:33:55.7153742Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:33:55.7876976Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:33:55.8050415Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:33:55.8559538Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-08-22T20:33:55.8841562Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:33:55.9079740Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:33:55.9298490Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-08-22T20:33:55.9454776Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:33:55.9482263Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-08-22T20:33:55.9509444Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-08-22T20:33:55.9683004Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-08-22T20:33:56.0328599Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.0383782Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-08-22T20:33:56.0500984Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.0768781Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-08-22T20:33:56.0874984Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.0983289Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-08-22T20:33:56.1509018Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.1537955Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.1546680Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.1664486Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.1693803Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.1978967Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.2093697Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.2101223Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.2241041Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.2250374Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.2861643Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.3093247Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.3412081Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.3455913Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.3598135Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.3675412Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.3858397Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:33:56.4112404Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-08-22T20:33:56.4194370Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.4203024Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-08-22T20:33:56.5173781Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.5201032Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-08-22T20:33:56.5304760Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.5533331Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-08-22T20:33:56.5561435Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-08-22T20:33:56.5599822Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-08-22T20:33:56.5846107Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-08-22T20:33:56.5859028Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-08-22T20:33:56.6546870Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-08-22T20:33:56.6613290Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:33:56.6717561Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:33:56.6727998Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-08-22T20:33:56.6765062Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:33:56.6971693Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:33:56.7009881Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-08-22T20:33:56.7152396Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-08-22T20:33:56.7292717Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:33:56.7702400Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:33:56.7722218Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-08-22T20:33:56.8190534Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:33:56.8711680Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:33:56.8722314Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-08-22T20:33:56.9608575Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-08-22T20:33:57.0507656Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.0750286Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.0987404Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-08-22T20:33:57.1115233Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.1126632Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.1141528Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-08-22T20:33:57.2386833Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.2631336Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.2871372Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-08-22T20:33:57.3229047Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.3452047Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.3525114Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-08-22T20:33:57.4615915Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.4648444Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.5450001Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-08-22T20:33:57.5461156Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.5577941Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.5705034Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-08-22T20:33:57.6187482Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-08-22T20:33:57.7443157Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-08-22T20:33:57.7446659Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-08-22T20:33:57.7877476Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-08-22T20:33:57.8157150Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.8234512Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.9236501Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-08-22T20:33:57.9239738Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:33:57.9339740Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:33:57.9364706Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-08-22T20:33:57.9746347Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-08-22T20:33:58.0241051Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:33:58.0465577Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:33:58.0468764Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-08-22T20:33:58.0471857Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:33:58.0600930Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:33:58.0692027Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-08-22T20:33:58.0911562Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-08-22T20:33:58.1098819Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:33:58.1171667Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:33:58.1677569Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-08-22T20:33:58.1735073Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:33:58.1790448Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:33:58.1891259Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:33:58.2061167Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-08-22T20:33:58.2158636Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-08-22T20:33:58.2380783Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-08-22T20:33:58.2529136Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-08-22T20:33:58.2585263Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-08-22T20:33:58.2717498Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-08-22T20:33:58.2786727Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-08-22T20:33:58.2806368Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-08-22T20:33:58.2818212Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-08-22T20:33:58.2862025Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-08-22T20:33:58.2894946Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-08-22T20:33:58.3162714Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-08-22T20:33:58.3206896Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-08-22T20:33:58.3275225Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-08-22T20:33:58.3431122Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-08-22T20:33:58.3435081Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-08-22T20:33:58.3453476Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-08-22T20:33:58.3502115Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-08-22T20:33:58.3513100Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-08-22T20:33:58.3619581Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-08-22T20:33:58.3827596Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-08-22T20:33:58.3934078Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-08-22T20:33:58.3936694Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-08-22T20:33:58.4106126Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-08-22T20:33:58.4156921Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-08-22T20:33:58.4159588Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-08-22T20:33:58.4183435Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-08-22T20:33:58.4208516Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-08-22T20:33:58.4211744Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-08-22T20:33:58.4274510Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-08-22T20:33:58.4564121Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-08-22T20:33:58.4609745Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-08-22T20:33:58.4646238Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-08-22T20:33:58.4979093Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-08-22T20:33:58.5066014Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-08-22T20:33:58.5069686Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-08-22T20:33:58.5316498Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-08-22T20:33:58.5400395Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-08-22T20:33:58.5434893Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-08-22T20:33:58.5876493Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-08-22T20:33:58.5879822Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-08-22T20:33:58.5883041Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-08-22T20:33:58.5934847Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-08-22T20:33:58.6238725Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-08-22T20:33:58.6315290Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-08-22T20:33:58.6557907Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-08-22T20:33:58.6723095Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-08-22T20:33:58.6726605Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-08-22T20:33:58.6791518Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-08-22T20:33:58.7065399Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-08-22T20:33:58.7213450Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-08-22T20:33:58.7305653Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-08-22T20:33:58.7587795Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-08-22T20:33:58.7608278Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-08-22T20:33:58.7699978Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-08-22T20:33:58.7882413Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-08-22T20:33:58.8025651Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-08-22T20:33:58.8035150Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-08-22T20:33:58.8046189Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-08-22T20:33:58.8074644Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-08-22T20:33:58.8399195Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-08-22T20:33:58.8415211Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-08-22T20:33:58.8431200Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-08-22T20:33:58.8568804Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-08-22T20:33:58.8572033Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-08-22T20:33:58.8575040Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-08-22T20:33:58.8818587Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-08-22T20:33:58.8892585Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-08-22T20:33:58.8943883Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-08-22T20:33:58.9109329Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-08-22T20:33:58.9282276Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-08-22T20:33:58.9286481Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-08-22T20:33:58.9342956Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-08-22T20:33:58.9515585Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-08-22T20:33:58.9519040Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-08-22T20:33:58.9525955Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-08-22T20:33:58.9802168Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-08-22T20:33:58.9807832Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-08-22T20:33:58.9883749Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-08-22T20:33:58.9893240Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-08-22T20:33:59.0153038Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-08-22T20:33:59.0226133Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-08-22T20:33:59.0269567Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-08-22T20:33:59.0431255Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-08-22T20:33:59.0433891Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-08-22T20:33:59.0544230Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-08-22T20:33:59.0696419Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-08-22T20:33:59.0776796Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-08-22T20:33:59.0869365Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-08-22T20:33:59.0890153Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-08-22T20:33:59.1025663Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-08-22T20:33:59.1203910Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-08-22T20:33:59.1206771Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-08-22T20:33:59.1209552Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-08-22T20:33:59.1223647Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-08-22T20:33:59.1278862Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-08-22T20:33:59.1392824Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-08-22T20:33:59.1410080Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-08-22T20:33:59.1487569Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-08-22T20:33:59.1490755Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-08-22T20:33:59.1655736Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-08-22T20:33:59.1792928Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-08-22T20:33:59.1829273Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-08-22T20:33:59.2067627Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-08-22T20:33:59.2096529Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-08-22T20:33:59.2162777Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-08-22T20:33:59.2271292Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-08-22T20:33:59.2398507Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-08-22T20:33:59.2439711Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-08-22T20:33:59.2457819Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-08-22T20:33:59.2653481Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-08-22T20:33:59.2779455Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-08-22T20:33:59.2925418Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-08-22T20:33:59.2955499Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.2965261Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.2974331Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3040629Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3175677Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3319315Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3632527Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3731788Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.3895263Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4047590Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4250907Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4320025Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4589256Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4704149Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.4899988Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5115746Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-08-22T20:33:59.5170575Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-08-22T20:33:59.5291969Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5437620Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5659149Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5710714Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5719221Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.5806812Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.6116256Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-08-22T20:33:59.6127182Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-08-22T20:33:59.6355446Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.6595922Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-08-22T20:33:59.6737860Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-08-22T20:33:59.7028835Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-08-22T20:33:59.7257029Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.7370965Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-08-22T20:33:59.7453550Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-08-22T20:33:59.7657732Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.7717467Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-08-22T20:33:59.7775183Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-08-22T20:33:59.7910147Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:33:59.8023361Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-08-22T20:33:59.8502806Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-08-22T20:33:59.8648629Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:33:59.8865470Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:33:59.9124337Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-08-22T20:33:59.9238460Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-08-22T20:33:59.9348583Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-08-22T20:33:59.9354235Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-08-22T20:33:59.9630341Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-08-22T20:33:59.9644108Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-08-22T20:33:59.9651977Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-08-22T20:33:59.9786857Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-08-22T20:33:59.9917027Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-08-22T20:34:00.0013806Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-08-22T20:34:00.0115170Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-08-22T20:34:00.0120051Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-08-22T20:34:00.0125076Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-08-22T20:34:00.0263594Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-08-22T20:34:00.0400530Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-08-22T20:34:00.0404221Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-08-22T20:34:00.0623506Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-08-22T20:34:00.0709917Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-08-22T20:34:00.0713461Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-08-22T20:34:00.0844333Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-08-22T20:34:00.0901552Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-08-22T20:34:00.0940159Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-08-22T20:34:00.1004742Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-08-22T20:34:00.1124467Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-08-22T20:34:00.1276882Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-08-22T20:34:00.1292316Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-08-22T20:34:00.1570875Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-08-22T20:34:00.1575422Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-08-22T20:34:00.1791384Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-08-22T20:34:00.2064275Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-08-22T20:34:00.2254524Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-08-22T20:34:00.2265263Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-08-22T20:34:00.2271050Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-08-22T20:34:00.2292087Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-08-22T20:34:00.2522409Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-08-22T20:34:00.2617978Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-08-22T20:34:00.2741728Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-08-22T20:34:00.2786046Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-08-22T20:34:00.3014174Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-08-22T20:34:00.3092616Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-08-22T20:34:00.3142121Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:34:00.3236533Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:34:00.3258610Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:34:00.3371147Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:34:00.3404868Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:34:00.3572150Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:34:00.3575300Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-08-22T20:34:00.3698103Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-08-22T20:34:00.3951121Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-08-22T20:34:00.4010246Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-08-22T20:34:00.4197092Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-08-22T20:34:00.4448394Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-08-22T20:34:00.4471576Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:34:00.4503723Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:34:00.4763379Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:34:00.4831900Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:34:00.4965266Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:34:00.5051385Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:34:00.5204349Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:34:00.5208027Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:34:00.5444739Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:34:00.5450271Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:34:00.5490884Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:34:00.5730008Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:34:00.5938230Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:34:00.6057777Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:34:00.6064352Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:34:00.6112013Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:34:00.6115648Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-08-22T20:34:00.6385072Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-08-22T20:34:00.6399849Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-08-22T20:34:00.6436239Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-08-22T20:34:00.6618547Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-08-22T20:34:00.6737419Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-08-22T20:34:00.6898913Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-08-22T20:34:00.6930917Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-08-22T20:34:00.6934056Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-08-22T20:34:00.7032227Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-08-22T20:34:00.7093860Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-08-22T20:34:00.7100804Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-08-22T20:34:00.7173326Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-08-22T20:34:00.7223911Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-08-22T20:34:00.7328833Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-08-22T20:34:00.7398899Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-08-22T20:34:00.7471638Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-08-22T20:34:00.7475169Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-08-22T20:34:00.7685396Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:34:00.7691761Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:34:00.7695347Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:34:00.7698516Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:34:00.7723416Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:34:00.7819579Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:34:00.7853784Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:34:00.8048378Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:34:00.8150181Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:34:00.8213110Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:34:00.8368322Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.8371685Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.8374864Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.8377958Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.8468835Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.8556122Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.8673276Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.8729768Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.8837403Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.8951757Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.9770541Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:00.9902594Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:00.9951556Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.0092988Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.0206142Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.0339148Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.0429979Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.0575365Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.0865542Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.0944868Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.1071798Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.1423561Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.1609322Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:34:01.1675320Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:34:01.1778663Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.1846131Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.1958472Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.2143699Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.2206872Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.2211744Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.2350607Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.2893520Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.2905687Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.3240575Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.3803044Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.3979215Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.4232799Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.4237284Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.4931014Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.5231610Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.5384515Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.5456689Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.5821792Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.5979392Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.6049708Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:34:01.6612651Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:34:01.6774408Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:34:01.7118234Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:34:01.7404130Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:01.7530263Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:34:01.7570345Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:34:01.7926104Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:01.7944094Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:34:01.7970951Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:34:01.8383585Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.8470466Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.8721217Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.8833493Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.8996478Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.9194828Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.9331819Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.9712234Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:01.9868868Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:01.9935357Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.0018226Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.0662096Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.0783270Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.1488557Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.1610490Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.1614509Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.1793225Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.2057885Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.2634789Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.2997737Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:34:02.3204532Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:02.3468792Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.3516395Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.3661092Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.4026815Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.4684775Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.4810299Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.4836073Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.4847398Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.4954358Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.5036734Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.5403004Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.5532599Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.5985414Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.6060795Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.6198937Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.6339770Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.6413166Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.6452407Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.6714015Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.6840507Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.6941475Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.7336286Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.7658874Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.7820294Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.7866770Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.7894363Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.8042081Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.8082310Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.8404979Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.8612317Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.8616030Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.8828395Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.8882991Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.8994047Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.9070557Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.9074296Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.9198937Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.9437779Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.9635286Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.9778791Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:02.9872755Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:02.9928704Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.0099681Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.0258973Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.0548975Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-08-22T20:34:03.0557975Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:34:03.0578448Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-08-22T20:34:03.0848177Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:03.1081505Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:03.1087527Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:34:03.1216257Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:34:03.1243745Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:03.1388042Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:03.1486696Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:34:03.1578290Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:34:03.1620388Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-08-22T20:34:03.1741187Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-08-22T20:34:03.1787769Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-08-22T20:34:03.2032343Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-08-22T20:34:03.2123233Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-08-22T20:34:03.2187045Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-08-22T20:34:03.2358225Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:03.2422029Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:03.2450613Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:03.2459720Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:03.2628627Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-08-22T20:34:03.2635115Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:34:03.2638176Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:34:03.2798378Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:03.3002491Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:03.3174100Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.3238384Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.3242678Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.3334253Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.3382987Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.4095710Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.4252427Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.5249690Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.5615023Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.6013350Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:34:03.6040295Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:34:03.6043442Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:34:03.6224441Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:34:03.6451378Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:34:03.6546838Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:03.6769683Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:34:03.6773233Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:34:03.7002494Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:34:03.7005314Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:34:03.7264530Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:34:03.7474153Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.7824144Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.7867528Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.7994497Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.8229688Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.8395009Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.8454521Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.8744217Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.8933518Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.9035550Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.9178111Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.9194520Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.9340204Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.9376135Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:03.9749403Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:03.9976967Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.0218397Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.0235245Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.0394839Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.0436417Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.0698703Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.0763702Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.1031399Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.1062844Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.1286205Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.1450400Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.1821339Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.1876578Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.2179389Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.2264112Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.2286651Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.2348389Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.2354603Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.2361178Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.2371477Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.2439546Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.2999468Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.3062875Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.3557828Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.3560882Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.3589335Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.3599205Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.3611251Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:34:04.3618498Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:34:04.3887864Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-08-22T20:34:04.4019568Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:34:04.4454940Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-08-22T20:34:04.4466593Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:04.4479432Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:04.4859000Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:04.4904523Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:04.4918815Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-08-22T20:34:04.4937577Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-08-22T20:34:04.5046143Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-08-22T20:34:04.5057651Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-08-22T20:34:04.5245054Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-08-22T20:34:04.5249526Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-08-22T20:34:04.5421504Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:04.5424563Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:04.5684836Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:34:04.5742010Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:34:04.5771714Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-08-22T20:34:04.5844241Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-08-22T20:34:04.5953786Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:34:04.6024728Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-08-22T20:34:04.6096266Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-08-22T20:34:04.6293293Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-08-22T20:34:04.6323972Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:34:04.6400138Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-08-22T20:34:04.6541485Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-08-22T20:34:04.6572208Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-08-22T20:34:04.6653294Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-08-22T20:34:04.6861900Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-08-22T20:34:04.6889457Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-08-22T20:34:04.6951223Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-08-22T20:34:04.7031591Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-08-22T20:34:04.7097208Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-08-22T20:34:04.7333314Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-08-22T20:34:04.7406002Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-08-22T20:34:04.7415171Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-08-22T20:34:04.7474804Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-08-22T20:34:04.7549613Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-08-22T20:34:04.7560694Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:34:04.7881374Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-08-22T20:34:04.8226641Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:34:04.8393463Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-08-22T20:34:04.8714974Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:34:04.9533360Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-08-22T20:34:04.9666775Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:34:05.0417245Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:34:05.0527662Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:34:05.1014604Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:34:05.1419614Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:34:05.1542632Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-08-22T20:34:05.1649406Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:34:05.1663677Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-08-22T20:34:05.1674734Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:34:05.2047513Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:34:05.3310587Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:34:05.3722058Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:34:05.3748269Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-08-22T20:34:05.4196103Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-08-22T20:34:05.4364705Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-08-22T20:34:05.4382562Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-08-22T20:34:05.5360229Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-08-22T20:34:05.5699147Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-08-22T20:34:05.6102456Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-08-22T20:34:05.6495063Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-08-22T20:34:05.6873809Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-08-22T20:34:05.7100674Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-08-22T20:34:05.7406366Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-08-22T20:34:05.7640294Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-08-22T20:34:05.7643855Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-08-22T20:34:05.8070580Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-08-22T20:34:05.8090871Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-08-22T20:34:05.8316851Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-08-22T20:34:05.8434889Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-08-22T20:34:05.9284152Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-08-22T20:34:05.9435088Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-08-22T20:34:05.9440790Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-08-22T20:34:05.9579287Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-08-22T20:34:05.9897761Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-08-22T20:34:06.0190059Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-08-22T20:34:06.0456830Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-08-22T20:34:06.0761650Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-08-22T20:34:06.1009947Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-08-22T20:34:06.1215432Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-08-22T20:34:06.1323485Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-08-22T20:34:06.1483094Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-08-22T20:34:06.1575182Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:34:06.1731247Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-08-22T20:34:06.1905344Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:34:06.2123267Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-08-22T20:34:06.2188815Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-08-22T20:34:06.2314356Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-08-22T20:34:06.2362917Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-08-22T20:34:06.2426951Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-08-22T20:34:06.2430699Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-08-22T20:34:06.2692166Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-08-22T20:34:06.2814330Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:34:06.2949718Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:34:06.2973816Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-08-22T20:34:06.3082613Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-08-22T20:34:06.3114518Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-08-22T20:34:06.3214856Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-08-22T20:34:06.3218925Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-08-22T20:34:06.3505028Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-08-22T20:34:06.3664024Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-08-22T20:34:06.3694136Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-08-22T20:34:06.3844119Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-08-22T20:34:06.3869867Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-08-22T20:34:06.4030928Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-08-22T20:34:06.4153296Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-08-22T20:34:06.4249003Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-08-22T20:34:06.4466515Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-08-22T20:34:06.4495417Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-08-22T20:34:06.4792462Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-08-22T20:34:06.4876752Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-08-22T20:34:06.4893290Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-08-22T20:34:06.5134686Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-08-22T20:34:06.5205850Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-08-22T20:34:06.5307161Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-08-22T20:34:06.5591558Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-08-22T20:34:06.5802334Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-08-22T20:34:06.5967770Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-08-22T20:34:06.5971134Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.5997935Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6182322Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6185771Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6205892Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6323334Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6353566Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-08-22T20:34:06.6527101Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-08-22T20:34:06.6607844Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.6777051Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-08-22T20:34:06.7500199Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-08-22T20:34:06.7690669Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-08-22T20:34:06.7694102Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.7713419Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-08-22T20:34:06.7904658Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-08-22T20:34:06.8041133Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.8049785Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-08-22T20:34:06.8196648Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-08-22T20:34:06.8255484Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-08-22T20:34:06.8395064Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:34:06.9134844Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-08-22T20:34:06.9187245Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-08-22T20:34:06.9192581Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:34:06.9289895Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:34:06.9292590Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-08-22T20:34:06.9473453Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-08-22T20:34:06.9734804Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-08-22T20:34:06.9846147Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-08-22T20:34:06.9970729Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-08-22T20:34:07.0019387Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-08-22T20:34:07.0087738Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-08-22T20:34:07.0098377Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-08-22T20:34:07.0308895Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-08-22T20:34:07.0312933Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-08-22T20:34:07.0638038Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-08-22T20:34:07.0823380Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-08-22T20:34:07.0843227Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-08-22T20:34:07.1062156Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-08-22T20:34:07.1065561Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-08-22T20:34:07.1339980Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-08-22T20:34:07.1367528Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-08-22T20:34:07.1372064Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-08-22T20:34:07.1384919Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-08-22T20:34:07.1472588Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-08-22T20:34:07.1647795Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-08-22T20:34:07.1841969Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-08-22T20:34:07.1974147Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-08-22T20:34:07.2032871Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-08-22T20:34:07.2106788Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:34:07.2162859Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:34:07.2265540Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:34:07.2268856Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:34:07.2295504Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:34:07.2353236Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:34:07.2501687Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-08-22T20:34:07.2533320Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-08-22T20:34:07.2787223Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-08-22T20:34:07.2806772Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-08-22T20:34:07.2986540Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-08-22T20:34:07.3207157Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-08-22T20:34:07.3324334Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:34:07.3446727Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:34:07.3459943Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:34:07.3534982Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:34:07.3651474Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-08-22T20:34:07.3766486Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:34:07.3786511Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:34:07.3797068Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:34:07.3981072Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:34:07.4313116Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:34:07.4396660Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-08-22T20:34:07.4495408Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:34:07.4652881Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:34:07.4656656Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:34:07.4778556Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:34:07.4820799Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:34:07.4893793Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-08-22T20:34:07.5050767Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:34:07.5140458Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:34:07.5368336Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:34:07.5583536Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:34:07.5685237Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:34:07.5702713Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-08-22T20:34:07.5755932Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:34:07.5759146Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-08-22T20:34:07.5962339Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-08-22T20:34:07.5971946Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-08-22T20:34:07.6060379Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:34:07.6168190Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:34:07.6428247Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:34:07.6489383Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:34:07.6493161Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.6554745Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.6567946Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.6653873Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.6701901Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.6844218Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.6902765Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.6960829Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.7046243Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.7052562Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.7085478Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.8066759Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.8073515Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.8180439Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.8286157Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.8400687Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.8460728Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.8508611Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.8531162Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.8646898Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.8884455Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.9007634Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.9543774Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:34:07.9634921Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:34:07.9639207Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:07.9688344Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:07.9735661Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:07.9811500Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:07.9919771Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:07.9947274Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:07.9957543Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:07.9983368Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.0408027Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.0972707Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.1078762Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.1509136Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.1599676Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.2089666Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.2356714Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.2370600Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.2735412Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.4096295Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.4168179Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.4774878Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.4840090Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.4881190Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.4884757Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.5601395Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.5845722Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.6302016Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.6562783Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.6794512Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:08.6890398Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:08.7311819Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:08.7410228Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:34:08.7937747Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:34:08.8252831Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:34:08.8681666Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:34:08.9169883Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:34:08.9700662Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:34:09.0234954Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:34:09.0480489Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:34:09.0625254Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:34:09.0788099Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:34:09.1070333Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.1275707Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.1385576Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.1508030Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.1616151Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.1903965Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.1971572Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.1986969Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.2210376Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.2344338Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.2759623Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.3156963Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.3508614Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.3770134Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.4275174Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.4478609Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.4562213Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.4731208Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.5554689Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.6582187Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.6746508Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.6802907Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.6835589Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.7685457Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.7812235Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.7930620Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.8246449Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.8306234Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.8477258Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:34:09.8771344Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:09.9459131Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:09.9582787Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:09.9779270Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.0227658Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.0970571Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.0981642Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.1040013Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.1259889Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.1692476Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.1729782Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.1840541Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.2279618Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.2323556Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.2404889Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.2851361Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.2876934Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.2908996Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.3051189Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.3191398Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.3202766Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.3592586Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.3836692Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.3917394Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.4152980Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.4477445Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.4481583Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.4538626Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.4696623Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.4801343Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.5020592Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.5316957Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.5335986Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.5405745Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.5627721Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.5674741Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.5761176Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.5764767Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.5835584Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.5976744Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.6375241Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.6586592Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.6628877Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.6728065Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.6864461Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:10.6940108Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:10.6942583Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-08-22T20:34:10.7220570Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:34:10.7228731Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-08-22T20:34:10.7232910Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-08-22T20:34:10.7309432Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-08-22T20:34:10.7435437Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:10.7732116Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:10.7921811Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:34:10.7925066Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:34:10.7937683Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:34:10.7995455Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:34:10.7999198Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:34:10.8195554Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:34:10.8230273Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:10.8326410Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:10.8352083Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:34:10.8485636Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:34:10.8829108Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:34:10.9043062Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:34:10.9115716Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:34:10.9172020Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:34:10.9177648Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-08-22T20:34:10.9433401Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-08-22T20:34:10.9549753Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-08-22T20:34:11.1511392Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-08-22T20:34:11.1765553Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-08-22T20:34:11.1845934Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-08-22T20:34:11.1924208Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-08-22T20:34:11.2228292Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-08-22T20:34:11.2545982Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-08-22T20:34:11.2908588Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:11.3019575Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:11.3074785Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:11.3093274Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:11.3426944Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-08-22T20:34:11.3666675Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:34:11.3996074Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.4000144Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:34:11.4004858Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.4563430Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.5548390Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.5578147Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.5590242Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.5978839Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.6112794Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.6224947Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.6774993Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.7166396Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.7790678Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.7858109Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.8417195Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.8697783Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:11.9295239Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:11.9643794Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:12.0585919Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:12.0715125Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:34:12.0778544Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:34:12.0839554Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:34:12.2178168Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:34:12.2536637Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:34:12.2539900Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:34:12.2542996Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:34:12.2615285Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:34:12.3255144Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:34:12.3805870Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:34:12.4180097Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:34:12.4563206Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:34:12.4631294Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.4665466Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.4676708Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.4957676Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.5246398Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.5511068Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.6035923Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.6039006Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.6053099Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.6123905Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.6146876Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.6161545Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.6370057Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.6602804Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.6731266Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.6918824Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.7382885Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.7542281Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.7562034Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.7616723Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.7674987Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.7821059Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.7824721Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.8296235Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.8356665Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.8513300Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.8750264Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.9024063Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.9099638Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.9102934Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.9113027Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.9431931Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.9439819Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.9445545Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.9548503Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:12.9570270Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:12.9577653Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:13.0002651Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:13.0179511Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:13.0372368Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:13.0416915Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:13.0505196Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:13.0694366Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:34:13.0816146Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:34:13.0832318Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:34:13.1060446Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-08-22T20:34:13.1064604Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:13.1169290Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:13.1431517Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:34:13.1521968Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:34:13.1548666Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:13.1630256Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:13.1776433Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:34:13.2066601Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:34:13.2079438Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-08-22T20:34:13.2083194Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-08-22T20:34:13.2122494Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-08-22T20:34:13.2263721Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-08-22T20:34:13.2405887Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-08-22T20:34:13.2511433Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-08-22T20:34:13.2636999Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-08-22T20:34:13.4494380Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-08-22T20:34:13.5328970Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-08-22T20:34:13.5532359Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:13.5678540Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:13.5782618Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:34:13.5805285Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:34:13.5917819Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-08-22T20:34:13.6117769Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-08-22T20:34:13.6202994Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-08-22T20:34:13.6307685Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-08-22T20:34:13.6411622Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-08-22T20:34:13.6426154Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-08-22T20:34:13.6574877Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-08-22T20:34:13.6739946Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-08-22T20:34:13.6744867Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-08-22T20:34:13.6829162Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-08-22T20:34:13.7097246Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-08-22T20:34:13.7204042Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-08-22T20:34:13.7317367Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-08-22T20:34:13.7336703Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-08-22T20:34:13.7339843Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-08-22T20:34:13.7402612Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-08-22T20:34:13.7690435Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-08-22T20:34:13.7709302Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-08-22T20:34:13.7747708Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-08-22T20:34:13.7876739Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-08-22T20:34:13.7889408Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-08-22T20:34:13.8100736Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-08-22T20:34:13.8386501Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:13.8443580Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-08-22T20:34:13.8926700Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:14.0366453Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-08-22T20:34:14.1682795Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:14.1704146Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:14.1707511Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-08-22T20:34:14.1800886Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-08-22T20:34:14.1836651Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:14.1999363Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-08-22T20:34:14.2243095Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:34:14.2969647Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-08-22T20:34:14.3279639Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-08-22T20:34:14.3841580Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-08-22T20:34:14.4406977Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-08-22T20:34:14.5357334Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-08-22T20:34:14.6237491Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-08-22T20:34:14.6264823Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-08-22T20:34:14.6486228Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-08-22T20:34:14.6863815Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-08-22T20:34:14.6907296Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-08-22T20:34:14.7242494Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-08-22T20:34:14.7596530Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-08-22T20:34:14.7901059Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-08-22T20:34:14.8184178Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.8197000Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.8318392Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.8579130Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.8989178Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.9051253Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:14.9375807Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.0373864Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.0779820Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.1533559Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.2112249Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.2265930Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.2398423Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.2702004Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.2892348Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.3184332Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.3519921Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.3835948Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.3845975Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.5253719Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.5946150Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.5985178Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.6462539Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.6494505Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.6884596Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.6965850Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.7355970Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.8066328Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.8069981Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.8418029Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:34:15.9379628Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-08-22T20:34:15.9887931Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-08-22T20:34:15.9961895Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.0485513Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.0764020Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.1110701Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.1116715Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.1817770Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.2316051Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.2365053Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.2533355Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.2734501Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.3227428Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.4594798Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.4641566Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.4979761Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.5406668Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.5844921Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:34:16.6601329Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-08-22T20:34:16.6864509Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-08-22T20:34:16.7172669Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-08-22T20:34:16.7278799Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-08-22T20:34:16.7478532Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-08-22T20:34:16.7581212Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-08-22T20:34:16.7871993Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-08-22T20:34:16.9277347Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-08-22T20:34:16.9620135Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-08-22T20:34:17.0149725Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-08-22T20:34:17.0217592Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-08-22T20:34:17.0617844Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-08-22T20:34:17.0620668Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-08-22T20:34:17.0879994Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-08-22T20:34:17.1055743Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-08-22T20:34:17.1084725Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-08-22T20:34:17.1384158Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-08-22T20:34:17.1448834Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-08-22T20:34:17.2798573Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-08-22T20:34:17.3113003Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-08-22T20:34:17.3134680Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-08-22T20:34:17.3806702Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-08-22T20:34:17.4130714Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-08-22T20:34:17.4269549Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-08-22T20:34:17.4352634Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-08-22T20:34:17.4382519Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-08-22T20:34:17.4626285Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-08-22T20:34:17.4828249Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-08-22T20:34:17.5045296Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-08-22T20:34:17.6293323Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-08-22T20:34:17.6707698Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-08-22T20:34:17.6721810Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-08-22T20:34:17.6787044Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-08-22T20:34:17.7339485Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-08-22T20:34:17.7726268Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-08-22T20:34:17.7773638Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-08-22T20:34:17.7822114Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-08-22T20:34:17.8135775Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-08-22T20:34:17.8164389Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-08-22T20:34:17.8961064Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-08-22T20:34:18.0211185Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-08-22T20:34:18.0421707Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-08-22T20:34:18.0449483Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-08-22T20:34:18.0473377Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-08-22T20:34:18.0650459Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-08-22T20:34:18.1086035Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-08-22T20:34:18.1262852Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-08-22T20:34:18.1447087Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-08-22T20:34:18.1476620Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-08-22T20:34:18.1837117Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-08-22T20:34:18.2849456Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-08-22T20:34:18.3676274Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-08-22T20:34:18.4078951Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-08-22T20:34:18.4120519Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-08-22T20:34:18.4123045Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-08-22T20:34:18.4489882Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-08-22T20:34:18.4521837Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-08-22T20:34:18.4830064Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-08-22T20:34:18.4833322Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-08-22T20:34:18.5192168Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-08-22T20:34:18.5495975Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-08-22T20:34:18.6260189Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-08-22T20:34:18.7070746Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-08-22T20:34:18.7779235Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-08-22T20:34:18.7782414Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-08-22T20:34:18.7792885Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-08-22T20:34:18.7994384Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-08-22T20:34:18.8127708Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-08-22T20:34:18.8491054Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-08-22T20:34:18.8540319Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-08-22T20:34:18.8793100Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-08-22T20:34:18.8956799Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-08-22T20:34:19.0152820Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-08-22T20:34:19.0901421Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-08-22T20:34:19.1817998Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-08-22T20:34:19.1989384Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-08-22T20:34:19.2076704Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-08-22T20:34:19.2220109Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-08-22T20:34:19.2469553Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-08-22T20:34:19.2568498Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-08-22T20:34:19.2813395Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-08-22T20:34:19.3170982Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-08-22T20:34:19.3568264Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-08-22T20:34:19.4990136Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-08-22T20:34:19.5711725Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-08-22T20:34:19.5755011Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-08-22T20:34:19.5757826Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-08-22T20:34:19.5821281Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-08-22T20:34:19.6080990Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-08-22T20:34:19.6552076Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-08-22T20:34:19.6687325Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-08-22T20:34:19.6830297Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-08-22T20:34:19.7087198Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-08-22T20:34:19.7493211Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-08-22T20:34:19.8886906Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-08-22T20:34:19.9276886Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-08-22T20:34:19.9504632Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-08-22T20:34:19.9594034Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-08-22T20:34:19.9632723Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-08-22T20:34:19.9861926Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-08-22T20:34:20.0443982Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-08-22T20:34:20.0446315Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-08-22T20:34:20.0776933Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-08-22T20:34:20.0960517Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-08-22T20:34:20.1339274Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-08-22T20:34:20.2788140Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-08-22T20:34:20.3093782Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-08-22T20:34:20.3510271Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-08-22T20:34:20.3552528Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-08-22T20:34:20.3662426Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-08-22T20:34:20.3948289Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-08-22T20:34:20.4506776Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-08-22T20:34:20.4624595Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-08-22T20:34:20.5179174Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-08-22T20:34:20.5392204Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-08-22T20:34:20.5886062Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-08-22T20:34:20.6611904Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-08-22T20:34:20.6961926Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-08-22T20:34:20.7261369Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-08-22T20:34:20.7278620Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-08-22T20:34:20.7554485Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-08-22T20:34:20.7693872Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-08-22T20:34:20.7810130Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-08-22T20:34:20.8883879Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-08-22T20:34:20.9086624Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-08-22T20:34:20.9640576Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-08-22T20:34:20.9814683Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-08-22T20:34:20.9977191Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-08-22T20:34:21.0697844Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-08-22T20:34:21.1036070Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-08-22T20:34:21.1190335Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:34:21.1312094Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:34:21.1424633Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:34:21.1530523Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:34:21.1881191Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:34:21.2064059Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:34:21.3232616Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:34:21.3464815Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:34:21.3530007Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:34:21.4447843Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:34:21.4770495Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:34:21.4922580Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:34:21.5138743Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:34:21.5325234Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:34:21.5668096Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:34:21.5751924Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:34:21.5878863Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:34:21.5899349Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:34:21.6119604Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:34:21.7092857Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:34:21.7482969Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:34:21.7496104Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:34:21.8789016Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:34:21.9125701Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:34:21.9367949Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:34:21.9597959Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:34:21.9627424Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:34:21.9631034Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-08-22T20:34:21.9860843Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-08-22T20:34:21.9913617Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-08-22T20:34:21.9917354Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-08-22T20:34:22.0000518Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-08-22T20:34:22.1361442Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-08-22T20:34:22.1915449Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-08-22T20:34:22.2061824Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-08-22T20:34:22.3295157Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-08-22T20:34:22.3466607Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-08-22T20:34:22.3550594Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-08-22T20:34:22.3605968Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-08-22T20:34:22.3767491Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-08-22T20:34:22.3794909Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-08-22T20:34:22.3839383Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-08-22T20:34:22.3943787Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-08-22T20:34:22.4348685Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-08-22T20:34:22.4629577Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-08-22T20:34:22.5029319Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-08-22T20:34:22.6027530Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-08-22T20:34:22.6782066Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-08-22T20:34:22.6846528Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-08-22T20:34:22.7005771Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:34:22.7012977Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:34:22.7223356Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:34:22.7348940Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:34:22.7352462Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:34:22.7445399Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:34:22.7518644Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:34:22.7739499Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:34:22.8192544Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:34:22.8607570Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:34:22.9616344Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:22.9900240Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.0235089Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.0248613Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.0636286Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.0692836Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.0804810Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.0975354Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.1042691Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.1232516Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.1285513Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.1792264Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.2257693Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.3653108Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.4406311Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.4449779Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.5028526Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.5490589Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.5520567Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.5573774Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.5786388Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.5848481Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.5940090Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:34:23.6001154Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:34:23.6407649Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.6989018Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.7550171Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.8095398Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.8871141Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.9307343Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.9311382Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:23.9677059Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:23.9813143Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:23.9977123Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.0275530Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.0295719Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.0490358Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.0493901Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.0918591Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.1478537Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.1801943Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.1899401Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.2324910Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-08-22T20:34:24.2564380Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-08-22T20:34:24.3059487Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-08-22T20:34:24.3225914Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-08-22T20:34:24.3279048Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.3972969Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.4635439Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.4713876Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.4772539Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.4801279Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.5055020Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.5271830Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.5784700Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.6053501Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.6456257Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.6692274Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.6927403Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.6975728Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.7180612Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.7482315Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.8377764Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:34:24.8690307Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:24.8969679Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:24.9379085Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:24.9585610Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:24.9954797Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.0021450Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.0191476Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.0431148Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.0720807Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.0912969Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.1074626Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.1077837Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.1230198Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.1424733Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.1683593Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.2024924Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.2047059Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.2095781Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.2425850Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.2508942Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.2555665Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.2609739Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.3417432Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.3564228Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.3572108Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.3636163Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.3661986Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.4392737Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.4434955Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.4719957Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.4773295Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.4777163Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.4799498Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.4852984Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.5002720Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.5321168Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.5436176Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.5587633Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.5800871Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.5830552Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.6050482Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.6053657Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.6117278Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.6120457Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.6950139Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:25.7054653Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:25.7132362Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:25.7136000Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:25.7173206Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:34:25.7386039Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:34:25.7675453Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:34:25.7778045Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:34:25.8142073Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:34:25.8259669Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:34:25.8389490Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:25.8397596Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:25.8440205Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:34:25.8631480Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:34:25.8713560Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:34:25.8876947Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:34:25.9344316Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:34:25.9379981Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:34:25.9435096Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-08-22T20:34:25.9453542Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-08-22T20:34:25.9464645Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-08-22T20:34:25.9704569Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-08-22T20:34:26.0537861Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-08-22T20:34:26.0623123Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-08-22T20:34:26.1561922Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-08-22T20:34:26.1692904Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-08-22T20:34:26.1745347Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-08-22T20:34:26.1899579Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:26.2295180Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:26.2653378Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:26.2923176Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:26.3020122Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-08-22T20:34:26.3049203Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-08-22T20:34:26.3096812Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-08-22T20:34:26.3151747Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.3206189Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.3406494Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.3419082Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.3421924Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.3886973Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.4208156Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:26.4273851Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.5192943Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:26.5440308Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.5488930Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:26.5817297Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.6457323Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:34:26.6622914Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:34:26.6759428Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-08-22T20:34:26.7346567Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-08-22T20:34:26.8358272Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-08-22T20:34:26.8465444Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-08-22T20:34:26.8534037Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:26.8553442Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:26.9093496Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:26.9584538Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:26.9952749Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:26.9970352Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:26.9973844Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:26.9976974Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.0305578Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.0395900Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.0415735Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.0444101Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.0816995Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.0965350Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.1486709Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.1593946Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.1597584Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.1777803Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.2120254Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.2189497Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.2246951Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.2479383Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.2728303Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.2743256Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.2996038Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.3658001Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.3861767Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.3941194Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.3963178Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.3976403Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.4070799Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.4176399Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.4259107Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.4420486Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.4517591Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.4584106Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.4842413Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.5033257Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.5272398Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.5275476Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.5361327Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.5423701Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.6022898Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:34:27.6087685Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:34:27.6208143Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:27.6318655Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:27.6334532Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:34:27.6402689Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:34:27.6537436Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:27.7094074Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:27.7142442Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:34:27.7173562Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:34:27.7360153Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-08-22T20:34:27.7435794Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-08-22T20:34:27.7465881Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-08-22T20:34:27.8079203Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-08-22T20:34:27.8211987Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-08-22T20:34:27.8216416Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-08-22T20:34:27.8643263Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-08-22T20:34:27.8692606Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-08-22T20:34:27.9782331Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-08-22T20:34:27.9802979Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:28.0225140Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:28.0384735Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:34:28.0696923Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:34:28.0744157Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-08-22T20:34:28.0968133Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-08-22T20:34:28.1054953Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-08-22T20:34:28.1065666Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:34:28.1068520Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-08-22T20:34:28.1188171Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-08-22T20:34:28.1250114Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:34:28.1402953Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-08-22T20:34:28.1661941Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:34:28.1825447Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-08-22T20:34:28.1889556Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:34:28.2081327Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-08-22T20:34:28.2104277Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-08-22T20:34:28.3424445Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-08-22T20:34:28.4474169Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-08-22T20:34:28.4549791Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-08-22T20:34:28.4806330Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-08-22T20:34:28.5129706Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-08-22T20:34:28.5152933Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-08-22T20:34:28.5220783Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-08-22T20:34:28.5476830Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-08-22T20:34:28.5523149Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-08-22T20:34:28.6323885Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-08-22T20:34:28.6450267Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:34:28.6491376Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-08-22T20:34:28.6886527Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-08-22T20:34:28.6915509Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-08-22T20:34:28.7577630Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-08-22T20:34:28.8339153Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-08-22T20:34:28.8484120Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-08-22T20:34:28.8672351Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-08-22T20:34:28.8961933Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-08-22T20:34:28.8978118Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-08-22T20:34:28.9086159Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-08-22T20:34:28.9091906Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-08-22T20:34:28.9263712Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-08-22T20:34:29.0032413Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-08-22T20:34:29.0471971Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-08-22T20:34:29.0578075Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-08-22T20:34:29.0622782Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-08-22T20:34:29.0798341Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:34:29.1192436Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-08-22T20:34:29.1316354Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-08-22T20:34:29.2314097Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-08-22T20:34:29.2381377Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-08-22T20:34:29.2493743Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-08-22T20:34:29.2762959Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-08-22T20:34:29.3105321Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-08-22T20:34:29.3803020Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-08-22T20:34:29.3806282Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-08-22T20:34:29.4134753Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-08-22T20:34:29.4157848Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-08-22T20:34:29.4380158Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-08-22T20:34:29.4574063Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-08-22T20:34:29.4687326Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-08-22T20:34:29.4927572Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-08-22T20:34:29.5034111Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-08-22T20:34:29.5613460Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-08-22T20:34:29.5886415Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-08-22T20:34:29.6065952Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-08-22T20:34:29.6476186Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-08-22T20:34:29.6865964Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-08-22T20:34:29.7433831Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-08-22T20:34:29.7481993Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-08-22T20:34:29.7593432Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-08-22T20:34:29.7901628Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-08-22T20:34:29.8174888Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-08-22T20:34:29.8334871Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-08-22T20:34:29.8472313Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-08-22T20:34:29.8718658Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-08-22T20:34:29.8872005Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-08-22T20:34:29.9055370Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-08-22T20:34:29.9576912Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-08-22T20:34:29.9918744Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-08-22T20:34:30.0251761Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-08-22T20:34:30.0744977Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-08-22T20:34:30.0782777Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-08-22T20:34:30.0959551Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-08-22T20:34:30.1155541Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-08-22T20:34:30.1289900Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-08-22T20:34:30.2035030Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-08-22T20:34:30.2135991Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-08-22T20:34:30.2179267Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-08-22T20:34:30.2646442Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-08-22T20:34:30.2670184Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-08-22T20:34:30.2834038Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-08-22T20:34:30.3212661Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-08-22T20:34:30.3489514Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-08-22T20:34:30.3743863Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-08-22T20:34:30.4578768Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-08-22T20:34:30.4610868Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-08-22T20:34:30.4763269Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-08-22T20:34:30.4765998Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-08-22T20:34:30.5217536Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-08-22T20:34:30.5897012Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-08-22T20:34:30.6052967Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-08-22T20:34:30.6120703Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:34:30.6144533Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:34:30.6531119Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:34:30.6636867Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:34:30.6740573Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:34:30.7270640Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:34:30.7476827Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:34:30.7910334Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:34:30.8604841Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:34:30.8608468Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:34:30.8618811Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:34:30.9162975Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:34:30.9774552Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:34:30.9875463Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:34:31.0067316Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:34:31.0292690Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:34:31.0585042Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:34:31.0719309Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:34:31.0841493Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:34:31.1181268Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:34:31.1795644Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-08-22T20:34:31.1943764Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-08-22T20:34:31.2590385Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-08-22T20:34:31.3146751Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-08-22T20:34:31.3166773Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-08-22T20:34:31.3364514Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-08-22T20:34:31.3900773Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-08-22T20:34:31.4016331Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-08-22T20:34:31.4336432Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-08-22T20:34:31.4712218Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-08-22T20:34:31.4714990Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-08-22T20:34:31.4922482Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-08-22T20:34:31.4973380Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-08-22T20:34:31.5503594Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-08-22T20:34:31.5937935Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-08-22T20:34:31.5983208Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-08-22T20:34:31.6570912Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:34:31.6898696Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:34:31.7291442Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-08-22T20:34:31.7310892Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-08-22T20:34:31.8108555Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:31.8336107Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:31.8546799Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:31.8550966Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:31.8603945Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:31.8763390Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:31.8800509Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:31.9060858Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:31.9203253Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:31.9403098Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.0185179Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.0424756Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.0883000Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.0933549Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.2305400Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.2507404Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.2662751Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.2786639Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.3164956Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.3286072Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.3666199Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.3711300Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.3765250Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:34:32.4090509Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:34:32.4620986Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.4674353Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.4916976Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.5505650Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.6844629Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.6889436Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.7071716Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:32.7132823Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.7417094Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:32.7513454Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.7629929Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:32.8104954Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.8160220Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:32.8219210Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:32.9802152Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:33.0056110Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.0274941Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.1117117Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.1447247Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.1655288Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.1712045Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.1878085Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:33.2500373Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.2958403Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:33.3081947Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.3700912Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:33.4034203Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.4433550Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:34:33.4449195Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:33.5329323Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.5900481Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.6504524Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.6581578Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.7183486Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.7381716Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.7485577Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.7625465Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.7840616Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.8036485Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.8086212Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.9548724Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:33.9847594Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:33.9990449Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.0461502Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.0669251Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.0931173Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.0935102Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.1331671Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.1728058Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.1755045Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.2125166Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.2168030Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.2266737Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.2674918Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.4091721Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.4307313Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.4633802Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.4640084Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.5281223Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.5523506Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.5529067Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.5532522Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.5966510Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.6471719Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.6500392Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.6503654Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.6896959Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.6988411Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.7966516Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.8467688Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.8595459Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.8939883Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:34.9315800Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:34.9399596Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:34:34.9848433Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:34:34.9879395Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:34:35.0305156Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:34:35.0781125Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:34:35.0784804Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:34:35.0930482Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:34:35.0944477Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:34:35.1306076Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.2354279Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.2646368Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3015411Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3062410Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3253287Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3682030Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3746240Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.3868656Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.4290786Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:34:35.4702143Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.4760512Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.4833343Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.4840947Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.6581464Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.7292576Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.7996088Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.8285031Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.8568649Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.8925634Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.9164505Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.9197525Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.9300751Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.9304142Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.9375538Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:35.9551688Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:35.9688478Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.0974931Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.1020677Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.1172083Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.1577718Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.2934142Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.3114795Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.3334499Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.3618969Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.3630814Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.3851587Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.3854544Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.4034513Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.4171359Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.4174726Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.5442754Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.5690508Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.5831515Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.6086257Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.6489973Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.7425828Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.7548714Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.7741777Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.7819215Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.7990185Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.8137810Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.8408530Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:34:36.8416514Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:34:36.8512132Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:34:36.9526051Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:34:36.9776589Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:34:36.9904290Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:34:37.0425169Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.0694996Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:34:37.1805608Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.1905831Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:34:37.2022570Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.2174311Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-08-22T20:34:37.2199361Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.2408991Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:34:37.2697467Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.2886127Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:34:37.2897202Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.3248344Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-08-22T20:34:37.3568556Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.3857941Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.4712040Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.4921795Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.5893078Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.6027531Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.6126502Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.6372336Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.6534142Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.6546064Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.7018192Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.7223901Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.7376720Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.7478441Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.8438844Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:37.8646277Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-08-22T20:34:37.9998077Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.0101310Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-08-22T20:34:38.0170726Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.1279879Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:34:38.1431924Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.1576265Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:34:38.1806403Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.1856897Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-08-22T20:34:38.1936546Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.2428563Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:34:38.3223852Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.3503613Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:34:38.3834016Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-08-22T20:34:38.4488969Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-08-22T20:34:38.4682730Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-08-22T20:34:38.5664860Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-08-22T20:34:38.5726574Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-08-22T20:34:38.5859972Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-08-22T20:34:38.6109475Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:34:38.6745201Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:34:38.6748566Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:34:38.6801445Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:34:38.7008572Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:34:38.7207577Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:34:38.8195660Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:34:38.8366961Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:34:38.8403460Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:34:38.9237832Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:34:38.9336822Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:34:38.9442403Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:34:38.9829739Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:34:39.0346416Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:34:39.0684578Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:34:39.0703595Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:34:39.0827300Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:34:39.0918704Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:34:39.1218878Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:34:39.1301807Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:34:39.2125462Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-08-22T20:34:39.2668254Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-08-22T20:34:39.2905139Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-08-22T20:34:39.3196459Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-08-22T20:34:39.3372833Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-08-22T20:34:39.3529745Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-08-22T20:34:39.3740322Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-08-22T20:34:39.4425707Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-08-22T20:34:39.4429063Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-08-22T20:34:39.4890782Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-08-22T20:34:39.5238301Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.5418730Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:34:39.5795236Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.5918395Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:34:39.6253197Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.6469128Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:34:39.6723266Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.6989974Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:34:39.7452602Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.7470778Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:34:39.7672228Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.8505342Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:34:39.8529838Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.9166682Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:34:39.9365859Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:39.9410333Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-08-22T20:34:39.9967138Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.0092685Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-08-22T20:34:40.0402931Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.0597413Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-08-22T20:34:40.0898440Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.1198650Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:34:40.1566809Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.1943513Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:34:40.2501237Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.2748954Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:34:40.3061054Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:34:40.3708580Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:34:40.4006882Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.4189347Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5016396Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5019834Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5092670Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5366780Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5527604Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5746137Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.5990070Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.6413805Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.6830991Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.7022083Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.8036989Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.8214419Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.8265677Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.8421148Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.8723649Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.9385947Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.9608030Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.9611921Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:40.9713543Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.0384750Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.0438604Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.0457856Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.1488886Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.1656344Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.2425224Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.2634316Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.2839462Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.2978696Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.2985464Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.3569100Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.3798845Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.3864715Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.3909856Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.4253987Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.4659726Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.5218441Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.5737519Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.5927041Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.6767646Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.6801465Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:34:41.7236408Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.7360923Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.7549197Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.7859790Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:34:41.7899901Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.7995017Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.8168659Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.8331900Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.9011370Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.9248603Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:41.9949430Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.0460651Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.0849323Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.0852828Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.1153301Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.1370370Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.1956933Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.2150141Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.2217336Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.2290923Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.2606918Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.2838240Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.3455658Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.3654322Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:34:42.4236428Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-08-22T20:34:42.4444184Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-08-22T20:34:42.5258070Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-08-22T20:34:42.5713491Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-08-22T20:34:42.6018177Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-08-22T20:34:42.6120680Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-08-22T20:34:42.6460068Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-08-22T20:34:42.6483445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-08-22T20:34:42.6609281Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:34:42.6679747Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:34:42.6940559Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:34:42.7057747Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:34:42.7426479Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:34:42.8212751Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:34:42.8419575Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:34:42.8465165Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:34:42.8960177Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:34:42.9575252Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:34:42.9985061Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:34:42.9994605Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:34:43.0381063Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:34:43.0397808Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:34:43.0611960Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:34:43.0658597Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:34:43.0801253Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:34:43.1090752Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:34:43.1709513Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:34:43.2629663Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:34:43.2720352Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:34:43.3150754Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:34:43.3153995Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:34:43.3157290Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:34:43.3985124Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-08-22T20:34:43.4128669Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-08-22T20:34:43.4193688Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-08-22T20:34:43.4725639Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-08-22T20:34:43.4981445Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:34:43.5125025Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:34:43.5511593Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:34:43.5779931Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:34:43.6121176Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:34:43.6570780Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:34:43.6932000Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:34:43.7386286Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:34:43.7510115Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:34:43.7700145Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:34:43.8059591Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:34:43.8414303Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:34:43.8668274Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:34:43.8967413Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:34:43.9270291Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:34:43.9296161Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:34:43.9311381Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:34:43.9962089Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:34:44.0344197Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:34:44.0789241Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:34:44.1200213Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:34:44.1428757Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:34:44.1983663Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:34:44.1987439Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:34:44.2148195Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:34:44.2395514Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:34:44.2408830Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:34:44.3151143Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:34:44.3269168Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:34:44.3512228Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:34:44.3625197Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-08-22T20:34:44.4574268Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-08-22T20:34:44.4747366Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-08-22T20:34:44.4858498Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:34:44.5527952Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:34:44.5531552Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-08-22T20:34:44.5741550Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-08-22T20:34:44.6302767Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:34:44.6311840Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:34:44.6745339Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:34:44.6897750Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-08-22T20:34:44.7079387Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-08-22T20:34:44.7084227Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:34:44.7853792Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:34:44.7896000Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:34:44.8055291Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.8096721Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.8214521Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.9115399Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.9177900Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.9247635Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:44.9863943Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0006856Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0114417Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0404061Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0589706Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0834159Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.0876160Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.1476699Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.2121880Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.2272459Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.2486114Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.3175572Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.3551732Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.3608473Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.3793050Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.4311188Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.4501907Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.4576281Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.4642454Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.4725542Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.5074384Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.5664609Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.6409991Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.6540590Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.6664849Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.6867465Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.7446517Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.7575295Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.8084115Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.8562032Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:45.8843064Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-08-22T20:34:45.8864502Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-08-22T20:34:45.9117571Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-08-22T20:34:45.9293451Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-08-22T20:34:45.9625123Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-08-22T20:34:45.9817129Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-08-22T20:34:46.0356618Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-08-22T20:34:46.0411291Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-08-22T20:34:46.0659421Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-08-22T20:34:46.1010951Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-08-22T20:34:46.1347116Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-08-22T20:34:46.1867343Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-08-22T20:34:46.2412453Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-08-22T20:34:46.2733378Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-08-22T20:34:46.2828246Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-08-22T20:34:46.2854316Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-08-22T20:34:46.2873392Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-08-22T20:34:46.3204784Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-08-22T20:34:46.3472438Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-08-22T20:34:46.3525004Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-08-22T20:34:46.3769200Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-08-22T20:34:46.4114840Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-08-22T20:34:46.4227313Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-08-22T20:34:46.4844376Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-08-22T20:34:46.4899389Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-08-22T20:34:46.5787669Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-08-22T20:34:46.6167874Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-08-22T20:34:46.6317291Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-08-22T20:34:46.6620267Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-08-22T20:34:46.6718833Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-08-22T20:34:46.6932796Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-08-22T20:34:46.7314129Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-08-22T20:34:46.7412941Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-08-22T20:34:46.7534124Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-08-22T20:34:46.7882067Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-08-22T20:34:46.7884987Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-08-22T20:34:46.8294930Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-08-22T20:34:46.8582212Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-08-22T20:34:46.8927949Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-08-22T20:34:46.9385043Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-08-22T20:34:46.9648621Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-08-22T20:34:47.0182628Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:34:47.0548818Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:34:47.0624756Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:34:47.1058326Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:34:47.1360244Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:34:47.1363446Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:34:47.1598345Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:34:47.1616988Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:34:47.1636988Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:34:47.2084289Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:34:47.2224506Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:34:47.3114713Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:34:47.3579813Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:34:47.3954012Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:34:47.3985916Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:34:47.4118742Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:34:47.4413580Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:34:47.5130441Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:34:47.5169886Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:34:47.5537298Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:34:47.5542038Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.5821686Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.5867357Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.5872534Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.6423193Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.6711188Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.7636744Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.7697456Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.8043673Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.8163559Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.8691147Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.9110040Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.9449597Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.9474653Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:47.9787784Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.0208226Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.0211864Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.0295337Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.1014368Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.1343726Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.1990680Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.2332497Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.2386921Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.2446174Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.2864872Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.3403569Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.3699469Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.3847908Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:34:48.4133406Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-08-22T20:34:48.4327469Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-08-22T20:34:48.4583130Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-08-22T20:34:48.4901774Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-08-22T20:34:48.5108649Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-08-22T20:34:48.5757310Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-08-22T20:34:48.6796079Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-08-22T20:34:48.6849747Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-08-22T20:34:48.6866208Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-08-22T20:34:48.7377688Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-08-22T20:34:48.7420377Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:34:48.7714022Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-08-22T20:34:48.7859325Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:34:48.7953336Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-08-22T20:34:48.8210289Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-08-22T20:34:48.8295276Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:34:48.8418007Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-08-22T20:34:48.8609571Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-08-22T20:34:48.8760170Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-08-22T20:34:48.9052095Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:34:49.0479890Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-08-22T20:34:49.0674159Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-08-22T20:34:49.0758260Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-08-22T20:34:49.1144892Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-08-22T20:34:49.1314380Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-08-22T20:34:49.1615172Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-08-22T20:34:49.1678493Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-08-22T20:34:49.1697325Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-08-22T20:34:49.2015194Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-08-22T20:34:49.2136863Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-08-22T20:34:49.2140146Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-08-22T20:34:49.2284234Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-08-22T20:34:49.2518053Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-08-22T20:34:49.2587101Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-08-22T20:34:49.3857001Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-08-22T20:34:49.4121095Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-08-22T20:34:49.4725517Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-08-22T20:34:49.4952610Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-08-22T20:34:49.5409472Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-08-22T20:34:49.5641630Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-08-22T20:34:49.5653036Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-08-22T20:34:49.5739519Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-08-22T20:34:49.6000149Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-08-22T20:34:49.6058170Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-08-22T20:34:49.6094118Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-08-22T20:34:49.6111969Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-08-22T20:34:49.6381743Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-08-22T20:34:49.6465123Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-08-22T20:34:49.7734482Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-08-22T20:34:49.8112670Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-08-22T20:34:49.8144509Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-08-22T20:34:49.8670154Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-08-22T20:34:49.9369100Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-08-22T20:34:49.9500646Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-08-22T20:34:49.9638206Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-08-22T20:34:49.9683036Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-08-22T20:34:49.9829756Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-08-22T20:34:49.9836722Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-08-22T20:34:50.0037683Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-08-22T20:34:50.0041297Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-08-22T20:34:50.0080129Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-08-22T20:34:50.0569510Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-08-22T20:34:50.1596964Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-08-22T20:34:50.1748199Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-08-22T20:34:50.2363172Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-08-22T20:34:50.2765991Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-08-22T20:34:50.3330461Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-08-22T20:34:50.3460281Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-08-22T20:34:50.3564464Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-08-22T20:34:50.3734678Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-08-22T20:34:50.3826741Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-08-22T20:34:50.4003924Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-08-22T20:34:50.4023604Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-08-22T20:34:50.4078469Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-08-22T20:34:50.4259048Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-08-22T20:34:50.4804773Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-08-22T20:34:50.5664055Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-08-22T20:34:50.5866882Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-08-22T20:34:50.6075405Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-08-22T20:34:50.6792556Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-08-22T20:34:50.7286886Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-08-22T20:34:50.7432735Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-08-22T20:34:50.7660735Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-08-22T20:34:50.7816635Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-08-22T20:34:50.7838624Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-08-22T20:34:50.8137923Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-08-22T20:34:50.8141969Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-08-22T20:34:50.8145539Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-08-22T20:34:50.8576662Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-08-22T20:34:50.8757106Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-08-22T20:34:50.8899604Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-08-22T20:34:50.9841968Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:34:51.0103992Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:34:51.0625529Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:34:51.1024006Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-08-22T20:34:51.1372352Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:34:51.1547621Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-08-22T20:34:51.1577076Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-08-22T20:34:51.1609397Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-08-22T20:34:51.1808401Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-08-22T20:34:51.1812172Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-08-22T20:34:51.2023119Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-08-22T20:34:51.2208604Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-08-22T20:34:51.2341606Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-08-22T20:34:51.2466113Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-08-22T20:34:51.3226108Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-08-22T20:34:51.3927578Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-08-22T20:34:51.4042708Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-08-22T20:34:51.4930590Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-08-22T20:34:51.4945071Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-08-22T20:34:51.5022092Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-08-22T20:34:51.5025500Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-08-22T20:34:51.5156040Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-08-22T20:34:51.5223437Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-08-22T20:34:51.5346564Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-08-22T20:34:51.5622399Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-08-22T20:34:51.5899612Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-08-22T20:34:51.5973138Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-08-22T20:34:51.6234967Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-08-22T20:34:51.7090768Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-08-22T20:34:51.7562160Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-08-22T20:34:51.7766322Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-08-22T20:34:51.8723890Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-08-22T20:34:51.8737423Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-08-22T20:34:51.8919573Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-08-22T20:34:51.8957464Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-08-22T20:34:51.8982291Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-08-22T20:34:51.9160110Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-08-22T20:34:51.9220031Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-08-22T20:34:51.9406940Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-08-22T20:34:51.9801953Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-08-22T20:34:52.0117094Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-08-22T20:34:52.0291886Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-08-22T20:34:52.0951530Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-08-22T20:34:52.1645623Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-08-22T20:34:52.1897047Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-08-22T20:34:52.2282313Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-08-22T20:34:52.2554823Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-08-22T20:34:52.2683369Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:34:52.2823726Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:34:52.3156198Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:34:52.3160303Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:34:52.3477898Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:34:52.3536975Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:34:52.3774438Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:34:52.4231976Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:34:52.4490607Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:34:52.4734660Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:34:52.5905696Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:34:52.6272073Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:34:52.6296115Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:34:52.6660131Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:34:52.6754539Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:34:52.7048339Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:34:52.7061335Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:34:52.7095848Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:34:52.7512158Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:34:52.7699899Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:34:52.7864339Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-08-22T20:34:52.8251149Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:34:52.8347364Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-08-22T20:34:52.8881970Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:34:52.9737563Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-08-22T20:34:52.9921176Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:34:53.0274712Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:34:53.0278756Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-08-22T20:34:53.0734768Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-08-22T20:34:53.1180714Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:34:53.1193312Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-08-22T20:34:53.1480346Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:34:53.1765331Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-08-22T20:34:53.2028500Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:34:53.2072617Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-08-22T20:34:53.2079388Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:34:53.2500623Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-08-22T20:34:53.2984278Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:34:53.3774596Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-08-22T20:34:53.4028674Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:34:53.4039297Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-08-22T20:34:53.4520904Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:34:53.4874660Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-08-22T20:34:53.4974657Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:34:53.5335264Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-08-22T20:34:53.5486614Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:34:53.5813238Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-08-22T20:34:53.6077381Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:34:53.6218885Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-08-22T20:34:53.6233611Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:34:53.7155295Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:34:53.7493478Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:34:53.7497562Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:34:53.8441031Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:34:53.8444617Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:34:53.8563399Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:34:53.8800226Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:34:53.8860702Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:34:53.9058845Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:34:53.9435220Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:34:54.0070076Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:34:54.0109261Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:34:54.0281877Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:34:54.0674696Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:34:54.1080274Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:34:54.1527164Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:34:54.1573001Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:34:54.2021036Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:34:54.2231155Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:34:54.2634854Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:34:54.3177730Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:34:54.3432883Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:34:54.3537065Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:34:54.3580555Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:34:54.3890583Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:34:54.4213925Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:34:54.4348833Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:34:54.4734636Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:34:54.5019622Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:34:54.5162695Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:34:54.5634817Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:34:54.6204861Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:34:54.6373855Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:34:54.6943751Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:34:54.7018634Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:34:54.7133838Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:34:54.7340187Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:34:54.7476293Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:34:54.7901454Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:34:54.8274602Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:34:54.8498882Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-08-22T20:34:54.9170193Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-08-22T20:34:54.9407511Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-08-22T20:34:54.9623016Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-08-22T20:34:54.9628539Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-08-22T20:34:55.0108572Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-08-22T20:34:55.0179194Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-08-22T20:34:55.0381721Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-08-22T20:34:55.1000073Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-08-22T20:34:55.1280543Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-08-22T20:34:55.1584563Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-08-22T20:34:55.1734532Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-08-22T20:34:55.1965070Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-08-22T20:34:55.2149398Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-08-22T20:34:55.2584122Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-08-22T20:34:55.2655532Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-08-22T20:34:55.2740390Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-08-22T20:34:55.2950190Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-08-22T20:34:55.3042613Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-08-22T20:34:55.3495490Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:34:55.3504313Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:34:55.3551306Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:34:55.4526369Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-08-22T20:34:55.4828852Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-08-22T20:34:55.4948592Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-08-22T20:34:55.5110252Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-08-22T20:34:55.5366779Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:34:55.5369943Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:34:55.6064206Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:34:55.6092823Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-08-22T20:34:55.6180979Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-08-22T20:34:55.6371258Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-08-22T20:34:55.6374718Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:34:55.6537788Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:34:55.6934844Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:34:55.6939586Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:34:55.7845104Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:34:55.8229945Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:34:55.8310784Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:34:55.8314667Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:34:55.8569643Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:34:55.8882389Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:34:55.9423484Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:34:55.9429191Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:34:55.9479400Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:34:55.9619325Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:55.9784086Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.0002380Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.0163433Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.0419424Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.1547639Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.1714489Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.1856743Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.1860270Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.1882917Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.2443303Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.2644974Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.2901004Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.2973708Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.3812136Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.4152622Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.4844944Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.4848429Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.5124038Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.5515438Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.5852150Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.5930392Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.6055495Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.6552076Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:34:56.6733178Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:56.6874958Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:56.7077720Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:56.7439275Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:56.8556265Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:56.9036167Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:56.9204918Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:56.9251253Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:56.9634382Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:56.9941394Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.0056191Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.0168997Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.0398830Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.0729588Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:57.1140386Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.1206083Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.1508975Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.2250501Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:57.3480104Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.4180573Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.4562329Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.4839131Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.4979491Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:57.4983327Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.5183277Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.5421502Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.5486201Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:57.5618671Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.6998373Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.7546786Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.7557520Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:57.8465061Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:57.8499342Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:57.9310630Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:57.9846391Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:58.0004140Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.0016940Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.0223865Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:58.1044938Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:58.1628203Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:58.1780672Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.1815862Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:58.2248801Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:58.2259302Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:58.2266042Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.3167082Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-08-22T20:34:58.3382340Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-08-22T20:34:58.3985959Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-08-22T20:34:58.4436914Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-08-22T20:34:58.4957419Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:34:58.5174985Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:34:58.5199354Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:34:58.6537606Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:34:58.6571997Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.6773497Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.6926815Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.7728385Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:58.7952506Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:58.8024823Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:58.8165338Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.8236301Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:58.8677484Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:58.8762366Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:58.8862969Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.8924259Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:58.9964242Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.0193344Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.0745931Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.1284951Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.1398820Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.2154176Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.2497410Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.2916850Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.3677402Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.3749656Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.4241492Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.4245118Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.4399935Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.4449108Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.4568882Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.4758683Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.5207036Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.6588445Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.7717563Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.7962587Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.8227095Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.8761226Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:34:59.8998345Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:34:59.9423100Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:34:59.9498269Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.9634907Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:34:59.9708756Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:35:00.0766451Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:35:00.0774499Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:35:00.0782397Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:00.1112562Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:35:00.1231036Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:35:00.1960744Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:35:00.2656916Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:00.2989551Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.3737769Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.4034564Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.4344745Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.4530446Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.4778001Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.5389009Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.6286734Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:00.6431558Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:35:00.6499351Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:35:00.6567457Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:35:00.6974733Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:35:00.7421481Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:35:00.8093331Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:35:00.8460782Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:35:00.8483648Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:35:00.8699904Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-08-22T20:35:00.8838404Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-08-22T20:35:00.8841478Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-08-22T20:35:00.9711380Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-08-22T20:35:00.9824367Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-08-22T20:35:01.0173573Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-08-22T20:35:01.0290592Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.0294509Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.0459610Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.0638683Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.0956601Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.1781417Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.2128723Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.2185720Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.2264533Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.2442586Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.2472614Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.3255003Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.3474045Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.3737669Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.4985279Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:35:01.5432385Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:35:01.5521219Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:35:01.5900369Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:35:01.6350818Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:35:01.6882865Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.7228759Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.7450353Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.7461848Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.8339894Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.8343672Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.8359839Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.8922689Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:35:01.9026304Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:35:01.9633654Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:35:01.9782068Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:35:01.9820751Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:35:01.9987068Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-08-22T20:35:02.1297825Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-08-22T20:35:02.1708416Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-08-22T20:35:02.1814164Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-08-22T20:35:02.2012453Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-08-22T20:35:02.2173581Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-08-22T20:35:02.2420457Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-08-22T20:35:02.2593962Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-08-22T20:35:02.2672272Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-08-22T20:35:02.2841662Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-08-22T20:35:02.3317675Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-08-22T20:35:02.3338425Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-08-22T20:35:02.3577172Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:35:02.3583749Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-08-22T20:35:02.3591968Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:35:02.4903369Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-08-22T20:35:02.5274963Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-08-22T20:35:02.5390438Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-08-22T20:35:02.5681035Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:02.5842181Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-08-22T20:35:02.6079993Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:02.6669592Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-08-22T20:35:02.6740578Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:02.7071323Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-08-22T20:35:02.8740927Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:02.9359496Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-08-22T20:35:02.9472268Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:35:02.9658612Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-08-22T20:35:02.9870677Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:35:03.0314615Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-08-22T20:35:03.0565071Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:03.0612395Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-08-22T20:35:03.0870949Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:03.0920523Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-08-22T20:35:03.0944659Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:03.1071691Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-08-22T20:35:03.1550133Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:35:03.2669995Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-08-22T20:35:03.2792398Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.3191923Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.3330829Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.3648532Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4269301Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4647722Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4661103Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4688354Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4713055Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.4936776Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.5155903Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.5588811Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.6653361Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.6818555Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.7262084Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.7353271Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.7550901Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.7651531Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:35:03.7899995Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-08-22T20:35:03.8383605Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-08-22T20:35:03.8571052Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:35:03.8636757Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:35:03.8683156Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:35:03.8928228Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:35:03.9341594Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:35:03.9446771Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:35:04.0409598Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:35:04.0614807Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:35:04.1062041Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:35:04.1164142Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:35:04.1220921Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:35:04.1318388Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:35:04.1432486Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:35:04.1494398Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:35:04.1537421Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:35:04.2030839Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:35:04.2169675Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:35:04.2506745Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:35:04.2564620Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:35:04.3014006Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:35:04.3868598Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:35:04.3949581Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:35:04.4640544Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:35:04.4650827Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:35:04.4862818Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-08-22T20:35:04.4867059Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-08-22T20:35:04.4987399Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-08-22T20:35:04.5015107Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-08-22T20:35:04.5034074Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-08-22T20:35:04.5244241Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-08-22T20:35:04.5688419Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-08-22T20:35:04.5692570Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-08-22T20:35:04.6401026Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-08-22T20:35:04.6645168Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-08-22T20:35:04.7160286Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-08-22T20:35:04.7653392Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-08-22T20:35:04.7961663Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-08-22T20:35:04.8439273Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-08-22T20:35:04.8442565Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-08-22T20:35:04.8445538Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-08-22T20:35:04.8478421Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-08-22T20:35:04.8487708Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-08-22T20:35:04.8753787Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-08-22T20:35:04.8758104Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-08-22T20:35:04.9240953Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-08-22T20:35:04.9351279Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-08-22T20:35:05.0123344Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-08-22T20:35:05.0289650Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-08-22T20:35:05.0329305Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-08-22T20:35:05.1003152Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-08-22T20:35:05.1178755Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-08-22T20:35:05.1289446Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-08-22T20:35:05.1625789Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-08-22T20:35:05.1629048Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-08-22T20:35:05.1635986Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-08-22T20:35:05.1692769Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-08-22T20:35:05.1850808Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.1987682Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.2598747Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.2692614Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.3581605Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.3585360Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.3731301Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.4280099Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.4542580Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-08-22T20:35:05.4552277Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-08-22T20:35:05.4635581Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-08-22T20:35:05.4830275Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-08-22T20:35:05.4832970Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-08-22T20:35:05.4951565Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-08-22T20:35:05.5056278Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-08-22T20:35:05.5226669Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-08-22T20:35:05.5732407Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.6057362Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.6884712Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.7046158Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.7211806Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.7607232Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.7750975Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.7925214Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.7939653Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-08-22T20:35:05.7981664Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-08-22T20:35:05.8153747Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-08-22T20:35:05.8158904Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-08-22T20:35:05.8431899Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.8836364Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-08-22T20:35:05.9226920Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-08-22T20:35:05.9241294Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-08-22T20:35:06.0212202Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-08-22T20:35:06.0214712Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-08-22T20:35:06.0583610Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-08-22T20:35:06.1005681Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-08-22T20:35:06.1045595Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-08-22T20:35:06.1258680Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-08-22T20:35:06.1261813Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-08-22T20:35:06.1403383Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-08-22T20:35:06.1418909Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-08-22T20:35:06.1538859Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-08-22T20:35:06.1869637Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-08-22T20:35:06.2292455Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-08-22T20:35:06.2642490Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-08-22T20:35:06.2681149Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-08-22T20:35:06.3355708Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-08-22T20:35:06.3836649Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-08-22T20:35:06.4024056Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-08-22T20:35:06.4676978Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-08-22T20:35:06.4679805Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-08-22T20:35:06.4986911Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-08-22T20:35:06.5004192Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-08-22T20:35:06.5017221Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-08-22T20:35:06.5053300Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-08-22T20:35:06.5405465Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-08-22T20:35:06.5659386Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-08-22T20:35:06.6002950Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-08-22T20:35:06.6478921Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-08-22T20:35:06.6482277Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-08-22T20:35:06.6855683Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-08-22T20:35:06.7674028Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-08-22T20:35:06.7790556Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-08-22T20:35:06.8008046Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-08-22T20:35:06.8139910Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-08-22T20:35:06.8211932Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-08-22T20:35:06.8474981Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-08-22T20:35:06.8537794Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-08-22T20:35:06.8641986Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-08-22T20:35:06.9138813Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-08-22T20:35:06.9324240Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-08-22T20:35:06.9665568Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-08-22T20:35:06.9958268Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-08-22T20:35:07.0143793Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-08-22T20:35:07.0285345Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:35:07.1140189Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:35:07.1238424Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:35:07.1489355Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-08-22T20:35:07.1493069Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:35:07.1590760Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-08-22T20:35:07.1710720Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-08-22T20:35:07.1837387Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-08-22T20:35:07.1889400Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-08-22T20:35:07.2572226Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-08-22T20:35:07.2619716Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-08-22T20:35:07.2646667Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-08-22T20:35:07.3102385Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:35:07.3332202Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:35:07.3707574Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:35:07.4118456Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-08-22T20:35:07.4753020Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:35:07.4770155Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-08-22T20:35:07.4891033Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-08-22T20:35:07.4901875Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-08-22T20:35:07.4918400Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-08-22T20:35:07.5072923Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-08-22T20:35:07.5134254Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-08-22T20:35:07.5775346Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-08-22T20:35:07.5911515Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-08-22T20:35:07.6125687Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-08-22T20:35:07.6471944Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-08-22T20:35:07.6801184Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-08-22T20:35:07.6901813Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-08-22T20:35:07.7190442Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-08-22T20:35:07.8317133Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-08-22T20:35:07.8322377Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-08-22T20:35:07.8454311Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-08-22T20:35:07.8499107Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-08-22T20:35:07.8654646Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-08-22T20:35:07.8829079Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-08-22T20:35:07.8932512Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-08-22T20:35:07.9494894Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-08-22T20:35:07.9790426Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-08-22T20:35:07.9930965Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-08-22T20:35:08.0088810Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-08-22T20:35:08.0232609Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-08-22T20:35:08.0567106Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-08-22T20:35:08.0873015Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-08-22T20:35:08.2110764Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-08-22T20:35:08.2115237Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-08-22T20:35:08.2155030Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-08-22T20:35:08.2372988Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-08-22T20:35:08.2380497Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-08-22T20:35:08.2467130Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-08-22T20:35:08.2703948Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-08-22T20:35:08.3277357Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-08-22T20:35:08.3432962Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-08-22T20:35:08.3858292Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-08-22T20:35:08.3874739Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-08-22T20:35:08.3897950Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-08-22T20:35:08.4059161Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-08-22T20:35:08.4559891Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-08-22T20:35:08.5330734Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-08-22T20:35:08.5633614Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-08-22T20:35:08.6056250Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-08-22T20:35:08.6090146Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-08-22T20:35:08.6316584Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-08-22T20:35:08.6342422Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-08-22T20:35:08.6401200Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-08-22T20:35:08.6993273Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-08-22T20:35:08.7198990Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-08-22T20:35:08.7470821Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-08-22T20:35:08.7678269Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-08-22T20:35:08.7711689Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-08-22T20:35:08.8034952Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-08-22T20:35:08.8275338Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-08-22T20:35:08.8832528Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-08-22T20:35:08.9351551Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-08-22T20:35:08.9418898Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-08-22T20:35:08.9875778Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-08-22T20:35:09.0234244Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-08-22T20:35:09.0303518Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-08-22T20:35:09.0324939Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-08-22T20:35:09.0365362Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-08-22T20:35:09.0859646Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-08-22T20:35:09.1000490Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-08-22T20:35:09.1117850Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-08-22T20:35:09.1263676Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:35:09.1588684Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.1861172Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:35:09.2346075Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:35:09.2647883Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.2651551Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:35:09.3006878Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:35:09.3085008Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.3571785Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:35:09.3636537Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-08-22T20:35:09.3833345Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.3987705Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-08-22T20:35:09.4009378Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:35:09.4373651Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:35:09.4382318Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.4566617Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:35:09.5051612Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.5156280Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:35:09.5734838Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:35:09.5817206Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.5821345Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:35:09.6130049Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-08-22T20:35:09.6753630Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:35:09.6758746Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-08-22T20:35:09.7039111Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-08-22T20:35:09.7103703Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-08-22T20:35:09.7266833Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-08-22T20:35:09.7483858Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-08-22T20:35:09.7575048Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-08-22T20:35:09.7661838Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:35:09.8222892Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:09.8250118Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-08-22T20:35:09.8332110Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:09.8953722Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:09.9189436Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:09.9333960Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:09.9832014Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:09.9835751Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0172376Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0225271Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0318015Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0422552Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0518134Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0820016Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.0864500Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.1731387Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.1847427Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.1941185Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.2227146Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.2791799Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3345637Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3465067Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3580094Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3843725Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3989432Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.3993133Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.4118061Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:10.4121873Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:35:10.4125207Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-08-22T20:35:10.4349984Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-08-22T20:35:10.5071082Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-08-22T20:35:10.5224477Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:10.5687081Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-08-22T20:35:10.6207802Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-08-22T20:35:10.6595303Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-08-22T20:35:10.6788483Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:35:10.6866680Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:35:10.6886300Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:35:10.6912340Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:35:10.7111799Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:35:10.7163461Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-08-22T20:35:10.7246801Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-08-22T20:35:10.7421548Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-08-22T20:35:10.7696249Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-08-22T20:35:10.7921155Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-08-22T20:35:10.7951530Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:35:10.8536757Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:35:10.9108459Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:35:10.9366852Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:35:10.9373803Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:35:10.9881984Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:35:10.9933609Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:35:10.9963087Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:35:11.0100021Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:35:11.0389976Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:35:11.0393964Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:35:11.0465624Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:35:11.0946685Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:35:11.1083279Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:35:11.1297080Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:35:11.1354132Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-08-22T20:35:11.2122264Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-08-22T20:35:11.2236489Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-08-22T20:35:11.2559013Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-08-22T20:35:11.3133902Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-08-22T20:35:11.3230402Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:35:11.3265065Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:35:11.3353666Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:35:11.3467065Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:35:11.3609401Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:35:11.3946540Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-08-22T20:35:11.4041138Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-08-22T20:35:11.4167432Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-08-22T20:35:11.4453485Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-08-22T20:35:11.4574392Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-08-22T20:35:11.4999909Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:35:11.5494984Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:35:11.5812968Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:35:11.6204306Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:35:11.6334251Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:35:11.6515479Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-08-22T20:35:11.6519625Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-08-22T20:35:11.6726793Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-08-22T20:35:11.6846711Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-08-22T20:35:11.7327150Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-08-22T20:35:11.7408148Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:35:11.7662163Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:35:11.7666233Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:35:11.7991600Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:35:11.8281499Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:35:11.8566207Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:35:11.8951929Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:35:11.9269671Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:35:11.9284774Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:35:11.9693246Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:35:11.9876905Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:35:12.0223940Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:35:12.0280861Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:35:12.0286100Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:35:12.0522517Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:35:12.0741355Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-08-22T20:35:12.0762386Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-08-22T20:35:12.0901309Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-08-22T20:35:12.1540483Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-08-22T20:35:12.1868638Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-08-22T20:35:12.2056888Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:35:12.2625627Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:35:12.2785558Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:35:12.2860078Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:35:12.3156159Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:35:12.3224037Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-08-22T20:35:12.3272348Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-08-22T20:35:12.3296619Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-08-22T20:35:12.3364228Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-08-22T20:35:12.3618111Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-08-22T20:35:12.3984676Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:35:12.4073415Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:35:12.4913583Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:35:12.5056283Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:35:12.5070007Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:35:12.5646165Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:35:12.5698575Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:35:12.5777339Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:35:12.5907187Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:35:12.6265453Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:35:12.6586657Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:35:12.6651838Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.6660852Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.6666276Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.6837732Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.7043497Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.7418179Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.7761544Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.7904875Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.8151964Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.8250341Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.8474756Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.8566526Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.8829800Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:12.9240084Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.0089402Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.0398233Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.0464110Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.0725827Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.0743812Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.1232159Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.1657370Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.1681654Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.1966607Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.2314793Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.2389128Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.2421376Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.2485781Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.2629849Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.3581393Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.3994366Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.4080413Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.4116125Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.4409409Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.4601205Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.4816479Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.5042725Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.5379120Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.5893939Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.5897983Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.5998028Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.6136868Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.6306814Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.6989573Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.7331445Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.7603425Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.7883970Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.8205782Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.8511424Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.8851671Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.9128586Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:13.9534601Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:13.9928610Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.0261139Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.0314778Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.0566596Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.0601812Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.0782525Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.1670336Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.1999128Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.2209345Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.2484512Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.2577494Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.2885569Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.3012756Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.3284712Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.3287761Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.3753453Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.3756921Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.4116002Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.4170508Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.4225717Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.4981580Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.5836012Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.5897481Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.6214562Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.6346855Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.6503962Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.6674045Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.7088801Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.7101884Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.7402264Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.7837480Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.8168359Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.8267379Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.8598751Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.9012591Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.9018367Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.9023100Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.9338858Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.9676385Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.9784950Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:14.9788615Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:14.9971083Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:15.0465822Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:35:15.0861841Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:35:15.1226093Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:35:15.1657908Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.1682528Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.1907134Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.2193670Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.2419533Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.2662526Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.3125764Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.3383623Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.3570239Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.3655548Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.3859222Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:35:15.4316298Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:15.4579501Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:35:15.5195784Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:35:15.5458535Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.5810800Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6063575Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6470678Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6565500Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6569337Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6721841Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6801349Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.6948607Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.7208766Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.7749208Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:15.7812818Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:15.7903703Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:15.8744755Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:15.8814990Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:15.8866901Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.0345400Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.0349044Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.0474561Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.0619726Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.0753678Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.1180127Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.1293490Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.1297320Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.1312703Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.1517497Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.1828620Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.2211661Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.2225356Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.2758239Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.3613649Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.3828489Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.3871885Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.4274406Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.4306207Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.4425918Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.4846588Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.5130143Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.5181557Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.5431884Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.5742047Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.6282673Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.6401915Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.6783773Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.7102360Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.7161219Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.7175401Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.7660145Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.7663405Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.7837947Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:16.8055266Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:16.8265847Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:35:16.8326876Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:35:16.8575462Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:35:16.9154359Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:35:16.9725962Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:16.9843926Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.0002084Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.0664407Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.0777602Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.0941509Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.1146646Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.1150835Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.1310047Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.1350201Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:35:17.1464851Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:35:17.1780667Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:35:17.1910547Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:35:17.1950291Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:35:17.3147457Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.3311997Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.4126832Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.4197433Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.4389266Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.4433396Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.4512769Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.4679213Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.5016911Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.5080221Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.5406067Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.5506548Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.6318830Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.6369055Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.6539197Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.6647771Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.7207803Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.7783657Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.7852809Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.7855732Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.8177378Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.8197620Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.8311466Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.8781764Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:17.9101134Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:17.9113814Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.0159617Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.0163425Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.0235385Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.0460082Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.1235254Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.1395450Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.1517561Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.1557038Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.1561762Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.1941750Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.1990619Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.1996696Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.2400035Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:35:18.2409169Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:35:18.3232993Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:35:18.3236669Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:35:18.3614575Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:35:18.3947399Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:35:18.4762690Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-08-22T20:35:18.4999707Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-08-22T20:35:18.5040614Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-08-22T20:35:18.5205298Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-08-22T20:35:18.5276287Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-08-22T20:35:18.5320711Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-08-22T20:35:18.5659148Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-08-22T20:35:18.5676101Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-08-22T20:35:18.5818439Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.6133022Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.6170733Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.6379026Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.6382855Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.6858959Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.7541456Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.7802244Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.7829413Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.7833136Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.7994528Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.8065776Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.8355081Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.8498412Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.8966239Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.9467482Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.9574643Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:18.9577842Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:18.9805627Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.0344856Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.1049354Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.1220167Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.1259183Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.1475130Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.1667199Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.1671392Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.2381029Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.2610015Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.2966436Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.2970397Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.2983564Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.3198360Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.3419779Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.3487582Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.4514316Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.4743874Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.4748734Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.4804215Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.4842014Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.5359477Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.6143816Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.6524405Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.6572931Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.6675725Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.6778624Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.6856932Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.7004204Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.7205127Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.8075699Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.8080829Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.8116934Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.8144286Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:19.8362674Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.9055016Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:19.9544414Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:19.9852615Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.0140893Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.0150308Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.0534169Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.0772314Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.0986502Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.1161720Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.1310387Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.1315652Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.1476297Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.1559568Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.1840084Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.2318042Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.3087318Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.3169596Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.3288580Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.3554436Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.3603611Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.4158353Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.4328396Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.4532280Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.4716165Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.4891315Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.5096817Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.5126977Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.5490879Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.5877989Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.6684756Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.6737525Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.6786000Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.6846542Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.6992053Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.7368371Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.7870795Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.7988331Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.8546771Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.8805052Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:20.8829449Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.9035701Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:20.9262212Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:20.9795912Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.0275557Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.0658842Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.0667077Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.0811791Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.0883382Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.1192301Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.1751311Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.1998720Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.2483251Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.2716616Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.2762631Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.3077735Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.3357421Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.3551166Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.3978938Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.3986478Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.3994808Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.4091827Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.4287056Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.4309938Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.4600039Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.5365910Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.5906247Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.6183050Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.6186908Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.6678787Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.6927230Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.6983484Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.7032060Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.7499486Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.7647492Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.7717603Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.7724665Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.7898576Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:21.8292232Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.8619509Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.9304254Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:21.9596665Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:21.9765612Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.0354433Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.0586415Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.0647546Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.0658140Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.1085635Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.1229585Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.1233318Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.1385703Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.1671153Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.1840884Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.2374226Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.3183292Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.3487690Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.3641738Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.3779217Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.4428137Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.4537275Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.4550521Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.4871668Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.4944174Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.4983182Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.4991656Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.5282628Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.5498009Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.5903725Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.6577747Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.6892781Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.7107463Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.7269751Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.7630872Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.7892790Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.7982375Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.8005301Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.8231164Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.8538949Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:22.8542517Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.8785258Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:22.8930350Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:22.9162360Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.0168413Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.0217390Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.0493450Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.0510315Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:23.1203010Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.1535621Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.1641607Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.1658323Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.1819354Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.2050546Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:23.2283456Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.2287221Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.2685173Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.2839813Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.3871136Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.4033108Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:23.4149276Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:23.4170250Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:23.4587563Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.4984561Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.5337742Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.5435035Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.5708714Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.5791084Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.6160255Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.6164176Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.6753753Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.6847148Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.7680240Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.7699598Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.7802042Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.7955510Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.8070643Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.8240258Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.8379672Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.8794308Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.9119913Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.9235086Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:23.9620491Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:23.9662974Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.0177861Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.0272650Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.0553307Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.1160556Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.1211497Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.1240133Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.1519012Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.1770499Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.2070392Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.2264724Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.2655648Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.2763845Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.3204968Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.3226695Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.3467461Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.3674319Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.4230518Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.4234208Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.4758326Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.4772596Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.5278903Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.5428411Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.5883080Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.6004744Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.6352025Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.6451429Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.6717867Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.7002567Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.7015330Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:24.7021986Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:24.7733982Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:24.7807869Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:24.8700463Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:24.8704400Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:24.9304589Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:24.9366584Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:24.9689221Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:24.9704915Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.0021146Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.0124751Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.0261436Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.0298464Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.0315532Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.0430555Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.0735726Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.1097900Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.2236179Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.2240230Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.2741070Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.2831632Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.3095306Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.3201833Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.3572409Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.3597836Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.3628592Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.3710633Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.3731259Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.3959093Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.4041037Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.4425253Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.5814528Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.5826332Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.6256968Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.6512054Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.6840957Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.6925146Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.7161977Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.7173671Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.7367535Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:35:25.7371343Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:35:25.7410123Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.7692182Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:35:25.7743622Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:35:25.8156059Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:35:25.9460313Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:25.9652437Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.0207159Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.0272566Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.0377152Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.0616836Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.0792849Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.1042249Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.1290583Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.1293851Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.1301638Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.1398700Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.1622115Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.2146583Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.2890108Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.3029772Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.3678345Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.3694031Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.3716909Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.3951655Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.4037216Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.4364800Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.4531745Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.4957013Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.5008816Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.5164276Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.5374259Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.6065792Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.6926411Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.6933243Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.6969978Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.6978437Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.7030759Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.7058376Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.7145275Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.7340381Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.8048868Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.8344710Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.8409115Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.8570333Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.8913371Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:26.9494528Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:26.9999534Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.0324282Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.0402035Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.0405974Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.0533496Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.0617965Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.0713981Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.0887538Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.1168821Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.1612134Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.1907178Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.2293407Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.2608023Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.2761841Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.3630737Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.3667412Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.4132479Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.4152088Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.4374107Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.4408397Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.4424623Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:35:27.4722635Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:35:27.5085374Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:35:27.5306036Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:35:27.5565182Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:35:27.5614829Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:35:27.5756923Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:35:27.5832978Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:35:27.5835972Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:35:27.5975410Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:35:27.6003350Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:35:27.8428330Z [100%] Built target microkernels-all 2024-08-22T20:35:37.2465727Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:35:37.4406677Z [100%] Built target optimized_kernels 2024-08-22T20:35:37.4454854Z [100%] Merging kernel yaml files 2024-08-22T20:35:37.4457449Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:35:37.5424470Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:35:37.5781021Z [100%] Generating code for kernel registration 2024-08-22T20:35:37.7362471Z [100%] Generating code for kernel registration 2024-08-22T20:35:38.8086486Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:35:39.2153990Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:35:39.3013818Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:35:39.3132999Z [100%] Built target optimized_ops_lib 2024-08-22T20:35:40.5450403Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:35:40.6402089Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:35:40.6496883Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:35:40.6498937Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:35:40.6501234Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:35:40.6503481Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:35:40.6506005Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:35:40.6508370Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:35:41.3922035Z [100%] Linking CXX executable executor_runner 2024-08-22T20:35:41.8262522Z [100%] Built target executor_runner 2024-08-22T20:35:41.8381865Z Install the project... 2024-08-22T20:35:41.8412036Z -- Install configuration: "Release" 2024-08-22T20:35:41.8416760Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:35:41.8419242Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libcpuinfo.a 2024-08-22T20:35:41.8422661Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:35:41.8424982Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:35:41.8427422Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:35:41.8430029Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/pkgconfig/libcpuinfo.pc 2024-08-22T20:35:41.8432185Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:35:41.8435038Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libpthreadpool.a 2024-08-22T20:35:41.8439103Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:35:41.8444138Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:35:41.8851634Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:35:41.8856404Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:35:41.8859170Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:35:41.8862616Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:35:41.8911921Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:35:41.8914473Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:35:41.9054177Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:35:41.9057062Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:35:41.9059596Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:35:41.9061579Z -- Up-to-date: /home/runner/work/torchchat/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:35:41.9063774Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:35:41.9066835Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:35:41.9070027Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:35:41.9072183Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:35:41.9074676Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:35:41.9079204Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:35:41.9081735Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:35:41.9085582Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:35:41.9088401Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:35:41.9094282Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:35:41.9096945Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:35:41.9100586Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:35:41.9104749Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:35:41.9111052Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16.h 2024-08-22T20:35:41.9113510Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:35:41.9115521Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:35:41.9117548Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:35:41.9119590Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:35:41.9121559Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:35:41.9123798Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:35:41.9125539Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/psimd.h 2024-08-22T20:35:41.9127535Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libXNNPACK.a 2024-08-22T20:35:41.9161355Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:35:41.9165443Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:35:41.9167460Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:35:41.9179707Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/lib/libbundled_program.a 2024-08-22T20:35:41.9182128Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/lib/libetdump.a 2024-08-22T20:35:41.9185993Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/lib/libflatccrt.a 2024-08-22T20:35:41.9193963Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so 2024-08-22T20:35:41.9468311Z -- Set non-toolchain portion of runtime path of "/home/runner/work/torchchat/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so" to "" 2024-08-22T20:35:41.9470293Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:35:41.9473622Z -- Installing: /home/runner/work/torchchat/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:35:41.9479857Z -- Set non-toolchain portion of runtime path of "/home/runner/work/torchchat/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:35:41.9608160Z creating pip-out/lib.linux-x86_64-cpython-310 2024-08-22T20:35:41.9611509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch 2024-08-22T20:35:41.9613664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/data 2024-08-22T20:35:41.9616156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2024-08-22T20:35:41.9618771Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2024-08-22T20:35:41.9619973Z running build_py 2024-08-22T20:35:41.9622118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends 2024-08-22T20:35:41.9624101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2024-08-22T20:35:41.9626286Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2024-08-22T20:35:41.9628195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9630511Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9632460Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9634391Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9636359Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9638322Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9640339Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2024-08-22T20:35:41.9642143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9644307Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9646408Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9648097Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9650317Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9652342Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9654015Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9656161Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9658182Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9660195Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9661986Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9663952Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2024-08-22T20:35:41.9665644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2024-08-22T20:35:41.9668220Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2024-08-22T20:35:41.9670185Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2024-08-22T20:35:41.9672038Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2024-08-22T20:35:41.9674057Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2024-08-22T20:35:41.9675801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2024-08-22T20:35:41.9677896Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2024-08-22T20:35:41.9679911Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2024-08-22T20:35:41.9681636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2024-08-22T20:35:41.9683729Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2024-08-22T20:35:41.9685802Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2024-08-22T20:35:41.9687646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2024-08-22T20:35:41.9689958Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2024-08-22T20:35:41.9691773Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2024-08-22T20:35:41.9693384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2024-08-22T20:35:41.9695732Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2024-08-22T20:35:41.9697550Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2024-08-22T20:35:41.9699319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2024-08-22T20:35:41.9701509Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2024-08-22T20:35:41.9703756Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2024-08-22T20:35:41.9705462Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2024-08-22T20:35:41.9707418Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9709830Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9711598Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9713760Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9715510Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9717626Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9719417Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9721470Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9723390Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9725253Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9727364Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9729150Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9731221Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9733209Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9735166Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9737167Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9739039Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9741074Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9743140Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9744925Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9746892Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9749107Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9751129Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9752935Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9755231Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9756880Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9758901Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9760889Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9762818Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9764787Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9766750Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9768646Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9770731Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9772687Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9774548Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9776582Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9778572Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9780390Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9782458Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9784291Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9786323Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9788551Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9790377Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9792448Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9794284Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9796344Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9798313Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9800265Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9802262Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9804067Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9806351Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9808019Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9810069Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2024-08-22T20:35:41.9811669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9813916Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9815958Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9817774Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9819896Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9821768Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9823785Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9825764Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9827641Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9830002Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9831890Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9834011Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9835767Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9837920Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9839664Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9841783Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9843628Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9845638Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9847493Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9849653Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9851425Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9853511Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9855757Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes 2024-08-22T20:35:41.9857130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:41.9859427Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:41.9861259Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:41.9863064Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2024-08-22T20:35:41.9865223Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2024-08-22T20:35:41.9867196Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2024-08-22T20:35:41.9868970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2024-08-22T20:35:41.9871247Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2024-08-22T20:35:41.9873169Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2024-08-22T20:35:41.9874945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes 2024-08-22T20:35:41.9877114Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes 2024-08-22T20:35:41.9878961Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes 2024-08-22T20:35:41.9881198Z copying backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes 2024-08-22T20:35:41.9882904Z copying backends/arm/passes/tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes 2024-08-22T20:35:41.9884786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2024-08-22T20:35:41.9886964Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2024-08-22T20:35:41.9888799Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2024-08-22T20:35:41.9890802Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2024-08-22T20:35:41.9892780Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2024-08-22T20:35:41.9894486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9896677Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9898670Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9900578Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9902614Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9904392Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9906452Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9908779Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9910541Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9912802Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9914405Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9916507Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9918427Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9920443Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9922340Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9924325Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9926309Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9928202Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9930174Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9932009Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9934113Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9936010Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2024-08-22T20:35:41.9937792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9939935Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9941916Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9943893Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9945783Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9947752Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9950110Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9952051Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9954053Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9956083Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9958050Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9959993Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9961956Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9963933Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9965899Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9968055Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2024-08-22T20:35:41.9969501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2024-08-22T20:35:41.9971844Z copying backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2024-08-22T20:35:41.9973390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2024-08-22T20:35:41.9975669Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2024-08-22T20:35:41.9977283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2024-08-22T20:35:41.9979556Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2024-08-22T20:35:41.9981413Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2024-08-22T20:35:41.9983252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2024-08-22T20:35:41.9985475Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2024-08-22T20:35:41.9987023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2024-08-22T20:35:41.9989580Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2024-08-22T20:35:41.9991291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:41.9993770Z copying backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:41.9995583Z copying backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:41.9997615Z copying backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:41.9999491Z copying backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0001416Z copying backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0003389Z copying backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0005345Z copying backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0007318Z copying backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0009251Z copying backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:42.0010735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party 2024-08-22T20:35:42.0012936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:35:42.0015169Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:35:42.0016951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:35:42.0018947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:35:42.0021348Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:35:42.0022865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:35:42.0025326Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:35:42.0026779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:35:42.0029072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:42.0031375Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:42.0033259Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:42.0034922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0037336Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0039089Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0040833Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0042929Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0045342Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0047467Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0049501Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0051583Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0053768Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0055689Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0057940Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0059992Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0061990Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0064053Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0066031Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0068086Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0070033Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0071951Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0074202Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0076136Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0078049Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0079937Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0081800Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0083691Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0085746Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0087697Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0089607Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0091545Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0093439Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0095609Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0097811Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0099795Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0101651Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0103537Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:42.0104916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2024-08-22T20:35:42.0106181Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2024-08-22T20:35:42.0107245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence 2024-08-22T20:35:42.0108180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0109512Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0110698Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0111922Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0113192Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0114293Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0115397Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.0116400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2024-08-22T20:35:42.0117335Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2024-08-22T20:35:42.0118667Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2024-08-22T20:35:42.0119785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:42.0120833Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:42.0122283Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:42.0123706Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:42.0125155Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:42.0126301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple 2024-08-22T20:35:42.0126994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2024-08-22T20:35:42.0128186Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2024-08-22T20:35:42.0129669Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2024-08-22T20:35:42.0130909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2024-08-22T20:35:42.0132528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2024-08-22T20:35:42.0134258Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2024-08-22T20:35:42.0135750Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2024-08-22T20:35:42.0137049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2024-08-22T20:35:42.0138800Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2024-08-22T20:35:42.0140304Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2024-08-22T20:35:42.0141601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:42.0143312Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:42.0144809Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:42.0146174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:42.0148088Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:42.0149720Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:42.0151043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime 2024-08-22T20:35:42.0152564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:35:42.0154297Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:35:42.0155626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2024-08-22T20:35:42.0157371Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2024-08-22T20:35:42.0158967Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2024-08-22T20:35:42.0160242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0162243Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0163634Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0165112Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0166572Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0168018Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0169466Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2024-08-22T20:35:42.0170713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2024-08-22T20:35:42.0172699Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2024-08-22T20:35:42.0174159Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2024-08-22T20:35:42.0175286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2024-08-22T20:35:42.0177021Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2024-08-22T20:35:42.0178194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0179841Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0181316Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0182786Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0184206Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0185654Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0187076Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0188811Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0190631Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0191994Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0193480Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0194910Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0196341Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0197823Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0199231Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0200689Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0202135Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0203548Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0205010Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2024-08-22T20:35:42.0206250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0207889Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0209350Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0210818Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0212416Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0213770Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0215469Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0216926Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0218378Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0219877Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0221278Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2024-08-22T20:35:42.0222563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:42.0224402Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:42.0226273Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:42.0227467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2024-08-22T20:35:42.0229271Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2024-08-22T20:35:42.0230763Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2024-08-22T20:35:42.0231869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2024-08-22T20:35:42.0233669Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2024-08-22T20:35:42.0235020Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2024-08-22T20:35:42.0236221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2024-08-22T20:35:42.0237956Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2024-08-22T20:35:42.0239382Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2024-08-22T20:35:42.0240522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0242380Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0243750Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0245345Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0246731Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0248220Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0249888Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0251169Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0252605Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0254060Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0255448Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0256942Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0258351Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes 2024-08-22T20:35:42.0259547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2024-08-22T20:35:42.0261350Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2024-08-22T20:35:42.0262673Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2024-08-22T20:35:42.0264128Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2024-08-22T20:35:42.0265596Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2024-08-22T20:35:42.0266849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2024-08-22T20:35:42.0268837Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2024-08-22T20:35:42.0270376Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2024-08-22T20:35:42.0271491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0273544Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0274838Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0276301Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0277793Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0279165Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0280580Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0282080Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0283460Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0284906Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0286345Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0287964Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0289288Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0290787Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0292212Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0293682Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0295085Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0296532Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0298004Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0299372Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0300809Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0302296Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0303694Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0305108Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0306605Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0308282Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0309710Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0311109Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0312565Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0313992Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0315501Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0316874Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0318358Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0319801Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0321309Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0322677Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0324152Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0325824Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0327106Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0328700Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0330209Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0331656Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0333088Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0334514Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0336042Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0337412Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2024-08-22T20:35:42.0338708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:42.0340478Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:42.0341968Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:42.0343226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0345110Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0346519Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0348276Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0349713Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0351158Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0352596Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0354054Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0355507Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0356939Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0358360Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0359794Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0361286Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0362679Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0364387Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0365725Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0367142Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0368576Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0370034Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0371465Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0372877Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0374954Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0376223Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0377708Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0379088Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0380619Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0382047Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0383490Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0384918Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0386402Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0387971Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0389541Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0390983Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0392448Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0393871Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0395304Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0396719Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:42.0397996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0399765Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0401189Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0402869Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0404507Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0406054Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0407702Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:42.0409022Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:42.0410666Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:42.0412132Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:42.0413588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0415634Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0416957Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0418590Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0420132Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0421716Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0423197Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0424636Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0426036Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0427519Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0429187Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0430648Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0432071Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0433514Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2024-08-22T20:35:42.0434745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:42.0436417Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:42.0437885Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:42.0439154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:42.0440861Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:42.0442011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:42.0444319Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:42.0445439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:42.0447122Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:42.0448364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:42.0450154Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:42.0451407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:42.0453375Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:42.0455027Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:42.0456697Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:42.0458154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:35:42.0459534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:42.0461327Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:42.0462612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:35:42.0464197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:35:42.0465975Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:35:42.0467375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:35:42.0469157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:42.0470916Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:42.0472633Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:42.0474356Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:42.0482986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:35:42.0484496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:42.0486318Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:42.0488045Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:42.0498129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0500101Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0501855Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0503436Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0505138Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0506824Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0508763Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0530879Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0532566Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0534471Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0536124Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0537762Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0539374Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0541055Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0542767Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0544423Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0546100Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0547756Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0549750Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0551381Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0552974Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0554795Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0556542Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0558252Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0559859Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0561495Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0563140Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0564754Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0566366Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0568190Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0569885Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0571597Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0573279Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0574863Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0576499Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0578136Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0579784Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0581416Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0582956Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0584607Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0586278Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0588128Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0589875Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0591461Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0593102Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0594719Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0596342Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0597946Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0599701Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0601446Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0603242Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0604874Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0606510Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0608125Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:42.0901078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2024-08-22T20:35:42.0903079Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2024-08-22T20:35:42.0904945Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2024-08-22T20:35:42.0906474Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2024-08-22T20:35:42.0908881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2024-08-22T20:35:42.0910786Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2024-08-22T20:35:42.0912216Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2024-08-22T20:35:42.0915114Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2024-08-22T20:35:42.0918817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/passes 2024-08-22T20:35:42.0920405Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/passes 2024-08-22T20:35:42.0921898Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/passes 2024-08-22T20:35:42.0924793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2024-08-22T20:35:42.0926182Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2024-08-22T20:35:42.0929089Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2024-08-22T20:35:42.0930785Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2024-08-22T20:35:42.0932251Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2024-08-22T20:35:42.0936800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:42.0938427Z copying backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:42.0939874Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:42.0943790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:42.0945416Z copying backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:42.0947242Z copying backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:42.0960144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party 2024-08-22T20:35:42.0961517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2024-08-22T20:35:42.0963396Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2024-08-22T20:35:42.0972161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:35:42.0973556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0975388Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0977135Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0979063Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0982587Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0985000Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0987105Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0989271Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:42.0993651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:35:42.0995390Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:35:42.1007065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:35:42.1008170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:35:42.1009634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:35:42.1011629Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:35:42.1015648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples 2024-08-22T20:35:42.1017167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2024-08-22T20:35:42.1018905Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2024-08-22T20:35:42.1020219Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2024-08-22T20:35:42.1021755Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2024-08-22T20:35:42.1023849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2024-08-22T20:35:42.1025518Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2024-08-22T20:35:42.1026993Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2024-08-22T20:35:42.1029612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2024-08-22T20:35:42.1031159Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2024-08-22T20:35:42.1032676Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2024-08-22T20:35:42.1035527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:42.1037108Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:42.1038593Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:42.1040999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi3-mini-lora 2024-08-22T20:35:42.1042595Z copying examples/models/phi3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi3-mini-lora 2024-08-22T20:35:42.1044795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2024-08-22T20:35:42.1046390Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2024-08-22T20:35:42.1047882Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2024-08-22T20:35:42.1050425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2024-08-22T20:35:42.1051983Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2024-08-22T20:35:42.1053481Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2024-08-22T20:35:42.1055908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:42.1057458Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:42.1059151Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:42.1061563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2024-08-22T20:35:42.1063257Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2024-08-22T20:35:42.1064668Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2024-08-22T20:35:42.1067130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2024-08-22T20:35:42.1068863Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2024-08-22T20:35:42.1070363Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2024-08-22T20:35:42.1072885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2024-08-22T20:35:42.1074468Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2024-08-22T20:35:42.1075951Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2024-08-22T20:35:42.1078302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2024-08-22T20:35:42.1079835Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2024-08-22T20:35:42.1081361Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2024-08-22T20:35:42.1083855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2024-08-22T20:35:42.1085387Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2024-08-22T20:35:42.1086903Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2024-08-22T20:35:42.1089431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2024-08-22T20:35:42.1091004Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2024-08-22T20:35:42.1092449Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2024-08-22T20:35:42.1094434Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2024-08-22T20:35:42.1097985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1099543Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1101000Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1102514Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1104604Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1106315Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1107753Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1110239Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1112368Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1114484Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1116066Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1118091Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2 2024-08-22T20:35:42.1121692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2024-08-22T20:35:42.1123242Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2024-08-22T20:35:42.1124721Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2024-08-22T20:35:42.1127244Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:42.1128845Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:42.1130307Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:42.1132736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2024-08-22T20:35:42.1134284Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2024-08-22T20:35:42.1135781Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2024-08-22T20:35:42.1138234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2024-08-22T20:35:42.1139806Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2024-08-22T20:35:42.1141962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tests 2024-08-22T20:35:42.1143582Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tests 2024-08-22T20:35:42.1145741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/runner 2024-08-22T20:35:42.1147342Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/runner 2024-08-22T20:35:42.1149894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-08-22T20:35:42.1151511Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-08-22T20:35:42.1154057Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:42.1155729Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:42.1157273Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:42.1159052Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:42.1160713Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:42.1164178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:42.1165781Z copying examples/models/llama2/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:42.1167452Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:42.1170101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:42.1171827Z copying examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:42.1173627Z copying examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:42.1175371Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:42.1178737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental 2024-08-22T20:35:42.1180357Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental 2024-08-22T20:35:42.1181853Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental 2024-08-22T20:35:42.1183531Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental 2024-08-22T20:35:42.1185466Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental 2024-08-22T20:35:42.1192512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1194098Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1195472Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1197066Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1199139Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1200983Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1202338Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1204422Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1206620Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1208509Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1210721Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1212077Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1214181Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1216347Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1217933Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1219866Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1221990Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1223741Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1225092Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1227099Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1228611Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1230768Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1232812Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1234313Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2024-08-22T20:35:42.1239408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1241089Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1242592Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1244633Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1246215Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1248053Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1249492Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1251461Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1253364Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1254915Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1256938Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1258819Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1260185Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1262294Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1263559Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1265815Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1267208Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1269820Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1271744Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1273326Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1275189Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1276900Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1278497Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1280529Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1282294Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1283937Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1285852Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1287625Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1289726Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2024-08-22T20:35:42.1293593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2024-08-22T20:35:42.1295374Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2024-08-22T20:35:42.1296578Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2024-08-22T20:35:42.1298031Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2024-08-22T20:35:42.1302253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2024-08-22T20:35:42.1303859Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2024-08-22T20:35:42.1305266Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2024-08-22T20:35:42.1307021Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2024-08-22T20:35:42.1309085Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2024-08-22T20:35:42.1312113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1313672Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1315106Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1316607Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1318305Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1320739Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.1323779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1325389Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1326738Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1328660Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1332636Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1334984Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1336769Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1338143Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2024-08-22T20:35:42.1341186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2024-08-22T20:35:42.1342779Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2024-08-22T20:35:42.1345576Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2024-08-22T20:35:42.1347348Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2024-08-22T20:35:42.1352852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1354554Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1355907Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1357500Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1359459Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1360858Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1363251Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1365386Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1367055Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1368936Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1370304Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1372390Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1373838Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1375883Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1377422Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1379322Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1381501Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1383249Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1385114Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1386743Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1388848Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1390811Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1392198Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1394181Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1395598Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1397765Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1399110Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1401226Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2024-08-22T20:35:42.1404185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1405792Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1407670Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1408991Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1411121Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1412991Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2024-08-22T20:35:42.1415574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2024-08-22T20:35:42.1417159Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2024-08-22T20:35:42.1418556Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2024-08-22T20:35:42.1421443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2024-08-22T20:35:42.1422783Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2024-08-22T20:35:42.1424243Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2024-08-22T20:35:42.1426198Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2024-08-22T20:35:42.1429330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2024-08-22T20:35:42.1431035Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2024-08-22T20:35:42.1432496Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2024-08-22T20:35:42.1434527Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2024-08-22T20:35:42.1435932Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2024-08-22T20:35:42.1439015Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2024-08-22T20:35:42.1440702Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2024-08-22T20:35:42.1442085Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2024-08-22T20:35:42.1444216Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2024-08-22T20:35:42.1446742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2024-08-22T20:35:42.1448286Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2024-08-22T20:35:42.1449797Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2024-08-22T20:35:42.1452168Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2024-08-22T20:35:42.1453596Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2024-08-22T20:35:42.1456285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2024-08-22T20:35:42.1457922Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2024-08-22T20:35:42.1462566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1464337Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1465703Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1468647Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1471021Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1472623Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1474372Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1476322Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1477947Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1479757Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1482518Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1484065Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1486055Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1487763Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1489821Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1491500Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1493502Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2024-08-22T20:35:42.1496555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:42.1498249Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:42.1499760Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:42.1501606Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:42.1504396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2024-08-22T20:35:42.1506036Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2024-08-22T20:35:42.1507612Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2024-08-22T20:35:42.1509758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:42.1511338Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:42.1512947Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:42.1514460Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:42.1516000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2024-08-22T20:35:42.1517877Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2024-08-22T20:35:42.1518978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2024-08-22T20:35:42.1520756Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2024-08-22T20:35:42.1522499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2024-08-22T20:35:42.1524129Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2024-08-22T20:35:42.1525381Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2024-08-22T20:35:42.1527307Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2024-08-22T20:35:42.1528678Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2024-08-22T20:35:42.1530585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:42.1532342Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:42.1533649Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:42.1535151Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:42.1536431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2024-08-22T20:35:42.1538243Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2024-08-22T20:35:42.1539568Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2024-08-22T20:35:42.1540963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2024-08-22T20:35:42.1542790Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2024-08-22T20:35:42.1544112Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2024-08-22T20:35:42.1545945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2024-08-22T20:35:42.1547475Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2024-08-22T20:35:42.1549294Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2024-08-22T20:35:42.1551333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2024-08-22T20:35:42.1552912Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2024-08-22T20:35:42.1554178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2024-08-22T20:35:42.1556101Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2024-08-22T20:35:42.1557111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2024-08-22T20:35:42.1558925Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2024-08-22T20:35:42.1560117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2024-08-22T20:35:42.1561975Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2024-08-22T20:35:42.1564793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension 2024-08-22T20:35:42.1566314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2024-08-22T20:35:42.1567794Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2024-08-22T20:35:42.1569311Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2024-08-22T20:35:42.1570734Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2024-08-22T20:35:42.1577075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2024-08-22T20:35:42.1578529Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2024-08-22T20:35:42.1580123Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2024-08-22T20:35:42.1583191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2024-08-22T20:35:42.1584738Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2024-08-22T20:35:42.1587141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2024-08-22T20:35:42.1588734Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2024-08-22T20:35:42.1591054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2024-08-22T20:35:42.1592643Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2024-08-22T20:35:42.1596603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm 2024-08-22T20:35:42.1598182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.1599765Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.1601253Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.1602536Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2024-08-22T20:35:42.1604392Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2024-08-22T20:35:42.1605690Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2024-08-22T20:35:42.1607214Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2024-08-22T20:35:42.1608747Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2024-08-22T20:35:42.1610148Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2024-08-22T20:35:42.1611995Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2024-08-22T20:35:42.1616159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party 2024-08-22T20:35:42.1617602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.1619289Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.1620787Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.1625745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:35:42.1627144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:35:42.1629073Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:35:42.1638762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.1640523Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.1642210Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.1644957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:35:42.1646405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.1648372Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.1650531Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.1652507Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.1654564Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.1655972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2 2024-08-22T20:35:42.1656823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.1658069Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.1659523Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.1660938Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.1662689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:35:42.1664462Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:35:42.1667729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.1669565Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.1671081Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.1672587Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.1677328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:35:42.1679036Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:35:42.1681421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:35:42.1683146Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:35:42.1693590Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.1695279Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.1696908Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.1759709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2024-08-22T20:35:42.1761651Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2024-08-22T20:35:42.1763455Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2024-08-22T20:35:42.1765909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2024-08-22T20:35:42.1767297Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2024-08-22T20:35:42.1770190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk 2024-08-22T20:35:42.1771726Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk 2024-08-22T20:35:42.1773553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program 2024-08-22T20:35:42.1775150Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program 2024-08-22T20:35:42.1776563Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program 2024-08-22T20:35:42.1778065Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program 2024-08-22T20:35:42.1779940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector 2024-08-22T20:35:42.1781545Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector 2024-08-22T20:35:42.1782912Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector 2024-08-22T20:35:42.1784422Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector 2024-08-22T20:35:42.1785906Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector 2024-08-22T20:35:42.1788109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump 2024-08-22T20:35:42.1789987Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump 2024-08-22T20:35:42.1791346Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump 2024-08-22T20:35:42.1792697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord 2024-08-22T20:35:42.1794431Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord 2024-08-22T20:35:42.1795758Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord 2024-08-22T20:35:42.1797119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/debug_format 2024-08-22T20:35:42.1798905Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/debug_format 2024-08-22T20:35:42.1800254Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/debug_format 2024-08-22T20:35:42.1801652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/size_analysis_tool 2024-08-22T20:35:42.1803525Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/size_analysis_tool 2024-08-22T20:35:42.1804850Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/size_analysis_tool 2024-08-22T20:35:42.1806609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test 2024-08-22T20:35:42.1808184Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test 2024-08-22T20:35:42.1809658Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test 2024-08-22T20:35:42.1811169Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test 2024-08-22T20:35:42.1812464Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:42.1814198Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:42.1815408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/util 2024-08-22T20:35:42.1817421Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/util 2024-08-22T20:35:42.1818419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema 2024-08-22T20:35:42.1820147Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema 2024-08-22T20:35:42.1821711Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema 2024-08-22T20:35:42.1822982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:35:42.1824731Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:35:42.1825904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/test 2024-08-22T20:35:42.1827744Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/test 2024-08-22T20:35:42.1829416Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests 2024-08-22T20:35:42.1831319Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests 2024-08-22T20:35:42.1832907Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests 2024-08-22T20:35:42.1834201Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests 2024-08-22T20:35:42.1836611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/tests 2024-08-22T20:35:42.1838324Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/tests 2024-08-22T20:35:42.1839458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord/tests 2024-08-22T20:35:42.1841357Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord/tests 2024-08-22T20:35:42.1853366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2024-08-22T20:35:42.1854970Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2024-08-22T20:35:42.1856376Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2024-08-22T20:35:42.1857659Z creating pip-out/lib.linux-x86_64-cpython-310/serializer 2024-08-22T20:35:42.1859723Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/serializer 2024-08-22T20:35:42.1861049Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/serializer 2024-08-22T20:35:42.1865951Z creating pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1867938Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1869309Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1870841Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1872373Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1873899Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1875389Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1877002Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1878354Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1879759Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1881258Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1882740Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1884175Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1885586Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1887165Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1888570Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1890095Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1891653Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1893065Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1894568Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1896060Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1897516Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1898980Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1900413Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1901878Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1903400Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1904858Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1906284Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1907757Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1909446Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1910977Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1912505Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1913809Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1915550Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1916884Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa 2024-08-22T20:35:42.1961584Z running egg_info 2024-08-22T20:35:42.1963466Z creating executorch.egg-info 2024-08-22T20:35:42.2019892Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:35:42.2022629Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:35:42.2025940Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:35:42.2027543Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:35:42.2030553Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:35:42.2031986Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:35:42.5331025Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:35:42.5331888Z adding license file 'LICENSE' 2024-08-22T20:35:42.5426595Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:35:42.7901650Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2024-08-22T20:35:42.7903008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot 2024-08-22T20:35:42.7904599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2024-08-22T20:35:42.7907703Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2024-08-22T20:35:42.7909139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:35:42.7911656Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:35:42.7913109Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2024-08-22T20:35:42.7914393Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2024-08-22T20:35:42.7916068Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2024-08-22T20:35:42.7917474Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2024-08-22T20:35:42.7918857Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:42.7920335Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:42.7921885Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:42.7923421Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:42.7925012Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:42.7926292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7928128Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7929709Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7931446Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7933045Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7934605Z copying backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7936176Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7937810Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7939488Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7941077Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7942606Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7944325Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7945948Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7947540Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7949242Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7950801Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7952361Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7953882Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7955434Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7956978Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7958488Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7960023Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7961582Z copying backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7963155Z copying backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7964841Z copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7966339Z copying backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7967920Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7969475Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7970932Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7972427Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7973895Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7975409Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7977062Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7978576Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7980118Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7981635Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7983114Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7984619Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7986164Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7987667Z copying backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7989278Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7990777Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7992246Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7993721Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7995180Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7996801Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7998321Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.7999866Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8001450Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8002974Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8004484Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8005999Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8007472Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8008948Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8010548Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8012060Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8013602Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8015085Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8016570Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8018083Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8019573Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8021086Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8022628Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8024146Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8025684Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8027241Z copying backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8028927Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8030626Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8032251Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8033919Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8035535Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8037109Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8038667Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8040192Z copying backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8041715Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8043421Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8045005Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8046552Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8048078Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8049601Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8051101Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8052630Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8054203Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8055740Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8057251Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8058795Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8060541Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8062230Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8064038Z copying backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8065805Z copying backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8067502Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8069368Z copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8071030Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8072740Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8074424Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8076072Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8078016Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8079576Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8081142Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8082712Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8084306Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8085873Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8087328Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8088823Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8090297Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8091804Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8093434Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8095016Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8096617Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8098299Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8099829Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8101383Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8102907Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8104400Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8105893Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8107398Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8109227Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8110915Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8112438Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8113986Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8115487Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8116970Z copying backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8118932Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8120492Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8122028Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8123563Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8125083Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8126607Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8128217Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8130051Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8132055Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8133716Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8135365Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8136977Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8138614Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8140152Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8141677Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8143220Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8145053Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8146541Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8148186Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8149678Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8151150Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8152613Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8154099Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8156125Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8157742Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8159393Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8160997Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8162595Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8164153Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8166043Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8167556Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8169069Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8170583Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8172104Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8173640Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8175295Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8176872Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8178430Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8180108Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8181582Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8184574Z copying backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8186174Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8187997Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8189816Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8191452Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8193146Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8195260Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8197446Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8199588Z copying backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8201286Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8203259Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8205002Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8206723Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8208344Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8209855Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8211443Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8213093Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8214817Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8216745Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8218445Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8220089Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8221886Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8223535Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8226130Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8227707Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8229592Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8231618Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8233179Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8234797Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8236415Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8238219Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8239854Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8241481Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8243177Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8244922Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8246649Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8248397Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8250025Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8251756Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8253408Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8255041Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8256655Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8258271Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8259890Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8261473Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8263041Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8264567Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8266093Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8267598Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8269441Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8271056Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8272836Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8274469Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8276032Z copying backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8277541Z copying backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8279050Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8280601Z copying backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8282129Z copying backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8283693Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8285496Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8287051Z copying backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8288590Z copying backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8290134Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8291648Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8293197Z copying backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8294711Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8296188Z copying backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8297680Z copying backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8299183Z copying backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8300713Z copying backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8302234Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8303714Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8305511Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8307071Z copying backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8308722Z copying backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8310358Z copying backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8311910Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8313492Z copying backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8315043Z copying backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8316641Z copying backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8318317Z copying backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8319862Z copying backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:42.8321190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:42.8322950Z copying backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:42.8324484Z copying backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:42.8351063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:35:42.8352780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:42.8355042Z copying backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:42.8357088Z copying backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:42.8359008Z copying backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:42.8360429Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2024-08-22T20:35:42.8361431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2024-08-22T20:35:42.8362733Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2024-08-22T20:35:42.8364017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph 2024-08-22T20:35:42.8365444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:35:42.8366879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8368992Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8370503Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8371972Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8373413Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8374873Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8376331Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8377771Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8379193Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8380623Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8382213Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8383712Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8385273Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8386837Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8388481Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8389974Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8391540Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8393147Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8394634Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8396101Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8397536Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8398989Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8400495Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8402141Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8403643Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8405118Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8406633Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8408132Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8409577Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8411009Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8412492Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8414130Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8415584Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8417045Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8418549Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8420050Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8421543Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8423041Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8424536Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8426034Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8427514Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8429217Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8430739Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8432271Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8433806Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8435415Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8436874Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8438351Z copying backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8439820Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8441314Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8442785Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:42.8443830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools 2024-08-22T20:35:42.8444586Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:35:42.8445407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:42.8446902Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:42.8448419Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:42.8449868Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:42.8451321Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:42.8452544Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2024-08-22T20:35:42.8453760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2024-08-22T20:35:42.8455495Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2024-08-22T20:35:42.8456803Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2024-08-22T20:35:42.8458309Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump 2024-08-22T20:35:42.8459767Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump 2024-08-22T20:35:42.8461384Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema 2024-08-22T20:35:42.8462887Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema 2024-08-22T20:35:42.9090390Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.9091697Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2024-08-22T20:35:42.9094618Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:42.9096503Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:42.9097481Z running build_ext 2024-08-22T20:35:42.9147412Z copying /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2024-08-22T20:35:42.9151494Z copying /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:42.9154253Z copying /home/runner/work/torchchat/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2024-08-22T20:35:42.9571482Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:35:42.9572619Z running install 2024-08-22T20:35:42.9630238Z running install_lib 2024-08-22T20:35:42.9685174Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:35:42.9686037Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:35:42.9688556Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:35:42.9690912Z copying pip-out/lib.linux-x86_64-cpython-310/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:35:42.9692202Z copying pip-out/lib.linux-x86_64-cpython-310/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:35:42.9693226Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:35:42.9694805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:35:42.9696266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:35:42.9698246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:35:42.9700112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:35:42.9701333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:35:42.9703025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:35:42.9704689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:35:42.9705787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:35:42.9707005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.9709363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.9710591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:35:42.9712394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:35:42.9713998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:35:42.9715191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:35:42.9716536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:35:42.9718062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:35:42.9719581Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.9721944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.9724163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:35:42.9726173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:35:42.9727597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:35:42.9728655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.9730431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.9732756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.9735418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.9737883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:35:42.9739466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:35:42.9740261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.9741630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.9743441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.9745190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:35:42.9746442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:35:42.9747995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:35:42.9749324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.9750218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:35:42.9751749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:35:42.9753615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.9755717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.9757534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:35:42.9758812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.9760167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.9761940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:35:42.9763247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:35:42.9765139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:35:42.9766563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.9768115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.9770284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:35:42.9771609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:35:42.9772852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:35:42.9774560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:35:42.9776285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:35:42.9777998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:35:42.9779161Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:35:42.9780851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:35:42.9782447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:35:42.9783545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:35:42.9784797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:35:42.9786991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:35:42.9788996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:35:42.9790821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:35:43.0177797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:35:43.0179260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:35:43.0180478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:35:43.0182956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:35:43.0184595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:35:43.0185673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0187228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0188928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0190578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0192873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0194740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0196076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0197702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0199130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0201027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0202536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0204431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0205997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0207695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0209236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0210925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0212497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0214141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0216040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0217519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0220037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0221451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0223188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0224763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0226526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0228288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0230201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0231646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0233558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0235154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0236978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0239146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:35:43.0241983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:35:43.0243553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:35:43.0245624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:35:43.0247285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:35:43.0248863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:35:43.0250310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:35:43.0251758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:35:43.0253541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:35:43.0256314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0258044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0259727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:35:43.0261721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:35:43.0263346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:35:43.0264644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:35:43.0266345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:35:43.0268189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0269941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0271492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:35:43.0273470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:35:43.0274980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:35:43.0276986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:35:43.0278538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:35:43.0280211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0281756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0283232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0285116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0286748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0288433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0290740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:35:43.0292455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0294420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0295762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0297274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0301287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0303321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0305066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0306602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:35:43.0308514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0309883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0312340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0313906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:35:43.0315552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:35:43.0317392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:35:43.0319720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:35:43.0322708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:35:43.0324110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:35:43.0326115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0328119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0329803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0331335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0332826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0334230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0336037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0338267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0339808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0341496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0342997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0344790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0346310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0348069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0349905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0351827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0353699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0355411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0357054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0358864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0360408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0362227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0363735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0365236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0367058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0368599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0370440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0371999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:35:43.0373742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0375949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0377346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0379323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0380720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0382837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0384385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0386366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0388764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0390361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0392240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0393860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0395448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0397102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:35:43.0399280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:35:43.0400507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:43.0402186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:43.0403926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:43.0405767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:35:43.0407713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:35:43.0409297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0411069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0412667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0414506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0416097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0418008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0419620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0421439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:35:43.0423019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0425370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0426927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:43.0429262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:43.0431375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:43.0433364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:35:43.0434978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0436319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0437654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:35:43.0438963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0440806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0442282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0443974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0446363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0447747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0449731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:35:43.0451283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:35:43.0453178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:35:43.0454258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:35:43.0455545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:35:43.0457673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:35:43.0459410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:35:43.0460666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:43.0462758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:43.0464309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:43.0465872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:35:43.0467056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:35:43.0469276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:35:43.0470781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:35:43.0471855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:35:43.0473800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:35:43.0475492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:35:43.0477092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:35:43.0479166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:35:43.0480545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:35:43.0482782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:35:43.0484318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:35:43.0485820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:35:43.0487751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:35:43.0491767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:35:43.0493329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:35:43.0495255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:35:43.0497002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:35:43.0498383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:35:43.0499935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:35:43.0501291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0502504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:35:43.0504109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:35:43.0506073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:35:43.0507570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:35:43.0509141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:35:43.0510650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:35:43.0512637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:35:43.0513952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:35:43.0516095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:35:43.0517824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:35:43.0519285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:35:43.0520710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:35:43.0522136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:35:43.0523664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0525148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0527014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0528456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0530157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:35:43.0532093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:35:43.0533438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:35:43.0535459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:35:43.0536717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:35:43.0576305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:35:43.0577644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:35:43.0580012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:35:43.0581667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:35:43.0583052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:35:43.0585038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:35:43.0586346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:35:43.0587496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:35:43.0589337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:35:43.0590629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:35:43.0592728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:35:43.0594401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:35:43.0595605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:35:43.0597119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:35:43.0598734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:35:43.0600134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:43.0601595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:43.0603301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:35:43.0604465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:35:43.0605910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:35:43.0607103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:35:43.0608818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:35:43.0610463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:35:43.0611979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:35:43.0613201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:35:43.0614627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:35:43.0616176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:35:43.0617304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:43.0619061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:43.0620645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:35:43.0621786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:35:43.0623736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:35:43.0625370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:35:43.0626833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:35:43.0628331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:35:43.0629350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:35:43.0630986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:35:43.0632479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:35:43.0633597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:35:43.0635710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:35:43.0637293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:35:43.0638395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:35:43.0639755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:35:43.0641285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:35:43.0642491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:35:43.0644222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:35:43.0645838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:35:43.0646958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:35:43.0648091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:35:43.0650168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:35:43.0651793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:35:43.0653309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:35:43.0654775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:35:43.0655831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0656728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:35:43.0658954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:35:43.0660733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0661910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:35:43.0663201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:35:43.0664791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0665917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:35:43.0667512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:35:43.0669311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0670531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:43.0672304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:43.0674254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:43.0676164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:43.0678080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:35:43.0679778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0681366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0682566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:43.0684009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:43.0685701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:35:43.0686922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:43.0688296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:43.0690118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:43.0691868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:43.0693625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:35:43.0695289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0696852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0698443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0699965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0701493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0703059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:35:43.0704368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:35:43.0705742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:35:43.0707571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:35:43.0709549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:35:43.0711381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama2/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:35:43.0712644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:35:43.0713834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:35:43.0715409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:35:43.0716700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:43.0717908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:43.0719498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:35:43.0720637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:35:43.0721842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:35:43.0723440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:35:43.0724499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:35:43.0725114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:35:43.0725842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:35:43.0727183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:35:43.0729008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:35:43.0730774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:35:43.0731947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:35:43.0732654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:35:43.0733807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:35:43.0734916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:35:43.0736397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:35:43.0738069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:35:43.0739235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:35:43.0740453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:35:43.0741962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:35:43.0743528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:35:43.0744677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0746267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0747965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0749780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0751378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0752990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0754615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0756213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0757856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0759512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0761111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0762888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0764502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0766115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0767722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0769493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0771084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0772645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0774238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0775867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0777462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0779058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0780692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0782504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0784068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0785648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0787232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0788961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0790592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0792198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0793779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0795357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0796946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0798615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0800268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0802034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0803654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0805264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0806871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0808502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0810086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0811685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0813323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0815085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0816693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0818274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0819839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0821413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0823023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0824619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0826208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0827935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0829532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:35:43.0830671Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0831834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0833420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0835195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0836874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0838551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0840123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0841740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0843403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0845036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0846654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0848450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0850077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0851735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0853359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0854956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0856648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0858327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0859991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0861664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0863488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0865102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0866802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:35:43.0868342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:43.0869577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:43.0871191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:35:43.0872345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:35:43.0873479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:35:43.0874996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:35:43.0876500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:35:43.0877516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0878154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:35:43.0878827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0880128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0881613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0883124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0884651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0886168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0887700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0889258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0890773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0892276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0893794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0895309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0896816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0898356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0899998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0901574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:35:43.0902696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:35:43.0903926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:35:43.0905488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:35:43.0906553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:35:43.0907745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:35:43.0909019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:35:43.0910196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:35:43.0911748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:35:43.0912994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:35:43.0914205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:35:43.0915721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:35:43.0916750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:35:43.0917922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:35:43.0919378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0920388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:35:43.0921523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:35:43.0923061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:35:43.0924686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:35:43.0926294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/passes/tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:35:43.0927376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:35:43.0928563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:35:43.0930167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:35:43.0931867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:35:43.0933075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0934634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0936705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0938793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0940877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0942868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0944984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0947021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0949215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0951261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:35:43.0953031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:35:43.0954464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0955771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0957072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0958397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0959752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:35:43.0960781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:35:43.0961600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:35:43.0962569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:35:43.0963699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:35:43.0964925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:35:43.0966628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:35:43.0968834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:35:43.0970850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:35:43.0972246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:35:43.0973756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:35:43.0975199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:35:43.0976220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:43.0978093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:43.0980325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:35:43.0981894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0983532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0985650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0987752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0990077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0992291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0994490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0996667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.0998999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1001173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1003346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1005592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1007812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1009971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1012341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1014578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1016722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1018846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1021042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1023194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1025342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1027521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1029833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1031962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1034267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1036448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1038624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1040803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1042969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1045130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1047479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1049787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1052001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1054141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1056317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:35:43.1057708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1058861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1060404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1061924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1063614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1065157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1066788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1068450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1070006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1071569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1073085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1074589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1076101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1077591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1079090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1080747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1082245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1083772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1085278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1086774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1088300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1089811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:35:43.1090885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1091591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:35:43.1092864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:35:43.1094490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1095958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1097470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1099125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1100657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1102138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1103616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1105122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1106655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1108402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1110000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:35:43.1111060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:35:43.1111897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1113052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1114549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1115649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:43.1116893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:43.1118571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:43.1120287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:43.1121996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:35:43.1123607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1125110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1126563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1128046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1129532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:35:43.1130578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:35:43.1131886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:35:43.1133457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:35:43.1134534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:35:43.1135205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:35:43.1135930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:35:43.1137201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:35:43.1138912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:35:43.1140137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:35:43.1141467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:35:43.1143208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:35:43.1144551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:43.1145800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:43.1147534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:35:43.1148928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:35:43.1149760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:35:43.1151182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:35:43.1152490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:43.1153799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:43.1155513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:35:43.1156637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:35:43.1157377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:35:43.1158725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:35:43.1160534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:35:43.1162296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:35:43.1163482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1165028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1166650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1168225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1169813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1171421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1173043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:35:43.1174199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:35:43.1175468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:35:43.1177276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:35:43.1178412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:35:43.1179590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:35:43.1181069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:35:43.1182129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1183374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1185061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1186775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1188666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1190375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1192069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1193749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1195457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1197324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1198977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1200645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1202305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1203994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1205671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1207320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1208991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1210804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1212455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:35:43.1214033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:35:43.1215070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:35:43.1216191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:35:43.1217675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:35:43.1219146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:35:43.1220281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1221568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1223258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1224957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1226665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1228539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1230419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1232142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1233853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1235624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1237392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:35:43.1238990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:35:43.1240188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:43.1241782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:43.1244008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:35:43.1245316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:35:43.1246039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:35:43.1247337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:35:43.1249111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:35:43.1250915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:35:43.1252646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:35:43.1253814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:35:43.1254611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:43.1255998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:43.1257872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:35:43.1259154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1260396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1262150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1263738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1265478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1267043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1268718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1270284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1271861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1273437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1274972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1276659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1278223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1279780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1281349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1282931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1284514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1286082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1287664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1289260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1290833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1292397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1293969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1295732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1297403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1298963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1300527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1302078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1303618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1305184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1306749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1308590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1310158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1311722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1313315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1314886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1316427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:35:43.1317976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:35:43.1319595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:35:43.1320773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1322124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1323919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1325701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1327469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1329386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1331165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:35:43.1332392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:43.1333614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:43.1335233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:35:43.1336396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1337613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1339298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1341010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1342858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1344543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1346245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1348051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1349712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1351356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1352974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1354639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1356339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1358039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:35:43.1359223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:35:43.1360008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:43.1361462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:43.1363238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:35:43.1364918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:35:43.1366754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:35:43.1367930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1369207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1370945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1372617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1374184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1375931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1377544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1379160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1380776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1382415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1384029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1385652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1387282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:35:43.1388565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:35:43.1389689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:35:43.1391224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:35:43.1392741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:35:43.1394449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:35:43.1395931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:35:43.1397388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:35:43.1398485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:35:43.1399303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:43.1400195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:43.1401745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:43.1403830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:43.1405928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:35:43.1408044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:43.1409839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:35:43.1411158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:35:43.1412081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:43.1413605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:43.1415610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:35:43.1417509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:35:43.1418835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:43.1420172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:43.1421934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:35:43.1423187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:43.1424033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:35:43.1424939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:35:43.1426440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:35:43.1428109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:35:43.1429046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:43.1430528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:43.1432493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:43.1434440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:35:43.1436279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:43.1438010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:35:43.1439266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:35:43.1440321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1441769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1443710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1445688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1447686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1449646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1451576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1453495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1455441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1457470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1459491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1461573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1463518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1465447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1467565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1469659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1471639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1473583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1475739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1477790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1479823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1481789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1483791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1485867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1487885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1489796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1491697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1493695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1495906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1497949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1499913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1501926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1503973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1505975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1508030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1510206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1512263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1514282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1516209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1518131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1520086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1522025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1523921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1525830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1527812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1529945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1531931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1533918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1535910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1537883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1539880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1541847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1543896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1545808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1548014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1550062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1551995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1553940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1555884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1557880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1559898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1561867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1563833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1566053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1568369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1570480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1572562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1574631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1576620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1578693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1580617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1582548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1584463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1586421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1588537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1590556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1592624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1594714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1596916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1598895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1601024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1602995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1604930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1606870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1608922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1610992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1613153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1615121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1617058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1619002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1620933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1622847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1624770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1626722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1628922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1631028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1633047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1635187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1637236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1639233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1641194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1643201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1645177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1647085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1649300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1651383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1653386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1655396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1657369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1659314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1661270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1663242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1665185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1667107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1669535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1671519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1673559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1675610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1677563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1679478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1681410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1683502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1685511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1687524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1689467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1691422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1693377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1695344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1697361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1699337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1701304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1703401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1705406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1707442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1709614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1711573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1713509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1715475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1717585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1719569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1721511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1723447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1725419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1727355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1729296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1731304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1733315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1735325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1737447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1739427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1741372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1743292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1745286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1747365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1749523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1751625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1753567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1755500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1757444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1759380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1761320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1763289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1765249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1767184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1769367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1771589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1773683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1775739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1777744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1779795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1781821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1783844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1785971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1788092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1790085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1792113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1794141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1796080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1798053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1800054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1802162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1804220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1806292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1808317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1810390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1812402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1814358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1816329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1818319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1820433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1822367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1824404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1826448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1828486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1830458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1832416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1834362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1836336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1838271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1840260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1842470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1844502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1846524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1848480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1850405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1852332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1854315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1856493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1858502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1860456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1862403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1864345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1866354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1868509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1870637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1872661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1874708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1876886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1878980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1881058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1883003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1884998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1886980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1888958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1891140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1893116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1895049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1897015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1899026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1900993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1902962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1904887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1906854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1908972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1911055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1912998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1914966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1916950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1919009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1921059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1923150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1925415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1927399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1929310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:35:43.1930676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:43.1932126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:43.1933093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:35:43.1933539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:43.1934561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:43.1935630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:35:43.1936055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:35:43.1936498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:43.1937552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:43.1938734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:43.1939757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:35:43.1940191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1941269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1942230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1943218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1944271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1945398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1946422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1947467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1948583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1949613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1950651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1951679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1952705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1953802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1954862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1956044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1957126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1958146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1959198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1960219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1961242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1962306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1963561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1964606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1965617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1966687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1967714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1968752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1969935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1971039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1972098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1973336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1974359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1975371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1976438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1977458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1978542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1979553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1980660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1981767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1982790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1983824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1984770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1985837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1986857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1988048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1989084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1990110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1991429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1992462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1993492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1994548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1995575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1996616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:35:43.1997042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:43.1998156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:43.1999093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:35:43.2000001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:35:43.2000339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2001141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2001939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2002759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2003630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2004410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2005192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2006035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2006820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2007619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2008549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2009353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2010163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2010947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2011746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2012552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2013340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2014153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2015155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2015940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2016729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2017537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2018335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2019121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2019950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2020732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2021536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2022331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2023130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2023930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2024914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2025703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2026494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2027306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2028294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2029088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2029904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2030755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2031689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2032470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2033273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2034073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2034862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2035659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2036519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2037316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:35:43.2037608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:35:43.2037961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:35:43.2038852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:35:43.2039735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:35:43.2040628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:35:43.2041603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:35:43.2041916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:35:43.2042693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:35:43.2043042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:43.2043898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:43.2044282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:43.2045153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:43.2046051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:35:43.2046844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:35:43.2047297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:35:43.2048098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:35:43.2048882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:35:43.2049693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:35:43.2050010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:35:43.2050795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/passes/custom_ops_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:35:43.2051574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/passes/test_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:35:43.2051891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:35:43.2052679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:35:43.2053030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:35:43.2053406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:35:43.2053806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2054788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2055781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2056926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2057871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2058847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2059819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2060812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2061834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2062796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2063887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2064899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2065867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2066822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2067937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2068932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2069972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2071082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2072088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2073033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2073986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2075130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2076130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2077073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2078045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2079029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2079981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2080935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2082022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2082978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2083966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2084905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2085870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2086803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2087794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2088783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2089768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2090786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2091770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2092842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2093803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2094818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2095821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2096800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2097776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2098752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2099844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2100907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2101879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2102806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2103753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:35:43.2104413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:35:43.2105139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:35:43.2105487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:35:43.2106349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:35:43.2107185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/supported_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:35:43.2107525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:35:43.2108062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:35:43.2108927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:35:43.2109520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:35:43.2109999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2111051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2111588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:35:43.2112715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:35:43.2113782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2114788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2115816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2117006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2118071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2119147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:35:43.2119613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:35:43.2120119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:35:43.2120687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:35:43.2121969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:35:43.2122289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:35:43.2122637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:35:43.2123020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:43.2123970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:43.2124876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:43.2125893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:43.2126817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:35:43.2127051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:35:43.2127356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:35:43.2127686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:35:43.2128451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:35:43.2129208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:35:43.2129994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:35:43.2130342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:43.2130725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:35:43.2131609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:35:43.2132536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:43.2133407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:43.2134200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:35:43.2134902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:35:43.2135227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:35:43.2135977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:35:43.2136310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:35:43.2136666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:35:43.2137505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:35:43.2138287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:35:43.2139120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:35:43.2139875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:35:43.2140706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:35:43.2141512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:35:43.2142210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:35:43.2142493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:35:43.2143180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:35:43.2143485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:35:43.2144272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:35:43.2145029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:35:43.2145792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:35:43.2146444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:35:43.2147241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:35:43.2148033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:35:43.2148299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:35:43.2148597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:35:43.2149324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:35:43.2149965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:35:43.2150611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:35:43.2151295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:35:43.2151932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:35:43.2152471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:35:43.2152742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:35:43.2153046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:35:43.2153787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:35:43.2154415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:35:43.2155049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:35:43.2155333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:35:43.2156012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:35:43.2156868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:35:43.2157192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:35:43.2157972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:35:43.2158734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:35:43.2158923Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2159403Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2159830Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2160292Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2160789Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2161303Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2161941Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2162567Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2164106Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2165571Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2167039Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2168536Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2169912Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2171467Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2172949Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2174442Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2175857Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2177372Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2178822Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2180228Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2181703Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2183140Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2184539Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2185988Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2187492Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2189381Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2190558Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2192136Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2193654Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2195045Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2196543Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2198142Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2199441Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2200933Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2202342Z copying pip-out/lib.linux-x86_64-cpython-310/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:35:43.2203333Z running install_egg_info 2024-08-22T20:35:43.2205236Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892-py3.10.egg-info 2024-08-22T20:35:43.2206183Z running install_scripts 2024-08-22T20:35:43.2258156Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:35:43.2262726Z creating '/tmp/pip-wheel-pz8ci_e0/tmpm_m9lw2c/executorch-0.4.0a0+9129892-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2024-08-22T20:35:43.2264929Z adding 'executorch/version.py' 2024-08-22T20:35:43.2268107Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:35:43.2272686Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:35:43.2275008Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:35:43.2277711Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:35:43.2279811Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:35:43.2281655Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:35:43.2284238Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:35:43.2286769Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:35:43.2289240Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:35:43.2291285Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:35:43.2294231Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:35:43.2296701Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:35:43.2298872Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:35:43.2301347Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:35:43.2303357Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:35:43.2305673Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:35:43.2307768Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:35:43.2310880Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:35:43.2312936Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:35:43.2317332Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:35:43.2319627Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:35:43.2321766Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:35:43.2323510Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:35:43.2325346Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:35:43.2327866Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:35:43.2329830Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:35:43.2331698Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:35:43.2334395Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:35:43.2336783Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:35:43.2338950Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:35:43.2341625Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:35:43.2345533Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:35:43.2347535Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:35:43.2351383Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:35:43.2365194Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:35:43.2369123Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:35:43.2371686Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:35:43.2375097Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:35:43.2376785Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:35:43.2380445Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:35:43.2383075Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:35:43.2387136Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:35:43.2390043Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:35:43.2392605Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:35:43.2394994Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:35:43.2398903Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:35:43.2402799Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:35:43.2405251Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:35:43.2407225Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:35:43.2409273Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:35:43.2411927Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:35:43.2413995Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:35:43.2416734Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:35:43.2419620Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:35:43.2421582Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:35:43.2423499Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:35:43.2425522Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:35:43.2427390Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:35:43.2429685Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:35:43.2431817Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:35:43.2433571Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:35:43.2435471Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:35:43.2438017Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:35:43.2439877Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:35:43.2442153Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:35:43.2444332Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:35:43.2446381Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:35:43.2448540Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:35:43.2451328Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:35:43.2453068Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:35:43.2455020Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:35:43.2457013Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:35:43.2459059Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:35:43.2463631Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:35:43.2467154Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:35:43.2469546Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:35:43.2472158Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:35:43.2474535Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:35:43.2476573Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:35:43.2478649Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:35:43.2480732Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:35:43.2482941Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:35:43.2485115Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:35:43.2487206Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:35:43.2489227Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:35:43.2491870Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:35:43.2497241Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:35:43.2500127Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:35:43.2502745Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:35:43.2505549Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:35:43.2508130Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:35:43.2512445Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:35:43.2514790Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:35:43.2518027Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:35:43.2520987Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:35:43.2523718Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:35:43.2526175Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:35:43.2528730Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:35:43.2531363Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:35:43.2533595Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:35:43.2535962Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:35:43.2538357Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:35:43.2540517Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:35:43.2542710Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:35:43.2545155Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:35:43.2547133Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:35:43.2551470Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:35:43.2553592Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:35:43.2556126Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:35:43.2558682Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:35:43.2566979Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:35:43.2569997Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:35:43.2571720Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:35:43.2573871Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:35:43.2576099Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:35:43.2578151Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:35:43.2580491Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:35:43.2582685Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:35:43.2584333Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:35:43.2586464Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:35:43.2588543Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:35:43.2590844Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:35:43.2592788Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:35:43.2594849Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:35:43.2596953Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:35:43.2599388Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:35:43.2601752Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:35:43.2603714Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:35:43.2606193Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:35:43.2608334Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:35:43.2610753Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:35:43.2612251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:35:43.2614498Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:35:43.2616503Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:35:43.2618621Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:35:43.2620942Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:35:43.2623007Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:35:43.2625249Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:35:43.2627373Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:35:43.2629943Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:35:43.2632103Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:35:43.2634540Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:35:43.2636624Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:35:43.2638604Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:35:43.2640085Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:35:43.2643433Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:35:43.2646981Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:35:43.2649749Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:35:43.2651951Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:35:43.2654650Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:35:43.2656919Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:35:43.2659235Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:35:43.2662068Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:35:43.2664772Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:35:43.2667724Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:35:43.2672723Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:35:43.2675872Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:35:43.2678565Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:35:43.2682024Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:35:43.2684449Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:35:43.2687285Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:35:43.2689628Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:35:43.2692062Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:35:43.2694484Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:35:43.2696904Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:35:43.2699848Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:35:43.2702906Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:35:43.2705219Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:35:43.2707122Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:35:43.2709478Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:35:43.2711510Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:35:43.2713436Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:35:43.2715369Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:35:43.2717378Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:35:43.2719013Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:35:43.2720883Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:35:43.2722840Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:35:43.2725764Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:35:43.2728365Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:35:43.2731101Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:35:43.2735581Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:35:43.2737691Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:35:43.2740326Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:35:43.2742555Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:35:43.2744671Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:35:43.2746710Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:35:43.2749101Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:35:43.2751700Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:35:43.2755378Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:35:43.2757718Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:35:43.2759747Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:35:43.2761735Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:35:43.2763875Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:35:43.2766044Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:35:43.2768088Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:35:43.2770181Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:35:43.2772094Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:35:43.2774146Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:35:43.2776458Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:35:43.2778705Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:35:43.2780798Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:35:43.2782788Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:35:43.2785403Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:35:43.2787546Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:35:43.2789900Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:35:43.2792167Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:35:43.2795123Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:35:43.2797617Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:35:43.2799748Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:35:43.2801683Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:35:43.2803745Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:35:43.2805734Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:35:43.2807891Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:35:43.2809789Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:35:43.2811782Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:35:43.2814017Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:35:43.2816053Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:35:43.2818175Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:35:43.2820397Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:35:43.2822376Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:35:43.2824331Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:35:43.2826287Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:35:43.2828770Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:35:43.2830742Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:35:43.2833121Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:35:43.2835292Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:35:43.2837213Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:35:43.2839264Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:35:43.2841371Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:35:43.2844061Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:35:43.2846282Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:35:43.2848493Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:35:43.2851307Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:35:43.2854381Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:35:43.2856387Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:35:43.2859128Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:35:43.2861332Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:35:43.2863335Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:35:43.2865498Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:35:43.2867968Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:35:43.2869851Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:35:43.2873276Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:35:43.2875322Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:35:43.2877487Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:35:43.2879929Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:35:43.2881871Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:35:43.2884621Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:35:43.2886926Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:35:43.2890331Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:35:43.2892421Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:35:43.2894876Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:35:43.2896856Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:35:43.2898761Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:35:43.2900748Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:35:43.2902631Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:35:43.2905888Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:35:43.2913176Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:35:43.2916372Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:35:43.2918489Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:35:43.2921145Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:35:43.2926575Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:35:43.2938110Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:35:43.2943290Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:35:43.2945619Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:35:43.2951549Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:35:43.2954012Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:35:43.2957115Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:35:43.2959594Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:35:43.2962086Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:35:43.2965138Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:35:43.2968036Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:35:43.2970432Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:35:43.2972277Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:35:43.2974162Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:35:43.2976097Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:35:43.2978046Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:35:43.2981247Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:35:43.2983273Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:35:43.2985626Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:35:43.2988679Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:35:43.2991762Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:35:43.2994124Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:35:43.2996394Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:35:43.3005958Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:35:43.3009428Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:35:43.3011358Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:35:43.3012936Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:35:43.3014821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:35:43.3016333Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:35:43.3018210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:35:43.3019634Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:35:43.3021545Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:35:43.3023202Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:35:43.3024961Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:35:43.3026862Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:35:43.3028914Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:35:43.3030604Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:35:43.3032396Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:35:43.3033932Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:35:43.3035975Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:35:43.3037579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:35:43.3039009Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:35:43.3040820Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:35:43.3042422Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:35:43.3044186Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:35:43.3045705Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:35:43.3047552Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:35:43.3049496Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:35:43.3051122Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:35:43.3052978Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:35:43.3054612Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:35:43.3056548Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:35:43.3058110Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:35:43.3059896Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:35:43.3061330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:35:43.3063248Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:35:43.3064732Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:35:43.3066595Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:35:43.3068322Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:35:43.3070012Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:35:43.3071920Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:35:43.3073532Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:35:43.3075236Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:35:43.3076731Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:35:43.3078277Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:35:43.3080008Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:35:43.3081866Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:35:43.3083300Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:35:43.3085125Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:35:43.3086682Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:35:43.3088524Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:35:43.3090363Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:35:43.3092325Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:35:43.3093721Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:35:43.3096497Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:35:43.3100922Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:35:43.3103103Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:35:43.3106281Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:35:43.3109142Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:35:43.3117452Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:35:43.3120192Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:35:43.3122464Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:35:43.3129928Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:35:43.3132424Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:35:43.3139608Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:35:43.3143794Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:35:43.3146682Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:35:43.3152793Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:35:43.3156678Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:35:43.3172457Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:35:43.3180387Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:35:43.3204667Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:35:43.3209085Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:35:43.3211457Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:35:43.3217026Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:35:43.3220003Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:35:43.3222741Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:35:43.3224542Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:35:43.3226346Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:35:43.3228298Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:35:43.3230834Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:35:43.3233903Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:35:43.3236553Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:35:43.3243927Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:35:43.3246098Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:35:43.3248245Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:35:43.3250309Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:35:43.3252455Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:35:43.3254590Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:35:43.3256534Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:35:43.3258582Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:35:43.3261296Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:35:43.3263520Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:35:43.3265354Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:35:43.3267496Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:35:43.3269935Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:35:43.3271894Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:35:43.3273817Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:35:43.3275758Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:35:43.3277852Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:35:43.3279947Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:35:43.3282139Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:35:43.3284221Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:35:43.3286809Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:35:43.3289102Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:35:43.3291035Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:35:43.3293126Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:35:43.3295049Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:35:43.3297211Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:35:43.3299081Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:35:43.3301168Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:35:43.3303237Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:35:43.3305391Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:35:43.3307267Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:35:43.3309805Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:35:43.3311758Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:35:43.3313771Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:35:43.3316044Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:35:43.3318037Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:35:43.3319891Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:35:43.3321777Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:35:43.3323878Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:35:43.3326909Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:35:43.3329037Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:35:43.3330948Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:35:43.3333174Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:35:43.3337517Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:35:43.3340579Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:35:43.3350992Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:35:43.3353686Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:35:43.3355878Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:35:43.3358577Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:35:43.3363744Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:35:43.3367072Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:35:43.3370116Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:35:43.3372696Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:35:43.3374961Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:35:43.3377194Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:35:43.3380104Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:35:43.3382350Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:35:43.3384734Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:35:43.3388251Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:35:43.3390199Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:35:43.3394054Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:35:43.3397234Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:35:43.3400335Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:35:43.3404610Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:35:43.3410099Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:35:43.3412222Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:35:43.3414531Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:35:43.3416431Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:35:43.3418697Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:35:43.3420955Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:35:43.3423211Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:35:43.3425039Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:35:43.3426933Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:35:43.3429468Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:35:43.3431690Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:35:43.3433834Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:35:43.3436199Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:35:43.3438152Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:35:43.3440113Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:35:43.3442758Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:35:43.3445394Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:35:43.3447661Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:35:43.3449852Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:35:43.3452551Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:35:43.3454611Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:35:43.3456712Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:35:43.3459363Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:35:43.3462963Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:35:43.3465070Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:35:43.3467146Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:35:43.3469471Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:35:43.3471496Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:35:43.3473666Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:35:43.3475917Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:35:43.3483305Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:35:43.3485593Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:35:43.3487661Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:35:43.3490249Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:35:43.3492339Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:35:43.3494319Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:35:43.3496523Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:35:43.3498503Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:35:43.3500619Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:35:43.3502619Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:35:43.3504674Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:35:43.3506933Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:35:43.3508978Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:35:43.3511516Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:35:43.3513469Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:35:43.3515986Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:35:43.3518024Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:35:43.3519876Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:35:43.3521865Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:35:43.3524339Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:35:43.3526611Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:35:43.3529629Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:35:43.3531990Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:35:43.3534782Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:35:43.3536759Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:35:43.3538773Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:35:43.3540933Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:35:43.3543231Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:35:43.3545478Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:35:43.3547610Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:35:43.3555167Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:35:43.3558314Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:35:43.3561325Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:35:43.3563797Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:35:43.3565460Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:35:43.3567780Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:35:43.3569740Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:35:43.3571754Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:35:43.3574315Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:35:43.3576450Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:35:43.3577914Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:35:43.3580779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:35:43.3583856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:35:43.3597639Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:35:43.3600937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:35:43.3603571Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:35:43.3605877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:35:43.3609077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:35:43.3613413Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:35:43.3615288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:35:43.3617059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:35:43.3619110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:35:43.3620666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:35:43.3622605Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:35:43.3624694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:35:43.3626724Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:35:43.3628949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:35:43.3631239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:35:43.3632999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:35:43.3634989Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:35:43.3636734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:35:43.3638319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:35:43.3640232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:35:43.3641971Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:35:43.3644027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:35:43.3645556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:35:43.3647360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:35:43.3649073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:35:43.3651158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:35:43.3652774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:35:43.3654741Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:35:43.3656165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:35:43.3658180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:35:43.3660308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:35:43.3661926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:35:43.3663711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:35:43.3665545Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:35:43.3667271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:35:43.3669221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:35:43.3670877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:35:43.3672784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:35:43.3674291Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:35:43.3676219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:35:43.3677702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:35:43.3679633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:35:43.3681289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:35:43.3683010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:35:43.3684694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:35:43.3686401Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:35:43.3687875Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:35:43.3689713Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:35:43.3697424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:35:43.3699107Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:35:43.3700952Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:35:43.3702764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:35:43.3704549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:35:43.3706445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:35:43.3708281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:35:43.3710020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:35:43.3711900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:35:43.3713576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:35:43.3715079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:35:43.3717041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:35:43.3718978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:35:43.3720629Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:35:43.3722289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:35:43.3724174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:35:43.3725927Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:35:43.3727757Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:35:43.3729339Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:35:43.3732000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:35:43.3733954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:35:43.3735688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:35:43.3737488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:35:43.3739215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:35:43.3741750Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:35:43.3745043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:35:43.3746889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:35:43.3749025Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:35:43.3753870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:35:43.3756211Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:35:43.3758059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:35:43.3759787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:35:43.3761325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:35:43.3763906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:35:43.3767984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:35:43.3770268Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:35:43.3772312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:35:43.3775640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:35:43.3777642Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:35:43.3779386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:35:43.3781975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:35:43.3785942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:35:43.3788089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:35:43.3790013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:35:43.3792136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:35:43.3793963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:35:43.3795905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:35:43.3797854Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:35:43.3800451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:35:43.3804235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:35:43.3806388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:35:43.3808316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:35:43.3810384Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:35:43.3812500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:35:43.3814520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:35:43.3816349Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:35:43.3819196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:35:43.3821152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:35:43.3823063Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:35:43.3825054Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:35:43.3826936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:35:43.3830028Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:35:43.3831925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:35:43.3833837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:35:43.3835600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:35:43.3837079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:35:43.3839109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:35:43.3840601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:35:43.3842382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:35:43.3844267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:35:43.3846032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:35:43.3848048Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:35:43.3849742Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:35:43.3851390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:35:43.3853401Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:35:43.3854886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:35:43.3856684Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:35:43.3860062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:35:43.3861916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:35:43.3863890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:35:43.3865784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:35:43.3867624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:35:43.3869619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:35:43.3871509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:35:43.3873372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:35:43.3874866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:35:43.3876625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:35:43.3878555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:35:43.3880057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:35:43.3881959Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:35:43.3883928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:35:43.3885694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:35:43.3887833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:35:43.3889393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:35:43.3890843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:35:43.3892737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:35:43.3894430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:35:43.3896112Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:35:43.3897766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:35:43.3899654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:35:43.3901483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:35:43.3903446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:35:43.3904942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:35:43.3906750Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:35:43.3908842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:35:43.3910720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:35:43.3914964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:35:43.3916998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:35:43.3918838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:35:43.3920549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:35:43.3922373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:35:43.3924319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:35:43.3926110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:35:43.3927754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:35:43.3929940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:35:43.3931323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:35:43.3933111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:35:43.3938948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:35:43.3941013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:35:43.3942808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:35:43.3945495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:35:43.3948273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:35:43.3951591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:35:43.3955847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:35:43.3960197Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:35:43.3964292Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:35:43.3966340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:35:43.3969475Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:35:43.3971481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:35:43.3974185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:35:43.3976173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:35:43.3977779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:35:43.3979716Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:35:43.3982003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:35:43.3983946Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:35:43.3987377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:35:43.3990933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:35:43.3992796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:35:43.3998971Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:35:43.4001176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:35:43.4006868Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:35:43.4009219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:35:43.4011279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:35:43.4013130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:35:43.4015027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:35:43.4017098Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:35:43.4019101Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:35:43.4020607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:35:43.4022861Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:35:43.4024237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:35:43.4026209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:35:43.4029089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:35:43.4031195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:35:43.4033562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:35:43.4035491Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:35:43.4037273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:35:43.4039492Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:35:43.4041209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:35:43.4044763Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:35:43.4047245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:35:43.4050938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:35:43.4053427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:35:43.4055393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:35:43.4057377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:35:43.4059197Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:35:43.4061072Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:35:43.4063136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:35:43.4065163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:35:43.4066701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:35:43.4068948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:35:43.4070725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:35:43.4072411Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:35:43.4074127Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:35:43.4075950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:35:43.4077684Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:35:43.4079303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:35:43.4081072Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:35:43.4082920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:35:43.4084360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:35:43.4086103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:35:43.4087692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:35:43.4089209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:35:43.4091107Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:35:43.4092718Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:35:43.4094407Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:35:43.4096186Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:35:43.4098254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:35:43.4099792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:35:43.4101595Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:35:43.4103679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:35:43.4105544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:35:43.4107586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:35:43.4109394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:35:43.4111516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:35:43.4113352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:35:43.4115069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:35:43.4116936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:35:43.4118449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:35:43.4120390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:35:43.4122281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:35:43.4125709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:35:43.4127758Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:35:43.4132747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:35:43.4144486Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:35:43.4148001Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:35:43.4152673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:35:43.4157062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:35:43.4161287Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:35:43.4164893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:35:43.4168596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:35:43.4171333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:35:43.4173862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:35:43.4176415Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:35:43.4179065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:35:43.4181560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:35:43.4184386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:35:43.4188352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:35:43.4195445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:35:43.4198682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:35:43.4201676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:35:43.4204076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:35:43.4206681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:35:43.4213066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:35:43.4216133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:35:43.4218789Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:35:43.4222039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:35:43.4225141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:35:43.4228150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:35:43.4231004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:35:43.4233552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:35:43.4236430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:35:43.4239507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:35:43.4242041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:35:43.4246079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:35:43.4248517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:35:43.4251896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:35:43.4256141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:35:43.4260155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:35:43.4263105Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:35:43.4265738Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:35:43.4268936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:35:43.4271686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:35:43.4274789Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:35:43.4277515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:35:43.4280034Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:35:43.4282471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:35:43.4285918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:35:43.4289190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:35:43.4292099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:35:43.4296042Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:35:43.4300222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:35:43.4302846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:35:43.4305958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:35:43.4309366Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:35:43.4311048Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:35:43.4313663Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:35:43.4315142Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:35:43.4319921Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:35:43.4322361Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:35:43.4324335Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:35:43.4326533Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:35:43.4328267Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:35:43.4330530Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:35:43.4332397Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:35:43.4334822Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:35:43.4336782Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:35:43.4339358Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:35:43.5789862Z adding 'executorch/data/bin/flatc' 2024-08-22T20:35:43.5808056Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:35:43.5810276Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:35:43.5812541Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:35:43.5814852Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:35:43.5816627Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:35:43.5818993Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:35:43.5820939Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:35:43.5823234Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:35:43.5825523Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:35:43.5827762Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:35:43.5829599Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:35:43.5831719Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:35:43.5833521Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:35:43.5835811Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:35:43.5837695Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:35:43.5840878Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:35:43.5842762Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:35:43.5848900Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:35:43.5851117Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:35:43.5853152Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:35:43.5854915Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:35:43.5860552Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:35:43.5864164Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:35:43.5867013Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:35:43.5869422Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:35:43.5944432Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:35:43.5948466Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:35:43.5952190Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:35:43.5954094Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:35:43.5956710Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:35:43.5959868Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:35:43.5963122Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:35:43.5966765Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:35:43.5968893Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:35:43.5973540Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:35:43.5975739Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:35:43.5981740Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:35:43.5983861Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:35:43.5986255Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:35:43.5988962Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:35:43.5992481Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:35:43.5994682Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:35:43.5997707Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:35:43.6002162Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:35:43.6004781Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:35:43.6006961Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:35:43.6008912Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:35:43.6011018Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:35:43.6012900Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:35:43.6014939Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:35:43.6016762Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:35:43.6019460Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:35:43.6021892Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:35:43.6024367Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:35:43.6026424Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:35:43.6028609Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:35:43.6030640Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:35:43.6033113Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:35:43.6035283Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:35:43.6037110Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:35:43.6039152Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:35:43.6041117Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:35:43.6043276Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:35:43.6045055Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:35:43.6047639Z adding 'executorch/exir/__init__.py' 2024-08-22T20:35:43.6050225Z adding 'executorch/exir/common.py' 2024-08-22T20:35:43.6053384Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:35:43.6056250Z adding 'executorch/exir/delegate.py' 2024-08-22T20:35:43.6058324Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:35:43.6060221Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:35:43.6062603Z adding 'executorch/exir/error.py' 2024-08-22T20:35:43.6064841Z adding 'executorch/exir/graph.py' 2024-08-22T20:35:43.6067082Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:35:43.6076045Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:35:43.6078269Z adding 'executorch/exir/memory.py' 2024-08-22T20:35:43.6086929Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:35:43.6094522Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:35:43.6096980Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:35:43.6102206Z adding 'executorch/exir/print_program.py' 2024-08-22T20:35:43.6104135Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:35:43.6107486Z adding 'executorch/exir/schema.py' 2024-08-22T20:35:43.6109857Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:35:43.6114445Z adding 'executorch/exir/tensor.py' 2024-08-22T20:35:43.6123002Z adding 'executorch/exir/tracer.py' 2024-08-22T20:35:43.6124996Z adding 'executorch/exir/types.py' 2024-08-22T20:35:43.6126659Z adding 'executorch/exir/version.py' 2024-08-22T20:35:43.6128611Z adding 'executorch/exir/wrap.py' 2024-08-22T20:35:43.6130888Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:35:43.6132931Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:35:43.6135663Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:35:43.6140129Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:35:43.6147290Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:35:43.6152884Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:35:43.6154865Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:35:43.6156848Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:35:43.6158816Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:35:43.6162482Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:35:43.6171040Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:35:43.6176846Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:35:43.6179167Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:35:43.6180969Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:35:43.6183688Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:35:43.6192035Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:35:43.6195772Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:35:43.6198235Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:35:43.6200890Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:35:43.6204034Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:35:43.6207236Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:35:43.6210502Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:35:43.6213565Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:35:43.6215555Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:35:43.6224832Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:35:43.6234428Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:35:43.6237998Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:35:43.6240239Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:35:43.6242762Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:35:43.6245768Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:35:43.6248646Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:35:43.6251581Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:35:43.6256618Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:35:43.6258797Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:35:43.6262264Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:35:43.6264912Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:35:43.6267474Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:35:43.6270738Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:35:43.6272481Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:35:43.6275355Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:35:43.6277608Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:35:43.6281886Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:35:43.6284441Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:35:43.6287051Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:35:43.6289054Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:35:43.6292038Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:35:43.6295056Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:35:43.6297625Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:35:43.6302765Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:35:43.6322370Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:35:43.6326982Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:35:43.6328779Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:35:43.6331901Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:35:43.6333991Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:35:43.6335478Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:35:43.6338243Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:35:43.6344388Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:35:43.6347233Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:35:43.6353793Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:35:43.6358590Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:35:43.6362806Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:35:43.6366345Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:35:43.6368602Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:35:43.6370652Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:35:43.6373452Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:35:43.6394440Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:35:43.6407433Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:35:43.6412682Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:35:43.6415170Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:35:43.6417272Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:35:43.6419854Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:35:43.6426491Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:35:43.6432853Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:35:43.6435327Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:35:43.6439174Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:35:43.6441242Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:35:43.6443305Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:35:43.6447264Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:35:43.6449748Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:35:43.6452461Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:35:43.6454494Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:35:43.6457227Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:35:43.6459127Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:35:43.6461229Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:35:43.6463429Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:35:43.6466335Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:35:43.6468298Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:35:43.6470688Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:35:43.6473021Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:35:43.6475239Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:35:43.6477309Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:35:43.6479319Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:35:43.6481164Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:35:43.6484965Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:35:43.6486852Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:35:43.6489549Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:35:43.6493859Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:35:43.6496125Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:35:43.6498342Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:35:43.6500485Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:35:43.6516899Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:35:43.6519348Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:35:43.6521595Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:35:43.6527294Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:35:43.6529544Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:35:43.6562722Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:35:43.6567089Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:35:43.6570713Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:35:43.6578527Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:35:43.6580881Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:35:43.6584622Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:35:43.6587710Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:35:43.6590386Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:35:43.6592544Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:35:43.6594509Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:35:43.6599451Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:35:43.6601933Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:35:43.6603764Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:35:43.6606070Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:35:43.6609472Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:35:43.6611463Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:35:43.6613573Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:35:43.6615213Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:35:43.6617268Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:35:43.6619263Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:35:43.6621517Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:35:43.6626995Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:35:43.6629788Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:35:43.6632360Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:35:43.6645457Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:35:43.6647919Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:35:43.6651393Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:35:43.6654101Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:35:43.6657405Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:35:43.6660660Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:35:43.6663737Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:35:43.6668642Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:35:43.6671863Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:35:43.6674312Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:35:43.6677535Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:35:43.6679510Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:35:43.6684531Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:35:43.6688155Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:35:43.6691224Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:35:43.6693621Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:35:43.6695974Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:35:43.6698472Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:35:43.6700489Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:35:43.6702596Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:35:43.6705426Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:35:43.6707655Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:35:43.6711986Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:35:43.6714625Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:35:43.6717845Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:35:43.6720668Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:35:43.6723344Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:35:43.6727174Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:35:43.6730551Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:35:43.6732834Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:35:43.6735718Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:35:43.6741601Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:35:43.6746621Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:35:43.6749831Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:35:43.6752597Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:35:43.6755414Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:35:43.6757754Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:35:43.6761192Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:35:43.6764822Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:35:43.6776074Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:35:43.6778033Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:35:43.6781239Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:35:43.6783181Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:35:43.6784961Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:35:43.6792823Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:35:43.6794741Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:35:43.6797508Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:35:43.6800108Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:35:44.2589595Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2024-08-22T20:35:44.2711483Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:35:44.2714178Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:35:44.2715703Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:35:44.2718607Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:35:44.2723508Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:35:44.2729318Z adding 'executorch/schema/program.fbs' 2024-08-22T20:35:44.2730268Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:35:44.2732844Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:35:44.2736636Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:35:44.2741499Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:35:44.2742717Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:35:44.2744645Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:35:44.2747280Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:35:44.2749294Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:35:44.2751071Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:35:44.2753250Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:35:44.2756018Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:35:44.2758289Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:35:44.2760127Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:35:44.2762377Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:35:44.2765023Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:35:44.2767403Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:35:44.2769545Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:35:44.2773318Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:35:44.2775725Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:35:44.2780385Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:35:44.2783684Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:35:44.2785486Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:35:44.2787705Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:35:44.2790429Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:35:44.2793329Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:35:44.2795354Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:35:44.2799499Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:35:44.2802784Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:35:44.2804874Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:35:44.2818866Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:35:44.2824019Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:35:44.2826121Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:35:44.2832339Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:35:44.2836545Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:35:44.2839511Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:35:44.2842757Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:35:44.2845015Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:35:44.2848010Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:35:44.2850623Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:35:44.2854228Z adding 'serializer/__init__.py' 2024-08-22T20:35:44.2862450Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:35:44.2865396Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:35:44.2867228Z adding 'tosa/Attribute.py' 2024-08-22T20:35:44.2869504Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:35:44.2871540Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:35:44.2873420Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:35:44.2875819Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:35:44.2878005Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:35:44.2879636Z adding 'tosa/DType.py' 2024-08-22T20:35:44.2881547Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:35:44.2883487Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:35:44.2885317Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:35:44.2887157Z adding 'tosa/MulAttribute.py' 2024-08-22T20:35:44.2889070Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:35:44.2891138Z adding 'tosa/Op.py' 2024-08-22T20:35:44.2893283Z adding 'tosa/PadAttribute.py' 2024-08-22T20:35:44.2895577Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:35:44.2897414Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:35:44.2899836Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:35:44.2901821Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:35:44.2904097Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:35:44.2905592Z adding 'tosa/ResizeMode.py' 2024-08-22T20:35:44.2907754Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:35:44.2909991Z adding 'tosa/TableAttribute.py' 2024-08-22T20:35:44.2912009Z adding 'tosa/TileAttribute.py' 2024-08-22T20:35:44.2914326Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:35:44.2916322Z adding 'tosa/TosaGraph.py' 2024-08-22T20:35:44.2918473Z adding 'tosa/TosaOperator.py' 2024-08-22T20:35:44.2920508Z adding 'tosa/TosaRegion.py' 2024-08-22T20:35:44.2922777Z adding 'tosa/TosaTensor.py' 2024-08-22T20:35:44.2924780Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:35:44.2927090Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:35:44.2928988Z adding 'tosa/Version.py' 2024-08-22T20:35:44.2931037Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:35:44.2932492Z adding 'tosa/__init__.py' 2024-08-22T20:35:44.2934080Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:35:44.2936595Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:35:44.2938088Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:35:44.2939642Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:35:44.2941040Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:35:44.3000671Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:35:44.3031438Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:35:44.4073054Z Building wheel for executorch (pyproject.toml): finished with status 'done' 2024-08-22T20:35:44.4138389Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp310-cp310-linux_x86_64.whl size=7392551 sha256=f910e742d4b76de5c7dc79f44cecf78961d7a66c015e16d9a623644789b2aa78 2024-08-22T20:35:44.4140326Z Stored in directory: /tmp/pip-ephem-wheel-cache-b1w0lx5q/wheels/e7/a8/b9/be5d8ed114900e05fac01e7948139738526f563daaf7314c16 2024-08-22T20:35:44.4221065Z Successfully built executorch 2024-08-22T20:35:44.9269313Z Installing collected packages: sortedcontainers, flatbuffers, ruamel.yaml.clib, pluggy, parameterized, iniconfig, expecttest, execnet, exceptiongroup, ruamel.yaml, pytest, hypothesis, pytest-xdist, executorch 2024-08-22T20:35:45.3355499Z changing mode of /opt/hostedtoolcache/Python/3.10.11/x64/bin/py.test to 755 2024-08-22T20:35:45.3358325Z changing mode of /opt/hostedtoolcache/Python/3.10.11/x64/bin/pytest to 755 2024-08-22T20:35:45.5511455Z changing mode of /opt/hostedtoolcache/Python/3.10.11/x64/bin/hypothesis to 755 2024-08-22T20:35:46.7436861Z changing mode of /opt/hostedtoolcache/Python/3.10.11/x64/bin/flatc to 755 2024-08-22T20:35:46.7763635Z Successfully installed exceptiongroup-1.2.2 execnet-2.1.1 executorch-0.4.0a0+9129892 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.111.1 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.3.2 pytest-xdist-3.6.1 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 sortedcontainers-2.4.0 2024-08-22T20:35:46.8072171Z 2024-08-22T20:35:46.8072717Z [notice] A new release of pip is available: 23.0.1 -> 24.2 2024-08-22T20:35:46.8073481Z [notice] To update, run: pip install --upgrade pip 2024-08-22T20:35:46.9112992Z + pip3 list 2024-08-22T20:35:47.1757727Z Package Version 2024-08-22T20:35:47.1758734Z ------------------------- ---------------------- 2024-08-22T20:35:47.1760694Z absl-py 2.1.0 2024-08-22T20:35:47.1762328Z accelerate 0.33.0 2024-08-22T20:35:47.1763965Z aiohappyeyeballs 2.4.0 2024-08-22T20:35:47.1765569Z aiohttp 3.10.5 2024-08-22T20:35:47.1766622Z aiosignal 1.3.1 2024-08-22T20:35:47.1768697Z altair 5.4.0 2024-08-22T20:35:47.1769768Z async-timeout 4.0.3 2024-08-22T20:35:47.1771261Z attrs 24.2.0 2024-08-22T20:35:47.1772717Z blinker 1.8.2 2024-08-22T20:35:47.1774172Z blobfile 2.1.1 2024-08-22T20:35:47.1775624Z cachetools 5.5.0 2024-08-22T20:35:47.1777094Z certifi 2024.7.4 2024-08-22T20:35:47.1778594Z chardet 5.2.0 2024-08-22T20:35:47.1780125Z charset-normalizer 3.3.2 2024-08-22T20:35:47.1781554Z click 8.1.7 2024-08-22T20:35:47.1783034Z cmake 3.30.2 2024-08-22T20:35:47.1784493Z colorama 0.4.6 2024-08-22T20:35:47.1785955Z DataProperty 1.0.1 2024-08-22T20:35:47.1787433Z datasets 2.21.0 2024-08-22T20:35:47.1789268Z dill 0.3.8 2024-08-22T20:35:47.1790753Z evaluate 0.4.2 2024-08-22T20:35:47.1792251Z exceptiongroup 1.2.2 2024-08-22T20:35:47.1793709Z execnet 2.1.1 2024-08-22T20:35:47.1795196Z executorch 0.4.0a0+9129892 2024-08-22T20:35:47.1796636Z expecttest 0.2.1 2024-08-22T20:35:47.1798110Z filelock 3.15.4 2024-08-22T20:35:47.1799580Z Flask 3.0.3 2024-08-22T20:35:47.1801047Z flatbuffers 24.3.25 2024-08-22T20:35:47.1802501Z frozenlist 1.4.1 2024-08-22T20:35:47.1803962Z fsspec 2024.6.1 2024-08-22T20:35:47.1805407Z gguf 0.9.1 2024-08-22T20:35:47.1806860Z gitdb 4.0.11 2024-08-22T20:35:47.1808318Z GitPython 3.1.43 2024-08-22T20:35:47.1809848Z huggingface-hub 0.24.6 2024-08-22T20:35:47.1811327Z hypothesis 6.111.1 2024-08-22T20:35:47.1812814Z idna 3.7 2024-08-22T20:35:47.1814283Z iniconfig 2.0.0 2024-08-22T20:35:47.1815753Z itsdangerous 2.2.0 2024-08-22T20:35:47.1817199Z Jinja2 3.1.4 2024-08-22T20:35:47.1818670Z joblib 1.4.2 2024-08-22T20:35:47.1820103Z jsonlines 4.0.0 2024-08-22T20:35:47.1821572Z jsonschema 4.23.0 2024-08-22T20:35:47.1823123Z jsonschema-specifications 2023.12.1 2024-08-22T20:35:47.1824488Z lm_eval 0.4.2 2024-08-22T20:35:47.1825909Z lxml 4.9.4 2024-08-22T20:35:47.1827432Z markdown-it-py 3.0.0 2024-08-22T20:35:47.1829202Z MarkupSafe 2.1.5 2024-08-22T20:35:47.1830686Z mbstrdecoder 1.1.3 2024-08-22T20:35:47.1832215Z mdurl 0.1.2 2024-08-22T20:35:47.1833766Z more-itertools 10.4.0 2024-08-22T20:35:47.1835154Z mpmath 1.3.0 2024-08-22T20:35:47.1836599Z multidict 6.0.5 2024-08-22T20:35:47.1838061Z multiprocess 0.70.16 2024-08-22T20:35:47.1839478Z narwhals 1.5.2 2024-08-22T20:35:47.1840908Z networkx 3.3 2024-08-22T20:35:47.1842562Z ninja 1.11.1.1 2024-08-22T20:35:47.1843802Z nltk 3.9.1 2024-08-22T20:35:47.1845209Z numexpr 2.10.1 2024-08-22T20:35:47.1846642Z numpy 1.26.4 2024-08-22T20:35:47.1848180Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:35:47.1849605Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:35:47.1851038Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:35:47.1852501Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:35:47.1853931Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:35:47.1855395Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:35:47.1856837Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:35:47.1858335Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:35:47.1859814Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:35:47.1861265Z nvidia-nccl-cu12 2.20.5 2024-08-22T20:35:47.1862744Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:35:47.1864196Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:35:47.1865594Z packaging 24.1 2024-08-22T20:35:47.1867055Z pandas 2.2.2 2024-08-22T20:35:47.1868781Z parameterized 0.9.0 2024-08-22T20:35:47.1870323Z pathvalidate 3.2.0 2024-08-22T20:35:47.1871770Z peft 0.12.0 2024-08-22T20:35:47.1873234Z pillow 10.4.0 2024-08-22T20:35:47.1874664Z pip 23.0.1 2024-08-22T20:35:47.1876211Z pluggy 1.5.0 2024-08-22T20:35:47.1877599Z portalocker 2.10.1 2024-08-22T20:35:47.1879032Z protobuf 5.27.3 2024-08-22T20:35:47.1880473Z psutil 6.0.0 2024-08-22T20:35:47.1881919Z pyarrow 17.0.0 2024-08-22T20:35:47.1883368Z pybind11 2.13.5 2024-08-22T20:35:47.1884826Z pycryptodomex 3.20.0 2024-08-22T20:35:47.1886252Z pydeck 0.9.1 2024-08-22T20:35:47.1887706Z Pygments 2.18.0 2024-08-22T20:35:47.1889168Z pytablewriter 1.2.0 2024-08-22T20:35:47.1890595Z pytest 8.3.2 2024-08-22T20:35:47.1892113Z pytest-xdist 3.6.1 2024-08-22T20:35:47.1893584Z python-dateutil 2.9.0.post0 2024-08-22T20:35:47.1894952Z pytz 2024.1 2024-08-22T20:35:47.1896399Z PyYAML 6.0.2 2024-08-22T20:35:47.1897848Z referencing 0.35.1 2024-08-22T20:35:47.1899296Z regex 2024.7.24 2024-08-22T20:35:47.1900755Z requests 2.32.3 2024-08-22T20:35:47.1902187Z rich 13.7.1 2024-08-22T20:35:47.1903651Z rouge_score 0.1.2 2024-08-22T20:35:47.1905158Z rpds-py 0.20.0 2024-08-22T20:35:47.1906575Z ruamel.yaml 0.18.6 2024-08-22T20:35:47.1908048Z ruamel.yaml.clib 0.2.8 2024-08-22T20:35:47.1909745Z sacrebleu 2.4.3 2024-08-22T20:35:47.1911248Z safetensors 0.4.4 2024-08-22T20:35:47.1912869Z scikit-learn 1.5.1 2024-08-22T20:35:47.1914296Z scipy 1.14.1 2024-08-22T20:35:47.1915768Z sentencepiece 0.2.0 2024-08-22T20:35:47.1917277Z setuptools 65.5.0 2024-08-22T20:35:47.1918754Z six 1.16.0 2024-08-22T20:35:47.1920207Z smmap 5.0.1 2024-08-22T20:35:47.1921661Z snakeviz 2.2.0 2024-08-22T20:35:47.1923118Z sortedcontainers 2.4.0 2024-08-22T20:35:47.1924568Z sqlitedict 2.1.0 2024-08-22T20:35:47.1926000Z streamlit 1.37.1 2024-08-22T20:35:47.1927444Z sympy 1.13.1 2024-08-22T20:35:47.1928902Z tabledata 1.3.3 2024-08-22T20:35:47.1930330Z tabulate 0.9.0 2024-08-22T20:35:47.1931843Z tcolorpy 0.1.6 2024-08-22T20:35:47.1933305Z tenacity 8.5.0 2024-08-22T20:35:47.1934779Z threadpoolctl 3.5.0 2024-08-22T20:35:47.1936207Z tiktoken 0.7.0 2024-08-22T20:35:47.1937642Z timm 1.0.7 2024-08-22T20:35:47.1939275Z tokenizers 0.19.1 2024-08-22T20:35:47.1940619Z toml 0.10.2 2024-08-22T20:35:47.1941982Z tomli 2.0.1 2024-08-22T20:35:47.1943490Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:35:47.1944917Z torchao 0.4.0+gite11201a 2024-08-22T20:35:47.1946404Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:35:47.1947939Z torchsr 1.0.4 2024-08-22T20:35:47.1949769Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:35:47.1951205Z tornado 6.4.1 2024-08-22T20:35:47.1952648Z tqdm 4.66.5 2024-08-22T20:35:47.1954197Z tqdm-multiprocess 0.0.11 2024-08-22T20:35:47.1955574Z transformers 4.42.4 2024-08-22T20:35:47.1956992Z typepy 1.3.2 2024-08-22T20:35:47.1958463Z typing_extensions 4.12.2 2024-08-22T20:35:47.1959907Z tzdata 2024.1 2024-08-22T20:35:47.1961351Z urllib3 2.2.2 2024-08-22T20:35:47.1962820Z watchdog 4.0.2 2024-08-22T20:35:47.1964265Z Werkzeug 3.0.4 2024-08-22T20:35:47.1965699Z wheel 0.44.0 2024-08-22T20:35:47.1967130Z word2number 1.1 2024-08-22T20:35:47.1968577Z xxhash 3.5.0 2024-08-22T20:35:47.1970036Z yarl 1.9.4 2024-08-22T20:35:47.1971473Z zstandard 0.23.0 2024-08-22T20:35:47.1973011Z zstd 1.5.5.1 2024-08-22T20:35:47.2200679Z + popd 2024-08-22T20:35:47.2201222Z ~/work/torchchat/torchchat ~/work/torchchat/torchchat 2024-08-22T20:35:47.2201770Z + popd 2024-08-22T20:35:47.2202049Z ~/work/torchchat/torchchat 2024-08-22T20:35:47.4803386Z Package Version 2024-08-22T20:35:47.4804115Z ------------------------- ---------------------- 2024-08-22T20:35:47.4806255Z absl-py 2.1.0 2024-08-22T20:35:47.4807463Z accelerate 0.33.0 2024-08-22T20:35:47.4809309Z aiohappyeyeballs 2.4.0 2024-08-22T20:35:47.4810895Z aiohttp 3.10.5 2024-08-22T20:35:47.4812589Z aiosignal 1.3.1 2024-08-22T20:35:47.4814199Z altair 5.4.0 2024-08-22T20:35:47.4815446Z async-timeout 4.0.3 2024-08-22T20:35:47.4817091Z attrs 24.2.0 2024-08-22T20:35:47.4818657Z blinker 1.8.2 2024-08-22T20:35:47.4820687Z blobfile 2.1.1 2024-08-22T20:35:47.4821724Z cachetools 5.5.0 2024-08-22T20:35:47.4823442Z certifi 2024.7.4 2024-08-22T20:35:47.4824939Z chardet 5.2.0 2024-08-22T20:35:47.4826559Z charset-normalizer 3.3.2 2024-08-22T20:35:47.4828131Z click 8.1.7 2024-08-22T20:35:47.4829845Z cmake 3.30.2 2024-08-22T20:35:47.4831365Z colorama 0.4.6 2024-08-22T20:35:47.4832957Z DataProperty 1.0.1 2024-08-22T20:35:47.4834480Z datasets 2.21.0 2024-08-22T20:35:47.4835987Z dill 0.3.8 2024-08-22T20:35:47.4837558Z evaluate 0.4.2 2024-08-22T20:35:47.4839112Z exceptiongroup 1.2.2 2024-08-22T20:35:47.4840604Z execnet 2.1.1 2024-08-22T20:35:47.4842146Z executorch 0.4.0a0+9129892 2024-08-22T20:35:47.4843619Z expecttest 0.2.1 2024-08-22T20:35:47.4845118Z filelock 3.15.4 2024-08-22T20:35:47.4846618Z Flask 3.0.3 2024-08-22T20:35:47.4848138Z flatbuffers 24.3.25 2024-08-22T20:35:47.4849626Z frozenlist 1.4.1 2024-08-22T20:35:47.4851126Z fsspec 2024.6.1 2024-08-22T20:35:47.4852611Z gguf 0.9.1 2024-08-22T20:35:47.4854109Z gitdb 4.0.11 2024-08-22T20:35:47.4855611Z GitPython 3.1.43 2024-08-22T20:35:47.4857197Z huggingface-hub 0.24.6 2024-08-22T20:35:47.4858655Z hypothesis 6.111.1 2024-08-22T20:35:47.4860140Z idna 3.7 2024-08-22T20:35:47.4862015Z iniconfig 2.0.0 2024-08-22T20:35:47.4863287Z itsdangerous 2.2.0 2024-08-22T20:35:47.4864718Z Jinja2 3.1.4 2024-08-22T20:35:47.4866193Z joblib 1.4.2 2024-08-22T20:35:47.4867691Z jsonlines 4.0.0 2024-08-22T20:35:47.4869613Z jsonschema 4.23.0 2024-08-22T20:35:47.4871259Z jsonschema-specifications 2023.12.1 2024-08-22T20:35:47.4872666Z lm_eval 0.4.2 2024-08-22T20:35:47.4874151Z lxml 4.9.4 2024-08-22T20:35:47.4875718Z markdown-it-py 3.0.0 2024-08-22T20:35:47.4877170Z MarkupSafe 2.1.5 2024-08-22T20:35:47.4878668Z mbstrdecoder 1.1.3 2024-08-22T20:35:47.4880161Z mdurl 0.1.2 2024-08-22T20:35:47.4881713Z more-itertools 10.4.0 2024-08-22T20:35:47.4883201Z mpmath 1.3.0 2024-08-22T20:35:47.4884672Z multidict 6.0.5 2024-08-22T20:35:47.4886183Z multiprocess 0.70.16 2024-08-22T20:35:47.4887642Z narwhals 1.5.2 2024-08-22T20:35:47.4889141Z networkx 3.3 2024-08-22T20:35:47.4890622Z ninja 1.11.1.1 2024-08-22T20:35:47.4892145Z nltk 3.9.1 2024-08-22T20:35:47.4893624Z numexpr 2.10.1 2024-08-22T20:35:47.4895111Z numpy 1.26.4 2024-08-22T20:35:47.4896699Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:35:47.4898214Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:35:47.4899704Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:35:47.4901186Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:35:47.4902661Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:35:47.4904151Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:35:47.4905642Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:35:47.4907140Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:35:47.4908916Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:35:47.4910506Z nvidia-nccl-cu12 2.20.5 2024-08-22T20:35:47.4912038Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:35:47.4913539Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:35:47.4914991Z packaging 24.1 2024-08-22T20:35:47.4916487Z pandas 2.2.2 2024-08-22T20:35:47.4917967Z parameterized 0.9.0 2024-08-22T20:35:47.4919461Z pathvalidate 3.2.0 2024-08-22T20:35:47.4920928Z peft 0.12.0 2024-08-22T20:35:47.4922411Z pillow 10.4.0 2024-08-22T20:35:47.4923889Z pip 23.0.1 2024-08-22T20:35:47.4925375Z pluggy 1.5.0 2024-08-22T20:35:47.4926860Z portalocker 2.10.1 2024-08-22T20:35:47.4928343Z protobuf 5.27.3 2024-08-22T20:35:47.4929820Z psutil 6.0.0 2024-08-22T20:35:47.4931310Z pyarrow 17.0.0 2024-08-22T20:35:47.4932771Z pybind11 2.13.5 2024-08-22T20:35:47.4934258Z pycryptodomex 3.20.0 2024-08-22T20:35:47.4935728Z pydeck 0.9.1 2024-08-22T20:35:47.4937198Z Pygments 2.18.0 2024-08-22T20:35:47.4938751Z pytablewriter 1.2.0 2024-08-22T20:35:47.4940210Z pytest 8.3.2 2024-08-22T20:35:47.4941752Z pytest-xdist 3.6.1 2024-08-22T20:35:47.4943256Z python-dateutil 2.9.0.post0 2024-08-22T20:35:47.4944651Z pytz 2024.1 2024-08-22T20:35:47.4946121Z PyYAML 6.0.2 2024-08-22T20:35:47.4947590Z referencing 0.35.1 2024-08-22T20:35:47.4949330Z regex 2024.7.24 2024-08-22T20:35:47.4950812Z requests 2.32.3 2024-08-22T20:35:47.4952287Z rich 13.7.1 2024-08-22T20:35:47.4953752Z rouge_score 0.1.2 2024-08-22T20:35:47.4955285Z rpds-py 0.20.0 2024-08-22T20:35:47.4956721Z ruamel.yaml 0.18.6 2024-08-22T20:35:47.4958199Z ruamel.yaml.clib 0.2.8 2024-08-22T20:35:47.4959657Z sacrebleu 2.4.3 2024-08-22T20:35:47.4961324Z safetensors 0.4.4 2024-08-22T20:35:47.4962743Z scikit-learn 1.5.1 2024-08-22T20:35:47.4964101Z scipy 1.14.1 2024-08-22T20:35:47.4965569Z sentencepiece 0.2.0 2024-08-22T20:35:47.4967072Z setuptools 65.5.0 2024-08-22T20:35:47.4968525Z six 1.16.0 2024-08-22T20:35:47.4969988Z smmap 5.0.1 2024-08-22T20:35:47.4971463Z snakeviz 2.2.0 2024-08-22T20:35:47.4972950Z sortedcontainers 2.4.0 2024-08-22T20:35:47.4974412Z sqlitedict 2.1.0 2024-08-22T20:35:47.4975891Z streamlit 1.37.1 2024-08-22T20:35:47.4977368Z sympy 1.13.1 2024-08-22T20:35:47.4978851Z tabledata 1.3.3 2024-08-22T20:35:47.4980319Z tabulate 0.9.0 2024-08-22T20:35:47.4981815Z tcolorpy 0.1.6 2024-08-22T20:35:47.4983283Z tenacity 8.5.0 2024-08-22T20:35:47.4984779Z threadpoolctl 3.5.0 2024-08-22T20:35:47.4986240Z tiktoken 0.7.0 2024-08-22T20:35:47.4987703Z timm 1.0.7 2024-08-22T20:35:47.4989496Z tokenizers 0.19.1 2024-08-22T20:35:47.4990978Z toml 0.10.2 2024-08-22T20:35:47.4992495Z tomli 2.0.1 2024-08-22T20:35:47.4994036Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:35:47.4995572Z torchao 0.4.0+gite11201a 2024-08-22T20:35:47.4997042Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:35:47.4998454Z torchsr 1.0.4 2024-08-22T20:35:47.4999989Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:35:47.5001415Z tornado 6.4.1 2024-08-22T20:35:47.5002891Z tqdm 4.66.5 2024-08-22T20:35:47.5004450Z tqdm-multiprocess 0.0.11 2024-08-22T20:35:47.5005858Z transformers 4.42.4 2024-08-22T20:35:47.5007321Z typepy 1.3.2 2024-08-22T20:35:47.5008803Z typing_extensions 4.12.2 2024-08-22T20:35:47.5010255Z tzdata 2024.1 2024-08-22T20:35:47.5011721Z urllib3 2.2.2 2024-08-22T20:35:47.5013203Z watchdog 4.0.2 2024-08-22T20:35:47.5014678Z Werkzeug 3.0.4 2024-08-22T20:35:47.5016128Z wheel 0.44.0 2024-08-22T20:35:47.5017594Z word2number 1.1 2024-08-22T20:35:47.5019058Z xxhash 3.5.0 2024-08-22T20:35:47.5020506Z yarl 1.9.4 2024-08-22T20:35:47.5021989Z zstandard 0.23.0 2024-08-22T20:35:47.5023467Z zstd 1.5.5.1 2024-08-22T20:35:48.6934042Z torch: ('2.5.0.dev20240716+cpu', '4e39cdceb1414b2d416339866a5bb044fbed4977') 2024-08-22T20:35:50.7851742Z torchvision: ('0.20.0.dev20240716+cpu', '19c393feb103b73c578d402de3c462bed450815c') 2024-08-22T20:35:52.2949484Z torchaudio: ('2.4.0.dev20240716+cpu', '98079329631dc0a94665bcfcd911bee7f65a06b0') 2024-08-22T20:35:52.4915924Z Inside: /home/runner/work 2024-08-22T20:35:52.4949337Z ##[group]Run mkdir -p checkpoints/stories15M 2024-08-22T20:35:52.4949789Z mkdir -p checkpoints/stories15M 2024-08-22T20:35:52.4950191Z pushd checkpoints/stories15M 2024-08-22T20:35:52.4950726Z wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:35:52.4951419Z wget https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:52.4951906Z popd 2024-08-22T20:35:52.4952122Z  2024-08-22T20:35:52.4952338Z mkdir gguf_files 2024-08-22T20:35:52.4952751Z export GGUF_PATH=gguf_files/TinyLlama-1.1B-openorca.Q4_0.gguf 2024-08-22T20:35:52.4953294Z export GGUF_TOKENIZER_PATH=gguf_files/tokenizer.model 2024-08-22T20:35:52.4954247Z wget -O ${GGUF_PATH} "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true" 2024-08-22T20:35:52.4955363Z wget -O ${GGUF_TOKENIZER_PATH} https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:52.5020833Z shell: /usr/bin/bash -e {0} 2024-08-22T20:35:52.5021111Z env: 2024-08-22T20:35:52.5021433Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:35:52.5021943Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:35:52.5022336Z ##[endgroup] 2024-08-22T20:35:52.5119867Z ~/work/torchchat/torchchat/checkpoints/stories15M ~/work/torchchat/torchchat 2024-08-22T20:35:52.5570193Z --2024-08-22 20:35:52-- https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt 2024-08-22T20:35:52.5936810Z Resolving huggingface.co (huggingface.co)... 18.154.227.87, 18.154.227.69, 18.154.227.7, ... 2024-08-22T20:35:52.5962847Z Connecting to huggingface.co (huggingface.co)|18.154.227.87|:443... connected. 2024-08-22T20:35:52.6757341Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:52.6764916Z Location: https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724618152&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxODE1Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=XY9hPQvPz2H2ZVDhXIQfh9U7Mdjg6n%7EbXwzNzSnR-VR1noYlsHuayd8qbSX6yKEItQQGvOBFDeU81EcJ7t-jLDVU2v82Ymt8L93aR%7EJ4hOt71o6darRKosfp8bjoFV4HLM46JxFNZ6tm5YCHtNsVWey3gGyVVFkwA-qfu73CQpv2XNqqQ4S-JfglF74tbuFW3KfSKL60SnOIbCPD133312VsAQYMbroFp%7Exy8UGPtV6Y4MqgF2wc2XXeMalRlMurtWrYc0BL9rmcbni0FjJuovQmoZzQt7qsgo1kb7hbXPpjdlXEtIyirIBXtsODj9WJs%7EeUK-W7PFqob--14Tzi1Q__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:35:52.6779284Z --2024-08-22 20:35:52-- https://cdn-lfs.huggingface.co/repos/88/4b/884bade32e5ee32eea725c5087af1358179a1bea94a4f6abc3c0470c9610ac38/3da00c0fef684f3f83b457736837c46ab55e92a26662b61d6104de2d271c708d?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27stories15M.pt%3B+filename%3D%22stories15M.pt%22%3B&Expires=1724618152&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxODE1Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy84OC80Yi84ODRiYWRlMzJlNWVlMzJlZWE3MjVjNTA4N2FmMTM1ODE3OWExYmVhOTRhNGY2YWJjM2MwNDcwYzk2MTBhYzM4LzNkYTAwYzBmZWY2ODRmM2Y4M2I0NTc3MzY4MzdjNDZhYjU1ZTkyYTI2NjYyYjYxZDYxMDRkZTJkMjcxYzcwOGQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=XY9hPQvPz2H2ZVDhXIQfh9U7Mdjg6n%7EbXwzNzSnR-VR1noYlsHuayd8qbSX6yKEItQQGvOBFDeU81EcJ7t-jLDVU2v82Ymt8L93aR%7EJ4hOt71o6darRKosfp8bjoFV4HLM46JxFNZ6tm5YCHtNsVWey3gGyVVFkwA-qfu73CQpv2XNqqQ4S-JfglF74tbuFW3KfSKL60SnOIbCPD133312VsAQYMbroFp%7Exy8UGPtV6Y4MqgF2wc2XXeMalRlMurtWrYc0BL9rmcbni0FjJuovQmoZzQt7qsgo1kb7hbXPpjdlXEtIyirIBXtsODj9WJs%7EeUK-W7PFqob--14Tzi1Q__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:35:52.7057898Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.49, 108.138.64.121, 108.138.64.36, ... 2024-08-22T20:35:52.7071006Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.49|:443... connected. 2024-08-22T20:35:52.7140282Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:52.7141160Z Length: 60789090 (58M) [binary/octet-stream] 2024-08-22T20:35:52.7141875Z Saving to: ‘stories15M.pt’ 2024-08-22T20:35:52.7142219Z 2024-08-22T20:35:52.7152654Z 0K .......... .......... .......... .......... .......... 0% 46.7M 1s 2024-08-22T20:35:52.7164274Z 50K .......... .......... .......... .......... .......... 0% 41.9M 1s 2024-08-22T20:35:52.7177016Z 100K .......... .......... .......... .......... .......... 0% 39.5M 1s 2024-08-22T20:35:52.7180249Z 150K .......... .......... .......... .......... .......... 0% 131M 1s 2024-08-22T20:35:52.7184357Z 200K .......... .......... .......... .......... .......... 0% 120M 1s 2024-08-22T20:35:52.7189131Z 250K .......... .......... .......... .......... .......... 0% 103M 1s 2024-08-22T20:35:52.7192503Z 300K .......... .......... .......... .......... .......... 0% 142M 1s 2024-08-22T20:35:52.7196368Z 350K .......... .......... .......... .......... .......... 0% 132M 1s 2024-08-22T20:35:52.7200151Z 400K .......... .......... .......... .......... .......... 0% 135M 1s 2024-08-22T20:35:52.7202996Z 450K .......... .......... .......... .......... .......... 0% 167M 1s 2024-08-22T20:35:52.7206028Z 500K .......... .......... .......... .......... .......... 0% 166M 1s 2024-08-22T20:35:52.7208667Z 550K .......... .......... .......... .......... .......... 1% 172M 1s 2024-08-22T20:35:52.7211390Z 600K .......... .......... .......... .......... .......... 1% 188M 1s 2024-08-22T20:35:52.7214655Z 650K .......... .......... .......... .......... .......... 1% 178M 1s 2024-08-22T20:35:52.7216571Z 700K .......... .......... .......... .......... .......... 1% 184M 1s 2024-08-22T20:35:52.7219569Z 750K .......... .......... .......... .......... .......... 1% 160M 1s 2024-08-22T20:35:52.7222006Z 800K .......... .......... .......... .......... .......... 1% 198M 1s 2024-08-22T20:35:52.7224508Z 850K .......... .......... .......... .......... .......... 1% 198M 1s 2024-08-22T20:35:52.7227013Z 900K .......... .......... .......... .......... .......... 1% 215M 1s 2024-08-22T20:35:52.7229655Z 950K .......... .......... .......... .......... .......... 1% 168M 1s 2024-08-22T20:35:52.7232202Z 1000K .......... .......... .......... .......... .......... 1% 195M 1s 2024-08-22T20:35:52.7234647Z 1050K .......... .......... .......... .......... .......... 1% 198M 0s 2024-08-22T20:35:52.7237213Z 1100K .......... .......... .......... .......... .......... 1% 193M 0s 2024-08-22T20:35:52.7240072Z 1150K .......... .......... .......... .......... .......... 2% 166M 0s 2024-08-22T20:35:52.7242579Z 1200K .......... .......... .......... .......... .......... 2% 205M 0s 2024-08-22T20:35:52.7246606Z 1250K .......... .......... .......... .......... .......... 2% 186M 0s 2024-08-22T20:35:52.7247523Z 1300K .......... .......... .......... .......... .......... 2% 193M 0s 2024-08-22T20:35:52.7251225Z 1350K .......... .......... .......... .......... .......... 2% 178M 0s 2024-08-22T20:35:52.7252732Z 1400K .......... .......... .......... .......... .......... 2% 197M 0s 2024-08-22T20:35:52.7256183Z 1450K .......... .......... .......... .......... .......... 2% 207M 0s 2024-08-22T20:35:52.7257731Z 1500K .......... .......... .......... .......... .......... 2% 186M 0s 2024-08-22T20:35:52.7261079Z 1550K .......... .......... .......... .......... .......... 2% 176M 0s 2024-08-22T20:35:52.7263410Z 1600K .......... .......... .......... .......... .......... 2% 193M 0s 2024-08-22T20:35:52.7265957Z 1650K .......... .......... .......... .......... .......... 2% 211M 0s 2024-08-22T20:35:52.7268174Z 1700K .......... .......... .......... .......... .......... 2% 191M 0s 2024-08-22T20:35:52.7270934Z 1750K .......... .......... .......... .......... .......... 3% 173M 0s 2024-08-22T20:35:52.7273129Z 1800K .......... .......... .......... .......... .......... 3% 212M 0s 2024-08-22T20:35:52.7275965Z 1850K .......... .......... .......... .......... .......... 3% 216M 0s 2024-08-22T20:35:52.7277809Z 1900K .......... .......... .......... .......... .......... 3% 208M 0s 2024-08-22T20:35:52.7281134Z 1950K .......... .......... .......... .......... .......... 3% 176M 0s 2024-08-22T20:35:52.7282963Z 2000K .......... .......... .......... .......... .......... 3% 197M 0s 2024-08-22T20:35:52.7286240Z 2050K .......... .......... .......... .......... .......... 3% 220M 0s 2024-08-22T20:35:52.7287511Z 2100K .......... .......... .......... .......... .......... 3% 201M 0s 2024-08-22T20:35:52.7291596Z 2150K .......... .......... .......... .......... .......... 3% 206M 0s 2024-08-22T20:35:52.7292451Z 2200K .......... .......... .......... .......... .......... 3% 190M 0s 2024-08-22T20:35:52.7294891Z 2250K .......... .......... .......... .......... .......... 3% 221M 0s 2024-08-22T20:35:52.7297328Z 2300K .......... .......... .......... .......... .......... 3% 201M 0s 2024-08-22T20:35:52.7299884Z 2350K .......... .......... .......... .......... .......... 4% 181M 0s 2024-08-22T20:35:52.7302412Z 2400K .......... .......... .......... .......... .......... 4% 206M 0s 2024-08-22T20:35:52.7304640Z 2450K .......... .......... .......... .......... .......... 4% 207M 0s 2024-08-22T20:35:52.7307363Z 2500K .......... .......... .......... .......... .......... 4% 198M 0s 2024-08-22T20:35:52.7311544Z 2550K .......... .......... .......... .......... .......... 4% 163M 0s 2024-08-22T20:35:52.7312545Z 2600K .......... .......... .......... .......... .......... 4% 193M 0s 2024-08-22T20:35:52.7316800Z 2650K .......... .......... .......... .......... .......... 4% 214M 0s 2024-08-22T20:35:52.7317653Z 2700K .......... .......... .......... .......... .......... 4% 183M 0s 2024-08-22T20:35:52.7321759Z 2750K .......... .......... .......... .......... .......... 4% 164M 0s 2024-08-22T20:35:52.7323061Z 2800K .......... .......... .......... .......... .......... 4% 187M 0s 2024-08-22T20:35:52.7326279Z 2850K .......... .......... .......... .......... .......... 4% 211M 0s 2024-08-22T20:35:52.7327710Z 2900K .......... .......... .......... .......... .......... 4% 210M 0s 2024-08-22T20:35:52.7331251Z 2950K .......... .......... .......... .......... .......... 5% 190M 0s 2024-08-22T20:35:52.7332759Z 3000K .......... .......... .......... .......... .......... 5% 197M 0s 2024-08-22T20:35:52.7336054Z 3050K .......... .......... .......... .......... .......... 5% 202M 0s 2024-08-22T20:35:52.7337806Z 3100K .......... .......... .......... .......... .......... 5% 199M 0s 2024-08-22T20:35:52.7340795Z 3150K .......... .......... .......... .......... .......... 5% 171M 0s 2024-08-22T20:35:52.7342991Z 3200K .......... .......... .......... .......... .......... 5% 202M 0s 2024-08-22T20:35:52.7345546Z 3250K .......... .......... .......... .......... .......... 5% 196M 0s 2024-08-22T20:35:52.7348032Z 3300K .......... .......... .......... .......... .......... 5% 206M 0s 2024-08-22T20:35:52.7350861Z 3350K .......... .......... .......... .......... .......... 5% 162M 0s 2024-08-22T20:35:52.7353031Z 3400K .......... .......... .......... .......... .......... 5% 226M 0s 2024-08-22T20:35:52.7355618Z 3450K .......... .......... .......... .......... .......... 5% 191M 0s 2024-08-22T20:35:52.7359498Z 3500K .......... .......... .......... .......... .......... 5% 198M 0s 2024-08-22T20:35:52.7360981Z 3550K .......... .......... .......... .......... .......... 6% 171M 0s 2024-08-22T20:35:52.7364377Z 3600K .......... .......... .......... .......... .......... 6% 228M 0s 2024-08-22T20:35:52.7365479Z 3650K .......... .......... .......... .......... .......... 6% 190M 0s 2024-08-22T20:35:52.7368773Z 3700K .......... .......... .......... .......... .......... 6% 216M 0s 2024-08-22T20:35:52.7370649Z 3750K .......... .......... .......... .......... .......... 6% 176M 0s 2024-08-22T20:35:52.7373546Z 3800K .......... .......... .......... .......... .......... 6% 214M 0s 2024-08-22T20:35:52.7375452Z 3850K .......... .......... .......... .......... .......... 6% 197M 0s 2024-08-22T20:35:52.7378317Z 3900K .......... .......... .......... .......... .......... 6% 225M 0s 2024-08-22T20:35:52.7380656Z 3950K .......... .......... .......... .......... .......... 6% 168M 0s 2024-08-22T20:35:52.7383879Z 4000K .......... .......... .......... .......... .......... 6% 192M 0s 2024-08-22T20:35:52.7385899Z 4050K .......... .......... .......... .......... .......... 6% 189M 0s 2024-08-22T20:35:52.7389229Z 4100K .......... .......... .......... .......... .......... 6% 202M 0s 2024-08-22T20:35:52.7391132Z 4150K .......... .......... .......... .......... .......... 7% 159M 0s 2024-08-22T20:35:52.7394158Z 4200K .......... .......... .......... .......... .......... 7% 169M 0s 2024-08-22T20:35:52.7397366Z 4250K .......... .......... .......... .......... .......... 7% 180M 0s 2024-08-22T20:35:52.7399459Z 4300K .......... .......... .......... .......... .......... 7% 204M 0s 2024-08-22T20:35:52.7402462Z 4350K .......... .......... .......... .......... .......... 7% 152M 0s 2024-08-22T20:35:52.7414444Z 4400K .......... .......... .......... .......... .......... 7% 200M 0s 2024-08-22T20:35:52.7415330Z 4450K .......... .......... .......... .......... .......... 7% 256M 0s 2024-08-22T20:35:52.7416133Z 4500K .......... .......... .......... .......... .......... 7% 329M 0s 2024-08-22T20:35:52.7417012Z 4550K .......... .......... .......... .......... .......... 7% 289M 0s 2024-08-22T20:35:52.7417520Z 4600K .......... .......... .......... .......... .......... 7% 250M 0s 2024-08-22T20:35:52.7418036Z 4650K .......... .......... .......... .......... .......... 7% 249M 0s 2024-08-22T20:35:52.7418536Z 4700K .......... .......... .......... .......... .......... 8% 193M 0s 2024-08-22T20:35:52.7419555Z 4750K .......... .......... .......... .......... .......... 8% 156M 0s 2024-08-22T20:35:52.7421907Z 4800K .......... .......... .......... .......... .......... 8% 203M 0s 2024-08-22T20:35:52.7424461Z 4850K .......... .......... .......... .......... .......... 8% 199M 0s 2024-08-22T20:35:52.7426810Z 4900K .......... .......... .......... .......... .......... 8% 200M 0s 2024-08-22T20:35:52.7429955Z 4950K .......... .......... .......... .......... .......... 8% 165M 0s 2024-08-22T20:35:52.7432481Z 5000K .......... .......... .......... .......... .......... 8% 181M 0s 2024-08-22T20:35:52.7435600Z 5050K .......... .......... .......... .......... .......... 8% 182M 0s 2024-08-22T20:35:52.7438157Z 5100K .......... .......... .......... .......... .......... 8% 184M 0s 2024-08-22T20:35:52.7441161Z 5150K .......... .......... .......... .......... .......... 8% 153M 0s 2024-08-22T20:35:52.7443666Z 5200K .......... .......... .......... .......... .......... 8% 184M 0s 2024-08-22T20:35:52.7446220Z 5250K .......... .......... .......... .......... .......... 8% 192M 0s 2024-08-22T20:35:52.7449367Z 5300K .......... .......... .......... .......... .......... 9% 192M 0s 2024-08-22T20:35:52.7451397Z 5350K .......... .......... .......... .......... .......... 9% 179M 0s 2024-08-22T20:35:52.7454015Z 5400K .......... .......... .......... .......... .......... 9% 206M 0s 2024-08-22T20:35:52.7456479Z 5450K .......... .......... .......... .......... .......... 9% 185M 0s 2024-08-22T20:35:52.7459641Z 5500K .......... .......... .......... .......... .......... 9% 170M 0s 2024-08-22T20:35:52.7462698Z 5550K .......... .......... .......... .......... .......... 9% 150M 0s 2024-08-22T20:35:52.7465307Z 5600K .......... .......... .......... .......... .......... 9% 195M 0s 2024-08-22T20:35:52.7467631Z 5650K .......... .......... .......... .......... .......... 9% 192M 0s 2024-08-22T20:35:52.7470239Z 5700K .......... .......... .......... .......... .......... 9% 196M 0s 2024-08-22T20:35:52.7473005Z 5750K .......... .......... .......... .......... .......... 9% 170M 0s 2024-08-22T20:35:52.7475489Z 5800K .......... .......... .......... .......... .......... 9% 193M 0s 2024-08-22T20:35:52.7477918Z 5850K .......... .......... .......... .......... .......... 9% 203M 0s 2024-08-22T20:35:52.7480241Z 5900K .......... .......... .......... .......... .......... 10% 215M 0s 2024-08-22T20:35:52.7483179Z 5950K .......... .......... .......... .......... .......... 10% 163M 0s 2024-08-22T20:35:52.7485516Z 6000K .......... .......... .......... .......... .......... 10% 217M 0s 2024-08-22T20:35:52.7488999Z 6050K .......... .......... .......... .......... .......... 10% 158M 0s 2024-08-22T20:35:52.7491845Z 6100K .......... .......... .......... .......... .......... 10% 186M 0s 2024-08-22T20:35:52.7494015Z 6150K .......... .......... .......... .......... .......... 10% 188M 0s 2024-08-22T20:35:52.7496252Z 6200K .......... .......... .......... .......... .......... 10% 194M 0s 2024-08-22T20:35:52.7498796Z 6250K .......... .......... .......... .......... .......... 10% 193M 0s 2024-08-22T20:35:52.7501113Z 6300K .......... .......... .......... .......... .......... 10% 218M 0s 2024-08-22T20:35:52.7503938Z 6350K .......... .......... .......... .......... .......... 10% 171M 0s 2024-08-22T20:35:52.7507186Z 6400K .......... .......... .......... .......... .......... 10% 170M 0s 2024-08-22T20:35:52.7509776Z 6450K .......... .......... .......... .......... .......... 10% 183M 0s 2024-08-22T20:35:52.7512047Z 6500K .......... .......... .......... .......... .......... 11% 192M 0s 2024-08-22T20:35:52.7514973Z 6550K .......... .......... .......... .......... .......... 11% 163M 0s 2024-08-22T20:35:52.7518011Z 6600K .......... .......... .......... .......... .......... 11% 187M 0s 2024-08-22T20:35:52.7520421Z 6650K .......... .......... .......... .......... .......... 11% 172M 0s 2024-08-22T20:35:52.7523140Z 6700K .......... .......... .......... .......... .......... 11% 187M 0s 2024-08-22T20:35:52.7526139Z 6750K .......... .......... .......... .......... .......... 11% 156M 0s 2024-08-22T20:35:52.7529303Z 6800K .......... .......... .......... .......... .......... 11% 193M 0s 2024-08-22T20:35:52.7531080Z 6850K .......... .......... .......... .......... .......... 11% 203M 0s 2024-08-22T20:35:52.7534026Z 6900K .......... .......... .......... .......... .......... 11% 200M 0s 2024-08-22T20:35:52.7536528Z 6950K .......... .......... .......... .......... .......... 11% 178M 0s 2024-08-22T20:35:52.7538911Z 7000K .......... .......... .......... .......... .......... 11% 196M 0s 2024-08-22T20:35:52.7541735Z 7050K .......... .......... .......... .......... .......... 11% 176M 0s 2024-08-22T20:35:52.7544420Z 7100K .......... .......... .......... .......... .......... 12% 175M 0s 2024-08-22T20:35:52.7547953Z 7150K .......... .......... .......... .......... .......... 12% 147M 0s 2024-08-22T20:35:52.7550789Z 7200K .......... .......... .......... .......... .......... 12% 174M 0s 2024-08-22T20:35:52.7553052Z 7250K .......... .......... .......... .......... .......... 12% 195M 0s 2024-08-22T20:35:52.7555563Z 7300K .......... .......... .......... .......... .......... 12% 195M 0s 2024-08-22T20:35:52.7558913Z 7350K .......... .......... .......... .......... .......... 12% 165M 0s 2024-08-22T20:35:52.7561193Z 7400K .......... .......... .......... .......... .......... 12% 203M 0s 2024-08-22T20:35:52.7563688Z 7450K .......... .......... .......... .......... .......... 12% 191M 0s 2024-08-22T20:35:52.7566142Z 7500K .......... .......... .......... .......... .......... 12% 195M 0s 2024-08-22T20:35:52.7568996Z 7550K .......... .......... .......... .......... .......... 12% 158M 0s 2024-08-22T20:35:52.7571591Z 7600K .......... .......... .......... .......... .......... 12% 205M 0s 2024-08-22T20:35:52.7573887Z 7650K .......... .......... .......... .......... .......... 12% 195M 0s 2024-08-22T20:35:52.7576361Z 7700K .......... .......... .......... .......... .......... 13% 207M 0s 2024-08-22T20:35:52.7579014Z 7750K .......... .......... .......... .......... .......... 13% 178M 0s 2024-08-22T20:35:52.7581712Z 7800K .......... .......... .......... .......... .......... 13% 182M 0s 2024-08-22T20:35:52.7584882Z 7850K .......... .......... .......... .......... .......... 13% 182M 0s 2024-08-22T20:35:52.7587287Z 7900K .......... .......... .......... .......... .......... 13% 169M 0s 2024-08-22T20:35:52.7590961Z 7950K .......... .......... .......... .......... .......... 13% 135M 0s 2024-08-22T20:35:52.7593563Z 8000K .......... .......... .......... .......... .......... 13% 186M 0s 2024-08-22T20:35:52.7596015Z 8050K .......... .......... .......... .......... .......... 13% 194M 0s 2024-08-22T20:35:52.7598272Z 8100K .......... .......... .......... .......... .......... 13% 215M 0s 2024-08-22T20:35:52.7600970Z 8150K .......... .......... .......... .......... .......... 13% 181M 0s 2024-08-22T20:35:52.7603415Z 8200K .......... .......... .......... .......... .......... 13% 199M 0s 2024-08-22T20:35:52.7606276Z 8250K .......... .......... .......... .......... .......... 13% 180M 0s 2024-08-22T20:35:52.7609090Z 8300K .......... .......... .......... .......... .......... 14% 170M 0s 2024-08-22T20:35:52.7611914Z 8350K .......... .......... .......... .......... .......... 14% 175M 0s 2024-08-22T20:35:52.7614681Z 8400K .......... .......... .......... .......... .......... 14% 181M 0s 2024-08-22T20:35:52.7617304Z 8450K .......... .......... .......... .......... .......... 14% 181M 0s 2024-08-22T20:35:52.7620042Z 8500K .......... .......... .......... .......... .......... 14% 194M 0s 2024-08-22T20:35:52.7622577Z 8550K .......... .......... .......... .......... .......... 14% 171M 0s 2024-08-22T20:35:52.7625260Z 8600K .......... .......... .......... .......... .......... 14% 197M 0s 2024-08-22T20:35:52.7628159Z 8650K .......... .......... .......... .......... .......... 14% 170M 0s 2024-08-22T20:35:52.7630620Z 8700K .......... .......... .......... .......... .......... 14% 185M 0s 2024-08-22T20:35:52.7633738Z 8750K .......... .......... .......... .......... .......... 14% 157M 0s 2024-08-22T20:35:52.7636684Z 8800K .......... .......... .......... .......... .......... 14% 193M 0s 2024-08-22T20:35:52.7638877Z 8850K .......... .......... .......... .......... .......... 14% 188M 0s 2024-08-22T20:35:52.7641109Z 8900K .......... .......... .......... .......... .......... 15% 211M 0s 2024-08-22T20:35:52.7643799Z 8950K .......... .......... .......... .......... .......... 15% 183M 0s 2024-08-22T20:35:52.7646458Z 9000K .......... .......... .......... .......... .......... 15% 205M 0s 2024-08-22T20:35:52.7648811Z 9050K .......... .......... .......... .......... .......... 15% 188M 0s 2024-08-22T20:35:52.7651345Z 9100K .......... .......... .......... .......... .......... 15% 191M 0s 2024-08-22T20:35:52.7654296Z 9150K .......... .......... .......... .......... .......... 15% 180M 0s 2024-08-22T20:35:52.7656584Z 9200K .......... .......... .......... .......... .......... 15% 195M 0s 2024-08-22T20:35:52.7659613Z 9250K .......... .......... .......... .......... .......... 15% 201M 0s 2024-08-22T20:35:52.7662276Z 9300K .......... .......... .......... .......... .......... 15% 178M 0s 2024-08-22T20:35:52.7664325Z 9350K .......... .......... .......... .......... .......... 15% 186M 0s 2024-08-22T20:35:52.7667049Z 9400K .......... .......... .......... .......... .......... 15% 197M 0s 2024-08-22T20:35:52.7669606Z 9450K .......... .......... .......... .......... .......... 16% 180M 0s 2024-08-22T20:35:52.7672291Z 9500K .......... .......... .......... .......... .......... 16% 179M 0s 2024-08-22T20:35:52.7675848Z 9550K .......... .......... .......... .......... .......... 16% 147M 0s 2024-08-22T20:35:52.7678065Z 9600K .......... .......... .......... .......... .......... 16% 201M 0s 2024-08-22T20:35:52.7681160Z 9650K .......... .......... .......... .......... .......... 16% 188M 0s 2024-08-22T20:35:52.7683038Z 9700K .......... .......... .......... .......... .......... 16% 199M 0s 2024-08-22T20:35:52.7685778Z 9750K .......... .......... .......... .......... .......... 16% 182M 0s 2024-08-22T20:35:52.7688824Z 9800K .......... .......... .......... .......... .......... 16% 185M 0s 2024-08-22T20:35:52.7691163Z 9850K .......... .......... .......... .......... .......... 16% 188M 0s 2024-08-22T20:35:52.7693651Z 9900K .......... .......... .......... .......... .......... 16% 186M 0s 2024-08-22T20:35:52.7696728Z 9950K .......... .......... .......... .......... .......... 16% 157M 0s 2024-08-22T20:35:52.7699463Z 10000K .......... .......... .......... .......... .......... 16% 177M 0s 2024-08-22T20:35:52.7702296Z 10050K .......... .......... .......... .......... .......... 17% 191M 0s 2024-08-22T20:35:52.7704421Z 10100K .......... .......... .......... .......... .......... 17% 204M 0s 2024-08-22T20:35:52.7707259Z 10150K .......... .......... .......... .......... .......... 17% 172M 0s 2024-08-22T20:35:52.7710066Z 10200K .......... .......... .......... .......... .......... 17% 188M 0s 2024-08-22T20:35:52.7712457Z 10250K .......... .......... .......... .......... .......... 17% 188M 0s 2024-08-22T20:35:52.7715058Z 10300K .......... .......... .......... .......... .......... 17% 189M 0s 2024-08-22T20:35:52.7718387Z 10350K .......... .......... .......... .......... .......... 17% 164M 0s 2024-08-22T20:35:52.7720293Z 10400K .......... .......... .......... .......... .......... 17% 212M 0s 2024-08-22T20:35:52.7723061Z 10450K .......... .......... .......... .......... .......... 17% 196M 0s 2024-08-22T20:35:52.7725477Z 10500K .......... .......... .......... .......... .......... 17% 194M 0s 2024-08-22T20:35:52.7727997Z 10550K .......... .......... .......... .......... .......... 17% 185M 0s 2024-08-22T20:35:52.7730343Z 10600K .......... .......... .......... .......... .......... 17% 208M 0s 2024-08-22T20:35:52.7732838Z 10650K .......... .......... .......... .......... .......... 18% 224M 0s 2024-08-22T20:35:52.7735756Z 10700K .......... .......... .......... .......... .......... 18% 187M 0s 2024-08-22T20:35:52.7737764Z 10750K .......... .......... .......... .......... .......... 18% 181M 0s 2024-08-22T20:35:52.7740853Z 10800K .......... .......... .......... .......... .......... 18% 186M 0s 2024-08-22T20:35:52.7743229Z 10850K .......... .......... .......... .......... .......... 18% 179M 0s 2024-08-22T20:35:52.7746085Z 10900K .......... .......... .......... .......... .......... 18% 184M 0s 2024-08-22T20:35:52.7748907Z 10950K .......... .......... .......... .......... .......... 18% 161M 0s 2024-08-22T20:35:52.7751292Z 11000K .......... .......... .......... .......... .......... 18% 201M 0s 2024-08-22T20:35:52.7753750Z 11050K .......... .......... .......... .......... .......... 18% 207M 0s 2024-08-22T20:35:52.7756081Z 11100K .......... .......... .......... .......... .......... 18% 202M 0s 2024-08-22T20:35:52.7759036Z 11150K .......... .......... .......... .......... .......... 18% 171M 0s 2024-08-22T20:35:52.7761544Z 11200K .......... .......... .......... .......... .......... 18% 193M 0s 2024-08-22T20:35:52.7763993Z 11250K .......... .......... .......... .......... .......... 19% 202M 0s 2024-08-22T20:35:52.7766598Z 11300K .......... .......... .......... .......... .......... 19% 183M 0s 2024-08-22T20:35:52.7769451Z 11350K .......... .......... .......... .......... .......... 19% 183M 0s 2024-08-22T20:35:52.7771670Z 11400K .......... .......... .......... .......... .......... 19% 205M 0s 2024-08-22T20:35:52.7774014Z 11450K .......... .......... .......... .......... .......... 19% 202M 0s 2024-08-22T20:35:52.7776668Z 11500K .......... .......... .......... .......... .......... 19% 208M 0s 2024-08-22T20:35:52.7779155Z 11550K .......... .......... .......... .......... .......... 19% 179M 0s 2024-08-22T20:35:52.7781330Z 11600K .......... .......... .......... .......... .......... 19% 213M 0s 2024-08-22T20:35:52.7783522Z 11650K .......... .......... .......... .......... .......... 19% 223M 0s 2024-08-22T20:35:52.7785801Z 11700K .......... .......... .......... .......... .......... 19% 216M 0s 2024-08-22T20:35:52.7788406Z 11750K .......... .......... .......... .......... .......... 19% 199M 0s 2024-08-22T20:35:52.7790862Z 11800K .......... .......... .......... .......... .......... 19% 193M 0s 2024-08-22T20:35:52.7793194Z 11850K .......... .......... .......... .......... .......... 20% 204M 0s 2024-08-22T20:35:52.7795711Z 11900K .......... .......... .......... .......... .......... 20% 203M 0s 2024-08-22T20:35:52.7798588Z 11950K .......... .......... .......... .......... .......... 20% 165M 0s 2024-08-22T20:35:52.7801216Z 12000K .......... .......... .......... .......... .......... 20% 188M 0s 2024-08-22T20:35:52.7803709Z 12050K .......... .......... .......... .......... .......... 20% 196M 0s 2024-08-22T20:35:52.7806044Z 12100K .......... .......... .......... .......... .......... 20% 204M 0s 2024-08-22T20:35:52.7809599Z 12150K .......... .......... .......... .......... .......... 20% 172M 0s 2024-08-22T20:35:52.7811603Z 12200K .......... .......... .......... .......... .......... 20% 204M 0s 2024-08-22T20:35:52.7813874Z 12250K .......... .......... .......... .......... .......... 20% 209M 0s 2024-08-22T20:35:52.7816337Z 12300K .......... .......... .......... .......... .......... 20% 180M 0s 2024-08-22T20:35:52.7819931Z 12350K .......... .......... .......... .......... .......... 20% 146M 0s 2024-08-22T20:35:52.7822652Z 12400K .......... .......... .......... .......... .......... 20% 165M 0s 2024-08-22T20:35:52.7825170Z 12450K .......... .......... .......... .......... .......... 21% 198M 0s 2024-08-22T20:35:52.7828322Z 12500K .......... .......... .......... .......... .......... 21% 197M 0s 2024-08-22T20:35:52.7831046Z 12550K .......... .......... .......... .......... .......... 21% 166M 0s 2024-08-22T20:35:52.7833231Z 12600K .......... .......... .......... .......... .......... 21% 193M 0s 2024-08-22T20:35:52.7835693Z 12650K .......... .......... .......... .......... .......... 21% 186M 0s 2024-08-22T20:35:52.7838321Z 12700K .......... .......... .......... .......... .......... 21% 186M 0s 2024-08-22T20:35:52.7841838Z 12750K .......... .......... .......... .......... .......... 21% 165M 0s 2024-08-22T20:35:52.7843791Z 12800K .......... .......... .......... .......... .......... 21% 197M 0s 2024-08-22T20:35:52.7846389Z 12850K .......... .......... .......... .......... .......... 21% 193M 0s 2024-08-22T20:35:52.7849032Z 12900K .......... .......... .......... .......... .......... 21% 198M 0s 2024-08-22T20:35:52.7851624Z 12950K .......... .......... .......... .......... .......... 21% 168M 0s 2024-08-22T20:35:52.7854100Z 13000K .......... .......... .......... .......... .......... 21% 213M 0s 2024-08-22T20:35:52.7856366Z 13050K .......... .......... .......... .......... .......... 22% 202M 0s 2024-08-22T20:35:52.7859018Z 13100K .......... .......... .......... .......... .......... 22% 183M 0s 2024-08-22T20:35:52.7862087Z 13150K .......... .......... .......... .......... .......... 22% 162M 0s 2024-08-22T20:35:52.7864736Z 13200K .......... .......... .......... .......... .......... 22% 183M 0s 2024-08-22T20:35:52.7867314Z 13250K .......... .......... .......... .......... .......... 22% 190M 0s 2024-08-22T20:35:52.7870392Z 13300K .......... .......... .......... .......... .......... 22% 179M 0s 2024-08-22T20:35:52.7872999Z 13350K .......... .......... .......... .......... .......... 22% 176M 0s 2024-08-22T20:35:52.7875413Z 13400K .......... .......... .......... .......... .......... 22% 187M 0s 2024-08-22T20:35:52.7878405Z 13450K .......... .......... .......... .......... .......... 22% 176M 0s 2024-08-22T20:35:52.7880780Z 13500K .......... .......... .......... .......... .......... 22% 187M 0s 2024-08-22T20:35:52.7883764Z 13550K .......... .......... .......... .......... .......... 22% 163M 0s 2024-08-22T20:35:52.7886334Z 13600K .......... .......... .......... .......... .......... 22% 193M 0s 2024-08-22T20:35:52.7888775Z 13650K .......... .......... .......... .......... .......... 23% 199M 0s 2024-08-22T20:35:52.7891720Z 13700K .......... .......... .......... .......... .......... 23% 180M 0s 2024-08-22T20:35:52.7894214Z 13750K .......... .......... .......... .......... .......... 23% 176M 0s 2024-08-22T20:35:52.7896802Z 13800K .......... .......... .......... .......... .......... 23% 194M 0s 2024-08-22T20:35:52.7899520Z 13850K .......... .......... .......... .......... .......... 23% 188M 0s 2024-08-22T20:35:52.7901931Z 13900K .......... .......... .......... .......... .......... 23% 189M 0s 2024-08-22T20:35:52.7904769Z 13950K .......... .......... .......... .......... .......... 23% 178M 0s 2024-08-22T20:35:52.7907128Z 14000K .......... .......... .......... .......... .......... 23% 200M 0s 2024-08-22T20:35:52.7909932Z 14050K .......... .......... .......... .......... .......... 23% 180M 0s 2024-08-22T20:35:52.7912735Z 14100K .......... .......... .......... .......... .......... 23% 173M 0s 2024-08-22T20:35:52.7915379Z 14150K .......... .......... .......... .......... .......... 23% 177M 0s 2024-08-22T20:35:52.7917793Z 14200K .......... .......... .......... .......... .......... 24% 203M 0s 2024-08-22T20:35:52.7920477Z 14250K .......... .......... .......... .......... .......... 24% 183M 0s 2024-08-22T20:35:52.7923065Z 14300K .......... .......... .......... .......... .......... 24% 190M 0s 2024-08-22T20:35:52.7926183Z 14350K .......... .......... .......... .......... .......... 24% 155M 0s 2024-08-22T20:35:52.7928458Z 14400K .......... .......... .......... .......... .......... 24% 212M 0s 2024-08-22T20:35:52.7930834Z 14450K .......... .......... .......... .......... .......... 24% 206M 0s 2024-08-22T20:35:52.7933593Z 14500K .......... .......... .......... .......... .......... 24% 194M 0s 2024-08-22T20:35:52.7936394Z 14550K .......... .......... .......... .......... .......... 24% 165M 0s 2024-08-22T20:35:52.7939231Z 14600K .......... .......... .......... .......... .......... 24% 171M 0s 2024-08-22T20:35:52.7941864Z 14650K .......... .......... .......... .......... .......... 24% 186M 0s 2024-08-22T20:35:52.7944637Z 14700K .......... .......... .......... .......... .......... 24% 194M 0s 2024-08-22T20:35:52.7947609Z 14750K .......... .......... .......... .......... .......... 24% 165M 0s 2024-08-22T20:35:52.7950600Z 14800K .......... .......... .......... .......... .......... 25% 180M 0s 2024-08-22T20:35:52.7952477Z 14850K .......... .......... .......... .......... .......... 25% 199M 0s 2024-08-22T20:35:52.7955044Z 14900K .......... .......... .......... .......... .......... 25% 217M 0s 2024-08-22T20:35:52.7957879Z 14950K .......... .......... .......... .......... .......... 25% 165M 0s 2024-08-22T20:35:52.7960269Z 15000K .......... .......... .......... .......... .......... 25% 192M 0s 2024-08-22T20:35:52.7963019Z 15050K .......... .......... .......... .......... .......... 25% 204M 0s 2024-08-22T20:35:52.7965558Z 15100K .......... .......... .......... .......... .......... 25% 177M 0s 2024-08-22T20:35:52.7968389Z 15150K .......... .......... .......... .......... .......... 25% 161M 0s 2024-08-22T20:35:52.7971106Z 15200K .......... .......... .......... .......... .......... 25% 202M 0s 2024-08-22T20:35:52.7973748Z 15250K .......... .......... .......... .......... .......... 25% 185M 0s 2024-08-22T20:35:52.7976078Z 15300K .......... .......... .......... .......... .......... 25% 191M 0s 2024-08-22T20:35:52.7978972Z 15350K .......... .......... .......... .......... .......... 25% 168M 0s 2024-08-22T20:35:52.7981455Z 15400K .......... .......... .......... .......... .......... 26% 194M 0s 2024-08-22T20:35:52.7984095Z 15450K .......... .......... .......... .......... .......... 26% 187M 0s 2024-08-22T20:35:52.7986772Z 15500K .......... .......... .......... .......... .......... 26% 187M 0s 2024-08-22T20:35:52.7990173Z 15550K .......... .......... .......... .......... .......... 26% 143M 0s 2024-08-22T20:35:52.7992914Z 15600K .......... .......... .......... .......... .......... 26% 176M 0s 2024-08-22T20:35:52.7995561Z 15650K .......... .......... .......... .......... .......... 26% 186M 0s 2024-08-22T20:35:52.7998184Z 15700K .......... .......... .......... .......... .......... 26% 181M 0s 2024-08-22T20:35:52.8000862Z 15750K .......... .......... .......... .......... .......... 26% 182M 0s 2024-08-22T20:35:52.8003429Z 15800K .......... .......... .......... .......... .......... 26% 194M 0s 2024-08-22T20:35:52.8006294Z 15850K .......... .......... .......... .......... .......... 26% 174M 0s 2024-08-22T20:35:52.8009081Z 15900K .......... .......... .......... .......... .......... 26% 177M 0s 2024-08-22T20:35:52.8011758Z 15950K .......... .......... .......... .......... .......... 26% 172M 0s 2024-08-22T20:35:52.8014297Z 16000K .......... .......... .......... .......... .......... 27% 197M 0s 2024-08-22T20:35:52.8016727Z 16050K .......... .......... .......... .......... .......... 27% 196M 0s 2024-08-22T20:35:52.8019527Z 16100K .......... .......... .......... .......... .......... 27% 189M 0s 2024-08-22T20:35:52.8022200Z 16150K .......... .......... .......... .......... .......... 27% 170M 0s 2024-08-22T20:35:52.8024558Z 16200K .......... .......... .......... .......... .......... 27% 216M 0s 2024-08-22T20:35:52.8027247Z 16250K .......... .......... .......... .......... .......... 27% 191M 0s 2024-08-22T20:35:52.8029951Z 16300K .......... .......... .......... .......... .......... 27% 175M 0s 2024-08-22T20:35:52.8032950Z 16350K .......... .......... .......... .......... .......... 27% 160M 0s 2024-08-22T20:35:52.8035429Z 16400K .......... .......... .......... .......... .......... 27% 195M 0s 2024-08-22T20:35:52.8037974Z 16450K .......... .......... .......... .......... .......... 27% 191M 0s 2024-08-22T20:35:52.8040237Z 16500K .......... .......... .......... .......... .......... 27% 212M 0s 2024-08-22T20:35:52.8043149Z 16550K .......... .......... .......... .......... .......... 27% 168M 0s 2024-08-22T20:35:52.8045797Z 16600K .......... .......... .......... .......... .......... 28% 184M 0s 2024-08-22T20:35:52.8048375Z 16650K .......... .......... .......... .......... .......... 28% 200M 0s 2024-08-22T20:35:52.8051111Z 16700K .......... .......... .......... .......... .......... 28% 173M 0s 2024-08-22T20:35:52.8054196Z 16750K .......... .......... .......... .......... .......... 28% 158M 0s 2024-08-22T20:35:52.8056393Z 16800K .......... .......... .......... .......... .......... 28% 215M 0s 2024-08-22T20:35:52.8058898Z 16850K .......... .......... .......... .......... .......... 28% 197M 0s 2024-08-22T20:35:52.8061716Z 16900K .......... .......... .......... .......... .......... 28% 201M 0s 2024-08-22T20:35:52.8064807Z 16950K .......... .......... .......... .......... .......... 28% 163M 0s 2024-08-22T20:35:52.8066943Z 17000K .......... .......... .......... .......... .......... 28% 187M 0s 2024-08-22T20:35:52.8069658Z 17050K .......... .......... .......... .......... .......... 28% 183M 0s 2024-08-22T20:35:52.8072183Z 17100K .......... .......... .......... .......... .......... 28% 195M 0s 2024-08-22T20:35:52.8075215Z 17150K .......... .......... .......... .......... .......... 28% 161M 0s 2024-08-22T20:35:52.8077955Z 17200K .......... .......... .......... .......... .......... 29% 193M 0s 2024-08-22T20:35:52.8080840Z 17250K .......... .......... .......... .......... .......... 29% 192M 0s 2024-08-22T20:35:52.8082341Z 17300K .......... .......... .......... .......... .......... 29% 216M 0s 2024-08-22T20:35:52.8085218Z 17350K .......... .......... .......... .......... .......... 29% 180M 0s 2024-08-22T20:35:52.8087877Z 17400K .......... .......... .......... .......... .......... 29% 185M 0s 2024-08-22T20:35:52.8090362Z 17450K .......... .......... .......... .......... .......... 29% 198M 0s 2024-08-22T20:35:52.8092887Z 17500K .......... .......... .......... .......... .......... 29% 206M 0s 2024-08-22T20:35:52.8095804Z 17550K .......... .......... .......... .......... .......... 29% 158M 0s 2024-08-22T20:35:52.8098542Z 17600K .......... .......... .......... .......... .......... 29% 189M 0s 2024-08-22T20:35:52.8101250Z 17650K .......... .......... .......... .......... .......... 29% 169M 0s 2024-08-22T20:35:52.8103421Z 17700K .......... .......... .......... .......... .......... 29% 222M 0s 2024-08-22T20:35:52.8106204Z 17750K .......... .......... .......... .......... .......... 29% 186M 0s 2024-08-22T20:35:52.8108956Z 17800K .......... .......... .......... .......... .......... 30% 193M 0s 2024-08-22T20:35:52.8111698Z 17850K .......... .......... .......... .......... .......... 30% 165M 0s 2024-08-22T20:35:52.8114215Z 17900K .......... .......... .......... .......... .......... 30% 190M 0s 2024-08-22T20:35:52.8117239Z 17950K .......... .......... .......... .......... .......... 30% 171M 0s 2024-08-22T20:35:52.8119785Z 18000K .......... .......... .......... .......... .......... 30% 183M 0s 2024-08-22T20:35:52.8122305Z 18050K .......... .......... .......... .......... .......... 30% 188M 0s 2024-08-22T20:35:52.8125132Z 18100K .......... .......... .......... .......... .......... 30% 190M 0s 2024-08-22T20:35:52.8127940Z 18150K .......... .......... .......... .......... .......... 30% 165M 0s 2024-08-22T20:35:52.8130509Z 18200K .......... .......... .......... .......... .......... 30% 182M 0s 2024-08-22T20:35:52.8132917Z 18250K .......... .......... .......... .......... .......... 30% 208M 0s 2024-08-22T20:35:52.8135423Z 18300K .......... .......... .......... .......... .......... 30% 186M 0s 2024-08-22T20:35:52.8138434Z 18350K .......... .......... .......... .......... .......... 30% 162M 0s 2024-08-22T20:35:52.8141267Z 18400K .......... .......... .......... .......... .......... 31% 184M 0s 2024-08-22T20:35:52.8143705Z 18450K .......... .......... .......... .......... .......... 31% 190M 0s 2024-08-22T20:35:52.8146431Z 18500K .......... .......... .......... .......... .......... 31% 196M 0s 2024-08-22T20:35:52.8149292Z 18550K .......... .......... .......... .......... .......... 31% 156M 0s 2024-08-22T20:35:52.8151840Z 18600K .......... .......... .......... .......... .......... 31% 192M 0s 2024-08-22T20:35:52.8154688Z 18650K .......... .......... .......... .......... .......... 31% 178M 0s 2024-08-22T20:35:52.8157116Z 18700K .......... .......... .......... .......... .......... 31% 191M 0s 2024-08-22T20:35:52.8160022Z 18750K .......... .......... .......... .......... .......... 31% 171M 0s 2024-08-22T20:35:52.8162539Z 18800K .......... .......... .......... .......... .......... 31% 213M 0s 2024-08-22T20:35:52.8164913Z 18850K .......... .......... .......... .......... .......... 31% 190M 0s 2024-08-22T20:35:52.8167329Z 18900K .......... .......... .......... .......... .......... 31% 201M 0s 2024-08-22T20:35:52.8170005Z 18950K .......... .......... .......... .......... .......... 32% 177M 0s 2024-08-22T20:35:52.8172790Z 19000K .......... .......... .......... .......... .......... 32% 196M 0s 2024-08-22T20:35:52.8175130Z 19050K .......... .......... .......... .......... .......... 32% 186M 0s 2024-08-22T20:35:52.8178108Z 19100K .......... .......... .......... .......... .......... 32% 181M 0s 2024-08-22T20:35:52.8181188Z 19150K .......... .......... .......... .......... .......... 32% 156M 0s 2024-08-22T20:35:52.8183521Z 19200K .......... .......... .......... .......... .......... 32% 199M 0s 2024-08-22T20:35:52.8186364Z 19250K .......... .......... .......... .......... .......... 32% 196M 0s 2024-08-22T20:35:52.8188583Z 19300K .......... .......... .......... .......... .......... 32% 198M 0s 2024-08-22T20:35:52.8191455Z 19350K .......... .......... .......... .......... .......... 32% 157M 0s 2024-08-22T20:35:52.8194148Z 19400K .......... .......... .......... .......... .......... 32% 182M 0s 2024-08-22T20:35:52.8196648Z 19450K .......... .......... .......... .......... .......... 32% 199M 0s 2024-08-22T20:35:52.8199453Z 19500K .......... .......... .......... .......... .......... 32% 174M 0s 2024-08-22T20:35:52.8203200Z 19550K .......... .......... .......... .......... .......... 33% 145M 0s 2024-08-22T20:35:52.8205136Z 19600K .......... .......... .......... .......... .......... 33% 204M 0s 2024-08-22T20:35:52.8207641Z 19650K .......... .......... .......... .......... .......... 33% 216M 0s 2024-08-22T20:35:52.8210111Z 19700K .......... .......... .......... .......... .......... 33% 185M 0s 2024-08-22T20:35:52.8212719Z 19750K .......... .......... .......... .......... .......... 33% 188M 0s 2024-08-22T20:35:52.8215272Z 19800K .......... .......... .......... .......... .......... 33% 188M 0s 2024-08-22T20:35:52.8217653Z 19850K .......... .......... .......... .......... .......... 33% 203M 0s 2024-08-22T20:35:52.8220438Z 19900K .......... .......... .......... .......... .......... 33% 185M 0s 2024-08-22T20:35:52.8223344Z 19950K .......... .......... .......... .......... .......... 33% 162M 0s 2024-08-22T20:35:52.8225687Z 20000K .......... .......... .......... .......... .......... 33% 206M 0s 2024-08-22T20:35:52.8228196Z 20050K .......... .......... .......... .......... .......... 33% 205M 0s 2024-08-22T20:35:52.8230570Z 20100K .......... .......... .......... .......... .......... 33% 205M 0s 2024-08-22T20:35:52.8233693Z 20150K .......... .......... .......... .......... .......... 34% 167M 0s 2024-08-22T20:35:52.8235649Z 20200K .......... .......... .......... .......... .......... 34% 214M 0s 2024-08-22T20:35:52.8238311Z 20250K .......... .......... .......... .......... .......... 34% 211M 0s 2024-08-22T20:35:52.8240870Z 20300K .......... .......... .......... .......... .......... 34% 173M 0s 2024-08-22T20:35:52.8244238Z 20350K .......... .......... .......... .......... .......... 34% 143M 0s 2024-08-22T20:35:52.8246963Z 20400K .......... .......... .......... .......... .......... 34% 191M 0s 2024-08-22T20:35:52.8249507Z 20450K .......... .......... .......... .......... .......... 34% 182M 0s 2024-08-22T20:35:52.8251920Z 20500K .......... .......... .......... .......... .......... 34% 198M 0s 2024-08-22T20:35:52.8254637Z 20550K .......... .......... .......... .......... .......... 34% 188M 0s 2024-08-22T20:35:52.8257267Z 20600K .......... .......... .......... .......... .......... 34% 178M 0s 2024-08-22T20:35:52.8259810Z 20650K .......... .......... .......... .......... .......... 34% 193M 0s 2024-08-22T20:35:52.8262324Z 20700K .......... .......... .......... .......... .......... 34% 195M 0s 2024-08-22T20:35:52.8265211Z 20750K .......... .......... .......... .......... .......... 35% 173M 0s 2024-08-22T20:35:52.8268064Z 20800K .......... .......... .......... .......... .......... 35% 180M 0s 2024-08-22T20:35:52.8270544Z 20850K .......... .......... .......... .......... .......... 35% 180M 0s 2024-08-22T20:35:52.8272984Z 20900K .......... .......... .......... .......... .......... 35% 205M 0s 2024-08-22T20:35:52.8275951Z 20950K .......... .......... .......... .......... .......... 35% 183M 0s 2024-08-22T20:35:52.8278209Z 21000K .......... .......... .......... .......... .......... 35% 188M 0s 2024-08-22T20:35:52.8280950Z 21050K .......... .......... .......... .......... .......... 35% 182M 0s 2024-08-22T20:35:52.8283926Z 21100K .......... .......... .......... .......... .......... 35% 175M 0s 2024-08-22T20:35:52.8286538Z 21150K .......... .......... .......... .......... .......... 35% 169M 0s 2024-08-22T20:35:52.8289781Z 21200K .......... .......... .......... .......... .......... 35% 153M 0s 2024-08-22T20:35:52.8292184Z 21250K .......... .......... .......... .......... .......... 35% 209M 0s 2024-08-22T20:35:52.8294895Z 21300K .......... .......... .......... .......... .......... 35% 176M 0s 2024-08-22T20:35:52.8297596Z 21350K .......... .......... .......... .......... .......... 36% 177M 0s 2024-08-22T20:35:52.8300484Z 21400K .......... .......... .......... .......... .......... 36% 183M 0s 2024-08-22T20:35:52.8302619Z 21450K .......... .......... .......... .......... .......... 36% 208M 0s 2024-08-22T20:35:52.8305134Z 21500K .......... .......... .......... .......... .......... 36% 200M 0s 2024-08-22T20:35:52.8308679Z 21550K .......... .......... .......... .......... .......... 36% 144M 0s 2024-08-22T20:35:52.8311246Z 21600K .......... .......... .......... .......... .......... 36% 177M 0s 2024-08-22T20:35:52.8314217Z 21650K .......... .......... .......... .......... .......... 36% 191M 0s 2024-08-22T20:35:52.8316522Z 21700K .......... .......... .......... .......... .......... 36% 185M 0s 2024-08-22T20:35:52.8319157Z 21750K .......... .......... .......... .......... .......... 36% 179M 0s 2024-08-22T20:35:52.8321646Z 21800K .......... .......... .......... .......... .......... 36% 195M 0s 2024-08-22T20:35:52.8324214Z 21850K .......... .......... .......... .......... .......... 36% 191M 0s 2024-08-22T20:35:52.8326751Z 21900K .......... .......... .......... .......... .......... 36% 188M 0s 2024-08-22T20:35:52.8329910Z 21950K .......... .......... .......... .......... .......... 37% 168M 0s 2024-08-22T20:35:52.8332413Z 22000K .......... .......... .......... .......... .......... 37% 183M 0s 2024-08-22T20:35:52.8335502Z 22050K .......... .......... .......... .......... .......... 37% 170M 0s 2024-08-22T20:35:52.8337925Z 22100K .......... .......... .......... .......... .......... 37% 186M 0s 2024-08-22T20:35:52.8340929Z 22150K .......... .......... .......... .......... .......... 37% 160M 0s 2024-08-22T20:35:52.8343942Z 22200K .......... .......... .......... .......... .......... 37% 192M 0s 2024-08-22T20:35:52.8345812Z 22250K .......... .......... .......... .......... .......... 37% 209M 0s 2024-08-22T20:35:52.8348534Z 22300K .......... .......... .......... .......... .......... 37% 194M 0s 2024-08-22T20:35:52.8351700Z 22350K .......... .......... .......... .......... .......... 37% 150M 0s 2024-08-22T20:35:52.8354126Z 22400K .......... .......... .......... .......... .......... 37% 193M 0s 2024-08-22T20:35:52.8356647Z 22450K .......... .......... .......... .......... .......... 37% 196M 0s 2024-08-22T20:35:52.8358963Z 22500K .......... .......... .......... .......... .......... 37% 204M 0s 2024-08-22T20:35:52.8361794Z 22550K .......... .......... .......... .......... .......... 38% 176M 0s 2024-08-22T20:35:52.8364340Z 22600K .......... .......... .......... .......... .......... 38% 190M 0s 2024-08-22T20:35:52.8366653Z 22650K .......... .......... .......... .......... .......... 38% 209M 0s 2024-08-22T20:35:52.8369713Z 22700K .......... .......... .......... .......... .......... 38% 192M 0s 2024-08-22T20:35:52.8372248Z 22750K .......... .......... .......... .......... .......... 38% 166M 0s 2024-08-22T20:35:52.8374768Z 22800K .......... .......... .......... .......... .......... 38% 190M 0s 2024-08-22T20:35:52.8377356Z 22850K .......... .......... .......... .......... .......... 38% 189M 0s 2024-08-22T20:35:52.8379917Z 22900K .......... .......... .......... .......... .......... 38% 192M 0s 2024-08-22T20:35:52.8383276Z 22950K .......... .......... .......... .......... .......... 38% 168M 0s 2024-08-22T20:35:52.8385245Z 23000K .......... .......... .......... .......... .......... 38% 194M 0s 2024-08-22T20:35:52.8388005Z 23050K .......... .......... .......... .......... .......... 38% 207M 0s 2024-08-22T20:35:52.8390099Z 23100K .......... .......... .......... .......... .......... 38% 202M 0s 2024-08-22T20:35:52.8392935Z 23150K .......... .......... .......... .......... .......... 39% 166M 0s 2024-08-22T20:35:52.8395568Z 23200K .......... .......... .......... .......... .......... 39% 191M 0s 2024-08-22T20:35:52.8398064Z 23250K .......... .......... .......... .......... .......... 39% 192M 0s 2024-08-22T20:35:52.8400271Z 23300K .......... .......... .......... .......... .......... 39% 220M 0s 2024-08-22T20:35:52.8402716Z 23350K .......... .......... .......... .......... .......... 39% 199M 0s 2024-08-22T20:35:52.8405386Z 23400K .......... .......... .......... .......... .......... 39% 186M 0s 2024-08-22T20:35:52.8408266Z 23450K .......... .......... .......... .......... .......... 39% 199M 0s 2024-08-22T20:35:52.8410222Z 23500K .......... .......... .......... .......... .......... 39% 207M 0s 2024-08-22T20:35:52.8413206Z 23550K .......... .......... .......... .......... .......... 39% 161M 0s 2024-08-22T20:35:52.8415575Z 23600K .......... .......... .......... .......... .......... 39% 209M 0s 2024-08-22T20:35:52.8418204Z 23650K .......... .......... .......... .......... .......... 39% 188M 0s 2024-08-22T20:35:52.8420638Z 23700K .......... .......... .......... .......... .......... 40% 200M 0s 2024-08-22T20:35:52.8423224Z 23750K .......... .......... .......... .......... .......... 40% 185M 0s 2024-08-22T20:35:52.8425516Z 23800K .......... .......... .......... .......... .......... 40% 213M 0s 2024-08-22T20:35:52.8428969Z 23850K .......... .......... .......... .......... .......... 40% 201M 0s 2024-08-22T20:35:52.8430492Z 23900K .......... .......... .......... .......... .......... 40% 186M 0s 2024-08-22T20:35:52.8432998Z 23950K .......... .......... .......... .......... .......... 40% 197M 0s 2024-08-22T20:35:52.8434960Z 24000K .......... .......... .......... .......... .......... 40% 258M 0s 2024-08-22T20:35:52.8436792Z 24050K .......... .......... .......... .......... .......... 40% 252M 0s 2024-08-22T20:35:52.8438498Z 24100K .......... .......... .......... .......... .......... 40% 302M 0s 2024-08-22T20:35:52.8440643Z 24150K .......... .......... .......... .......... .......... 40% 219M 0s 2024-08-22T20:35:52.8442649Z 24200K .......... .......... .......... .......... .......... 40% 249M 0s 2024-08-22T20:35:52.8444834Z 24250K .......... .......... .......... .......... .......... 40% 222M 0s 2024-08-22T20:35:52.8446758Z 24300K .......... .......... .......... .......... .......... 41% 252M 0s 2024-08-22T20:35:52.8449042Z 24350K .......... .......... .......... .......... .......... 41% 211M 0s 2024-08-22T20:35:52.8451036Z 24400K .......... .......... .......... .......... .......... 41% 247M 0s 2024-08-22T20:35:52.8453113Z 24450K .......... .......... .......... .......... .......... 41% 230M 0s 2024-08-22T20:35:52.8455141Z 24500K .......... .......... .......... .......... .......... 41% 243M 0s 2024-08-22T20:35:52.8457190Z 24550K .......... .......... .......... .......... .......... 41% 239M 0s 2024-08-22T20:35:52.8459070Z 24600K .......... .......... .......... .......... .......... 41% 259M 0s 2024-08-22T20:35:52.8461128Z 24650K .......... .......... .......... .......... .......... 41% 254M 0s 2024-08-22T20:35:52.8463391Z 24700K .......... .......... .......... .......... .......... 41% 203M 0s 2024-08-22T20:35:52.8466029Z 24750K .......... .......... .......... .......... .......... 41% 191M 0s 2024-08-22T20:35:52.8468318Z 24800K .......... .......... .......... .......... .......... 41% 227M 0s 2024-08-22T20:35:52.8470512Z 24850K .......... .......... .......... .......... .......... 41% 207M 0s 2024-08-22T20:35:52.8472411Z 24900K .......... .......... .......... .......... .......... 42% 263M 0s 2024-08-22T20:35:52.8474871Z 24950K .......... .......... .......... .......... .......... 42% 190M 0s 2024-08-22T20:35:52.8477037Z 25000K .......... .......... .......... .......... .......... 42% 256M 0s 2024-08-22T20:35:52.8478841Z 25050K .......... .......... .......... .......... .......... 42% 248M 0s 2024-08-22T20:35:52.8480909Z 25100K .......... .......... .......... .......... .......... 42% 234M 0s 2024-08-22T20:35:52.8483504Z 25150K .......... .......... .......... .......... .......... 42% 186M 0s 2024-08-22T20:35:52.8485391Z 25200K .......... .......... .......... .......... .......... 42% 254M 0s 2024-08-22T20:35:52.8487295Z 25250K .......... .......... .......... .......... .......... 42% 254M 0s 2024-08-22T20:35:52.8489493Z 25300K .......... .......... .......... .......... .......... 42% 236M 0s 2024-08-22T20:35:52.8491611Z 25350K .......... .......... .......... .......... .......... 42% 218M 0s 2024-08-22T20:35:52.8493641Z 25400K .......... .......... .......... .......... .......... 42% 240M 0s 2024-08-22T20:35:52.8495703Z 25450K .......... .......... .......... .......... .......... 42% 234M 0s 2024-08-22T20:35:52.8497957Z 25500K .......... .......... .......... .......... .......... 43% 243M 0s 2024-08-22T20:35:52.8500326Z 25550K .......... .......... .......... .......... .......... 43% 191M 0s 2024-08-22T20:35:52.8502468Z 25600K .......... .......... .......... .......... .......... 43% 241M 0s 2024-08-22T20:35:52.8504517Z 25650K .......... .......... .......... .......... .......... 43% 225M 0s 2024-08-22T20:35:52.8506515Z 25700K .......... .......... .......... .......... .......... 43% 248M 0s 2024-08-22T20:35:52.8509088Z 25750K .......... .......... .......... .......... .......... 43% 190M 0s 2024-08-22T20:35:52.8511229Z 25800K .......... .......... .......... .......... .......... 43% 225M 0s 2024-08-22T20:35:52.8513284Z 25850K .......... .......... .......... .......... .......... 43% 233M 0s 2024-08-22T20:35:52.8515201Z 25900K .......... .......... .......... .......... .......... 43% 265M 0s 2024-08-22T20:35:52.8517799Z 25950K .......... .......... .......... .......... .......... 43% 184M 0s 2024-08-22T20:35:52.8519665Z 26000K .......... .......... .......... .......... .......... 43% 259M 0s 2024-08-22T20:35:52.8521792Z 26050K .......... .......... .......... .......... .......... 43% 229M 0s 2024-08-22T20:35:52.8523704Z 26100K .......... .......... .......... .......... .......... 44% 257M 0s 2024-08-22T20:35:52.8525945Z 26150K .......... .......... .......... .......... .......... 44% 216M 0s 2024-08-22T20:35:52.8527978Z 26200K .......... .......... .......... .......... .......... 44% 243M 0s 2024-08-22T20:35:52.8529865Z 26250K .......... .......... .......... .......... .......... 44% 255M 0s 2024-08-22T20:35:52.8531951Z 26300K .......... .......... .......... .......... .......... 44% 248M 0s 2024-08-22T20:35:52.8534687Z 26350K .......... .......... .......... .......... .......... 44% 176M 0s 2024-08-22T20:35:52.8536588Z 26400K .......... .......... .......... .......... .......... 44% 251M 0s 2024-08-22T20:35:52.8538461Z 26450K .......... .......... .......... .......... .......... 44% 257M 0s 2024-08-22T20:35:52.8540705Z 26500K .......... .......... .......... .......... .......... 44% 227M 0s 2024-08-22T20:35:52.8543046Z 26550K .......... .......... .......... .......... .......... 44% 201M 0s 2024-08-22T20:35:52.8545116Z 26600K .......... .......... .......... .......... .......... 44% 237M 0s 2024-08-22T20:35:52.8547327Z 26650K .......... .......... .......... .......... .......... 44% 230M 0s 2024-08-22T20:35:52.8549644Z 26700K .......... .......... .......... .......... .......... 45% 207M 0s 2024-08-22T20:35:52.8551972Z 26750K .......... .......... .......... .......... .......... 45% 212M 0s 2024-08-22T20:35:52.8554039Z 26800K .......... .......... .......... .......... .......... 45% 239M 0s 2024-08-22T20:35:52.8556143Z 26850K .......... .......... .......... .......... .......... 45% 236M 0s 2024-08-22T20:35:52.8558276Z 26900K .......... .......... .......... .......... .......... 45% 231M 0s 2024-08-22T20:35:52.8560576Z 26950K .......... .......... .......... .......... .......... 45% 227M 0s 2024-08-22T20:35:52.8562425Z 27000K .......... .......... .......... .......... .......... 45% 231M 0s 2024-08-22T20:35:52.8564488Z 27050K .......... .......... .......... .......... .......... 45% 240M 0s 2024-08-22T20:35:52.8566375Z 27100K .......... .......... .......... .......... .......... 45% 250M 0s 2024-08-22T20:35:52.8568640Z 27150K .......... .......... .......... .......... .......... 45% 223M 0s 2024-08-22T20:35:52.8571006Z 27200K .......... .......... .......... .......... .......... 45% 206M 0s 2024-08-22T20:35:52.8572928Z 27250K .......... .......... .......... .......... .......... 45% 247M 0s 2024-08-22T20:35:52.8574852Z 27300K .......... .......... .......... .......... .......... 46% 260M 0s 2024-08-22T20:35:52.8577100Z 27350K .......... .......... .......... .......... .......... 46% 217M 0s 2024-08-22T20:35:52.8579040Z 27400K .......... .......... .......... .......... .......... 46% 254M 0s 2024-08-22T20:35:52.8581076Z 27450K .......... .......... .......... .......... .......... 46% 233M 0s 2024-08-22T20:35:52.8583144Z 27500K .......... .......... .......... .......... .......... 46% 243M 0s 2024-08-22T20:35:52.8585444Z 27550K .......... .......... .......... .......... .......... 46% 207M 0s 2024-08-22T20:35:52.8587373Z 27600K .......... .......... .......... .......... .......... 46% 268M 0s 2024-08-22T20:35:52.8589757Z 27650K .......... .......... .......... .......... .......... 46% 198M 0s 2024-08-22T20:35:52.8591899Z 27700K .......... .......... .......... .......... .......... 46% 237M 0s 2024-08-22T20:35:52.8594174Z 27750K .......... .......... .......... .......... .......... 46% 215M 0s 2024-08-22T20:35:52.8596164Z 27800K .......... .......... .......... .......... .......... 46% 240M 0s 2024-08-22T20:35:52.8598105Z 27850K .......... .......... .......... .......... .......... 46% 241M 0s 2024-08-22T20:35:52.8600240Z 27900K .......... .......... .......... .......... .......... 47% 229M 0s 2024-08-22T20:35:52.8602716Z 27950K .......... .......... .......... .......... .......... 47% 198M 0s 2024-08-22T20:35:52.8604795Z 28000K .......... .......... .......... .......... .......... 47% 250M 0s 2024-08-22T20:35:52.8606816Z 28050K .......... .......... .......... .......... .......... 47% 230M 0s 2024-08-22T20:35:52.8608903Z 28100K .......... .......... .......... .......... .......... 47% 260M 0s 2024-08-22T20:35:52.8610972Z 28150K .......... .......... .......... .......... .......... 47% 214M 0s 2024-08-22T20:35:52.8613261Z 28200K .......... .......... .......... .......... .......... 47% 217M 0s 2024-08-22T20:35:52.8615220Z 28250K .......... .......... .......... .......... .......... 47% 239M 0s 2024-08-22T20:35:52.8617229Z 28300K .......... .......... .......... .......... .......... 47% 265M 0s 2024-08-22T20:35:52.8619858Z 28350K .......... .......... .......... .......... .......... 47% 176M 0s 2024-08-22T20:35:52.8621867Z 28400K .......... .......... .......... .......... .......... 47% 256M 0s 2024-08-22T20:35:52.8623945Z 28450K .......... .......... .......... .......... .......... 48% 225M 0s 2024-08-22T20:35:52.8625992Z 28500K .......... .......... .......... .......... .......... 48% 258M 0s 2024-08-22T20:35:52.8628238Z 28550K .......... .......... .......... .......... .......... 48% 216M 0s 2024-08-22T20:35:52.8630315Z 28600K .......... .......... .......... .......... .......... 48% 231M 0s 2024-08-22T20:35:52.8632442Z 28650K .......... .......... .......... .......... .......... 48% 231M 0s 2024-08-22T20:35:52.8634673Z 28700K .......... .......... .......... .......... .......... 48% 208M 0s 2024-08-22T20:35:52.8637216Z 28750K .......... .......... .......... .......... .......... 48% 193M 0s 2024-08-22T20:35:52.8639200Z 28800K .......... .......... .......... .......... .......... 48% 244M 0s 2024-08-22T20:35:52.8641247Z 28850K .......... .......... .......... .......... .......... 48% 254M 0s 2024-08-22T20:35:52.8643805Z 28900K .......... .......... .......... .......... .......... 48% 213M 0s 2024-08-22T20:35:52.8646031Z 28950K .......... .......... .......... .......... .......... 48% 185M 0s 2024-08-22T20:35:52.8648147Z 29000K .......... .......... .......... .......... .......... 48% 234M 0s 2024-08-22T20:35:52.8650279Z 29050K .......... .......... .......... .......... .......... 49% 229M 0s 2024-08-22T20:35:52.8652176Z 29100K .......... .......... .......... .......... .......... 49% 252M 0s 2024-08-22T20:35:52.8654579Z 29150K .......... .......... .......... .......... .......... 49% 208M 0s 2024-08-22T20:35:52.8656563Z 29200K .......... .......... .......... .......... .......... 49% 238M 0s 2024-08-22T20:35:52.8658686Z 29250K .......... .......... .......... .......... .......... 49% 240M 0s 2024-08-22T20:35:52.8660938Z 29300K .......... .......... .......... .......... .......... 49% 226M 0s 2024-08-22T20:35:52.8663141Z 29350K .......... .......... .......... .......... .......... 49% 212M 0s 2024-08-22T20:35:52.8665276Z 29400K .......... .......... .......... .......... .......... 49% 228M 0s 2024-08-22T20:35:52.8667293Z 29450K .......... .......... .......... .......... .......... 49% 236M 0s 2024-08-22T20:35:52.8669931Z 29500K .......... .......... .......... .......... .......... 49% 194M 0s 2024-08-22T20:35:52.8672147Z 29550K .......... .......... .......... .......... .......... 49% 211M 0s 2024-08-22T20:35:52.8674445Z 29600K .......... .......... .......... .......... .......... 49% 226M 0s 2024-08-22T20:35:52.8676435Z 29650K .......... .......... .......... .......... .......... 50% 229M 0s 2024-08-22T20:35:52.8678438Z 29700K .......... .......... .......... .......... .......... 50% 266M 0s 2024-08-22T20:35:52.8680550Z 29750K .......... .......... .......... .......... .......... 50% 212M 0s 2024-08-22T20:35:52.8682622Z 29800K .......... .......... .......... .......... .......... 50% 236M 0s 2024-08-22T20:35:52.8684699Z 29850K .......... .......... .......... .......... .......... 50% 235M 0s 2024-08-22T20:35:52.8686870Z 29900K .......... .......... .......... .......... .......... 50% 241M 0s 2024-08-22T20:35:52.8689354Z 29950K .......... .......... .......... .......... .......... 50% 191M 0s 2024-08-22T20:35:52.8691524Z 30000K .......... .......... .......... .......... .......... 50% 221M 0s 2024-08-22T20:35:52.8693739Z 30050K .......... .......... .......... .......... .......... 50% 231M 0s 2024-08-22T20:35:52.8695649Z 30100K .......... .......... .......... .......... .......... 50% 248M 0s 2024-08-22T20:35:52.8697822Z 30150K .......... .......... .......... .......... .......... 50% 225M 0s 2024-08-22T20:35:52.8700010Z 30200K .......... .......... .......... .......... .......... 50% 226M 0s 2024-08-22T20:35:52.8702000Z 30250K .......... .......... .......... .......... .......... 51% 242M 0s 2024-08-22T20:35:52.8704084Z 30300K .......... .......... .......... .......... .......... 51% 227M 0s 2024-08-22T20:35:52.8706375Z 30350K .......... .......... .......... .......... .......... 51% 213M 0s 2024-08-22T20:35:52.8708528Z 30400K .......... .......... .......... .......... .......... 51% 252M 0s 2024-08-22T20:35:52.8710778Z 30450K .......... .......... .......... .......... .......... 51% 205M 0s 2024-08-22T20:35:52.8712939Z 30500K .......... .......... .......... .......... .......... 51% 236M 0s 2024-08-22T20:35:52.8715344Z 30550K .......... .......... .......... .......... .......... 51% 193M 0s 2024-08-22T20:35:52.8717347Z 30600K .......... .......... .......... .......... .......... 51% 237M 0s 2024-08-22T20:35:52.8719334Z 30650K .......... .......... .......... .......... .......... 51% 241M 0s 2024-08-22T20:35:52.8721214Z 30700K .......... .......... .......... .......... .......... 51% 271M 0s 2024-08-22T20:35:52.8723885Z 30750K .......... .......... .......... .......... .......... 51% 183M 0s 2024-08-22T20:35:52.8725794Z 30800K .......... .......... .......... .......... .......... 51% 251M 0s 2024-08-22T20:35:52.8728042Z 30850K .......... .......... .......... .......... .......... 52% 236M 0s 2024-08-22T20:35:52.8729907Z 30900K .......... .......... .......... .......... .......... 52% 255M 0s 2024-08-22T20:35:52.8732107Z 30950K .......... .......... .......... .......... .......... 52% 216M 0s 2024-08-22T20:35:52.8733811Z 31000K .......... .......... .......... .......... .......... 52% 270M 0s 2024-08-22T20:35:52.8735893Z 31050K .......... .......... .......... .......... .......... 52% 246M 0s 2024-08-22T20:35:52.8737950Z 31100K .......... .......... .......... .......... .......... 52% 228M 0s 2024-08-22T20:35:52.8740392Z 31150K .......... .......... .......... .......... .......... 52% 204M 0s 2024-08-22T20:35:52.8742476Z 31200K .......... .......... .......... .......... .......... 52% 236M 0s 2024-08-22T20:35:52.8744441Z 31250K .......... .......... .......... .......... .......... 52% 247M 0s 2024-08-22T20:35:52.8746267Z 31300K .......... .......... .......... .......... .......... 52% 261M 0s 2024-08-22T20:35:52.8748473Z 31350K .......... .......... .......... .......... .......... 52% 239M 0s 2024-08-22T20:35:52.8750589Z 31400K .......... .......... .......... .......... .......... 52% 212M 0s 2024-08-22T20:35:52.8752752Z 31450K .......... .......... .......... .......... .......... 53% 227M 0s 2024-08-22T20:35:52.8755030Z 31500K .......... .......... .......... .......... .......... 53% 228M 0s 2024-08-22T20:35:52.8757374Z 31550K .......... .......... .......... .......... .......... 53% 196M 0s 2024-08-22T20:35:52.8759350Z 31600K .......... .......... .......... .......... .......... 53% 248M 0s 2024-08-22T20:35:52.8761185Z 31650K .......... .......... .......... .......... .......... 53% 268M 0s 2024-08-22T20:35:52.8763253Z 31700K .......... .......... .......... .......... .......... 53% 242M 0s 2024-08-22T20:35:52.8765706Z 31750K .......... .......... .......... .......... .......... 53% 194M 0s 2024-08-22T20:35:52.8768051Z 31800K .......... .......... .......... .......... .......... 53% 213M 0s 2024-08-22T20:35:52.8770310Z 31850K .......... .......... .......... .......... .......... 53% 221M 0s 2024-08-22T20:35:52.8772336Z 31900K .......... .......... .......... .......... .......... 53% 231M 0s 2024-08-22T20:35:52.8774551Z 31950K .......... .......... .......... .......... .......... 53% 221M 0s 2024-08-22T20:35:52.8776730Z 32000K .......... .......... .......... .......... .......... 53% 225M 0s 2024-08-22T20:35:52.8778781Z 32050K .......... .......... .......... .......... .......... 54% 253M 0s 2024-08-22T20:35:52.8780813Z 32100K .......... .......... .......... .......... .......... 54% 228M 0s 2024-08-22T20:35:52.8783031Z 32150K .......... .......... .......... .......... .......... 54% 217M 0s 2024-08-22T20:35:52.8785018Z 32200K .......... .......... .......... .......... .......... 54% 253M 0s 2024-08-22T20:35:52.8787161Z 32250K .......... .......... .......... .......... .......... 54% 243M 0s 2024-08-22T20:35:52.8789187Z 32300K .......... .......... .......... .......... .......... 54% 223M 0s 2024-08-22T20:35:52.8791603Z 32350K .......... .......... .......... .......... .......... 54% 207M 0s 2024-08-22T20:35:52.8793652Z 32400K .......... .......... .......... .......... .......... 54% 236M 0s 2024-08-22T20:35:52.8795453Z 32450K .......... .......... .......... .......... .......... 54% 279M 0s 2024-08-22T20:35:52.8797525Z 32500K .......... .......... .......... .......... .......... 54% 225M 0s 2024-08-22T20:35:52.8799713Z 32550K .......... .......... .......... .......... .......... 54% 221M 0s 2024-08-22T20:35:52.8801571Z 32600K .......... .......... .......... .......... .......... 54% 262M 0s 2024-08-22T20:35:52.8803745Z 32650K .......... .......... .......... .......... .......... 55% 242M 0s 2024-08-22T20:35:52.8805798Z 32700K .......... .......... .......... .......... .......... 55% 225M 0s 2024-08-22T20:35:52.8808225Z 32750K .......... .......... .......... .......... .......... 55% 198M 0s 2024-08-22T20:35:52.8810373Z 32800K .......... .......... .......... .......... .......... 55% 253M 0s 2024-08-22T20:35:52.8812574Z 32850K .......... .......... .......... .......... .......... 55% 211M 0s 2024-08-22T20:35:52.8814526Z 32900K .......... .......... .......... .......... .......... 55% 265M 0s 2024-08-22T20:35:52.8816833Z 32950K .......... .......... .......... .......... .......... 55% 193M 0s 2024-08-22T20:35:52.8819202Z 33000K .......... .......... .......... .......... .......... 55% 217M 0s 2024-08-22T20:35:52.8821231Z 33050K .......... .......... .......... .......... .......... 55% 228M 0s 2024-08-22T20:35:52.8823181Z 33100K .......... .......... .......... .......... .......... 55% 253M 0s 2024-08-22T20:35:52.8825609Z 33150K .......... .......... .......... .......... .......... 55% 201M 0s 2024-08-22T20:35:52.8827358Z 33200K .......... .......... .......... .......... .......... 56% 295M 0s 2024-08-22T20:35:52.8829609Z 33250K .......... .......... .......... .......... .......... 56% 214M 0s 2024-08-22T20:35:52.8831528Z 33300K .......... .......... .......... .......... .......... 56% 253M 0s 2024-08-22T20:35:52.8833747Z 33350K .......... .......... .......... .......... .......... 56% 223M 0s 2024-08-22T20:35:52.8835745Z 33400K .......... .......... .......... .......... .......... 56% 239M 0s 2024-08-22T20:35:52.8837710Z 33450K .......... .......... .......... .......... .......... 56% 243M 0s 2024-08-22T20:35:52.8840116Z 33500K .......... .......... .......... .......... .......... 56% 218M 0s 2024-08-22T20:35:52.8842182Z 33550K .......... .......... .......... .......... .......... 56% 220M 0s 2024-08-22T20:35:52.8844103Z 33600K .......... .......... .......... .......... .......... 56% 269M 0s 2024-08-22T20:35:52.8846291Z 33650K .......... .......... .......... .......... .......... 56% 213M 0s 2024-08-22T20:35:52.8848452Z 33700K .......... .......... .......... .......... .......... 56% 239M 0s 2024-08-22T20:35:52.8850512Z 33750K .......... .......... .......... .......... .......... 56% 223M 0s 2024-08-22T20:35:52.8852499Z 33800K .......... .......... .......... .......... .......... 57% 248M 0s 2024-08-22T20:35:52.8854513Z 33850K .......... .......... .......... .......... .......... 57% 248M 0s 2024-08-22T20:35:52.8856751Z 33900K .......... .......... .......... .......... .......... 57% 215M 0s 2024-08-22T20:35:52.8859328Z 33950K .......... .......... .......... .......... .......... 57% 190M 0s 2024-08-22T20:35:52.8861540Z 34000K .......... .......... .......... .......... .......... 57% 223M 0s 2024-08-22T20:35:52.8863507Z 34050K .......... .......... .......... .......... .......... 57% 245M 0s 2024-08-22T20:35:52.8864975Z 34100K .......... .......... .......... .......... .......... 57% 307M 0s 2024-08-22T20:35:52.8867475Z 34150K .......... .......... .......... .......... .......... 57% 211M 0s 2024-08-22T20:35:52.8869684Z 34200K .......... .......... .......... .......... .......... 57% 227M 0s 2024-08-22T20:35:52.8871848Z 34250K .......... .......... .......... .......... .......... 57% 219M 0s 2024-08-22T20:35:52.8874213Z 34300K .......... .......... .......... .......... .......... 57% 201M 0s 2024-08-22T20:35:52.8876552Z 34350K .......... .......... .......... .......... .......... 57% 208M 0s 2024-08-22T20:35:52.8878035Z 34400K .......... .......... .......... .......... .......... 58% 303M 0s 2024-08-22T20:35:52.8880467Z 34450K .......... .......... .......... .......... .......... 58% 231M 0s 2024-08-22T20:35:52.8882485Z 34500K .......... .......... .......... .......... .......... 58% 238M 0s 2024-08-22T20:35:52.8884673Z 34550K .......... .......... .......... .......... .......... 58% 210M 0s 2024-08-22T20:35:52.8886636Z 34600K .......... .......... .......... .......... .......... 58% 247M 0s 2024-08-22T20:35:52.8888772Z 34650K .......... .......... .......... .......... .......... 58% 236M 0s 2024-08-22T20:35:52.8890582Z 34700K .......... .......... .......... .......... .......... 58% 261M 0s 2024-08-22T20:35:52.8893198Z 34750K .......... .......... .......... .......... .......... 58% 209M 0s 2024-08-22T20:35:52.8894879Z 34800K .......... .......... .......... .......... .......... 58% 254M 0s 2024-08-22T20:35:52.8896841Z 34850K .......... .......... .......... .......... .......... 58% 255M 0s 2024-08-22T20:35:52.8898628Z 34900K .......... .......... .......... .......... .......... 58% 261M 0s 2024-08-22T20:35:52.8900768Z 34950K .......... .......... .......... .......... .......... 58% 226M 0s 2024-08-22T20:35:52.8902758Z 35000K .......... .......... .......... .......... .......... 59% 245M 0s 2024-08-22T20:35:52.8904631Z 35050K .......... .......... .......... .......... .......... 59% 266M 0s 2024-08-22T20:35:52.8906481Z 35100K .......... .......... .......... .......... .......... 59% 283M 0s 2024-08-22T20:35:52.8908996Z 35150K .......... .......... .......... .......... .......... 59% 187M 0s 2024-08-22T20:35:52.8911013Z 35200K .......... .......... .......... .......... .......... 59% 237M 0s 2024-08-22T20:35:52.8912924Z 35250K .......... .......... .......... .......... .......... 59% 256M 0s 2024-08-22T20:35:52.8914813Z 35300K .......... .......... .......... .......... .......... 59% 258M 0s 2024-08-22T20:35:52.8916917Z 35350K .......... .......... .......... .......... .......... 59% 230M 0s 2024-08-22T20:35:52.8918707Z 35400K .......... .......... .......... .......... .......... 59% 290M 0s 2024-08-22T20:35:52.8920613Z 35450K .......... .......... .......... .......... .......... 59% 245M 0s 2024-08-22T20:35:52.8922582Z 35500K .......... .......... .......... .......... .......... 59% 249M 0s 2024-08-22T20:35:52.8924834Z 35550K .......... .......... .......... .......... .......... 59% 218M 0s 2024-08-22T20:35:52.8926591Z 35600K .......... .......... .......... .......... .......... 60% 286M 0s 2024-08-22T20:35:52.8928461Z 35650K .......... .......... .......... .......... .......... 60% 251M 0s 2024-08-22T20:35:52.8930388Z 35700K .......... .......... .......... .......... .......... 60% 256M 0s 2024-08-22T20:35:52.8932455Z 35750K .......... .......... .......... .......... .......... 60% 236M 0s 2024-08-22T20:35:52.8934154Z 35800K .......... .......... .......... .......... .......... 60% 284M 0s 2024-08-22T20:35:52.8936106Z 35850K .......... .......... .......... .......... .......... 60% 254M 0s 2024-08-22T20:35:52.8938063Z 35900K .......... .......... .......... .......... .......... 60% 256M 0s 2024-08-22T20:35:52.8940188Z 35950K .......... .......... .......... .......... .......... 60% 229M 0s 2024-08-22T20:35:52.8941968Z 36000K .......... .......... .......... .......... .......... 60% 263M 0s 2024-08-22T20:35:52.8943491Z 36050K .......... .......... .......... .......... .......... 60% 302M 0s 2024-08-22T20:35:52.8945219Z 36100K .......... .......... .......... .......... .......... 60% 302M 0s 2024-08-22T20:35:52.8947545Z 36150K .......... .......... .......... .......... .......... 60% 209M 0s 2024-08-22T20:35:52.8949367Z 36200K .......... .......... .......... .......... .......... 61% 266M 0s 2024-08-22T20:35:52.8951647Z 36250K .......... .......... .......... .......... .......... 61% 222M 0s 2024-08-22T20:35:52.8953128Z 36300K .......... .......... .......... .......... .......... 61% 295M 0s 2024-08-22T20:35:52.8955732Z 36350K .......... .......... .......... .......... .......... 61% 198M 0s 2024-08-22T20:35:52.8957884Z 36400K .......... .......... .......... .......... .......... 61% 229M 0s 2024-08-22T20:35:52.8959942Z 36450K .......... .......... .......... .......... .......... 61% 246M 0s 2024-08-22T20:35:52.8962023Z 36500K .......... .......... .......... .......... .......... 61% 238M 0s 2024-08-22T20:35:52.8964097Z 36550K .......... .......... .......... .......... .......... 61% 221M 0s 2024-08-22T20:35:52.8966120Z 36600K .......... .......... .......... .......... .......... 61% 244M 0s 2024-08-22T20:35:52.8968141Z 36650K .......... .......... .......... .......... .......... 61% 244M 0s 2024-08-22T20:35:52.8970319Z 36700K .......... .......... .......... .......... .......... 61% 245M 0s 2024-08-22T20:35:52.8972501Z 36750K .......... .......... .......... .......... .......... 61% 209M 0s 2024-08-22T20:35:52.8974497Z 36800K .......... .......... .......... .......... .......... 62% 237M 0s 2024-08-22T20:35:52.8976447Z 36850K .......... .......... .......... .......... .......... 62% 249M 0s 2024-08-22T20:35:52.8978228Z 36900K .......... .......... .......... .......... .......... 62% 287M 0s 2024-08-22T20:35:52.8980466Z 36950K .......... .......... .......... .......... .......... 62% 210M 0s 2024-08-22T20:35:52.8982523Z 37000K .......... .......... .......... .......... .......... 62% 245M 0s 2024-08-22T20:35:52.8984637Z 37050K .......... .......... .......... .......... .......... 62% 245M 0s 2024-08-22T20:35:52.8986835Z 37100K .......... .......... .......... .......... .......... 62% 223M 0s 2024-08-22T20:35:52.8989334Z 37150K .......... .......... .......... .......... .......... 62% 190M 0s 2024-08-22T20:35:52.8991421Z 37200K .......... .......... .......... .......... .......... 62% 227M 0s 2024-08-22T20:35:52.8992876Z 37250K .......... .......... .......... .......... .......... 62% 305M 0s 2024-08-22T20:35:52.8995085Z 37300K .......... .......... .......... .......... .......... 62% 242M 0s 2024-08-22T20:35:52.8997196Z 37350K .......... .......... .......... .......... .......... 63% 223M 0s 2024-08-22T20:35:52.8999289Z 37400K .......... .......... .......... .......... .......... 63% 233M 0s 2024-08-22T20:35:52.9000914Z 37450K .......... .......... .......... .......... .......... 63% 294M 0s 2024-08-22T20:35:52.9002870Z 37500K .......... .......... .......... .......... .......... 63% 274M 0s 2024-08-22T20:35:52.9005252Z 37550K .......... .......... .......... .......... .......... 63% 198M 0s 2024-08-22T20:35:52.9007325Z 37600K .......... .......... .......... .......... .......... 63% 230M 0s 2024-08-22T20:35:52.9009069Z 37650K .......... .......... .......... .......... .......... 63% 287M 0s 2024-08-22T20:35:52.9011122Z 37700K .......... .......... .......... .......... .......... 63% 247M 0s 2024-08-22T20:35:52.9013431Z 37750K .......... .......... .......... .......... .......... 63% 204M 0s 2024-08-22T20:35:52.9015493Z 37800K .......... .......... .......... .......... .......... 63% 234M 0s 2024-08-22T20:35:52.9017537Z 37850K .......... .......... .......... .......... .......... 63% 236M 0s 2024-08-22T20:35:52.9019620Z 37900K .......... .......... .......... .......... .......... 63% 250M 0s 2024-08-22T20:35:52.9022005Z 37950K .......... .......... .......... .......... .......... 64% 204M 0s 2024-08-22T20:35:52.9023746Z 38000K .......... .......... .......... .......... .......... 64% 272M 0s 2024-08-22T20:35:52.9025812Z 38050K .......... .......... .......... .......... .......... 64% 240M 0s 2024-08-22T20:35:52.9027787Z 38100K .......... .......... .......... .......... .......... 64% 244M 0s 2024-08-22T20:35:52.9030156Z 38150K .......... .......... .......... .......... .......... 64% 207M 0s 2024-08-22T20:35:52.9032006Z 38200K .......... .......... .......... .......... .......... 64% 246M 0s 2024-08-22T20:35:52.9034019Z 38250K .......... .......... .......... .......... .......... 64% 255M 0s 2024-08-22T20:35:52.9036250Z 38300K .......... .......... .......... .......... .......... 64% 218M 0s 2024-08-22T20:35:52.9038595Z 38350K .......... .......... .......... .......... .......... 64% 209M 0s 2024-08-22T20:35:52.9040286Z 38400K .......... .......... .......... .......... .......... 64% 303M 0s 2024-08-22T20:35:52.9042152Z 38450K .......... .......... .......... .......... .......... 64% 250M 0s 2024-08-22T20:35:52.9044338Z 38500K .......... .......... .......... .......... .......... 64% 236M 0s 2024-08-22T20:35:52.9046592Z 38550K .......... .......... .......... .......... .......... 65% 204M 0s 2024-08-22T20:35:52.9048380Z 38600K .......... .......... .......... .......... .......... 65% 283M 0s 2024-08-22T20:35:52.9050544Z 38650K .......... .......... .......... .......... .......... 65% 243M 0s 2024-08-22T20:35:52.9052098Z 38700K .......... .......... .......... .......... .......... 65% 291M 0s 2024-08-22T20:35:52.9054569Z 38750K .......... .......... .......... .......... .......... 65% 197M 0s 2024-08-22T20:35:52.9056372Z 38800K .......... .......... .......... .......... .......... 65% 257M 0s 2024-08-22T20:35:52.9058455Z 38850K .......... .......... .......... .......... .......... 65% 246M 0s 2024-08-22T20:35:52.9060585Z 38900K .......... .......... .......... .......... .......... 65% 220M 0s 2024-08-22T20:35:52.9062759Z 38950K .......... .......... .......... .......... .......... 65% 225M 0s 2024-08-22T20:35:52.9064588Z 39000K .......... .......... .......... .......... .......... 65% 267M 0s 2024-08-22T20:35:52.9066520Z 39050K .......... .......... .......... .......... .......... 65% 250M 0s 2024-08-22T20:35:52.9068807Z 39100K .......... .......... .......... .......... .......... 65% 249M 0s 2024-08-22T20:35:52.9071345Z 39150K .......... .......... .......... .......... .......... 66% 177M 0s 2024-08-22T20:35:52.9073450Z 39200K .......... .......... .......... .......... .......... 66% 233M 0s 2024-08-22T20:35:52.9075229Z 39250K .......... .......... .......... .......... .......... 66% 273M 0s 2024-08-22T20:35:52.9077279Z 39300K .......... .......... .......... .......... .......... 66% 235M 0s 2024-08-22T20:35:52.9079559Z 39350K .......... .......... .......... .......... .......... 66% 209M 0s 2024-08-22T20:35:52.9081523Z 39400K .......... .......... .......... .......... .......... 66% 245M 0s 2024-08-22T20:35:52.9083598Z 39450K .......... .......... .......... .......... .......... 66% 241M 0s 2024-08-22T20:35:52.9085879Z 39500K .......... .......... .......... .......... .......... 66% 229M 0s 2024-08-22T20:35:52.9088065Z 39550K .......... .......... .......... .......... .......... 66% 211M 0s 2024-08-22T20:35:52.9090210Z 39600K .......... .......... .......... .......... .......... 66% 237M 0s 2024-08-22T20:35:52.9092354Z 39650K .......... .......... .......... .......... .......... 66% 222M 0s 2024-08-22T20:35:52.9094509Z 39700K .......... .......... .......... .......... .......... 66% 237M 0s 2024-08-22T20:35:52.9096805Z 39750K .......... .......... .......... .......... .......... 67% 197M 0s 2024-08-22T20:35:52.9099094Z 39800K .......... .......... .......... .......... .......... 67% 214M 0s 2024-08-22T20:35:52.9100857Z 39850K .......... .......... .......... .......... .......... 67% 278M 0s 2024-08-22T20:35:52.9102922Z 39900K .......... .......... .......... .......... .......... 67% 254M 0s 2024-08-22T20:35:52.9105625Z 39950K .......... .......... .......... .......... .......... 67% 174M 0s 2024-08-22T20:35:52.9107673Z 40000K .......... .......... .......... .......... .......... 67% 240M 0s 2024-08-22T20:35:52.9110405Z 40050K .......... .......... .......... .......... .......... 67% 183M 0s 2024-08-22T20:35:52.9112512Z 40100K .......... .......... .......... .......... .......... 67% 226M 0s 2024-08-22T20:35:52.9114419Z 40150K .......... .......... .......... .......... .......... 67% 259M 0s 2024-08-22T20:35:52.9116148Z 40200K .......... .......... .......... .......... .......... 67% 269M 0s 2024-08-22T20:35:52.9117648Z 40250K .......... .......... .......... .......... .......... 67% 300M 0s 2024-08-22T20:35:52.9119410Z 40300K .......... .......... .......... .......... .......... 67% 297M 0s 2024-08-22T20:35:52.9121310Z 40350K .......... .......... .......... .......... .......... 68% 256M 0s 2024-08-22T20:35:52.9122817Z 40400K .......... .......... .......... .......... .......... 68% 304M 0s 2024-08-22T20:35:52.9124611Z 40450K .......... .......... .......... .......... .......... 68% 291M 0s 2024-08-22T20:35:52.9126096Z 40500K .......... .......... .......... .......... .......... 68% 306M 0s 2024-08-22T20:35:52.9128047Z 40550K .......... .......... .......... .......... .......... 68% 263M 0s 2024-08-22T20:35:52.9129772Z 40600K .......... .......... .......... .......... .......... 68% 301M 0s 2024-08-22T20:35:52.9131209Z 40650K .......... .......... .......... .......... .......... 68% 303M 0s 2024-08-22T20:35:52.9132941Z 40700K .......... .......... .......... .......... .......... 68% 296M 0s 2024-08-22T20:35:52.9134975Z 40750K .......... .......... .......... .......... .......... 68% 240M 0s 2024-08-22T20:35:52.9136492Z 40800K .......... .......... .......... .......... .......... 68% 302M 0s 2024-08-22T20:35:52.9138198Z 40850K .......... .......... .......... .......... .......... 68% 302M 0s 2024-08-22T20:35:52.9139684Z 40900K .......... .......... .......... .......... .......... 68% 307M 0s 2024-08-22T20:35:52.9141615Z 40950K .......... .......... .......... .......... .......... 69% 269M 0s 2024-08-22T20:35:52.9143122Z 41000K .......... .......... .......... .......... .......... 69% 301M 0s 2024-08-22T20:35:52.9145013Z 41050K .......... .......... .......... .......... .......... 69% 276M 0s 2024-08-22T20:35:52.9146483Z 41100K .......... .......... .......... .......... .......... 69% 306M 0s 2024-08-22T20:35:52.9148685Z 41150K .......... .......... .......... .......... .......... 69% 256M 0s 2024-08-22T20:35:52.9150346Z 41200K .......... .......... .......... .......... .......... 69% 262M 0s 2024-08-22T20:35:52.9151859Z 41250K .......... .......... .......... .......... .......... 69% 304M 0s 2024-08-22T20:35:52.9153842Z 41300K .......... .......... .......... .......... .......... 69% 297M 0s 2024-08-22T20:35:52.9155471Z 41350K .......... .......... .......... .......... .......... 69% 254M 0s 2024-08-22T20:35:52.9157023Z 41400K .......... .......... .......... .......... .......... 69% 312M 0s 2024-08-22T20:35:52.9158642Z 41450K .......... .......... .......... .......... .......... 69% 312M 0s 2024-08-22T20:35:52.9160692Z 41500K .......... .......... .......... .......... .......... 69% 264M 0s 2024-08-22T20:35:52.9162562Z 41550K .......... .......... .......... .......... .......... 70% 249M 0s 2024-08-22T20:35:52.9163988Z 41600K .......... .......... .......... .......... .......... 70% 310M 0s 2024-08-22T20:35:52.9165772Z 41650K .......... .......... .......... .......... .......... 70% 307M 0s 2024-08-22T20:35:52.9167123Z 41700K .......... .......... .......... .......... .......... 70% 318M 0s 2024-08-22T20:35:52.9169118Z 41750K .......... .......... .......... .......... .......... 70% 271M 0s 2024-08-22T20:35:52.9170501Z 41800K .......... .......... .......... .......... .......... 70% 303M 0s 2024-08-22T20:35:52.9172233Z 41850K .......... .......... .......... .......... .......... 70% 287M 0s 2024-08-22T20:35:52.9173787Z 41900K .......... .......... .......... .......... .......... 70% 310M 0s 2024-08-22T20:35:52.9175909Z 41950K .......... .......... .......... .......... .......... 70% 252M 0s 2024-08-22T20:35:52.9177283Z 42000K .......... .......... .......... .......... .......... 70% 321M 0s 2024-08-22T20:35:52.9179026Z 42050K .......... .......... .......... .......... .......... 70% 304M 0s 2024-08-22T20:35:52.9180467Z 42100K .......... .......... .......... .......... .......... 71% 309M 0s 2024-08-22T20:35:52.9182287Z 42150K .......... .......... .......... .......... .......... 71% 271M 0s 2024-08-22T20:35:52.9183793Z 42200K .......... .......... .......... .......... .......... 71% 320M 0s 2024-08-22T20:35:52.9185311Z 42250K .......... .......... .......... .......... .......... 71% 309M 0s 2024-08-22T20:35:52.9187090Z 42300K .......... .......... .......... .......... .......... 71% 309M 0s 2024-08-22T20:35:52.9189152Z 42350K .......... .......... .......... .......... .......... 71% 235M 0s 2024-08-22T20:35:52.9190676Z 42400K .......... .......... .......... .......... .......... 71% 304M 0s 2024-08-22T20:35:52.9192413Z 42450K .......... .......... .......... .......... .......... 71% 294M 0s 2024-08-22T20:35:52.9193825Z 42500K .......... .......... .......... .......... .......... 71% 310M 0s 2024-08-22T20:35:52.9196032Z 42550K .......... .......... .......... .......... .......... 71% 267M 0s 2024-08-22T20:35:52.9197281Z 42600K .......... .......... .......... .......... .......... 71% 310M 0s 2024-08-22T20:35:52.9198827Z 42650K .......... .......... .......... .......... .......... 71% 306M 0s 2024-08-22T20:35:52.9200542Z 42700K .......... .......... .......... .......... .......... 72% 308M 0s 2024-08-22T20:35:52.9202445Z 42750K .......... .......... .......... .......... .......... 72% 257M 0s 2024-08-22T20:35:52.9203897Z 42800K .......... .......... .......... .......... .......... 72% 314M 0s 2024-08-22T20:35:52.9205807Z 42850K .......... .......... .......... .......... .......... 72% 291M 0s 2024-08-22T20:35:52.9207248Z 42900K .......... .......... .......... .......... .......... 72% 294M 0s 2024-08-22T20:35:52.9209106Z 42950K .......... .......... .......... .......... .......... 72% 275M 0s 2024-08-22T20:35:52.9210556Z 43000K .......... .......... .......... .......... .......... 72% 309M 0s 2024-08-22T20:35:52.9212334Z 43050K .......... .......... .......... .......... .......... 72% 304M 0s 2024-08-22T20:35:52.9213783Z 43100K .......... .......... .......... .......... .......... 72% 301M 0s 2024-08-22T20:35:52.9215815Z 43150K .......... .......... .......... .......... .......... 72% 257M 0s 2024-08-22T20:35:52.9217259Z 43200K .......... .......... .......... .......... .......... 72% 312M 0s 2024-08-22T20:35:52.9218966Z 43250K .......... .......... .......... .......... .......... 72% 310M 0s 2024-08-22T20:35:52.9220391Z 43300K .......... .......... .......... .......... .......... 73% 317M 0s 2024-08-22T20:35:52.9222304Z 43350K .......... .......... .......... .......... .......... 73% 269M 0s 2024-08-22T20:35:52.9223753Z 43400K .......... .......... .......... .......... .......... 73% 311M 0s 2024-08-22T20:35:52.9225391Z 43450K .......... .......... .......... .......... .......... 73% 310M 0s 2024-08-22T20:35:52.9226844Z 43500K .......... .......... .......... .......... .......... 73% 312M 0s 2024-08-22T20:35:52.9229354Z 43550K .......... .......... .......... .......... .......... 73% 226M 0s 2024-08-22T20:35:52.9231557Z 43600K .......... .......... .......... .......... .......... 73% 224M 0s 2024-08-22T20:35:52.9233403Z 43650K .......... .......... .......... .......... .......... 73% 239M 0s 2024-08-22T20:35:52.9235483Z 43700K .......... .......... .......... .......... .......... 73% 252M 0s 2024-08-22T20:35:52.9276883Z 43750K .......... .......... .......... .......... .......... 73% 11.8M 0s 2024-08-22T20:35:52.9279966Z 43800K .......... .......... .......... .......... .......... 73% 175M 0s 2024-08-22T20:35:52.9282556Z 43850K .......... .......... .......... .......... .......... 73% 163M 0s 2024-08-22T20:35:52.9285574Z 43900K .......... .......... .......... .......... .......... 74% 163M 0s 2024-08-22T20:35:52.9288859Z 43950K .......... .......... .......... .......... .......... 74% 147M 0s 2024-08-22T20:35:52.9291925Z 44000K .......... .......... .......... .......... .......... 74% 177M 0s 2024-08-22T20:35:52.9295000Z 44050K .......... .......... .......... .......... .......... 74% 201M 0s 2024-08-22T20:35:52.9297165Z 44100K .......... .......... .......... .......... .......... 74% 177M 0s 2024-08-22T20:35:52.9299708Z 44150K .......... .......... .......... .......... .......... 74% 161M 0s 2024-08-22T20:35:52.9302673Z 44200K .......... .......... .......... .......... .......... 74% 186M 0s 2024-08-22T20:35:52.9304979Z 44250K .......... .......... .......... .......... .......... 74% 187M 0s 2024-08-22T20:35:52.9307794Z 44300K .......... .......... .......... .......... .......... 74% 184M 0s 2024-08-22T20:35:52.9310577Z 44350K .......... .......... .......... .......... .......... 74% 168M 0s 2024-08-22T20:35:52.9312503Z 44400K .......... .......... .......... .......... .......... 74% 248M 0s 2024-08-22T20:35:52.9314479Z 44450K .......... .......... .......... .......... .......... 74% 239M 0s 2024-08-22T20:35:52.9316880Z 44500K .......... .......... .......... .......... .......... 75% 250M 0s 2024-08-22T20:35:52.9318888Z 44550K .......... .......... .......... .......... .......... 75% 205M 0s 2024-08-22T20:35:52.9321108Z 44600K .......... .......... .......... .......... .......... 75% 213M 0s 2024-08-22T20:35:52.9323187Z 44650K .......... .......... .......... .......... .......... 75% 234M 0s 2024-08-22T20:35:52.9325360Z 44700K .......... .......... .......... .......... .......... 75% 226M 0s 2024-08-22T20:35:52.9327807Z 44750K .......... .......... .......... .......... .......... 75% 199M 0s 2024-08-22T20:35:52.9329882Z 44800K .......... .......... .......... .......... .......... 75% 237M 0s 2024-08-22T20:35:52.9332140Z 44850K .......... .......... .......... .......... .......... 75% 229M 0s 2024-08-22T20:35:52.9334415Z 44900K .......... .......... .......... .......... .......... 75% 221M 0s 2024-08-22T20:35:52.9336610Z 44950K .......... .......... .......... .......... .......... 75% 205M 0s 2024-08-22T20:35:52.9338915Z 45000K .......... .......... .......... .......... .......... 75% 219M 0s 2024-08-22T20:35:52.9340991Z 45050K .......... .......... .......... .......... .......... 75% 225M 0s 2024-08-22T20:35:52.9343062Z 45100K .......... .......... .......... .......... .......... 76% 238M 0s 2024-08-22T20:35:52.9345891Z 45150K .......... .......... .......... .......... .......... 76% 176M 0s 2024-08-22T20:35:52.9348275Z 45200K .......... .......... .......... .......... .......... 76% 228M 0s 2024-08-22T20:35:52.9350339Z 45250K .......... .......... .......... .......... .......... 76% 201M 0s 2024-08-22T20:35:52.9352501Z 45300K .......... .......... .......... .......... .......... 76% 243M 0s 2024-08-22T20:35:52.9354882Z 45350K .......... .......... .......... .......... .......... 76% 191M 0s 2024-08-22T20:35:52.9357285Z 45400K .......... .......... .......... .......... .......... 76% 196M 0s 2024-08-22T20:35:52.9359903Z 45450K .......... .......... .......... .......... .......... 76% 209M 0s 2024-08-22T20:35:52.9362114Z 45500K .......... .......... .......... .......... .......... 76% 199M 0s 2024-08-22T20:35:52.9364614Z 45550K .......... .......... .......... .......... .......... 76% 193M 0s 2024-08-22T20:35:52.9366674Z 45600K .......... .......... .......... .......... .......... 76% 248M 0s 2024-08-22T20:35:52.9368700Z 45650K .......... .......... .......... .......... .......... 76% 255M 0s 2024-08-22T20:35:52.9370996Z 45700K .......... .......... .......... .......... .......... 77% 207M 0s 2024-08-22T20:35:52.9373462Z 45750K .......... .......... .......... .......... .......... 77% 190M 0s 2024-08-22T20:35:52.9375498Z 45800K .......... .......... .......... .......... .......... 77% 240M 0s 2024-08-22T20:35:52.9377650Z 45850K .......... .......... .......... .......... .......... 77% 223M 0s 2024-08-22T20:35:52.9379699Z 45900K .......... .......... .......... .......... .......... 77% 240M 0s 2024-08-22T20:35:52.9381786Z 45950K .......... .......... .......... .......... .......... 77% 243M 0s 2024-08-22T20:35:52.9383724Z 46000K .......... .......... .......... .......... .......... 77% 242M 0s 2024-08-22T20:35:52.9385854Z 46050K .......... .......... .......... .......... .......... 77% 229M 0s 2024-08-22T20:35:52.9388186Z 46100K .......... .......... .......... .......... .......... 77% 234M 0s 2024-08-22T20:35:52.9390090Z 46150K .......... .......... .......... .......... .......... 77% 233M 0s 2024-08-22T20:35:52.9392300Z 46200K .......... .......... .......... .......... .......... 77% 217M 0s 2024-08-22T20:35:52.9393905Z 46250K .......... .......... .......... .......... .......... 77% 302M 0s 2024-08-22T20:35:52.9396175Z 46300K .......... .......... .......... .......... .......... 78% 217M 0s 2024-08-22T20:35:52.9398146Z 46350K .......... .......... .......... .......... .......... 78% 246M 0s 2024-08-22T20:35:52.9400280Z 46400K .......... .......... .......... .......... .......... 78% 239M 0s 2024-08-22T20:35:52.9402296Z 46450K .......... .......... .......... .......... .......... 78% 256M 0s 2024-08-22T20:35:52.9404043Z 46500K .......... .......... .......... .......... .......... 78% 284M 0s 2024-08-22T20:35:52.9406279Z 46550K .......... .......... .......... .......... .......... 78% 199M 0s 2024-08-22T20:35:52.9408282Z 46600K .......... .......... .......... .......... .......... 78% 261M 0s 2024-08-22T20:35:52.9410313Z 46650K .......... .......... .......... .......... .......... 78% 225M 0s 2024-08-22T20:35:52.9412403Z 46700K .......... .......... .......... .......... .......... 78% 234M 0s 2024-08-22T20:35:52.9414948Z 46750K .......... .......... .......... .......... .......... 78% 202M 0s 2024-08-22T20:35:52.9417037Z 46800K .......... .......... .......... .......... .......... 78% 233M 0s 2024-08-22T20:35:52.9419098Z 46850K .......... .......... .......... .......... .......... 79% 228M 0s 2024-08-22T20:35:52.9421183Z 46900K .......... .......... .......... .......... .......... 79% 242M 0s 2024-08-22T20:35:52.9422975Z 46950K .......... .......... .......... .......... .......... 79% 257M 0s 2024-08-22T20:35:52.9424871Z 47000K .......... .......... .......... .......... .......... 79% 268M 0s 2024-08-22T20:35:52.9426763Z 47050K .......... .......... .......... .......... .......... 79% 245M 0s 2024-08-22T20:35:52.9429112Z 47100K .......... .......... .......... .......... .......... 79% 214M 0s 2024-08-22T20:35:52.9431221Z 47150K .......... .......... .......... .......... .......... 79% 235M 0s 2024-08-22T20:35:52.9433363Z 47200K .......... .......... .......... .......... .......... 79% 221M 0s 2024-08-22T20:35:52.9435546Z 47250K .......... .......... .......... .......... .......... 79% 235M 0s 2024-08-22T20:35:52.9437572Z 47300K .......... .......... .......... .......... .......... 79% 235M 0s 2024-08-22T20:35:52.9439460Z 47350K .......... .......... .......... .......... .......... 79% 253M 0s 2024-08-22T20:35:52.9441652Z 47400K .......... .......... .......... .......... .......... 79% 227M 0s 2024-08-22T20:35:52.9443628Z 47450K .......... .......... .......... .......... .......... 80% 239M 0s 2024-08-22T20:35:52.9445669Z 47500K .......... .......... .......... .......... .......... 80% 259M 0s 2024-08-22T20:35:52.9447747Z 47550K .......... .......... .......... .......... .......... 80% 218M 0s 2024-08-22T20:35:52.9449949Z 47600K .......... .......... .......... .......... .......... 80% 225M 0s 2024-08-22T20:35:52.9451644Z 47650K .......... .......... .......... .......... .......... 80% 291M 0s 2024-08-22T20:35:52.9453773Z 47700K .......... .......... .......... .......... .......... 80% 228M 0s 2024-08-22T20:35:52.9455787Z 47750K .......... .......... .......... .......... .......... 80% 246M 0s 2024-08-22T20:35:52.9457747Z 47800K .......... .......... .......... .......... .......... 80% 240M 0s 2024-08-22T20:35:52.9459852Z 47850K .......... .......... .......... .......... .......... 80% 232M 0s 2024-08-22T20:35:52.9461630Z 47900K .......... .......... .......... .......... .......... 80% 275M 0s 2024-08-22T20:35:52.9464186Z 47950K .......... .......... .......... .......... .......... 80% 194M 0s 2024-08-22T20:35:52.9465812Z 48000K .......... .......... .......... .......... .......... 80% 298M 0s 2024-08-22T20:35:52.9468122Z 48050K .......... .......... .......... .......... .......... 81% 238M 0s 2024-08-22T20:35:52.9469919Z 48100K .......... .......... .......... .......... .......... 81% 241M 0s 2024-08-22T20:35:52.9472292Z 48150K .......... .......... .......... .......... .......... 81% 212M 0s 2024-08-22T20:35:52.9474079Z 48200K .......... .......... .......... .......... .......... 81% 257M 0s 2024-08-22T20:35:52.9475807Z 48250K .......... .......... .......... .......... .......... 81% 296M 0s 2024-08-22T20:35:52.9478047Z 48300K .......... .......... .......... .......... .......... 81% 211M 0s 2024-08-22T20:35:52.9480194Z 48350K .......... .......... .......... .......... .......... 81% 226M 0s 2024-08-22T20:35:52.9482944Z 48400K .......... .......... .......... .......... .......... 81% 209M 0s 2024-08-22T20:35:52.9484330Z 48450K .......... .......... .......... .......... .......... 81% 278M 0s 2024-08-22T20:35:52.9486579Z 48500K .......... .......... .......... .......... .......... 81% 235M 0s 2024-08-22T20:35:52.9488534Z 48550K .......... .......... .......... .......... .......... 81% 227M 0s 2024-08-22T20:35:52.9490306Z 48600K .......... .......... .......... .......... .......... 81% 291M 0s 2024-08-22T20:35:52.9492509Z 48650K .......... .......... .......... .......... .......... 82% 212M 0s 2024-08-22T20:35:52.9494131Z 48700K .......... .......... .......... .......... .......... 82% 302M 0s 2024-08-22T20:35:52.9496769Z 48750K .......... .......... .......... .......... .......... 82% 189M 0s 2024-08-22T20:35:52.9498422Z 48800K .......... .......... .......... .......... .......... 82% 286M 0s 2024-08-22T20:35:52.9500179Z 48850K .......... .......... .......... .......... .......... 82% 300M 0s 2024-08-22T20:35:52.9502398Z 48900K .......... .......... .......... .......... .......... 82% 209M 0s 2024-08-22T20:35:52.9504222Z 48950K .......... .......... .......... .......... .......... 82% 269M 0s 2024-08-22T20:35:52.9506567Z 49000K .......... .......... .......... .......... .......... 82% 206M 0s 2024-08-22T20:35:52.9508414Z 49050K .......... .......... .......... .......... .......... 82% 301M 0s 2024-08-22T20:35:52.9510769Z 49100K .......... .......... .......... .......... .......... 82% 209M 0s 2024-08-22T20:35:52.9512827Z 49150K .......... .......... .......... .......... .......... 82% 213M 0s 2024-08-22T20:35:52.9515095Z 49200K .......... .......... .......... .......... .......... 82% 217M 0s 2024-08-22T20:35:52.9516836Z 49250K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:52.9518993Z 49300K .......... .......... .......... .......... .......... 83% 260M 0s 2024-08-22T20:35:52.9521029Z 49350K .......... .......... .......... .......... .......... 83% 214M 0s 2024-08-22T20:35:52.9522769Z 49400K .......... .......... .......... .......... .......... 83% 289M 0s 2024-08-22T20:35:52.9525069Z 49450K .......... .......... .......... .......... .......... 83% 205M 0s 2024-08-22T20:35:52.9526708Z 49500K .......... .......... .......... .......... .......... 83% 305M 0s 2024-08-22T20:35:52.9529404Z 49550K .......... .......... .......... .......... .......... 83% 179M 0s 2024-08-22T20:35:52.9531049Z 49600K .......... .......... .......... .......... .......... 83% 300M 0s 2024-08-22T20:35:52.9532922Z 49650K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:52.9535045Z 49700K .......... .......... .......... .......... .......... 83% 219M 0s 2024-08-22T20:35:52.9536852Z 49750K .......... .......... .......... .......... .......... 83% 265M 0s 2024-08-22T20:35:52.9539054Z 49800K .......... .......... .......... .......... .......... 83% 233M 0s 2024-08-22T20:35:52.9540775Z 49850K .......... .......... .......... .......... .......... 84% 269M 0s 2024-08-22T20:35:52.9542515Z 49900K .......... .......... .......... .......... .......... 84% 293M 0s 2024-08-22T20:35:52.9545126Z 49950K .......... .......... .......... .......... .......... 84% 183M 0s 2024-08-22T20:35:52.9547191Z 50000K .......... .......... .......... .......... .......... 84% 246M 0s 2024-08-22T20:35:52.9549187Z 50050K .......... .......... .......... .......... .......... 84% 238M 0s 2024-08-22T20:35:52.9551459Z 50100K .......... .......... .......... .......... .......... 84% 232M 0s 2024-08-22T20:35:52.9553352Z 50150K .......... .......... .......... .......... .......... 84% 232M 0s 2024-08-22T20:35:52.9555534Z 50200K .......... .......... .......... .......... .......... 84% 252M 0s 2024-08-22T20:35:52.9557742Z 50250K .......... .......... .......... .......... .......... 84% 200M 0s 2024-08-22T20:35:52.9559868Z 50300K .......... .......... .......... .......... .......... 84% 246M 0s 2024-08-22T20:35:52.9562353Z 50350K .......... .......... .......... .......... .......... 84% 190M 0s 2024-08-22T20:35:52.9564330Z 50400K .......... .......... .......... .......... .......... 84% 279M 0s 2024-08-22T20:35:52.9566219Z 50450K .......... .......... .......... .......... .......... 85% 239M 0s 2024-08-22T20:35:52.9568280Z 50500K .......... .......... .......... .......... .......... 85% 235M 0s 2024-08-22T20:35:52.9570354Z 50550K .......... .......... .......... .......... .......... 85% 220M 0s 2024-08-22T20:35:52.9572301Z 50600K .......... .......... .......... .......... .......... 85% 252M 0s 2024-08-22T20:35:52.9574345Z 50650K .......... .......... .......... .......... .......... 85% 246M 0s 2024-08-22T20:35:52.9576485Z 50700K .......... .......... .......... .......... .......... 85% 227M 0s 2024-08-22T20:35:52.9578978Z 50750K .......... .......... .......... .......... .......... 85% 197M 0s 2024-08-22T20:35:52.9581499Z 50800K .......... .......... .......... .......... .......... 85% 198M 0s 2024-08-22T20:35:52.9583778Z 50850K .......... .......... .......... .......... .......... 85% 212M 0s 2024-08-22T20:35:52.9585850Z 50900K .......... .......... .......... .......... .......... 85% 229M 0s 2024-08-22T20:35:52.9588682Z 50950K .......... .......... .......... .......... .......... 85% 197M 0s 2024-08-22T20:35:52.9590813Z 51000K .......... .......... .......... .......... .......... 85% 203M 0s 2024-08-22T20:35:52.9592865Z 51050K .......... .......... .......... .......... .......... 86% 226M 0s 2024-08-22T20:35:52.9594986Z 51100K .......... .......... .......... .......... .......... 86% 251M 0s 2024-08-22T20:35:52.9597503Z 51150K .......... .......... .......... .......... .......... 86% 184M 0s 2024-08-22T20:35:52.9599582Z 51200K .......... .......... .......... .......... .......... 86% 237M 0s 2024-08-22T20:35:52.9602049Z 51250K .......... .......... .......... .......... .......... 86% 216M 0s 2024-08-22T20:35:52.9603983Z 51300K .......... .......... .......... .......... .......... 86% 231M 0s 2024-08-22T20:35:52.9606342Z 51350K .......... .......... .......... .......... .......... 86% 203M 0s 2024-08-22T20:35:52.9608497Z 51400K .......... .......... .......... .......... .......... 86% 224M 0s 2024-08-22T20:35:52.9610726Z 51450K .......... .......... .......... .......... .......... 86% 228M 0s 2024-08-22T20:35:52.9612953Z 51500K .......... .......... .......... .......... .......... 86% 211M 0s 2024-08-22T20:35:52.9615397Z 51550K .......... .......... .......... .......... .......... 86% 202M 0s 2024-08-22T20:35:52.9617612Z 51600K .......... .......... .......... .......... .......... 87% 230M 0s 2024-08-22T20:35:52.9619817Z 51650K .......... .......... .......... .......... .......... 87% 219M 0s 2024-08-22T20:35:52.9621897Z 51700K .......... .......... .......... .......... .......... 87% 230M 0s 2024-08-22T20:35:52.9624212Z 51750K .......... .......... .......... .......... .......... 87% 207M 0s 2024-08-22T20:35:52.9626329Z 51800K .......... .......... .......... .......... .......... 87% 233M 0s 2024-08-22T20:35:52.9628761Z 51850K .......... .......... .......... .......... .......... 87% 217M 0s 2024-08-22T20:35:52.9630885Z 51900K .......... .......... .......... .......... .......... 87% 211M 0s 2024-08-22T20:35:52.9633147Z 51950K .......... .......... .......... .......... .......... 87% 215M 0s 2024-08-22T20:35:52.9635406Z 52000K .......... .......... .......... .......... .......... 87% 225M 0s 2024-08-22T20:35:52.9637279Z 52050K .......... .......... .......... .......... .......... 87% 246M 0s 2024-08-22T20:35:52.9639545Z 52100K .......... .......... .......... .......... .......... 87% 234M 0s 2024-08-22T20:35:52.9641603Z 52150K .......... .......... .......... .......... .......... 87% 218M 0s 2024-08-22T20:35:52.9643234Z 52200K .......... .......... .......... .......... .......... 88% 303M 0s 2024-08-22T20:35:52.9645284Z 52250K .......... .......... .......... .......... .......... 88% 238M 0s 2024-08-22T20:35:52.9647376Z 52300K .......... .......... .......... .......... .......... 88% 237M 0s 2024-08-22T20:35:52.9650115Z 52350K .......... .......... .......... .......... .......... 88% 192M 0s 2024-08-22T20:35:52.9652054Z 52400K .......... .......... .......... .......... .......... 88% 236M 0s 2024-08-22T20:35:52.9654275Z 52450K .......... .......... .......... .......... .......... 88% 215M 0s 2024-08-22T20:35:52.9655888Z 52500K .......... .......... .......... .......... .......... 88% 294M 0s 2024-08-22T20:35:52.9657798Z 52550K .......... .......... .......... .......... .......... 88% 265M 0s 2024-08-22T20:35:52.9660013Z 52600K .......... .......... .......... .......... .......... 88% 216M 0s 2024-08-22T20:35:52.9662014Z 52650K .......... .......... .......... .......... .......... 88% 238M 0s 2024-08-22T20:35:52.9663986Z 52700K .......... .......... .......... .......... .......... 88% 252M 0s 2024-08-22T20:35:52.9666287Z 52750K .......... .......... .......... .......... .......... 88% 211M 0s 2024-08-22T20:35:52.9668127Z 52800K .......... .......... .......... .......... .......... 89% 306M 0s 2024-08-22T20:35:52.9669842Z 52850K .......... .......... .......... .......... .......... 89% 275M 0s 2024-08-22T20:35:52.9671983Z 52900K .......... .......... .......... .......... .......... 89% 213M 0s 2024-08-22T20:35:52.9674189Z 52950K .......... .......... .......... .......... .......... 89% 223M 0s 2024-08-22T20:35:52.9676405Z 53000K .......... .......... .......... .......... .......... 89% 218M 0s 2024-08-22T20:35:52.9678423Z 53050K .......... .......... .......... .......... .......... 89% 242M 0s 2024-08-22T20:35:52.9680379Z 53100K .......... .......... .......... .......... .......... 89% 251M 0s 2024-08-22T20:35:52.9682784Z 53150K .......... .......... .......... .......... .......... 89% 207M 0s 2024-08-22T20:35:52.9684796Z 53200K .......... .......... .......... .......... .......... 89% 247M 0s 2024-08-22T20:35:52.9686808Z 53250K .......... .......... .......... .......... .......... 89% 237M 0s 2024-08-22T20:35:52.9688859Z 53300K .......... .......... .......... .......... .......... 89% 238M 0s 2024-08-22T20:35:52.9691325Z 53350K .......... .......... .......... .......... .......... 89% 197M 0s 2024-08-22T20:35:52.9693358Z 53400K .......... .......... .......... .......... .......... 90% 239M 0s 2024-08-22T20:35:52.9695135Z 53450K .......... .......... .......... .......... .......... 90% 271M 0s 2024-08-22T20:35:52.9697250Z 53500K .......... .......... .......... .......... .......... 90% 232M 0s 2024-08-22T20:35:52.9699859Z 53550K .......... .......... .......... .......... .......... 90% 191M 0s 2024-08-22T20:35:52.9701924Z 53600K .......... .......... .......... .......... .......... 90% 236M 0s 2024-08-22T20:35:52.9703866Z 53650K .......... .......... .......... .......... .......... 90% 246M 0s 2024-08-22T20:35:52.9705831Z 53700K .......... .......... .......... .......... .......... 90% 252M 0s 2024-08-22T20:35:52.9707648Z 53750K .......... .......... .......... .......... .......... 90% 269M 0s 2024-08-22T20:35:52.9710276Z 53800K .......... .......... .......... .......... .......... 90% 190M 0s 2024-08-22T20:35:52.9712500Z 53850K .......... .......... .......... .......... .......... 90% 218M 0s 2024-08-22T20:35:52.9714625Z 53900K .......... .......... .......... .......... .......... 90% 232M 0s 2024-08-22T20:35:52.9717106Z 53950K .......... .......... .......... .......... .......... 90% 193M 0s 2024-08-22T20:35:52.9719020Z 54000K .......... .......... .......... .......... .......... 91% 251M 0s 2024-08-22T20:35:52.9720889Z 54050K .......... .......... .......... .......... .......... 91% 268M 0s 2024-08-22T20:35:52.9723154Z 54100K .......... .......... .......... .......... .......... 91% 217M 0s 2024-08-22T20:35:52.9725367Z 54150K .......... .......... .......... .......... .......... 91% 217M 0s 2024-08-22T20:35:52.9727364Z 54200K .......... .......... .......... .......... .......... 91% 250M 0s 2024-08-22T20:35:52.9729630Z 54250K .......... .......... .......... .......... .......... 91% 215M 0s 2024-08-22T20:35:52.9731938Z 54300K .......... .......... .......... .......... .......... 91% 240M 0s 2024-08-22T20:35:52.9734142Z 54350K .......... .......... .......... .......... .......... 91% 195M 0s 2024-08-22T20:35:52.9736402Z 54400K .......... .......... .......... .......... .......... 91% 220M 0s 2024-08-22T20:35:52.9738488Z 54450K .......... .......... .......... .......... .......... 91% 229M 0s 2024-08-22T20:35:52.9740515Z 54500K .......... .......... .......... .......... .......... 91% 254M 0s 2024-08-22T20:35:52.9742949Z 54550K .......... .......... .......... .......... .......... 91% 195M 0s 2024-08-22T20:35:52.9745052Z 54600K .......... .......... .......... .......... .......... 92% 235M 0s 2024-08-22T20:35:52.9747027Z 54650K .......... .......... .......... .......... .......... 92% 249M 0s 2024-08-22T20:35:52.9749002Z 54700K .......... .......... .......... .......... .......... 92% 236M 0s 2024-08-22T20:35:52.9751751Z 54750K .......... .......... .......... .......... .......... 92% 188M 0s 2024-08-22T20:35:52.9753359Z 54800K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:52.9755369Z 54850K .......... .......... .......... .......... .......... 92% 253M 0s 2024-08-22T20:35:52.9757359Z 54900K .......... .......... .......... .......... .......... 92% 247M 0s 2024-08-22T20:35:52.9759574Z 54950K .......... .......... .......... .......... .......... 92% 210M 0s 2024-08-22T20:35:52.9761643Z 55000K .......... .......... .......... .......... .......... 92% 235M 0s 2024-08-22T20:35:52.9764001Z 55050K .......... .......... .......... .......... .......... 92% 211M 0s 2024-08-22T20:35:52.9765895Z 55100K .......... .......... .......... .......... .......... 92% 254M 0s 2024-08-22T20:35:52.9768030Z 55150K .......... .......... .......... .......... .......... 92% 237M 0s 2024-08-22T20:35:52.9770393Z 55200K .......... .......... .......... .......... .......... 93% 215M 0s 2024-08-22T20:35:52.9772296Z 55250K .......... .......... .......... .......... .......... 93% 246M 0s 2024-08-22T20:35:52.9774406Z 55300K .......... .......... .......... .......... .......... 93% 243M 0s 2024-08-22T20:35:52.9776668Z 55350K .......... .......... .......... .......... .......... 93% 197M 0s 2024-08-22T20:35:52.9778614Z 55400K .......... .......... .......... .......... .......... 93% 260M 0s 2024-08-22T20:35:52.9780883Z 55450K .......... .......... .......... .......... .......... 93% 226M 0s 2024-08-22T20:35:52.9782928Z 55500K .......... .......... .......... .......... .......... 93% 232M 0s 2024-08-22T20:35:52.9785368Z 55550K .......... .......... .......... .......... .......... 93% 198M 0s 2024-08-22T20:35:52.9787491Z 55600K .......... .......... .......... .......... .......... 93% 228M 0s 2024-08-22T20:35:52.9789420Z 55650K .......... .......... .......... .......... .......... 93% 261M 0s 2024-08-22T20:35:52.9791538Z 55700K .......... .......... .......... .......... .......... 93% 239M 0s 2024-08-22T20:35:52.9793780Z 55750K .......... .......... .......... .......... .......... 93% 200M 0s 2024-08-22T20:35:52.9795417Z 55800K .......... .......... .......... .......... .......... 94% 298M 0s 2024-08-22T20:35:52.9797035Z 55850K .......... .......... .......... .......... .......... 94% 301M 0s 2024-08-22T20:35:52.9798674Z 55900K .......... .......... .......... .......... .......... 94% 301M 0s 2024-08-22T20:35:52.9800587Z 55950K .......... .......... .......... .......... .......... 94% 252M 0s 2024-08-22T20:35:52.9802224Z 56000K .......... .......... .......... .......... .......... 94% 303M 0s 2024-08-22T20:35:52.9803842Z 56050K .......... .......... .......... .......... .......... 94% 299M 0s 2024-08-22T20:35:52.9805419Z 56100K .......... .......... .......... .......... .......... 94% 310M 0s 2024-08-22T20:35:52.9807261Z 56150K .......... .......... .......... .......... .......... 94% 269M 0s 2024-08-22T20:35:52.9808856Z 56200K .......... .......... .......... .......... .......... 94% 299M 0s 2024-08-22T20:35:52.9810650Z 56250K .......... .......... .......... .......... .......... 94% 303M 0s 2024-08-22T20:35:52.9812263Z 56300K .......... .......... .......... .......... .......... 94% 281M 0s 2024-08-22T20:35:52.9814143Z 56350K .......... .......... .......... .......... .......... 95% 254M 0s 2024-08-22T20:35:52.9815728Z 56400K .......... .......... .......... .......... .......... 95% 311M 0s 2024-08-22T20:35:52.9817343Z 56450K .......... .......... .......... .......... .......... 95% 298M 0s 2024-08-22T20:35:52.9818959Z 56500K .......... .......... .......... .......... .......... 95% 305M 0s 2024-08-22T20:35:52.9820776Z 56550K .......... .......... .......... .......... .......... 95% 266M 0s 2024-08-22T20:35:52.9822405Z 56600K .......... .......... .......... .......... .......... 95% 301M 0s 2024-08-22T20:35:52.9824020Z 56650K .......... .......... .......... .......... .......... 95% 304M 0s 2024-08-22T20:35:52.9825641Z 56700K .......... .......... .......... .......... .......... 95% 301M 0s 2024-08-22T20:35:52.9827561Z 56750K .......... .......... .......... .......... .......... 95% 256M 0s 2024-08-22T20:35:52.9829384Z 56800K .......... .......... .......... .......... .......... 95% 276M 0s 2024-08-22T20:35:52.9830981Z 56850K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:35:52.9832588Z 56900K .......... .......... .......... .......... .......... 95% 307M 0s 2024-08-22T20:35:52.9834584Z 56950K .......... .......... .......... .......... .......... 96% 244M 0s 2024-08-22T20:35:52.9836212Z 57000K .......... .......... .......... .......... .......... 96% 306M 0s 2024-08-22T20:35:52.9837779Z 57050K .......... .......... .......... .......... .......... 96% 303M 0s 2024-08-22T20:35:52.9839441Z 57100K .......... .......... .......... .......... .......... 96% 298M 0s 2024-08-22T20:35:52.9841336Z 57150K .......... .......... .......... .......... .......... 96% 256M 0s 2024-08-22T20:35:52.9842968Z 57200K .......... .......... .......... .......... .......... 96% 299M 0s 2024-08-22T20:35:52.9844593Z 57250K .......... .......... .......... .......... .......... 96% 303M 0s 2024-08-22T20:35:52.9846172Z 57300K .......... .......... .......... .......... .......... 96% 310M 0s 2024-08-22T20:35:52.9848082Z 57350K .......... .......... .......... .......... .......... 96% 254M 0s 2024-08-22T20:35:52.9849723Z 57400K .......... .......... .......... .......... .......... 96% 297M 0s 2024-08-22T20:35:52.9851541Z 57450K .......... .......... .......... .......... .......... 96% 273M 0s 2024-08-22T20:35:52.9853120Z 57500K .......... .......... .......... .......... .......... 96% 305M 0s 2024-08-22T20:35:52.9855040Z 57550K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:35:52.9856646Z 57600K .......... .......... .......... .......... .......... 97% 307M 0s 2024-08-22T20:35:52.9858224Z 57650K .......... .......... .......... .......... .......... 97% 305M 0s 2024-08-22T20:35:52.9859882Z 57700K .......... .......... .......... .......... .......... 97% 299M 0s 2024-08-22T20:35:52.9861663Z 57750K .......... .......... .......... .......... .......... 97% 271M 0s 2024-08-22T20:35:52.9863259Z 57800K .......... .......... .......... .......... .......... 97% 304M 0s 2024-08-22T20:35:52.9864910Z 57850K .......... .......... .......... .......... .......... 97% 301M 0s 2024-08-22T20:35:52.9866486Z 57900K .......... .......... .......... .......... .......... 97% 308M 0s 2024-08-22T20:35:52.9868585Z 57950K .......... .......... .......... .......... .......... 97% 233M 0s 2024-08-22T20:35:52.9870503Z 58000K .......... .......... .......... .......... .......... 97% 256M 0s 2024-08-22T20:35:52.9872085Z 58050K .......... .......... .......... .......... .......... 97% 303M 0s 2024-08-22T20:35:52.9873725Z 58100K .......... .......... .......... .......... .......... 97% 303M 0s 2024-08-22T20:35:52.9875512Z 58150K .......... .......... .......... .......... .......... 98% 271M 0s 2024-08-22T20:35:52.9877356Z 58200K .......... .......... .......... .......... .......... 98% 296M 0s 2024-08-22T20:35:52.9878840Z 58250K .......... .......... .......... .......... .......... 98% 311M 0s 2024-08-22T20:35:52.9880356Z 58300K .......... .......... .......... .......... .......... 98% 308M 0s 2024-08-22T20:35:52.9882267Z 58350K .......... .......... .......... .......... .......... 98% 256M 0s 2024-08-22T20:35:52.9883827Z 58400K .......... .......... .......... .......... .......... 98% 310M 0s 2024-08-22T20:35:52.9885441Z 58450K .......... .......... .......... .......... .......... 98% 304M 0s 2024-08-22T20:35:52.9887002Z 58500K .......... .......... .......... .......... .......... 98% 311M 0s 2024-08-22T20:35:52.9888786Z 58550K .......... .......... .......... .......... .......... 98% 274M 0s 2024-08-22T20:35:52.9890368Z 58600K .......... .......... .......... .......... .......... 98% 305M 0s 2024-08-22T20:35:52.9891984Z 58650K .......... .......... .......... .......... .......... 98% 301M 0s 2024-08-22T20:35:52.9893643Z 58700K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:52.9895549Z 58750K .......... .......... .......... .......... .......... 99% 256M 0s 2024-08-22T20:35:52.9897142Z 58800K .......... .......... .......... .......... .......... 99% 309M 0s 2024-08-22T20:35:52.9898728Z 58850K .......... .......... .......... .......... .......... 99% 306M 0s 2024-08-22T20:35:52.9900326Z 58900K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:52.9902171Z 58950K .......... .......... .......... .......... .......... 99% 265M 0s 2024-08-22T20:35:52.9903919Z 59000K .......... .......... .......... .......... .......... 99% 278M 0s 2024-08-22T20:35:52.9905534Z 59050K .......... .......... .......... .......... .......... 99% 303M 0s 2024-08-22T20:35:52.9907157Z 59100K .......... .......... .......... .......... .......... 99% 302M 0s 2024-08-22T20:35:52.9909224Z 59150K .......... .......... .......... .......... .......... 99% 237M 0s 2024-08-22T20:35:52.9910846Z 59200K .......... .......... .......... .......... .......... 99% 300M 0s 2024-08-22T20:35:52.9912435Z 59250K .......... .......... .......... .......... .......... 99% 308M 0s 2024-08-22T20:35:52.9914036Z 59300K .......... .......... .......... .......... .......... 99% 306M 0s 2024-08-22T20:35:52.9914797Z 59350K .......... .... 100% 284M=0.3s 2024-08-22T20:35:52.9914986Z 2024-08-22T20:35:52.9915952Z 2024-08-22 20:35:52 (209 MB/s) - ‘stories15M.pt’ saved [60789090/60789090] 2024-08-22T20:35:52.9915981Z 2024-08-22T20:35:52.9953260Z --2024-08-22 20:35:52-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:52.9992366Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:35:53.0007163Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:35:53.0879981Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:53.0880989Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:35:53.0882322Z --2024-08-22 20:35:53-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:35:53.0907707Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-08-22T20:35:53.0918000Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:35:53.1010551Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:53.1011140Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:35:53.1011654Z Saving to: ‘tokenizer.model’ 2024-08-22T20:35:53.1011982Z 2024-08-22T20:35:53.1020585Z 0K .......... .......... .......... .......... .......... 10% 56.0M 0s 2024-08-22T20:35:53.1028306Z 50K .......... .......... .......... .......... .......... 20% 60.8M 0s 2024-08-22T20:35:53.1030626Z 100K .......... .......... .......... .......... .......... 30% 211M 0s 2024-08-22T20:35:53.1039836Z 150K .......... .......... .......... .......... .......... 40% 51.7M 0s 2024-08-22T20:35:53.1041488Z 200K .......... .......... .......... .......... .......... 51% 291M 0s 2024-08-22T20:35:53.1043807Z 250K .......... .......... .......... .......... .......... 61% 225M 0s 2024-08-22T20:35:53.1045333Z 300K .......... .......... .......... .......... .......... 71% 289M 0s 2024-08-22T20:35:53.1047774Z 350K .......... .......... .......... .......... .......... 81% 199M 0s 2024-08-22T20:35:53.1051992Z 400K .......... .......... .......... .......... .......... 92% 116M 0s 2024-08-22T20:35:53.1053419Z 450K .......... .......... .......... ........ 100% 291M=0.004s 2024-08-22T20:35:53.1053790Z 2024-08-22T20:35:53.1054190Z 2024-08-22 20:35:53 (113 MB/s) - ‘tokenizer.model’ saved [499723/499723] 2024-08-22T20:35:53.1054612Z 2024-08-22T20:35:53.1061832Z ~/work/torchchat/torchchat 2024-08-22T20:35:53.1101051Z --2024-08-22 20:35:53-- https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true 2024-08-22T20:35:53.1123563Z Resolving huggingface.co (huggingface.co)... 18.154.227.69, 18.154.227.67, 18.154.227.87, ... 2024-08-22T20:35:53.1136773Z Connecting to huggingface.co (huggingface.co)|18.154.227.69|:443... connected. 2024-08-22T20:35:53.1378618Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:53.1388819Z Location: https://cdn-lfs.huggingface.co/repos/78/c0/78c0025ad868b32cde1bc50a7828b0f29bc0e6035e5d0f215eadc34d9071013a/bd07d1c53b833d422272259b17b393270b8f81c937d14332dfa044fe1b349884?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27tinyllama-1.1b-1t-openorca.Q4_0.gguf%3B+filename%3D%22tinyllama-1.1b-1t-openorca.Q4_0.gguf%22%3B&Expires=1724618153&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxODE1M319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy83OC9jMC83OGMwMDI1YWQ4NjhiMzJjZGUxYmM1MGE3ODI4YjBmMjliYzBlNjAzNWU1ZDBmMjE1ZWFkYzM0ZDkwNzEwMTNhL2JkMDdkMWM1M2I4MzNkNDIyMjcyMjU5YjE3YjM5MzI3MGI4ZjgxYzkzN2QxNDMzMmRmYTA0NGZlMWIzNDk4ODQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=l1shfzN79%7EJ8r39Fpa5ptXxemSQpHYja95g%7EKNZlytEM4nHQ6ibUw73SzuvvrfnfltCsaeRBoL7s7EO7%7E0j%7EFbPoTkV7scze4lKQQUzjKVedULUuyfDa9M9jcaGBLy1uIcli6BGleGa%7EkgbDwUboT7CEHFDGqLOru3tne1yn1TUK9Dkhem3gWpkiXTWAARchY1H%7EWrh7p52rH8nk9GQtkMh%7E7OygPmBMIP6aaoiFng%7EIxjGsS9fVz3USX5eX2UOZ406fxGWE%7EdR7M0Zn5ONWu0WwW-K0afwyqy0XTeh6vTJjXw9jslH4jBm%7EphlMxYvkGCA-DO9O3MxdWqQcb2AdFA__&Key-Pair-Id=K3ESJI6DHPFC7 [following] 2024-08-22T20:35:53.1403107Z --2024-08-22 20:35:53-- https://cdn-lfs.huggingface.co/repos/78/c0/78c0025ad868b32cde1bc50a7828b0f29bc0e6035e5d0f215eadc34d9071013a/bd07d1c53b833d422272259b17b393270b8f81c937d14332dfa044fe1b349884?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27tinyllama-1.1b-1t-openorca.Q4_0.gguf%3B+filename%3D%22tinyllama-1.1b-1t-openorca.Q4_0.gguf%22%3B&Expires=1724618153&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcyNDYxODE1M319LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy83OC9jMC83OGMwMDI1YWQ4NjhiMzJjZGUxYmM1MGE3ODI4YjBmMjliYzBlNjAzNWU1ZDBmMjE1ZWFkYzM0ZDkwNzEwMTNhL2JkMDdkMWM1M2I4MzNkNDIyMjcyMjU5YjE3YjM5MzI3MGI4ZjgxYzkzN2QxNDMzMmRmYTA0NGZlMWIzNDk4ODQ%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=l1shfzN79%7EJ8r39Fpa5ptXxemSQpHYja95g%7EKNZlytEM4nHQ6ibUw73SzuvvrfnfltCsaeRBoL7s7EO7%7E0j%7EFbPoTkV7scze4lKQQUzjKVedULUuyfDa9M9jcaGBLy1uIcli6BGleGa%7EkgbDwUboT7CEHFDGqLOru3tne1yn1TUK9Dkhem3gWpkiXTWAARchY1H%7EWrh7p52rH8nk9GQtkMh%7E7OygPmBMIP6aaoiFng%7EIxjGsS9fVz3USX5eX2UOZ406fxGWE%7EdR7M0Zn5ONWu0WwW-K0afwyqy0XTeh6vTJjXw9jslH4jBm%7EphlMxYvkGCA-DO9O3MxdWqQcb2AdFA__&Key-Pair-Id=K3ESJI6DHPFC7 2024-08-22T20:35:53.1410345Z Resolving cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)... 108.138.64.49, 108.138.64.36, 108.138.64.111, ... 2024-08-22T20:35:53.1411429Z Connecting to cdn-lfs.huggingface.co (cdn-lfs.huggingface.co)|108.138.64.49|:443... connected. 2024-08-22T20:35:53.1484483Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:53.1485132Z Length: 636725728 (607M) [binary/octet-stream] 2024-08-22T20:35:53.1485814Z Saving to: ‘gguf_files/TinyLlama-1.1B-openorca.Q4_0.gguf’ 2024-08-22T20:35:53.1486257Z 2024-08-22T20:35:53.1499996Z 0K .......... .......... .......... .......... .......... 0% 34.0M 18s 2024-08-22T20:35:53.1514260Z 50K .......... .......... .......... .......... .......... 0% 34.3M 18s 2024-08-22T20:35:53.1528746Z 100K .......... .......... .......... .......... .......... 0% 33.8M 18s 2024-08-22T20:35:53.1533240Z 150K .......... .......... .......... .......... .......... 0% 107M 15s 2024-08-22T20:35:53.1537005Z 200K .......... .......... .......... .......... .......... 0% 130M 13s 2024-08-22T20:35:53.1544359Z 250K .......... .......... .......... .......... .......... 0% 65.8M 12s 2024-08-22T20:35:53.1549774Z 300K .......... .......... .......... .......... .......... 0% 98.4M 11s 2024-08-22T20:35:53.1553326Z 350K .......... .......... .......... .......... .......... 0% 122M 11s 2024-08-22T20:35:53.1555788Z 400K .......... .......... .......... .......... .......... 0% 196M 10s 2024-08-22T20:35:53.1559342Z 450K .......... .......... .......... .......... .......... 0% 142M 9s 2024-08-22T20:35:53.1561925Z 500K .......... .......... .......... .......... .......... 0% 201M 9s 2024-08-22T20:35:53.1564465Z 550K .......... .......... .......... .......... .......... 0% 174M 8s 2024-08-22T20:35:53.1566533Z 600K .......... .......... .......... .......... .......... 0% 235M 8s 2024-08-22T20:35:53.1568423Z 650K .......... .......... .......... .......... .......... 0% 257M 7s 2024-08-22T20:35:53.1570703Z 700K .......... .......... .......... .......... .......... 0% 263M 7s 2024-08-22T20:35:53.1572501Z 750K .......... .......... .......... .......... .......... 0% 219M 7s 2024-08-22T20:35:53.1574337Z 800K .......... .......... .......... .......... .......... 0% 275M 6s 2024-08-22T20:35:53.1576507Z 850K .......... .......... .......... .......... .......... 0% 268M 6s 2024-08-22T20:35:53.1578207Z 900K .......... .......... .......... .......... .......... 0% 237M 6s 2024-08-22T20:35:53.1579900Z 950K .......... .......... .......... .......... .......... 0% 281M 6s 2024-08-22T20:35:53.1581676Z 1000K .......... .......... .......... .......... .......... 0% 282M 6s 2024-08-22T20:35:53.1583589Z 1050K .......... .......... .......... .......... .......... 0% 282M 6s 2024-08-22T20:35:53.1585201Z 1100K .......... .......... .......... .......... .......... 0% 262M 5s 2024-08-22T20:35:53.1586891Z 1150K .......... .......... .......... .......... .......... 0% 292M 5s 2024-08-22T20:35:53.1589979Z 1200K .......... .......... .......... .......... .......... 0% 161M 5s 2024-08-22T20:35:53.1591901Z 1250K .......... .......... .......... .......... .......... 0% 295M 5s 2024-08-22T20:35:53.1594269Z 1300K .......... .......... .......... .......... .......... 0% 180M 5s 2024-08-22T20:35:53.1595867Z 1350K .......... .......... .......... .......... .......... 0% 306M 5s 2024-08-22T20:35:53.1597478Z 1400K .......... .......... .......... .......... .......... 0% 303M 5s 2024-08-22T20:35:53.1599515Z 1450K .......... .......... .......... .......... .......... 0% 270M 5s 2024-08-22T20:35:53.1601106Z 1500K .......... .......... .......... .......... .......... 0% 271M 5s 2024-08-22T20:35:53.1602777Z 1550K .......... .......... .......... .......... .......... 0% 291M 5s 2024-08-22T20:35:53.1604720Z 1600K .......... .......... .......... .......... .......... 0% 251M 4s 2024-08-22T20:35:53.1606703Z 1650K .......... .......... .......... .......... .......... 0% 295M 4s 2024-08-22T20:35:53.1608490Z 1700K .......... .......... .......... .......... .......... 0% 231M 4s 2024-08-22T20:35:53.1610347Z 1750K .......... .......... .......... .......... .......... 0% 290M 4s 2024-08-22T20:35:53.1611800Z 1800K .......... .......... .......... .......... .......... 0% 313M 4s 2024-08-22T20:35:53.1613765Z 1850K .......... .......... .......... .......... .......... 0% 285M 4s 2024-08-22T20:35:53.1615367Z 1900K .......... .......... .......... .......... .......... 0% 254M 4s 2024-08-22T20:35:53.1616984Z 1950K .......... .......... .......... .......... .......... 0% 301M 4s 2024-08-22T20:35:53.1618761Z 2000K .......... .......... .......... .......... .......... 0% 274M 4s 2024-08-22T20:35:53.1620503Z 2050K .......... .......... .......... .......... .......... 0% 281M 4s 2024-08-22T20:35:53.1622436Z 2100K .......... .......... .......... .......... .......... 0% 256M 4s 2024-08-22T20:35:53.1624177Z 2150K .......... .......... .......... .......... .......... 0% 280M 4s 2024-08-22T20:35:53.1625906Z 2200K .......... .......... .......... .......... .......... 0% 279M 4s 2024-08-22T20:35:53.1627513Z 2250K .......... .......... .......... .......... .......... 0% 305M 4s 2024-08-22T20:35:53.1629988Z 2300K .......... .......... .......... .......... .......... 0% 259M 4s 2024-08-22T20:35:53.1631714Z 2350K .......... .......... .......... .......... .......... 0% 211M 4s 2024-08-22T20:35:53.1633341Z 2400K .......... .......... .......... .......... .......... 0% 308M 4s 2024-08-22T20:35:53.1634982Z 2450K .......... .......... .......... .......... .......... 0% 292M 4s 2024-08-22T20:35:53.1637165Z 2500K .......... .......... .......... .......... .......... 0% 251M 4s 2024-08-22T20:35:53.1638752Z 2550K .......... .......... .......... .......... .......... 0% 265M 4s 2024-08-22T20:35:53.1640442Z 2600K .......... .......... .......... .......... .......... 0% 293M 4s 2024-08-22T20:35:53.1642280Z 2650K .......... .......... .......... .......... .......... 0% 266M 4s 2024-08-22T20:35:53.1644321Z 2700K .......... .......... .......... .......... .......... 0% 287M 4s 2024-08-22T20:35:53.1645969Z 2750K .......... .......... .......... .......... .......... 0% 244M 4s 2024-08-22T20:35:53.1647625Z 2800K .......... .......... .......... .......... .......... 0% 293M 4s 2024-08-22T20:35:53.1649202Z 2850K .......... .......... .......... .......... .......... 0% 309M 3s 2024-08-22T20:35:53.1651265Z 2900K .......... .......... .......... .......... .......... 0% 284M 3s 2024-08-22T20:35:53.1652988Z 2950K .......... .......... .......... .......... .......... 0% 240M 3s 2024-08-22T20:35:53.1654789Z 3000K .......... .......... .......... .......... .......... 0% 272M 3s 2024-08-22T20:35:53.1656632Z 3050K .......... .......... .......... .......... .......... 0% 260M 3s 2024-08-22T20:35:53.1658262Z 3100K .......... .......... .......... .......... .......... 0% 302M 3s 2024-08-22T20:35:53.1660227Z 3150K .......... .......... .......... .......... .......... 0% 309M 3s 2024-08-22T20:35:53.1661995Z 3200K .......... .......... .......... .......... .......... 0% 229M 3s 2024-08-22T20:35:53.1663841Z 3250K .......... .......... .......... .......... .......... 0% 306M 3s 2024-08-22T20:35:53.1665571Z 3300K .......... .......... .......... .......... .......... 0% 249M 3s 2024-08-22T20:35:53.1667137Z 3350K .......... .......... .......... .......... .......... 0% 301M 3s 2024-08-22T20:35:53.1669115Z 3400K .......... .......... .......... .......... .......... 0% 263M 3s 2024-08-22T20:35:53.1671234Z 3450K .......... .......... .......... .......... .......... 0% 258M 3s 2024-08-22T20:35:53.1672855Z 3500K .......... .......... .......... .......... .......... 0% 284M 3s 2024-08-22T20:35:53.1674667Z 3550K .......... .......... .......... .......... .......... 0% 237M 3s 2024-08-22T20:35:53.1676292Z 3600K .......... .......... .......... .......... .......... 0% 302M 3s 2024-08-22T20:35:53.1677971Z 3650K .......... .......... .......... .......... .......... 0% 291M 3s 2024-08-22T20:35:53.1680170Z 3700K .......... .......... .......... .......... .......... 0% 242M 3s 2024-08-22T20:35:53.1681596Z 3750K .......... .......... .......... .......... .......... 0% 310M 3s 2024-08-22T20:35:53.1683568Z 3800K .......... .......... .......... .......... .......... 0% 249M 3s 2024-08-22T20:35:53.1685190Z 3850K .......... .......... .......... .......... .......... 0% 293M 3s 2024-08-22T20:35:53.1686902Z 3900K .......... .......... .......... .......... .......... 0% 289M 3s 2024-08-22T20:35:53.1688799Z 3950K .......... .......... .......... .......... .......... 0% 255M 3s 2024-08-22T20:35:53.1690383Z 4000K .......... .......... .......... .......... .......... 0% 307M 3s 2024-08-22T20:35:53.1692400Z 4050K .......... .......... .......... .......... .......... 0% 252M 3s 2024-08-22T20:35:53.1694127Z 4100K .......... .......... .......... .......... .......... 0% 267M 3s 2024-08-22T20:35:53.1695743Z 4150K .......... .......... .......... .......... .......... 0% 302M 3s 2024-08-22T20:35:53.1697612Z 4200K .......... .......... .......... .......... .......... 0% 270M 3s 2024-08-22T20:35:53.1699658Z 4250K .......... .......... .......... .......... .......... 0% 236M 3s 2024-08-22T20:35:53.1701299Z 4300K .......... .......... .......... .......... .......... 0% 301M 3s 2024-08-22T20:35:53.1703154Z 4350K .......... .......... .......... .......... .......... 0% 260M 3s 2024-08-22T20:35:53.1704938Z 4400K .......... .......... .......... .......... .......... 0% 276M 3s 2024-08-22T20:35:53.1706704Z 4450K .......... .......... .......... .......... .......... 0% 277M 3s 2024-08-22T20:35:53.1708520Z 4500K .......... .......... .......... .......... .......... 0% 293M 3s 2024-08-22T20:35:53.1710318Z 4550K .......... .......... .......... .......... .......... 0% 251M 3s 2024-08-22T20:35:53.1712275Z 4600K .......... .......... .......... .......... .......... 0% 246M 3s 2024-08-22T20:35:53.1713903Z 4650K .......... .......... .......... .......... .......... 0% 302M 3s 2024-08-22T20:35:53.1715769Z 4700K .......... .......... .......... .......... .......... 0% 268M 3s 2024-08-22T20:35:53.1717815Z 4750K .......... .......... .......... .......... .......... 0% 232M 3s 2024-08-22T20:35:53.1719447Z 4800K .......... .......... .......... .......... .......... 0% 311M 3s 2024-08-22T20:35:53.1721192Z 4850K .......... .......... .......... .......... .......... 0% 271M 3s 2024-08-22T20:35:53.1723195Z 4900K .......... .......... .......... .......... .......... 0% 247M 3s 2024-08-22T20:35:53.1724815Z 4950K .......... .......... .......... .......... .......... 0% 297M 3s 2024-08-22T20:35:53.1726805Z 5000K .......... .......... .......... .......... .......... 0% 262M 3s 2024-08-22T20:35:53.1728559Z 5050K .......... .......... .......... .......... .......... 0% 257M 3s 2024-08-22T20:35:53.1730232Z 5100K .......... .......... .......... .......... .......... 0% 296M 3s 2024-08-22T20:35:53.1732296Z 5150K .......... .......... .......... .......... .......... 0% 235M 3s 2024-08-22T20:35:53.1733988Z 5200K .......... .......... .......... .......... .......... 0% 289M 3s 2024-08-22T20:35:53.1736162Z 5250K .......... .......... .......... .......... .......... 0% 277M 3s 2024-08-22T20:35:53.1737761Z 5300K .......... .......... .......... .......... .......... 0% 243M 3s 2024-08-22T20:35:53.1739314Z 5350K .......... .......... .......... .......... .......... 0% 316M 3s 2024-08-22T20:35:53.1741432Z 5400K .......... .......... .......... .......... .......... 0% 236M 3s 2024-08-22T20:35:53.1743062Z 5450K .......... .......... .......... .......... .......... 0% 289M 3s 2024-08-22T20:35:53.1744674Z 5500K .......... .......... .......... .......... .......... 0% 303M 3s 2024-08-22T20:35:53.1746600Z 5550K .......... .......... .......... .......... .......... 0% 255M 3s 2024-08-22T20:35:53.1748499Z 5600K .......... .......... .......... .......... .......... 0% 280M 3s 2024-08-22T20:35:53.1750686Z 5650K .......... .......... .......... .......... .......... 0% 224M 3s 2024-08-22T20:35:53.1752353Z 5700K .......... .......... .......... .......... .......... 0% 274M 3s 2024-08-22T20:35:53.1753914Z 5750K .......... .......... .......... .......... .......... 0% 305M 3s 2024-08-22T20:35:53.1756050Z 5800K .......... .......... .......... .......... .......... 0% 231M 3s 2024-08-22T20:35:53.1757637Z 5850K .......... .......... .......... .......... .......... 0% 301M 3s 2024-08-22T20:35:53.1759370Z 5900K .......... .......... .......... .......... .......... 0% 292M 3s 2024-08-22T20:35:53.1761387Z 5950K .......... .......... .......... .......... .......... 0% 268M 3s 2024-08-22T20:35:53.1762946Z 6000K .......... .......... .......... .......... .......... 0% 271M 3s 2024-08-22T20:35:53.1764871Z 6050K .......... .......... .......... .......... .......... 0% 259M 3s 2024-08-22T20:35:53.1766526Z 6100K .......... .......... .......... .......... .......... 0% 287M 3s 2024-08-22T20:35:53.1768301Z 6150K .......... .......... .......... .......... .......... 0% 273M 3s 2024-08-22T20:35:53.1770123Z 6200K .......... .......... .......... .......... .......... 1% 273M 3s 2024-08-22T20:35:53.1771904Z 6250K .......... .......... .......... .......... .......... 1% 270M 3s 2024-08-22T20:35:53.1773757Z 6300K .......... .......... .......... .......... .......... 1% 276M 3s 2024-08-22T20:35:53.1775695Z 6350K .......... .......... .......... .......... .......... 1% 244M 3s 2024-08-22T20:35:53.1777740Z 6400K .......... .......... .......... .......... .......... 1% 236M 3s 2024-08-22T20:35:53.1779392Z 6450K .......... .......... .......... .......... .......... 1% 298M 3s 2024-08-22T20:35:53.1781196Z 6500K .......... .......... .......... .......... .......... 1% 269M 3s 2024-08-22T20:35:53.1782802Z 6550K .......... .......... .......... .......... .......... 1% 303M 3s 2024-08-22T20:35:53.1784501Z 6600K .......... .......... .......... .......... .......... 1% 290M 3s 2024-08-22T20:35:53.1786705Z 6650K .......... .......... .......... .......... .......... 1% 220M 3s 2024-08-22T20:35:53.1788623Z 6700K .......... .......... .......... .......... .......... 1% 301M 3s 2024-08-22T20:35:53.1790695Z 6750K .......... .......... .......... .......... .......... 1% 220M 3s 2024-08-22T20:35:53.1792340Z 6800K .......... .......... .......... .......... .......... 1% 271M 3s 2024-08-22T20:35:53.1794003Z 6850K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1796291Z 6900K .......... .......... .......... .......... .......... 1% 214M 3s 2024-08-22T20:35:53.1797891Z 6950K .......... .......... .......... .......... .......... 1% 297M 3s 2024-08-22T20:35:53.1799496Z 7000K .......... .......... .......... .......... .......... 1% 305M 3s 2024-08-22T20:35:53.1801332Z 7050K .......... .......... .......... .......... .......... 1% 274M 3s 2024-08-22T20:35:53.1802970Z 7100K .......... .......... .......... .......... .......... 1% 290M 3s 2024-08-22T20:35:53.1805043Z 7150K .......... .......... .......... .......... .......... 1% 236M 3s 2024-08-22T20:35:53.1806811Z 7200K .......... .......... .......... .......... .......... 1% 276M 3s 2024-08-22T20:35:53.1808497Z 7250K .......... .......... .......... .......... .......... 1% 285M 3s 2024-08-22T20:35:53.1810344Z 7300K .......... .......... .......... .......... .......... 1% 271M 3s 2024-08-22T20:35:53.1811984Z 7350K .......... .......... .......... .......... .......... 1% 289M 3s 2024-08-22T20:35:53.1813819Z 7400K .......... .......... .......... .......... .......... 1% 269M 3s 2024-08-22T20:35:53.1815666Z 7450K .......... .......... .......... .......... .......... 1% 264M 3s 2024-08-22T20:35:53.1817490Z 7500K .......... .......... .......... .......... .......... 1% 309M 3s 2024-08-22T20:35:53.1819282Z 7550K .......... .......... .......... .......... .......... 1% 245M 3s 2024-08-22T20:35:53.1821381Z 7600K .......... .......... .......... .......... .......... 1% 248M 3s 2024-08-22T20:35:53.1822869Z 7650K .......... .......... .......... .......... .......... 1% 306M 3s 2024-08-22T20:35:53.1824762Z 7700K .......... .......... .......... .......... .......... 1% 264M 3s 2024-08-22T20:35:53.1826331Z 7750K .......... .......... .......... .......... .......... 1% 292M 3s 2024-08-22T20:35:53.1828292Z 7800K .......... .......... .......... .......... .......... 1% 277M 3s 2024-08-22T20:35:53.1830346Z 7850K .......... .......... .......... .......... .......... 1% 217M 3s 2024-08-22T20:35:53.1831972Z 7900K .......... .......... .......... .......... .......... 1% 299M 3s 2024-08-22T20:35:53.1834117Z 7950K .......... .......... .......... .......... .......... 1% 229M 3s 2024-08-22T20:35:53.1835737Z 8000K .......... .......... .......... .......... .......... 1% 302M 3s 2024-08-22T20:35:53.1837570Z 8050K .......... .......... .......... .......... .......... 1% 269M 3s 2024-08-22T20:35:53.1839376Z 8100K .......... .......... .......... .......... .......... 1% 268M 3s 2024-08-22T20:35:53.1841010Z 8150K .......... .......... .......... .......... .......... 1% 293M 3s 2024-08-22T20:35:53.1843091Z 8200K .......... .......... .......... .......... .......... 1% 252M 3s 2024-08-22T20:35:53.1845024Z 8250K .......... .......... .......... .......... .......... 1% 267M 3s 2024-08-22T20:35:53.1846844Z 8300K .......... .......... .......... .......... .......... 1% 243M 3s 2024-08-22T20:35:53.1848514Z 8350K .......... .......... .......... .......... .......... 1% 284M 3s 2024-08-22T20:35:53.1850389Z 8400K .......... .......... .......... .......... .......... 1% 263M 3s 2024-08-22T20:35:53.1852167Z 8450K .......... .......... .......... .......... .......... 1% 287M 3s 2024-08-22T20:35:53.1854127Z 8500K .......... .......... .......... .......... .......... 1% 239M 3s 2024-08-22T20:35:53.1855937Z 8550K .......... .......... .......... .......... .......... 1% 272M 3s 2024-08-22T20:35:53.1857555Z 8600K .......... .......... .......... .......... .......... 1% 292M 3s 2024-08-22T20:35:53.1859623Z 8650K .......... .......... .......... .......... .......... 1% 242M 3s 2024-08-22T20:35:53.1861337Z 8700K .......... .......... .......... .......... .......... 1% 296M 3s 2024-08-22T20:35:53.1863252Z 8750K .......... .......... .......... .......... .......... 1% 251M 3s 2024-08-22T20:35:53.1864946Z 8800K .......... .......... .......... .......... .......... 1% 288M 3s 2024-08-22T20:35:53.1866547Z 8850K .......... .......... .......... .......... .......... 1% 309M 3s 2024-08-22T20:35:53.1868901Z 8900K .......... .......... .......... .......... .......... 1% 235M 3s 2024-08-22T20:35:53.1870639Z 8950K .......... .......... .......... .......... .......... 1% 237M 3s 2024-08-22T20:35:53.1872439Z 9000K .......... .......... .......... .......... .......... 1% 270M 3s 2024-08-22T20:35:53.1874380Z 9050K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1876067Z 9100K .......... .......... .......... .......... .......... 1% 240M 3s 2024-08-22T20:35:53.1877881Z 9150K .......... .......... .......... .......... .......... 1% 306M 3s 2024-08-22T20:35:53.1879705Z 9200K .......... .......... .......... .......... .......... 1% 244M 3s 2024-08-22T20:35:53.1881334Z 9250K .......... .......... .......... .......... .......... 1% 291M 3s 2024-08-22T20:35:53.1883054Z 9300K .......... .......... .......... .......... .......... 1% 287M 3s 2024-08-22T20:35:53.1885111Z 9350K .......... .......... .......... .......... .......... 1% 234M 3s 2024-08-22T20:35:53.1886745Z 9400K .......... .......... .......... .......... .......... 1% 302M 3s 2024-08-22T20:35:53.1888884Z 9450K .......... .......... .......... .......... .......... 1% 272M 3s 2024-08-22T20:35:53.1890466Z 9500K .......... .......... .......... .......... .......... 1% 251M 3s 2024-08-22T20:35:53.1892248Z 9550K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1894371Z 9600K .......... .......... .......... .......... .......... 1% 257M 3s 2024-08-22T20:35:53.1895982Z 9650K .......... .......... .......... .......... .......... 1% 243M 3s 2024-08-22T20:35:53.1897609Z 9700K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1899579Z 9750K .......... .......... .......... .......... .......... 1% 247M 3s 2024-08-22T20:35:53.1901504Z 9800K .......... .......... .......... .......... .......... 1% 301M 3s 2024-08-22T20:35:53.1903475Z 9850K .......... .......... .......... .......... .......... 1% 252M 3s 2024-08-22T20:35:53.1905160Z 9900K .......... .......... .......... .......... .......... 1% 241M 3s 2024-08-22T20:35:53.1906749Z 9950K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1908957Z 10000K .......... .......... .......... .......... .......... 1% 226M 3s 2024-08-22T20:35:53.1910720Z 10050K .......... .......... .......... .......... .......... 1% 272M 3s 2024-08-22T20:35:53.1912310Z 10100K .......... .......... .......... .......... .......... 1% 308M 3s 2024-08-22T20:35:53.1914376Z 10150K .......... .......... .......... .......... .......... 1% 266M 3s 2024-08-22T20:35:53.1916002Z 10200K .......... .......... .......... .......... .......... 1% 265M 3s 2024-08-22T20:35:53.1917799Z 10250K .......... .......... .......... .......... .......... 1% 269M 3s 2024-08-22T20:35:53.1919589Z 10300K .......... .......... .......... .......... .......... 1% 272M 3s 2024-08-22T20:35:53.1921235Z 10350K .......... .......... .......... .......... .......... 1% 297M 3s 2024-08-22T20:35:53.1922975Z 10400K .......... .......... .......... .......... .......... 1% 280M 3s 2024-08-22T20:35:53.1924877Z 10450K .......... .......... .......... .......... .......... 1% 258M 3s 2024-08-22T20:35:53.1927143Z 10500K .......... .......... .......... .......... .......... 1% 256M 3s 2024-08-22T20:35:53.1928916Z 10550K .......... .......... .......... .......... .......... 1% 231M 3s 2024-08-22T20:35:53.1930581Z 10600K .......... .......... .......... .......... .......... 1% 290M 3s 2024-08-22T20:35:53.1932502Z 10650K .......... .......... .......... .......... .......... 1% 290M 3s 2024-08-22T20:35:53.1934531Z 10700K .......... .......... .......... .......... .......... 1% 215M 3s 2024-08-22T20:35:53.1936991Z 10750K .......... .......... .......... .......... .......... 1% 274M 3s 2024-08-22T20:35:53.1938153Z 10800K .......... .......... .......... .......... .......... 1% 286M 3s 2024-08-22T20:35:53.1940229Z 10850K .......... .......... .......... .......... .......... 1% 244M 3s 2024-08-22T20:35:53.1941903Z 10900K .......... .......... .......... .......... .......... 1% 307M 3s 2024-08-22T20:35:53.1943735Z 10950K .......... .......... .......... .......... .......... 1% 245M 3s 2024-08-22T20:35:53.1946180Z 11000K .......... .......... .......... .......... .......... 1% 237M 3s 2024-08-22T20:35:53.1947171Z 11050K .......... .......... .......... .......... .......... 1% 306M 3s 2024-08-22T20:35:53.1949151Z 11100K .......... .......... .......... .......... .......... 1% 276M 3s 2024-08-22T20:35:53.1951132Z 11150K .......... .......... .......... .......... .......... 1% 236M 3s 2024-08-22T20:35:53.1952724Z 11200K .......... .......... .......... .......... .......... 1% 303M 3s 2024-08-22T20:35:53.1954369Z 11250K .......... .......... .......... .......... .......... 1% 296M 3s 2024-08-22T20:35:53.1956277Z 11300K .......... .......... .......... .......... .......... 1% 256M 3s 2024-08-22T20:35:53.1958265Z 11350K .......... .......... .......... .......... .......... 1% 292M 3s 2024-08-22T20:35:53.1959854Z 11400K .......... .......... .......... .......... .......... 1% 258M 3s 2024-08-22T20:35:53.1961476Z 11450K .......... .......... .......... .......... .......... 1% 298M 3s 2024-08-22T20:35:53.1963568Z 11500K .......... .......... .......... .......... .......... 1% 263M 3s 2024-08-22T20:35:53.1965118Z 11550K .......... .......... .......... .......... .......... 1% 281M 3s 2024-08-22T20:35:53.1966950Z 11600K .......... .......... .......... .......... .......... 1% 270M 3s 2024-08-22T20:35:53.1968730Z 11650K .......... .......... .......... .......... .......... 1% 299M 3s 2024-08-22T20:35:53.1970530Z 11700K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1972359Z 11750K .......... .......... .......... .......... .......... 1% 217M 3s 2024-08-22T20:35:53.1973947Z 11800K .......... .......... .......... .......... .......... 1% 307M 3s 2024-08-22T20:35:53.1975741Z 11850K .......... .......... .......... .......... .......... 1% 272M 3s 2024-08-22T20:35:53.1977565Z 11900K .......... .......... .......... .......... .......... 1% 269M 3s 2024-08-22T20:35:53.1979465Z 11950K .......... .......... .......... .......... .......... 1% 309M 3s 2024-08-22T20:35:53.1981178Z 12000K .......... .......... .......... .......... .......... 1% 246M 3s 2024-08-22T20:35:53.1983014Z 12050K .......... .......... .......... .......... .......... 1% 259M 3s 2024-08-22T20:35:53.1984601Z 12100K .......... .......... .......... .......... .......... 1% 307M 3s 2024-08-22T20:35:53.1986534Z 12150K .......... .......... .......... .......... .......... 1% 253M 3s 2024-08-22T20:35:53.1988278Z 12200K .......... .......... .......... .......... .......... 1% 304M 3s 2024-08-22T20:35:53.1990476Z 12250K .......... .......... .......... .......... .......... 1% 211M 3s 2024-08-22T20:35:53.1992216Z 12300K .......... .......... .......... .......... .......... 1% 280M 3s 2024-08-22T20:35:53.1993946Z 12350K .......... .......... .......... .......... .......... 1% 286M 2s 2024-08-22T20:35:53.1995678Z 12400K .......... .......... .......... .......... .......... 2% 285M 2s 2024-08-22T20:35:53.1997729Z 12450K .......... .......... .......... .......... .......... 2% 278M 2s 2024-08-22T20:35:53.1999312Z 12500K .......... .......... .......... .......... .......... 2% 255M 2s 2024-08-22T20:35:53.2001269Z 12550K .......... .......... .......... .......... .......... 2% 252M 2s 2024-08-22T20:35:53.2002972Z 12600K .......... .......... .......... .......... .......... 2% 287M 2s 2024-08-22T20:35:53.2004584Z 12650K .......... .......... .......... .......... .......... 2% 297M 2s 2024-08-22T20:35:53.2006566Z 12700K .......... .......... .......... .......... .......... 2% 253M 2s 2024-08-22T20:35:53.2008547Z 12750K .......... .......... .......... .......... .......... 2% 240M 2s 2024-08-22T20:35:53.2010305Z 12800K .......... .......... .......... .......... .......... 2% 285M 2s 2024-08-22T20:35:53.2012085Z 12850K .......... .......... .......... .......... .......... 2% 269M 2s 2024-08-22T20:35:53.2013762Z 12900K .......... .......... .......... .......... .......... 2% 292M 2s 2024-08-22T20:35:53.2015699Z 12950K .......... .......... .......... .......... .......... 2% 254M 2s 2024-08-22T20:35:53.2017655Z 13000K .......... .......... .......... .......... .......... 2% 244M 2s 2024-08-22T20:35:53.2019257Z 13050K .......... .......... .......... .......... .......... 2% 313M 2s 2024-08-22T20:35:53.2021126Z 13100K .......... .......... .......... .......... .......... 2% 256M 2s 2024-08-22T20:35:53.2022780Z 13150K .......... .......... .......... .......... .......... 2% 296M 2s 2024-08-22T20:35:53.2024620Z 13200K .......... .......... .......... .......... .......... 2% 268M 2s 2024-08-22T20:35:53.2026759Z 13250K .......... .......... .......... .......... .......... 2% 296M 2s 2024-08-22T20:35:53.2028588Z 13300K .......... .......... .......... .......... .......... 2% 211M 2s 2024-08-22T20:35:53.2030525Z 13350K .......... .......... .......... .......... .......... 2% 264M 2s 2024-08-22T20:35:53.2032101Z 13400K .......... .......... .......... .......... .......... 2% 291M 2s 2024-08-22T20:35:53.2034246Z 13450K .......... .......... .......... .......... .......... 2% 310M 2s 2024-08-22T20:35:53.2035942Z 13500K .......... .......... .......... .......... .......... 2% 225M 2s 2024-08-22T20:35:53.2037714Z 13550K .......... .......... .......... .......... .......... 2% 260M 2s 2024-08-22T20:35:53.2039663Z 13600K .......... .......... .......... .......... .......... 2% 264M 2s 2024-08-22T20:35:53.2041816Z 13650K .......... .......... .......... .......... .......... 2% 266M 2s 2024-08-22T20:35:53.2043487Z 13700K .......... .......... .......... .......... .......... 2% 234M 2s 2024-08-22T20:35:53.2045224Z 13750K .......... .......... .......... .......... .......... 2% 279M 2s 2024-08-22T20:35:53.2047195Z 13800K .......... .......... .......... .......... .......... 2% 299M 2s 2024-08-22T20:35:53.2048822Z 13850K .......... .......... .......... .......... .......... 2% 248M 2s 2024-08-22T20:35:53.2050578Z 13900K .......... .......... .......... .......... .......... 2% 279M 2s 2024-08-22T20:35:53.2052286Z 13950K .......... .......... .......... .......... .......... 2% 287M 2s 2024-08-22T20:35:53.2054315Z 14000K .......... .......... .......... .......... .......... 2% 272M 2s 2024-08-22T20:35:53.2056212Z 14050K .......... .......... .......... .......... .......... 2% 228M 2s 2024-08-22T20:35:53.2057940Z 14100K .......... .......... .......... .......... .......... 2% 288M 2s 2024-08-22T20:35:53.2059708Z 14150K .......... .......... .......... .......... .......... 2% 279M 2s 2024-08-22T20:35:53.2061491Z 14200K .......... .......... .......... .......... .......... 2% 269M 2s 2024-08-22T20:35:53.2063676Z 14250K .......... .......... .......... .......... .......... 2% 266M 2s 2024-08-22T20:35:53.2065350Z 14300K .......... .......... .......... .......... .......... 2% 239M 2s 2024-08-22T20:35:53.2067321Z 14350K .......... .......... .......... .......... .......... 2% 250M 2s 2024-08-22T20:35:53.2069240Z 14400K .......... .......... .......... .......... .......... 2% 268M 2s 2024-08-22T20:35:53.2071043Z 14450K .......... .......... .......... .......... .......... 2% 271M 2s 2024-08-22T20:35:53.2072982Z 14500K .......... .......... .......... .......... .......... 2% 233M 2s 2024-08-22T20:35:53.2075013Z 14550K .......... .......... .......... .......... .......... 2% 292M 2s 2024-08-22T20:35:53.2076885Z 14600K .......... .......... .......... .......... .......... 2% 222M 2s 2024-08-22T20:35:53.2078770Z 14650K .......... .......... .......... .......... .......... 2% 267M 2s 2024-08-22T20:35:53.2080769Z 14700K .......... .......... .......... .......... .......... 2% 248M 2s 2024-08-22T20:35:53.2082550Z 14750K .......... .......... .......... .......... .......... 2% 276M 2s 2024-08-22T20:35:53.2084627Z 14800K .......... .......... .......... .......... .......... 2% 228M 2s 2024-08-22T20:35:53.2086369Z 14850K .......... .......... .......... .......... .......... 2% 282M 2s 2024-08-22T20:35:53.2088299Z 14900K .......... .......... .......... .......... .......... 2% 291M 2s 2024-08-22T20:35:53.2090183Z 14950K .......... .......... .......... .......... .......... 2% 242M 2s 2024-08-22T20:35:53.2091967Z 15000K .......... .......... .......... .......... .......... 2% 259M 2s 2024-08-22T20:35:53.2094203Z 15050K .......... .......... .......... .......... .......... 2% 217M 2s 2024-08-22T20:35:53.2095989Z 15100K .......... .......... .......... .......... .......... 2% 272M 2s 2024-08-22T20:35:53.2097887Z 15150K .......... .......... .......... .......... .......... 2% 292M 2s 2024-08-22T20:35:53.2099394Z 15200K .......... .......... .......... .......... .......... 2% 279M 2s 2024-08-22T20:35:53.2101526Z 15250K .......... .......... .......... .......... .......... 2% 233M 2s 2024-08-22T20:35:53.2103265Z 15300K .......... .......... .......... .......... .......... 2% 277M 2s 2024-08-22T20:35:53.2104943Z 15350K .......... .......... .......... .......... .......... 2% 293M 2s 2024-08-22T20:35:53.2106878Z 15400K .......... .......... .......... .......... .......... 2% 270M 2s 2024-08-22T20:35:53.2108800Z 15450K .......... .......... .......... .......... .......... 2% 241M 2s 2024-08-22T20:35:53.2110615Z 15500K .......... .......... .......... .......... .......... 2% 274M 2s 2024-08-22T20:35:53.2112764Z 15550K .......... .......... .......... .......... .......... 2% 221M 2s 2024-08-22T20:35:53.2114471Z 15600K .......... .......... .......... .......... .......... 2% 288M 2s 2024-08-22T20:35:53.2116381Z 15650K .......... .......... .......... .......... .......... 2% 290M 2s 2024-08-22T20:35:53.2118093Z 15700K .......... .......... .......... .......... .......... 2% 249M 2s 2024-08-22T20:35:53.2120000Z 15750K .......... .......... .......... .......... .......... 2% 260M 2s 2024-08-22T20:35:53.2121803Z 15800K .......... .......... .......... .......... .......... 2% 265M 2s 2024-08-22T20:35:53.2123718Z 15850K .......... .......... .......... .......... .......... 2% 254M 2s 2024-08-22T20:35:53.2125749Z 15900K .......... .......... .......... .......... .......... 2% 245M 2s 2024-08-22T20:35:53.2127424Z 15950K .......... .......... .......... .......... .......... 2% 286M 2s 2024-08-22T20:35:53.2129516Z 16000K .......... .......... .......... .......... .......... 2% 239M 2s 2024-08-22T20:35:53.2131382Z 16050K .......... .......... .......... .......... .......... 2% 256M 2s 2024-08-22T20:35:53.2133301Z 16100K .......... .......... .......... .......... .......... 2% 275M 2s 2024-08-22T20:35:53.2135136Z 16150K .......... .......... .......... .......... .......... 2% 246M 2s 2024-08-22T20:35:53.2136857Z 16200K .......... .......... .......... .......... .......... 2% 291M 2s 2024-08-22T20:35:53.2138577Z 16250K .......... .......... .......... .......... .......... 2% 282M 2s 2024-08-22T20:35:53.2140673Z 16300K .......... .......... .......... .......... .......... 2% 231M 2s 2024-08-22T20:35:53.2142408Z 16350K .......... .......... .......... .......... .......... 2% 280M 2s 2024-08-22T20:35:53.2144373Z 16400K .......... .......... .......... .......... .......... 2% 251M 2s 2024-08-22T20:35:53.2146161Z 16450K .......... .......... .......... .......... .......... 2% 277M 2s 2024-08-22T20:35:53.2148162Z 16500K .......... .......... .......... .......... .......... 2% 256M 2s 2024-08-22T20:35:53.2150248Z 16550K .......... .......... .......... .......... .......... 2% 220M 2s 2024-08-22T20:35:53.2152120Z 16600K .......... .......... .......... .......... .......... 2% 267M 2s 2024-08-22T20:35:53.2154168Z 16650K .......... .......... .......... .......... .......... 2% 266M 2s 2024-08-22T20:35:53.2155812Z 16700K .......... .......... .......... .......... .......... 2% 257M 2s 2024-08-22T20:35:53.2158294Z 16750K .......... .......... .......... .......... .......... 2% 236M 2s 2024-08-22T20:35:53.2160018Z 16800K .......... .......... .......... .......... .......... 2% 228M 2s 2024-08-22T20:35:53.2161770Z 16850K .......... .......... .......... .......... .......... 2% 281M 2s 2024-08-22T20:35:53.2163661Z 16900K .......... .......... .......... .......... .......... 2% 258M 2s 2024-08-22T20:35:53.2165437Z 16950K .......... .......... .......... .......... .......... 2% 271M 2s 2024-08-22T20:35:53.2167229Z 17000K .......... .......... .......... .......... .......... 2% 275M 2s 2024-08-22T20:35:53.2169459Z 17050K .......... .......... .......... .......... .......... 2% 268M 2s 2024-08-22T20:35:53.2170954Z 17100K .......... .......... .......... .......... .......... 2% 256M 2s 2024-08-22T20:35:53.2172896Z 17150K .......... .......... .......... .......... .......... 2% 251M 2s 2024-08-22T20:35:53.2174822Z 17200K .......... .......... .......... .......... .......... 2% 253M 2s 2024-08-22T20:35:53.2176593Z 17250K .......... .......... .......... .......... .......... 2% 280M 2s 2024-08-22T20:35:53.2178420Z 17300K .......... .......... .......... .......... .......... 2% 265M 2s 2024-08-22T20:35:53.2180831Z 17350K .......... .......... .......... .......... .......... 2% 218M 2s 2024-08-22T20:35:53.2182599Z 17400K .......... .......... .......... .......... .......... 2% 296M 2s 2024-08-22T20:35:53.2184277Z 17450K .......... .......... .......... .......... .......... 2% 251M 2s 2024-08-22T20:35:53.2186006Z 17500K .......... .......... .......... .......... .......... 2% 282M 2s 2024-08-22T20:35:53.2187961Z 17550K .......... .......... .......... .......... .......... 2% 262M 2s 2024-08-22T20:35:53.2190211Z 17600K .......... .......... .......... .......... .......... 2% 207M 2s 2024-08-22T20:35:53.2192080Z 17650K .......... .......... .......... .......... .......... 2% 260M 2s 2024-08-22T20:35:53.2194182Z 17700K .......... .......... .......... .......... .......... 2% 290M 2s 2024-08-22T20:35:53.2195889Z 17750K .......... .......... .......... .......... .......... 2% 239M 2s 2024-08-22T20:35:53.2197952Z 17800K .......... .......... .......... .......... .......... 2% 233M 2s 2024-08-22T20:35:53.2199698Z 17850K .......... .......... .......... .......... .......... 2% 278M 2s 2024-08-22T20:35:53.2201473Z 17900K .......... .......... .......... .......... .......... 2% 275M 2s 2024-08-22T20:35:53.2203258Z 17950K .......... .......... .......... .......... .......... 2% 278M 2s 2024-08-22T20:35:53.2205127Z 18000K .......... .......... .......... .......... .......... 2% 257M 2s 2024-08-22T20:35:53.2207451Z 18050K .......... .......... .......... .......... .......... 2% 253M 2s 2024-08-22T20:35:53.2209308Z 18100K .......... .......... .......... .......... .......... 2% 215M 2s 2024-08-22T20:35:53.2211151Z 18150K .......... .......... .......... .......... .......... 2% 267M 2s 2024-08-22T20:35:53.2213097Z 18200K .......... .......... .......... .......... .......... 2% 252M 2s 2024-08-22T20:35:53.2214919Z 18250K .......... .......... .......... .......... .......... 2% 263M 2s 2024-08-22T20:35:53.2216907Z 18300K .......... .......... .......... .......... .......... 2% 248M 2s 2024-08-22T20:35:53.2219138Z 18350K .......... .......... .......... .......... .......... 2% 219M 2s 2024-08-22T20:35:53.2220926Z 18400K .......... .......... .......... .......... .......... 2% 275M 2s 2024-08-22T20:35:53.2222828Z 18450K .......... .......... .......... .......... .......... 2% 259M 2s 2024-08-22T20:35:53.2224608Z 18500K .......... .......... .......... .......... .......... 2% 277M 2s 2024-08-22T20:35:53.2226732Z 18550K .......... .......... .......... .......... .......... 2% 228M 2s 2024-08-22T20:35:53.2228670Z 18600K .......... .......... .......... .......... .......... 2% 256M 2s 2024-08-22T20:35:53.2230537Z 18650K .......... .......... .......... .......... .......... 3% 255M 2s 2024-08-22T20:35:53.2232777Z 18700K .......... .......... .......... .......... .......... 3% 218M 2s 2024-08-22T20:35:53.2234479Z 18750K .......... .......... .......... .......... .......... 3% 288M 2s 2024-08-22T20:35:53.2236611Z 18800K .......... .......... .......... .......... .......... 3% 281M 2s 2024-08-22T20:35:53.2238338Z 18850K .......... .......... .......... .......... .......... 3% 232M 2s 2024-08-22T20:35:53.2240179Z 18900K .......... .......... .......... .......... .......... 3% 262M 2s 2024-08-22T20:35:53.2242019Z 18950K .......... .......... .......... .......... .......... 3% 264M 2s 2024-08-22T20:35:53.2244101Z 19000K .......... .......... .......... .......... .......... 3% 269M 2s 2024-08-22T20:35:53.2245946Z 19050K .......... .......... .......... .......... .......... 3% 231M 2s 2024-08-22T20:35:53.2247592Z 19100K .......... .......... .......... .......... .......... 3% 295M 2s 2024-08-22T20:35:53.2249757Z 19150K .......... .......... .......... .......... .......... 3% 227M 2s 2024-08-22T20:35:53.2251262Z 19200K .......... .......... .......... .......... .......... 3% 326M 2s 2024-08-22T20:35:53.2253168Z 19250K .......... .......... .......... .......... .......... 3% 253M 2s 2024-08-22T20:35:53.2255049Z 19300K .......... .......... .......... .......... .......... 3% 286M 2s 2024-08-22T20:35:53.2256507Z 19350K .......... .......... .......... .......... .......... 3% 307M 2s 2024-08-22T20:35:53.2258209Z 19400K .......... .......... .......... .......... .......... 3% 282M 2s 2024-08-22T20:35:53.2260031Z 19450K .......... .......... .......... .......... .......... 3% 268M 2s 2024-08-22T20:35:53.2261802Z 19500K .......... .......... .......... .......... .......... 3% 277M 2s 2024-08-22T20:35:53.2263458Z 19550K .......... .......... .......... .......... .......... 3% 292M 2s 2024-08-22T20:35:53.2265119Z 19600K .......... .......... .......... .......... .......... 3% 293M 2s 2024-08-22T20:35:53.2266724Z 19650K .......... .......... .......... .......... .......... 3% 303M 2s 2024-08-22T20:35:53.2268856Z 19700K .......... .......... .......... .......... .......... 3% 230M 2s 2024-08-22T20:35:53.2270486Z 19750K .......... .......... .......... .......... .......... 3% 300M 2s 2024-08-22T20:35:53.2272112Z 19800K .......... .......... .......... .......... .......... 3% 304M 2s 2024-08-22T20:35:53.2273708Z 19850K .......... .......... .......... .......... .......... 3% 303M 2s 2024-08-22T20:35:53.2275511Z 19900K .......... .......... .......... .......... .......... 3% 272M 2s 2024-08-22T20:35:53.2277093Z 19950K .......... .......... .......... .......... .......... 3% 306M 2s 2024-08-22T20:35:53.2278794Z 20000K .......... .......... .......... .......... .......... 3% 289M 2s 2024-08-22T20:35:53.2280437Z 20050K .......... .......... .......... .......... .......... 3% 293M 2s 2024-08-22T20:35:53.2282345Z 20100K .......... .......... .......... .......... .......... 3% 259M 2s 2024-08-22T20:35:53.2283929Z 20150K .......... .......... .......... .......... .......... 3% 309M 2s 2024-08-22T20:35:53.2285583Z 20200K .......... .......... .......... .......... .......... 3% 292M 2s 2024-08-22T20:35:53.2287178Z 20250K .......... .......... .......... .......... .......... 3% 308M 2s 2024-08-22T20:35:53.2289001Z 20300K .......... .......... .......... .......... .......... 3% 269M 2s 2024-08-22T20:35:53.2290602Z 20350K .......... .......... .......... .......... .......... 3% 300M 2s 2024-08-22T20:35:53.2292340Z 20400K .......... .......... .......... .......... .......... 3% 285M 2s 2024-08-22T20:35:53.2294333Z 20450K .......... .......... .......... .......... .......... 3% 275M 2s 2024-08-22T20:35:53.2296093Z 20500K .......... .......... .......... .......... .......... 3% 250M 2s 2024-08-22T20:35:53.2297846Z 20550K .......... .......... .......... .......... .......... 3% 274M 2s 2024-08-22T20:35:53.2299492Z 20600K .......... .......... .......... .......... .......... 3% 294M 2s 2024-08-22T20:35:53.2301593Z 20650K .......... .......... .......... .......... .......... 3% 289M 2s 2024-08-22T20:35:53.2303334Z 20700K .......... .......... .......... .......... .......... 3% 270M 2s 2024-08-22T20:35:53.2304946Z 20750K .......... .......... .......... .......... .......... 3% 257M 2s 2024-08-22T20:35:53.2306739Z 20800K .......... .......... .......... .......... .......... 3% 263M 2s 2024-08-22T20:35:53.2308644Z 20850K .......... .......... .......... .......... .......... 3% 262M 2s 2024-08-22T20:35:53.2310769Z 20900K .......... .......... .......... .......... .......... 3% 284M 2s 2024-08-22T20:35:53.2312343Z 20950K .......... .......... .......... .......... .......... 3% 241M 2s 2024-08-22T20:35:53.2314117Z 21000K .......... .......... .......... .......... .......... 3% 280M 2s 2024-08-22T20:35:53.2315778Z 21050K .......... .......... .......... .......... .......... 3% 302M 2s 2024-08-22T20:35:53.2317578Z 21100K .......... .......... .......... .......... .......... 3% 264M 2s 2024-08-22T20:35:53.2319687Z 21150K .......... .......... .......... .......... .......... 3% 234M 2s 2024-08-22T20:35:53.2321544Z 21200K .......... .......... .......... .......... .......... 3% 265M 2s 2024-08-22T20:35:53.2323477Z 21250K .......... .......... .......... .......... .......... 3% 270M 2s 2024-08-22T20:35:53.2325202Z 21300K .......... .......... .......... .......... .......... 3% 271M 2s 2024-08-22T20:35:53.2326953Z 21350K .......... .......... .......... .......... .......... 3% 266M 2s 2024-08-22T20:35:53.2329176Z 21400K .......... .......... .......... .......... .......... 3% 222M 2s 2024-08-22T20:35:53.2330908Z 21450K .......... .......... .......... .......... .......... 3% 283M 2s 2024-08-22T20:35:53.2332774Z 21500K .......... .......... .......... .......... .......... 3% 261M 2s 2024-08-22T20:35:53.2334606Z 21550K .......... .......... .......... .......... .......... 3% 274M 2s 2024-08-22T20:35:53.2336477Z 21600K .......... .......... .......... .......... .......... 3% 250M 2s 2024-08-22T20:35:53.2338560Z 21650K .......... .......... .......... .......... .......... 3% 235M 2s 2024-08-22T20:35:53.2340425Z 21700K .......... .......... .......... .......... .......... 3% 261M 2s 2024-08-22T20:35:53.2342252Z 21750K .......... .......... .......... .......... .......... 3% 268M 2s 2024-08-22T20:35:53.2343972Z 21800K .......... .......... .......... .......... .......... 3% 289M 2s 2024-08-22T20:35:53.2345709Z 21850K .......... .......... .......... .......... .......... 3% 279M 2s 2024-08-22T20:35:53.2347645Z 21900K .......... .......... .......... .......... .......... 3% 253M 2s 2024-08-22T20:35:53.2349705Z 21950K .......... .......... .......... .......... .......... 3% 274M 2s 2024-08-22T20:35:53.2351342Z 22000K .......... .......... .......... .......... .......... 3% 253M 2s 2024-08-22T20:35:53.2353142Z 22050K .......... .......... .......... .......... .......... 3% 276M 2s 2024-08-22T20:35:53.2355086Z 22100K .......... .......... .......... .......... .......... 3% 247M 2s 2024-08-22T20:35:53.2356759Z 22150K .......... .......... .......... .......... .......... 3% 294M 2s 2024-08-22T20:35:53.2358583Z 22200K .......... .......... .......... .......... .......... 3% 284M 2s 2024-08-22T20:35:53.2360517Z 22250K .......... .......... .......... .......... .......... 3% 241M 2s 2024-08-22T20:35:53.2362142Z 22300K .......... .......... .......... .......... .......... 3% 296M 2s 2024-08-22T20:35:53.2364406Z 22350K .......... .......... .......... .......... .......... 3% 217M 2s 2024-08-22T20:35:53.2366142Z 22400K .......... .......... .......... .......... .......... 3% 283M 2s 2024-08-22T20:35:53.2367911Z 22450K .......... .......... .......... .......... .......... 3% 279M 2s 2024-08-22T20:35:53.2369607Z 22500K .......... .......... .......... .......... .......... 3% 292M 2s 2024-08-22T20:35:53.2371476Z 22550K .......... .......... .......... .......... .......... 3% 252M 2s 2024-08-22T20:35:53.2373437Z 22600K .......... .......... .......... .......... .......... 3% 251M 2s 2024-08-22T20:35:53.2375227Z 22650K .......... .......... .......... .......... .......... 3% 273M 2s 2024-08-22T20:35:53.2376885Z 22700K .......... .......... .......... .......... .......... 3% 291M 2s 2024-08-22T20:35:53.2378637Z 22750K .......... .......... .......... .......... .......... 3% 281M 2s 2024-08-22T20:35:53.2380749Z 22800K .......... .......... .......... .......... .......... 3% 235M 2s 2024-08-22T20:35:53.2382557Z 22850K .......... .......... .......... .......... .......... 3% 263M 2s 2024-08-22T20:35:53.2384141Z 22900K .......... .......... .......... .......... .......... 3% 307M 2s 2024-08-22T20:35:53.2385859Z 22950K .......... .......... .......... .......... .......... 3% 285M 2s 2024-08-22T20:35:53.2387618Z 23000K .......... .......... .......... .......... .......... 3% 280M 2s 2024-08-22T20:35:53.2389573Z 23050K .......... .......... .......... .......... .......... 3% 251M 2s 2024-08-22T20:35:53.2391604Z 23100K .......... .......... .......... .......... .......... 3% 241M 2s 2024-08-22T20:35:53.2393315Z 23150K .......... .......... .......... .......... .......... 3% 287M 2s 2024-08-22T20:35:53.2395127Z 23200K .......... .......... .......... .......... .......... 3% 293M 2s 2024-08-22T20:35:53.2397010Z 23250K .......... .......... .......... .......... .......... 3% 284M 2s 2024-08-22T20:35:53.2398727Z 23300K .......... .......... .......... .......... .......... 3% 247M 2s 2024-08-22T20:35:53.2400617Z 23350K .......... .......... .......... .......... .......... 3% 250M 2s 2024-08-22T20:35:53.2402257Z 23400K .......... .......... .......... .......... .......... 3% 297M 2s 2024-08-22T20:35:53.2403916Z 23450K .......... .......... .......... .......... .......... 3% 304M 2s 2024-08-22T20:35:53.2405941Z 23500K .......... .......... .......... .......... .......... 3% 272M 2s 2024-08-22T20:35:53.2407524Z 23550K .......... .......... .......... .......... .......... 3% 261M 2s 2024-08-22T20:35:53.2409563Z 23600K .......... .......... .......... .......... .......... 3% 242M 2s 2024-08-22T20:35:53.2411276Z 23650K .......... .......... .......... .......... .......... 3% 283M 2s 2024-08-22T20:35:53.2412940Z 23700K .......... .......... .......... .......... .......... 3% 297M 2s 2024-08-22T20:35:53.2414763Z 23750K .......... .......... .......... .......... .......... 3% 303M 2s 2024-08-22T20:35:53.2416523Z 23800K .......... .......... .......... .......... .......... 3% 244M 2s 2024-08-22T20:35:53.2418284Z 23850K .......... .......... .......... .......... .......... 3% 277M 2s 2024-08-22T20:35:53.2420107Z 23900K .......... .......... .......... .......... .......... 3% 273M 2s 2024-08-22T20:35:53.2421818Z 23950K .......... .......... .......... .......... .......... 3% 281M 2s 2024-08-22T20:35:53.2423944Z 24000K .......... .......... .......... .......... .......... 3% 265M 2s 2024-08-22T20:35:53.2425660Z 24050K .......... .......... .......... .......... .......... 3% 253M 2s 2024-08-22T20:35:53.2428048Z 24100K .......... .......... .......... .......... .......... 3% 243M 2s 2024-08-22T20:35:53.2429693Z 24150K .......... .......... .......... .......... .......... 3% 272M 2s 2024-08-22T20:35:53.2431234Z 24200K .......... .......... .......... .......... .......... 3% 294M 2s 2024-08-22T20:35:53.2433115Z 24250K .......... .......... .......... .......... .......... 3% 291M 2s 2024-08-22T20:35:53.2434824Z 24300K .......... .......... .......... .......... .......... 3% 246M 2s 2024-08-22T20:35:53.2436631Z 24350K .......... .......... .......... .......... .......... 3% 265M 2s 2024-08-22T20:35:53.2438538Z 24400K .......... .......... .......... .......... .......... 3% 281M 2s 2024-08-22T20:35:53.2440093Z 24450K .......... .......... .......... .......... .......... 3% 279M 2s 2024-08-22T20:35:53.2441981Z 24500K .......... .......... .......... .......... .......... 3% 307M 2s 2024-08-22T20:35:53.2443910Z 24550K .......... .......... .......... .......... .......... 3% 255M 2s 2024-08-22T20:35:53.2445887Z 24600K .......... .......... .......... .......... .......... 3% 230M 2s 2024-08-22T20:35:53.2447513Z 24650K .......... .......... .......... .......... .......... 3% 276M 2s 2024-08-22T20:35:53.2449174Z 24700K .......... .......... .......... .......... .......... 3% 293M 2s 2024-08-22T20:35:53.2450866Z 24750K .......... .......... .......... .......... .......... 3% 288M 2s 2024-08-22T20:35:53.2452621Z 24800K .......... .......... .......... .......... .......... 3% 282M 2s 2024-08-22T20:35:53.2454694Z 24850K .......... .......... .......... .......... .......... 4% 234M 2s 2024-08-22T20:35:53.2456387Z 24900K .......... .......... .......... .......... .......... 4% 303M 2s 2024-08-22T20:35:53.2458252Z 24950K .......... .......... .......... .......... .......... 4% 287M 2s 2024-08-22T20:35:53.2459948Z 25000K .......... .......... .......... .......... .......... 4% 252M 2s 2024-08-22T20:35:53.2461760Z 25050K .......... .......... .......... .......... .......... 4% 270M 2s 2024-08-22T20:35:53.2463687Z 25100K .......... .......... .......... .......... .......... 4% 265M 2s 2024-08-22T20:35:53.2466044Z 25150K .......... .......... .......... .......... .......... 4% 263M 2s 2024-08-22T20:35:53.2467752Z 25200K .......... .......... .......... .......... .......... 4% 226M 2s 2024-08-22T20:35:53.2469636Z 25250K .......... .......... .......... .......... .......... 4% 262M 2s 2024-08-22T20:35:53.2471243Z 25300K .......... .......... .......... .......... .......... 4% 285M 2s 2024-08-22T20:35:53.2473655Z 25350K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2475299Z 25400K .......... .......... .......... .......... .......... 4% 236M 2s 2024-08-22T20:35:53.2476786Z 25450K .......... .......... .......... .......... .......... 4% 297M 2s 2024-08-22T20:35:53.2478542Z 25500K .......... .......... .......... .......... .......... 4% 285M 2s 2024-08-22T20:35:53.2480324Z 25550K .......... .......... .......... .......... .......... 4% 270M 2s 2024-08-22T20:35:53.2482424Z 25600K .......... .......... .......... .......... .......... 4% 289M 2s 2024-08-22T20:35:53.2484195Z 25650K .......... .......... .......... .......... .......... 4% 230M 2s 2024-08-22T20:35:53.2486200Z 25700K .......... .......... .......... .......... .......... 4% 290M 2s 2024-08-22T20:35:53.2487933Z 25750K .......... .......... .......... .......... .......... 4% 232M 2s 2024-08-22T20:35:53.2489655Z 25800K .......... .......... .......... .......... .......... 4% 275M 2s 2024-08-22T20:35:53.2491540Z 25850K .......... .......... .......... .......... .......... 4% 268M 2s 2024-08-22T20:35:53.2493743Z 25900K .......... .......... .......... .......... .......... 4% 236M 2s 2024-08-22T20:35:53.2495417Z 25950K .......... .......... .......... .......... .......... 4% 274M 2s 2024-08-22T20:35:53.2497310Z 26000K .......... .......... .......... .......... .......... 4% 260M 2s 2024-08-22T20:35:53.2499048Z 26050K .......... .......... .......... .......... .......... 4% 253M 2s 2024-08-22T20:35:53.2501006Z 26100K .......... .......... .......... .......... .......... 4% 259M 2s 2024-08-22T20:35:53.2502878Z 26150K .......... .......... .......... .......... .......... 4% 296M 2s 2024-08-22T20:35:53.2504662Z 26200K .......... .......... .......... .......... .......... 4% 270M 2s 2024-08-22T20:35:53.2506668Z 26250K .......... .......... .......... .......... .......... 4% 237M 2s 2024-08-22T20:35:53.2508666Z 26300K .......... .......... .......... .......... .......... 4% 268M 2s 2024-08-22T20:35:53.2510806Z 26350K .......... .......... .......... .......... .......... 4% 252M 2s 2024-08-22T20:35:53.2512575Z 26400K .......... .......... .......... .......... .......... 4% 232M 2s 2024-08-22T20:35:53.2514171Z 26450K .......... .......... .......... .......... .......... 4% 277M 2s 2024-08-22T20:35:53.2516031Z 26500K .......... .......... .......... .......... .......... 4% 275M 2s 2024-08-22T20:35:53.2517732Z 26550K .......... .......... .......... .......... .......... 4% 289M 2s 2024-08-22T20:35:53.2519964Z 26600K .......... .......... .......... .......... .......... 4% 222M 2s 2024-08-22T20:35:53.2521591Z 26650K .......... .......... .......... .......... .......... 4% 273M 2s 2024-08-22T20:35:53.2523468Z 26700K .......... .......... .......... .......... .......... 4% 269M 2s 2024-08-22T20:35:53.2525170Z 26750K .......... .......... .......... .......... .......... 4% 278M 2s 2024-08-22T20:35:53.2527082Z 26800K .......... .......... .......... .......... .......... 4% 268M 2s 2024-08-22T20:35:53.2529039Z 26850K .......... .......... .......... .......... .......... 4% 253M 2s 2024-08-22T20:35:53.2530829Z 26900K .......... .......... .......... .......... .......... 4% 254M 2s 2024-08-22T20:35:53.2532957Z 26950K .......... .......... .......... .......... .......... 4% 281M 2s 2024-08-22T20:35:53.2534721Z 27000K .......... .......... .......... .......... .......... 4% 250M 2s 2024-08-22T20:35:53.2536429Z 27050K .......... .......... .......... .......... .......... 4% 269M 2s 2024-08-22T20:35:53.2538378Z 27100K .......... .......... .......... .......... .......... 4% 280M 2s 2024-08-22T20:35:53.2540233Z 27150K .......... .......... .......... .......... .......... 4% 292M 2s 2024-08-22T20:35:53.2541949Z 27200K .......... .......... .......... .......... .......... 4% 249M 2s 2024-08-22T20:35:53.2543844Z 27250K .......... .......... .......... .......... .......... 4% 259M 2s 2024-08-22T20:35:53.2545415Z 27300K .......... .......... .......... .......... .......... 4% 268M 2s 2024-08-22T20:35:53.2547328Z 27350K .......... .......... .......... .......... .......... 4% 276M 2s 2024-08-22T20:35:53.2549146Z 27400K .......... .......... .......... .......... .......... 4% 261M 2s 2024-08-22T20:35:53.2551060Z 27450K .......... .......... .......... .......... .......... 4% 251M 2s 2024-08-22T20:35:53.2552916Z 27500K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2555161Z 27550K .......... .......... .......... .......... .......... 4% 234M 2s 2024-08-22T20:35:53.2556845Z 27600K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2558896Z 27650K .......... .......... .......... .......... .......... 4% 282M 2s 2024-08-22T20:35:53.2560602Z 27700K .......... .......... .......... .......... .......... 4% 243M 2s 2024-08-22T20:35:53.2562280Z 27750K .......... .......... .......... .......... .......... 4% 294M 2s 2024-08-22T20:35:53.2564110Z 27800K .......... .......... .......... .......... .......... 4% 286M 2s 2024-08-22T20:35:53.2565824Z 27850K .......... .......... .......... .......... .......... 4% 276M 2s 2024-08-22T20:35:53.2567775Z 27900K .......... .......... .......... .......... .......... 4% 252M 2s 2024-08-22T20:35:53.2569828Z 27950K .......... .......... .......... .......... .......... 4% 238M 2s 2024-08-22T20:35:53.2571499Z 28000K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2573224Z 28050K .......... .......... .......... .......... .......... 4% 284M 2s 2024-08-22T20:35:53.2575270Z 28100K .......... .......... .......... .......... .......... 4% 247M 2s 2024-08-22T20:35:53.2576889Z 28150K .......... .......... .......... .......... .......... 4% 281M 2s 2024-08-22T20:35:53.2578931Z 28200K .......... .......... .......... .......... .......... 4% 276M 2s 2024-08-22T20:35:53.2580790Z 28250K .......... .......... .......... .......... .......... 4% 249M 2s 2024-08-22T20:35:53.2582699Z 28300K .......... .......... .......... .......... .......... 4% 249M 2s 2024-08-22T20:35:53.2584790Z 28350K .......... .......... .......... .......... .......... 4% 238M 2s 2024-08-22T20:35:53.2586571Z 28400K .......... .......... .......... .......... .......... 4% 273M 2s 2024-08-22T20:35:53.2588615Z 28450K .......... .......... .......... .......... .......... 4% 254M 2s 2024-08-22T20:35:53.2590187Z 28500K .......... .......... .......... .......... .......... 4% 264M 2s 2024-08-22T20:35:53.2592091Z 28550K .......... .......... .......... .......... .......... 4% 276M 2s 2024-08-22T20:35:53.2594026Z 28600K .......... .......... .......... .......... .......... 4% 245M 2s 2024-08-22T20:35:53.2595689Z 28650K .......... .......... .......... .......... .......... 4% 293M 2s 2024-08-22T20:35:53.2597710Z 28700K .......... .......... .......... .......... .......... 4% 281M 2s 2024-08-22T20:35:53.2599353Z 28750K .......... .......... .......... .......... .......... 4% 255M 2s 2024-08-22T20:35:53.2601220Z 28800K .......... .......... .......... .......... .......... 4% 265M 2s 2024-08-22T20:35:53.2603217Z 28850K .......... .......... .......... .......... .......... 4% 250M 2s 2024-08-22T20:35:53.2604946Z 28900K .......... .......... .......... .......... .......... 4% 281M 2s 2024-08-22T20:35:53.2606781Z 28950K .......... .......... .......... .......... .......... 4% 279M 2s 2024-08-22T20:35:53.2608650Z 29000K .......... .......... .......... .......... .......... 4% 251M 2s 2024-08-22T20:35:53.2611017Z 29050K .......... .......... .......... .......... .......... 4% 263M 2s 2024-08-22T20:35:53.2612860Z 29100K .......... .......... .......... .......... .......... 4% 231M 2s 2024-08-22T20:35:53.2614714Z 29150K .......... .......... .......... .......... .......... 4% 269M 2s 2024-08-22T20:35:53.2616351Z 29200K .......... .......... .......... .......... .......... 4% 256M 2s 2024-08-22T20:35:53.2618024Z 29250K .......... .......... .......... .......... .......... 4% 274M 2s 2024-08-22T20:35:53.2619639Z 29300K .......... .......... .......... .......... .......... 4% 298M 2s 2024-08-22T20:35:53.2621998Z 29350K .......... .......... .......... .......... .......... 4% 276M 2s 2024-08-22T20:35:53.2623787Z 29400K .......... .......... .......... .......... .......... 4% 222M 2s 2024-08-22T20:35:53.2625368Z 29450K .......... .......... .......... .......... .......... 4% 279M 2s 2024-08-22T20:35:53.2627143Z 29500K .......... .......... .......... .......... .......... 4% 285M 2s 2024-08-22T20:35:53.2629379Z 29550K .......... .......... .......... .......... .......... 4% 260M 2s 2024-08-22T20:35:53.2631201Z 29600K .......... .......... .......... .......... .......... 4% 226M 2s 2024-08-22T20:35:53.2633030Z 29650K .......... .......... .......... .......... .......... 4% 277M 2s 2024-08-22T20:35:53.2634883Z 29700K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2637127Z 29750K .......... .......... .......... .......... .......... 4% 268M 2s 2024-08-22T20:35:53.2638657Z 29800K .......... .......... .......... .......... .......... 4% 229M 2s 2024-08-22T20:35:53.2640404Z 29850K .......... .......... .......... .......... .......... 4% 291M 2s 2024-08-22T20:35:53.2642238Z 29900K .......... .......... .......... .......... .......... 4% 272M 2s 2024-08-22T20:35:53.2644239Z 29950K .......... .......... .......... .......... .......... 4% 283M 2s 2024-08-22T20:35:53.2645827Z 30000K .......... .......... .......... .......... .......... 4% 255M 2s 2024-08-22T20:35:53.2647508Z 30050K .......... .......... .......... .......... .......... 4% 288M 2s 2024-08-22T20:35:53.2649360Z 30100K .......... .......... .......... .......... .......... 4% 266M 2s 2024-08-22T20:35:53.2651498Z 30150K .......... .......... .......... .......... .......... 4% 233M 2s 2024-08-22T20:35:53.2653352Z 30200K .......... .......... .......... .......... .......... 4% 273M 2s 2024-08-22T20:35:53.2655329Z 30250K .......... .......... .......... .......... .......... 4% 282M 2s 2024-08-22T20:35:53.2656898Z 30300K .......... .......... .......... .......... .......... 4% 254M 2s 2024-08-22T20:35:53.2658618Z 30350K .......... .......... .......... .......... .......... 4% 291M 2s 2024-08-22T20:35:53.2660760Z 30400K .......... .......... .......... .......... .......... 4% 227M 2s 2024-08-22T20:35:53.2662512Z 30450K .......... .......... .......... .......... .......... 4% 270M 2s 2024-08-22T20:35:53.2664214Z 30500K .......... .......... .......... .......... .......... 4% 272M 2s 2024-08-22T20:35:53.2666097Z 30550K .......... .......... .......... .......... .......... 4% 285M 2s 2024-08-22T20:35:53.2668124Z 30600K .......... .......... .......... .......... .......... 4% 253M 2s 2024-08-22T20:35:53.2669983Z 30650K .......... .......... .......... .......... .......... 4% 262M 2s 2024-08-22T20:35:53.2671834Z 30700K .......... .......... .......... .......... .......... 4% 244M 2s 2024-08-22T20:35:53.2673644Z 30750K .......... .......... .......... .......... .......... 4% 263M 2s 2024-08-22T20:35:53.2675577Z 30800K .......... .......... .......... .......... .......... 4% 256M 2s 2024-08-22T20:35:53.2677225Z 30850K .......... .......... .......... .......... .......... 4% 291M 2s 2024-08-22T20:35:53.2679456Z 30900K .......... .......... .......... .......... .......... 4% 282M 2s 2024-08-22T20:35:53.2681236Z 30950K .......... .......... .......... .......... .......... 4% 230M 2s 2024-08-22T20:35:53.2683248Z 31000K .......... .......... .......... .......... .......... 4% 267M 2s 2024-08-22T20:35:53.2684819Z 31050K .......... .......... .......... .......... .......... 5% 267M 2s 2024-08-22T20:35:53.2686948Z 31100K .......... .......... .......... .......... .......... 5% 283M 2s 2024-08-22T20:35:53.2688680Z 31150K .......... .......... .......... .......... .......... 5% 240M 2s 2024-08-22T20:35:53.2690337Z 31200K .......... .......... .......... .......... .......... 5% 269M 2s 2024-08-22T20:35:53.2692166Z 31250K .......... .......... .......... .......... .......... 5% 279M 2s 2024-08-22T20:35:53.2694280Z 31300K .......... .......... .......... .......... .......... 5% 224M 2s 2024-08-22T20:35:53.2696179Z 31350K .......... .......... .......... .......... .......... 5% 269M 2s 2024-08-22T20:35:53.2697964Z 31400K .......... .......... .......... .......... .......... 5% 278M 2s 2024-08-22T20:35:53.2700220Z 31450K .......... .......... .......... .......... .......... 5% 230M 2s 2024-08-22T20:35:53.2701872Z 31500K .......... .......... .......... .......... .......... 5% 278M 2s 2024-08-22T20:35:53.2703787Z 31550K .......... .......... .......... .......... .......... 5% 266M 2s 2024-08-22T20:35:53.2705581Z 31600K .......... .......... .......... .......... .......... 5% 253M 2s 2024-08-22T20:35:53.2707545Z 31650K .......... .......... .......... .......... .......... 5% 254M 2s 2024-08-22T20:35:53.2709376Z 31700K .......... .......... .......... .......... .......... 5% 264M 2s 2024-08-22T20:35:53.2711222Z 31750K .......... .......... .......... .......... .......... 5% 255M 2s 2024-08-22T20:35:53.2713249Z 31800K .......... .......... .......... .......... .......... 5% 246M 2s 2024-08-22T20:35:53.2714826Z 31850K .......... .......... .......... .......... .......... 5% 288M 2s 2024-08-22T20:35:53.2716618Z 31900K .......... .......... .......... .......... .......... 5% 276M 2s 2024-08-22T20:35:53.2718253Z 31950K .......... .......... .......... .......... .......... 5% 301M 2s 2024-08-22T20:35:53.2720409Z 32000K .......... .......... .......... .......... .......... 5% 231M 2s 2024-08-22T20:35:53.2722029Z 32050K .......... .......... .......... .......... .......... 5% 287M 2s 2024-08-22T20:35:53.2723866Z 32100K .......... .......... .......... .......... .......... 5% 270M 2s 2024-08-22T20:35:53.2726092Z 32150K .......... .......... .......... .......... .......... 5% 243M 2s 2024-08-22T20:35:53.2727882Z 32200K .......... .......... .......... .......... .......... 5% 264M 2s 2024-08-22T20:35:53.2729465Z 32250K .......... .......... .......... .......... .......... 5% 302M 2s 2024-08-22T20:35:53.2731418Z 32300K .......... .......... .......... .......... .......... 5% 247M 2s 2024-08-22T20:35:53.2733071Z 32350K .......... .......... .......... .......... .......... 5% 278M 2s 2024-08-22T20:35:53.2735168Z 32400K .......... .......... .......... .......... .......... 5% 287M 2s 2024-08-22T20:35:53.2736712Z 32450K .......... .......... .......... .......... .......... 5% 258M 2s 2024-08-22T20:35:53.2738384Z 32500K .......... .......... .......... .......... .......... 5% 289M 2s 2024-08-22T20:35:53.2740013Z 32550K .......... .......... .......... .......... .......... 5% 293M 2s 2024-08-22T20:35:53.2741797Z 32600K .......... .......... .......... .......... .......... 5% 297M 2s 2024-08-22T20:35:53.2743533Z 32650K .......... .......... .......... .......... .......... 5% 262M 2s 2024-08-22T20:35:53.2745280Z 32700K .......... .......... .......... .......... .......... 5% 300M 2s 2024-08-22T20:35:53.2747284Z 32750K .......... .......... .......... .......... .......... 5% 237M 2s 2024-08-22T20:35:53.2749044Z 32800K .......... .......... .......... .......... .......... 5% 264M 2s 2024-08-22T20:35:53.2750910Z 32850K .......... .......... .......... .......... .......... 5% 271M 2s 2024-08-22T20:35:53.2752689Z 32900K .......... .......... .......... .......... .......... 5% 264M 2s 2024-08-22T20:35:53.2754933Z 32950K .......... .......... .......... .......... .......... 5% 251M 2s 2024-08-22T20:35:53.2756431Z 33000K .......... .......... .......... .......... .......... 5% 282M 2s 2024-08-22T20:35:53.2758011Z 33050K .......... .......... .......... .......... .......... 5% 295M 2s 2024-08-22T20:35:53.2759981Z 33100K .......... .......... .......... .......... .......... 5% 270M 2s 2024-08-22T20:35:53.2761916Z 33150K .......... .......... .......... .......... .......... 5% 241M 2s 2024-08-22T20:35:53.2763556Z 33200K .......... .......... .......... .......... .......... 5% 288M 2s 2024-08-22T20:35:53.2765201Z 33250K .......... .......... .......... .......... .......... 5% 294M 2s 2024-08-22T20:35:53.2767181Z 33300K .......... .......... .......... .......... .......... 5% 250M 2s 2024-08-22T20:35:53.2769263Z 33350K .......... .......... .......... .......... .......... 5% 237M 2s 2024-08-22T20:35:53.2770948Z 33400K .......... .......... .......... .......... .......... 5% 290M 2s 2024-08-22T20:35:53.2772889Z 33450K .......... .......... .......... .......... .......... 5% 292M 2s 2024-08-22T20:35:53.2774691Z 33500K .......... .......... .......... .......... .......... 5% 229M 2s 2024-08-22T20:35:53.2776429Z 33550K .......... .......... .......... .......... .......... 5% 288M 2s 2024-08-22T20:35:53.2778298Z 33600K .......... .......... .......... .......... .......... 5% 266M 2s 2024-08-22T20:35:53.2780412Z 33650K .......... .......... .......... .......... .......... 5% 290M 2s 2024-08-22T20:35:53.2782159Z 33700K .......... .......... .......... .......... .......... 5% 251M 2s 2024-08-22T20:35:53.2784014Z 33750K .......... .......... .......... .......... .......... 5% 234M 2s 2024-08-22T20:35:53.2785900Z 33800K .......... .......... .......... .......... .......... 5% 283M 2s 2024-08-22T20:35:53.2787642Z 33850K .......... .......... .......... .......... .......... 5% 279M 2s 2024-08-22T20:35:53.2789756Z 33900K .......... .......... .......... .......... .......... 5% 227M 2s 2024-08-22T20:35:53.2791424Z 33950K .......... .......... .......... .......... .......... 5% 296M 2s 2024-08-22T20:35:53.2793066Z 34000K .......... .......... .......... .......... .......... 5% 290M 2s 2024-08-22T20:35:53.2794851Z 34050K .......... .......... .......... .......... .......... 5% 258M 2s 2024-08-22T20:35:53.2796565Z 34100K .......... .......... .......... .......... .......... 5% 278M 2s 2024-08-22T20:35:53.2798885Z 34150K .......... .......... .......... .......... .......... 5% 282M 2s 2024-08-22T20:35:53.2800544Z 34200K .......... .......... .......... .......... .......... 5% 229M 2s 2024-08-22T20:35:53.2802326Z 34250K .......... .......... .......... .......... .......... 5% 278M 2s 2024-08-22T20:35:53.2804141Z 34300K .......... .......... .......... .......... .......... 5% 268M 2s 2024-08-22T20:35:53.2806071Z 34350K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2807860Z 34400K .......... .......... .......... .......... .......... 5% 239M 2s 2024-08-22T20:35:53.2809559Z 34450K .......... .......... .......... .......... .......... 5% 273M 2s 2024-08-22T20:35:53.2811459Z 34500K .......... .......... .......... .......... .......... 5% 287M 2s 2024-08-22T20:35:53.2813381Z 34550K .......... .......... .......... .......... .......... 5% 273M 2s 2024-08-22T20:35:53.2815276Z 34600K .......... .......... .......... .......... .......... 5% 289M 2s 2024-08-22T20:35:53.2816928Z 34650K .......... .......... .......... .......... .......... 5% 231M 2s 2024-08-22T20:35:53.2818885Z 34700K .......... .......... .......... .......... .......... 5% 253M 2s 2024-08-22T20:35:53.2820683Z 34750K .......... .......... .......... .......... .......... 5% 279M 2s 2024-08-22T20:35:53.2822432Z 34800K .......... .......... .......... .......... .......... 5% 263M 2s 2024-08-22T20:35:53.2824424Z 34850K .......... .......... .......... .......... .......... 5% 261M 2s 2024-08-22T20:35:53.2826752Z 34900K .......... .......... .......... .......... .......... 5% 290M 2s 2024-08-22T20:35:53.2828335Z 34950K .......... .......... .......... .......... .......... 5% 225M 2s 2024-08-22T20:35:53.2829975Z 35000K .......... .......... .......... .......... .......... 5% 271M 2s 2024-08-22T20:35:53.2831871Z 35050K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2833696Z 35100K .......... .......... .......... .......... .......... 5% 249M 2s 2024-08-22T20:35:53.2835581Z 35150K .......... .......... .......... .......... .......... 5% 271M 2s 2024-08-22T20:35:53.2837560Z 35200K .......... .......... .......... .......... .......... 5% 237M 2s 2024-08-22T20:35:53.2839263Z 35250K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2841366Z 35300K .......... .......... .......... .......... .......... 5% 274M 2s 2024-08-22T20:35:53.2843141Z 35350K .......... .......... .......... .......... .......... 5% 237M 2s 2024-08-22T20:35:53.2844867Z 35400K .......... .......... .......... .......... .......... 5% 290M 2s 2024-08-22T20:35:53.2846827Z 35450K .......... .......... .......... .......... .......... 5% 233M 2s 2024-08-22T20:35:53.2848671Z 35500K .......... .......... .......... .......... .......... 5% 292M 2s 2024-08-22T20:35:53.2850600Z 35550K .......... .......... .......... .......... .......... 5% 270M 2s 2024-08-22T20:35:53.2852471Z 35600K .......... .......... .......... .......... .......... 5% 245M 2s 2024-08-22T20:35:53.2854204Z 35650K .......... .......... .......... .......... .......... 5% 267M 2s 2024-08-22T20:35:53.2855917Z 35700K .......... .......... .......... .......... .......... 5% 273M 2s 2024-08-22T20:35:53.2858290Z 35750K .......... .......... .......... .......... .......... 5% 261M 2s 2024-08-22T20:35:53.2860006Z 35800K .......... .......... .......... .......... .......... 5% 224M 2s 2024-08-22T20:35:53.2861908Z 35850K .......... .......... .......... .......... .......... 5% 270M 2s 2024-08-22T20:35:53.2863541Z 35900K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2865632Z 35950K .......... .......... .......... .......... .......... 5% 262M 2s 2024-08-22T20:35:53.2867439Z 36000K .......... .......... .......... .......... .......... 5% 237M 2s 2024-08-22T20:35:53.2869489Z 36050K .......... .......... .......... .......... .......... 5% 246M 2s 2024-08-22T20:35:53.2871287Z 36100K .......... .......... .......... .......... .......... 5% 269M 2s 2024-08-22T20:35:53.2873277Z 36150K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2875104Z 36200K .......... .......... .......... .......... .......... 5% 228M 2s 2024-08-22T20:35:53.2876799Z 36250K .......... .......... .......... .......... .......... 5% 284M 2s 2024-08-22T20:35:53.2878611Z 36300K .......... .......... .......... .......... .......... 5% 289M 2s 2024-08-22T20:35:53.2880507Z 36350K .......... .......... .......... .......... .......... 5% 273M 2s 2024-08-22T20:35:53.2882347Z 36400K .......... .......... .......... .......... .......... 5% 242M 2s 2024-08-22T20:35:53.2883954Z 36450K .......... .......... .......... .......... .......... 5% 293M 2s 2024-08-22T20:35:53.2885754Z 36500K .......... .......... .......... .......... .......... 5% 294M 2s 2024-08-22T20:35:53.2887755Z 36550K .......... .......... .......... .......... .......... 5% 269M 2s 2024-08-22T20:35:53.2889451Z 36600K .......... .......... .......... .......... .......... 5% 249M 2s 2024-08-22T20:35:53.2891144Z 36650K .......... .......... .......... .......... .......... 5% 282M 2s 2024-08-22T20:35:53.2893212Z 36700K .......... .......... .......... .......... .......... 5% 244M 2s 2024-08-22T20:35:53.2894880Z 36750K .......... .......... .......... .......... .......... 5% 277M 2s 2024-08-22T20:35:53.2896748Z 36800K .......... .......... .......... .......... .......... 5% 265M 2s 2024-08-22T20:35:53.2898609Z 36850K .......... .......... .......... .......... .......... 5% 289M 2s 2024-08-22T20:35:53.2900082Z 36900K .......... .......... .......... .......... .......... 5% 296M 2s 2024-08-22T20:35:53.2902196Z 36950K .......... .......... .......... .......... .......... 5% 241M 2s 2024-08-22T20:35:53.2903870Z 37000K .......... .......... .......... .......... .......... 5% 272M 2s 2024-08-22T20:35:53.2905507Z 37050K .......... .......... .......... .......... .......... 5% 297M 2s 2024-08-22T20:35:53.2907472Z 37100K .......... .......... .......... .......... .......... 5% 261M 2s 2024-08-22T20:35:53.2909374Z 37150K .......... .......... .......... .......... .......... 5% 259M 2s 2024-08-22T20:35:53.2911541Z 37200K .......... .......... .......... .......... .......... 5% 227M 2s 2024-08-22T20:35:53.2913304Z 37250K .......... .......... .......... .......... .......... 5% 285M 2s 2024-08-22T20:35:53.2914859Z 37300K .......... .......... .......... .......... .......... 6% 278M 2s 2024-08-22T20:35:53.2916683Z 37350K .......... .......... .......... .......... .......... 6% 274M 2s 2024-08-22T20:35:53.2918354Z 37400K .......... .......... .......... .......... .......... 6% 289M 2s 2024-08-22T20:35:53.2920910Z 37450K .......... .......... .......... .......... .......... 6% 209M 2s 2024-08-22T20:35:53.2922687Z 37500K .......... .......... .......... .......... .......... 6% 271M 2s 2024-08-22T20:35:53.2924318Z 37550K .......... .......... .......... .......... .......... 6% 276M 2s 2024-08-22T20:35:53.2926274Z 37600K .......... .......... .......... .......... .......... 6% 251M 2s 2024-08-22T20:35:53.2927942Z 37650K .......... .......... .......... .......... .......... 6% 282M 2s 2024-08-22T20:35:53.2930121Z 37700K .......... .......... .......... .......... .......... 6% 234M 2s 2024-08-22T20:35:53.2931837Z 37750K .......... .......... .......... .......... .......... 6% 286M 2s 2024-08-22T20:35:53.2933567Z 37800K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.2935613Z 37850K .......... .......... .......... .......... .......... 6% 235M 2s 2024-08-22T20:35:53.2937551Z 37900K .......... .......... .......... .......... .......... 6% 295M 2s 2024-08-22T20:35:53.2939247Z 37950K .......... .......... .......... .......... .......... 6% 231M 2s 2024-08-22T20:35:53.2941085Z 38000K .......... .......... .......... .......... .......... 6% 299M 2s 2024-08-22T20:35:53.2943136Z 38050K .......... .......... .......... .......... .......... 6% 243M 2s 2024-08-22T20:35:53.2944871Z 38100K .......... .......... .......... .......... .......... 6% 270M 2s 2024-08-22T20:35:53.2947223Z 38150K .......... .......... .......... .......... .......... 6% 241M 2s 2024-08-22T20:35:53.2949214Z 38200K .......... .......... .......... .......... .......... 6% 209M 2s 2024-08-22T20:35:53.2951048Z 38250K .......... .......... .......... .......... .......... 6% 270M 2s 2024-08-22T20:35:53.2952758Z 38300K .......... .......... .......... .......... .......... 6% 262M 2s 2024-08-22T20:35:53.2954656Z 38350K .......... .......... .......... .......... .......... 6% 273M 2s 2024-08-22T20:35:53.2956909Z 38400K .......... .......... .......... .......... .......... 6% 272M 2s 2024-08-22T20:35:53.2958620Z 38450K .......... .......... .......... .......... .......... 6% 229M 2s 2024-08-22T20:35:53.2960346Z 38500K .......... .......... .......... .......... .......... 6% 267M 2s 2024-08-22T20:35:53.2962060Z 38550K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.2963925Z 38600K .......... .......... .......... .......... .......... 6% 251M 2s 2024-08-22T20:35:53.2965849Z 38650K .......... .......... .......... .......... .......... 6% 268M 2s 2024-08-22T20:35:53.2967983Z 38700K .......... .......... .......... .......... .......... 6% 285M 2s 2024-08-22T20:35:53.2969468Z 38750K .......... .......... .......... .......... .......... 6% 243M 2s 2024-08-22T20:35:53.2971736Z 38800K .......... .......... .......... .......... .......... 6% 247M 2s 2024-08-22T20:35:53.2973352Z 38850K .......... .......... .......... .......... .......... 6% 275M 2s 2024-08-22T20:35:53.2975497Z 38900K .......... .......... .......... .......... .......... 6% 265M 2s 2024-08-22T20:35:53.2977349Z 38950K .......... .......... .......... .......... .......... 6% 222M 2s 2024-08-22T20:35:53.2978972Z 39000K .......... .......... .......... .......... .......... 6% 289M 2s 2024-08-22T20:35:53.2980674Z 39050K .......... .......... .......... .......... .......... 6% 293M 2s 2024-08-22T20:35:53.2982613Z 39100K .......... .......... .......... .......... .......... 6% 270M 2s 2024-08-22T20:35:53.2984283Z 39150K .......... .......... .......... .......... .......... 6% 263M 2s 2024-08-22T20:35:53.2986271Z 39200K .......... .......... .......... .......... .......... 6% 239M 2s 2024-08-22T20:35:53.2988022Z 39250K .......... .......... .......... .......... .......... 6% 309M 2s 2024-08-22T20:35:53.2990010Z 39300K .......... .......... .......... .......... .......... 6% 285M 2s 2024-08-22T20:35:53.2991616Z 39350K .......... .......... .......... .......... .......... 6% 244M 2s 2024-08-22T20:35:53.2993321Z 39400K .......... .......... .......... .......... .......... 6% 301M 2s 2024-08-22T20:35:53.2995482Z 39450K .......... .......... .......... .......... .......... 6% 229M 2s 2024-08-22T20:35:53.2997346Z 39500K .......... .......... .......... .......... .......... 6% 299M 2s 2024-08-22T20:35:53.2998965Z 39550K .......... .......... .......... .......... .......... 6% 249M 2s 2024-08-22T20:35:53.3000666Z 39600K .......... .......... .......... .......... .......... 6% 284M 2s 2024-08-22T20:35:53.3002254Z 39650K .......... .......... .......... .......... .......... 6% 301M 2s 2024-08-22T20:35:53.3004284Z 39700K .......... .......... .......... .......... .......... 6% 264M 2s 2024-08-22T20:35:53.3005816Z 39750K .......... .......... .......... .......... .......... 6% 293M 2s 2024-08-22T20:35:53.3007705Z 39800K .......... .......... .......... .......... .......... 6% 309M 2s 2024-08-22T20:35:53.3009427Z 39850K .......... .......... .......... .......... .......... 6% 240M 2s 2024-08-22T20:35:53.3011517Z 39900K .......... .......... .......... .......... .......... 6% 248M 2s 2024-08-22T20:35:53.3013128Z 39950K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.3014989Z 40000K .......... .......... .......... .......... .......... 6% 258M 2s 2024-08-22T20:35:53.3016525Z 40050K .......... .......... .......... .......... .......... 6% 309M 2s 2024-08-22T20:35:53.3018267Z 40100K .......... .......... .......... .......... .......... 6% 276M 2s 2024-08-22T20:35:53.3019990Z 40150K .......... .......... .......... .......... .......... 6% 302M 2s 2024-08-22T20:35:53.3021706Z 40200K .......... .......... .......... .......... .......... 6% 296M 2s 2024-08-22T20:35:53.3023334Z 40250K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.3025655Z 40300K .......... .......... .......... .......... .......... 6% 222M 2s 2024-08-22T20:35:53.3027110Z 40350K .......... .......... .......... .......... .......... 6% 306M 2s 2024-08-22T20:35:53.3029248Z 40400K .......... .......... .......... .......... .......... 6% 279M 2s 2024-08-22T20:35:53.3031046Z 40450K .......... .......... .......... .......... .......... 6% 235M 2s 2024-08-22T20:35:53.3032643Z 40500K .......... .......... .......... .......... .......... 6% 293M 2s 2024-08-22T20:35:53.3034512Z 40550K .......... .......... .......... .......... .......... 6% 267M 2s 2024-08-22T20:35:53.3036522Z 40600K .......... .......... .......... .......... .......... 6% 241M 2s 2024-08-22T20:35:53.3038188Z 40650K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.3040159Z 40700K .......... .......... .......... .......... .......... 6% 260M 2s 2024-08-22T20:35:53.3042203Z 40750K .......... .......... .......... .......... .......... 6% 272M 2s 2024-08-22T20:35:53.3043935Z 40800K .......... .......... .......... .......... .......... 6% 259M 2s 2024-08-22T20:35:53.3045459Z 40850K .......... .......... .......... .......... .......... 6% 270M 2s 2024-08-22T20:35:53.3047392Z 40900K .......... .......... .......... .......... .......... 6% 261M 2s 2024-08-22T20:35:53.3049688Z 40950K .......... .......... .......... .......... .......... 6% 236M 2s 2024-08-22T20:35:53.3051416Z 41000K .......... .......... .......... .......... .......... 6% 259M 2s 2024-08-22T20:35:53.3053260Z 41050K .......... .......... .......... .......... .......... 6% 259M 2s 2024-08-22T20:35:53.3054980Z 41100K .......... .......... .......... .......... .......... 6% 268M 2s 2024-08-22T20:35:53.3057409Z 41150K .......... .......... .......... .......... .......... 6% 276M 2s 2024-08-22T20:35:53.3059082Z 41200K .......... .......... .......... .......... .......... 6% 232M 2s 2024-08-22T20:35:53.3060709Z 41250K .......... .......... .......... .......... .......... 6% 286M 2s 2024-08-22T20:35:53.3062574Z 41300K .......... .......... .......... .......... .......... 6% 276M 2s 2024-08-22T20:35:53.3064474Z 41350K .......... .......... .......... .......... .......... 6% 273M 2s 2024-08-22T20:35:53.3066166Z 41400K .......... .......... .......... .......... .......... 6% 242M 2s 2024-08-22T20:35:53.3067963Z 41450K .......... .......... .......... .......... .......... 6% 284M 2s 2024-08-22T20:35:53.3069967Z 41500K .......... .......... .......... .......... .......... 6% 245M 2s 2024-08-22T20:35:53.3071764Z 41550K .......... .......... .......... .......... .......... 6% 273M 2s 2024-08-22T20:35:53.3073833Z 41600K .......... .......... .......... .......... .......... 6% 285M 2s 2024-08-22T20:35:53.3075646Z 41650K .......... .......... .......... .......... .......... 6% 238M 2s 2024-08-22T20:35:53.3077540Z 41700K .......... .......... .......... .......... .......... 6% 249M 2s 2024-08-22T20:35:53.3079209Z 41750K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.3081349Z 41800K .......... .......... .......... .......... .......... 6% 284M 2s 2024-08-22T20:35:53.3083152Z 41850K .......... .......... .......... .......... .......... 6% 215M 2s 2024-08-22T20:35:53.3084877Z 41900K .......... .......... .......... .......... .......... 6% 281M 2s 2024-08-22T20:35:53.3086758Z 41950K .......... .......... .......... .......... .......... 6% 249M 2s 2024-08-22T20:35:53.3088764Z 42000K .......... .......... .......... .......... .......... 6% 254M 2s 2024-08-22T20:35:53.3090713Z 42050K .......... .......... .......... .......... .......... 6% 240M 2s 2024-08-22T20:35:53.3092556Z 42100K .......... .......... .......... .......... .......... 6% 273M 2s 2024-08-22T20:35:53.3094445Z 42150K .......... .......... .......... .......... .......... 6% 261M 2s 2024-08-22T20:35:53.3096310Z 42200K .......... .......... .......... .......... .......... 6% 249M 2s 2024-08-22T20:35:53.3098056Z 42250K .......... .......... .......... .......... .......... 6% 275M 2s 2024-08-22T20:35:53.3100203Z 42300K .......... .......... .......... .......... .......... 6% 252M 2s 2024-08-22T20:35:53.3101947Z 42350K .......... .......... .......... .......... .......... 6% 276M 2s 2024-08-22T20:35:53.3103876Z 42400K .......... .......... .......... .......... .......... 6% 282M 2s 2024-08-22T20:35:53.3105739Z 42450K .......... .......... .......... .......... .......... 6% 247M 2s 2024-08-22T20:35:53.3107575Z 42500K .......... .......... .......... .......... .......... 6% 253M 2s 2024-08-22T20:35:53.3109753Z 42550K .......... .......... .......... .......... .......... 6% 272M 2s 2024-08-22T20:35:53.3111359Z 42600K .......... .......... .......... .......... .......... 6% 234M 2s 2024-08-22T20:35:53.3113103Z 42650K .......... .......... .......... .......... .......... 6% 288M 2s 2024-08-22T20:35:53.3115147Z 42700K .......... .......... .......... .......... .......... 6% 261M 2s 2024-08-22T20:35:53.3116745Z 42750K .......... .......... .......... .......... .......... 6% 269M 2s 2024-08-22T20:35:53.3118943Z 42800K .......... .......... .......... .......... .......... 6% 232M 2s 2024-08-22T20:35:53.3120716Z 42850K .......... .......... .......... .......... .......... 6% 274M 2s 2024-08-22T20:35:53.3122359Z 42900K .......... .......... .......... .......... .......... 6% 279M 2s 2024-08-22T20:35:53.3124398Z 42950K .......... .......... .......... .......... .......... 6% 288M 2s 2024-08-22T20:35:53.3125960Z 43000K .......... .......... .......... .......... .......... 6% 263M 2s 2024-08-22T20:35:53.3128193Z 43050K .......... .......... .......... .......... .......... 6% 283M 2s 2024-08-22T20:35:53.3129825Z 43100K .......... .......... .......... .......... .......... 6% 233M 2s 2024-08-22T20:35:53.3131544Z 43150K .......... .......... .......... .......... .......... 6% 298M 2s 2024-08-22T20:35:53.3133325Z 43200K .......... .......... .......... .......... .......... 6% 263M 2s 2024-08-22T20:35:53.3135285Z 43250K .......... .......... .......... .......... .......... 6% 257M 2s 2024-08-22T20:35:53.3136990Z 43300K .......... .......... .......... .......... .......... 6% 284M 2s 2024-08-22T20:35:53.3138883Z 43350K .......... .......... .......... .......... .......... 6% 245M 2s 2024-08-22T20:35:53.3140813Z 43400K .......... .......... .......... .......... .......... 6% 292M 2s 2024-08-22T20:35:53.3142537Z 43450K .......... .......... .......... .......... .......... 6% 238M 2s 2024-08-22T20:35:53.3144394Z 43500K .......... .......... .......... .......... .......... 7% 268M 2s 2024-08-22T20:35:53.3146208Z 43550K .......... .......... .......... .......... .......... 7% 279M 2s 2024-08-22T20:35:53.3148169Z 43600K .......... .......... .......... .......... .......... 7% 254M 2s 2024-08-22T20:35:53.3150093Z 43650K .......... .......... .......... .......... .......... 7% 253M 2s 2024-08-22T20:35:53.3151874Z 43700K .......... .......... .......... .......... .......... 7% 267M 2s 2024-08-22T20:35:53.3153750Z 43750K .......... .......... .......... .......... .......... 7% 258M 2s 2024-08-22T20:35:53.3155769Z 43800K .......... .......... .......... .......... .......... 7% 244M 2s 2024-08-22T20:35:53.3157427Z 43850K .......... .......... .......... .......... .......... 7% 287M 2s 2024-08-22T20:35:53.3159348Z 43900K .......... .......... .......... .......... .......... 7% 276M 2s 2024-08-22T20:35:53.3160914Z 43950K .......... .......... .......... .......... .......... 7% 295M 2s 2024-08-22T20:35:53.3162709Z 44000K .......... .......... .......... .......... .......... 7% 265M 2s 2024-08-22T20:35:53.3165026Z 44050K .......... .......... .......... .......... .......... 7% 213M 2s 2024-08-22T20:35:53.3166779Z 44100K .......... .......... .......... .......... .......... 7% 290M 2s 2024-08-22T20:35:53.3168717Z 44150K .......... .......... .......... .......... .......... 7% 276M 2s 2024-08-22T20:35:53.3170504Z 44200K .......... .......... .......... .......... .......... 7% 235M 2s 2024-08-22T20:35:53.3172325Z 44250K .......... .......... .......... .......... .......... 7% 266M 2s 2024-08-22T20:35:53.3174071Z 44300K .......... .......... .......... .......... .......... 7% 294M 2s 2024-08-22T20:35:53.3176165Z 44350K .......... .......... .......... .......... .......... 7% 293M 2s 2024-08-22T20:35:53.3177884Z 44400K .......... .......... .......... .......... .......... 7% 224M 2s 2024-08-22T20:35:53.3179615Z 44450K .......... .......... .......... .......... .......... 7% 298M 2s 2024-08-22T20:35:53.3181308Z 44500K .......... .......... .......... .......... .......... 7% 275M 2s 2024-08-22T20:35:53.3183222Z 44550K .......... .......... .......... .......... .......... 7% 252M 2s 2024-08-22T20:35:53.3185026Z 44600K .......... .......... .......... .......... .......... 7% 260M 2s 2024-08-22T20:35:53.3187234Z 44650K .......... .......... .......... .......... .......... 7% 266M 2s 2024-08-22T20:35:53.3188941Z 44700K .......... .......... .......... .......... .......... 7% 258M 2s 2024-08-22T20:35:53.3190614Z 44750K .......... .......... .......... .......... .......... 7% 273M 2s 2024-08-22T20:35:53.3193385Z 44800K .......... .......... .......... .......... .......... 7% 242M 2s 2024-08-22T20:35:53.3194804Z 44850K .......... .......... .......... .......... .......... 7% 240M 2s 2024-08-22T20:35:53.3196780Z 44900K .......... .......... .......... .......... .......... 7% 255M 2s 2024-08-22T20:35:53.3198384Z 44950K .......... .......... .......... .......... .......... 7% 299M 2s 2024-08-22T20:35:53.3200396Z 45000K .......... .......... .......... .......... .......... 7% 256M 2s 2024-08-22T20:35:53.3202340Z 45050K .......... .......... .......... .......... .......... 7% 231M 2s 2024-08-22T20:35:53.3204494Z 45100K .......... .......... .......... .......... .......... 7% 254M 2s 2024-08-22T20:35:53.3206051Z 45150K .......... .......... .......... .......... .......... 7% 265M 2s 2024-08-22T20:35:53.3208668Z 45200K .......... .......... .......... .......... .......... 7% 304M 2s 2024-08-22T20:35:53.3209260Z 45250K .......... .......... .......... .......... .......... 7% 287M 2s 2024-08-22T20:35:53.3212136Z 45300K .......... .......... .......... .......... .......... 7% 244M 2s 2024-08-22T20:35:53.3213221Z 45350K .......... .......... .......... .......... .......... 7% 246M 2s 2024-08-22T20:35:53.3215450Z 45400K .......... .......... .......... .......... .......... 7% 260M 2s 2024-08-22T20:35:53.3217232Z 45450K .......... .......... .......... .......... .......... 7% 277M 2s 2024-08-22T20:35:53.3219570Z 45500K .......... .......... .......... .......... .......... 7% 280M 2s 2024-08-22T20:35:53.3220965Z 45550K .......... .......... .......... .......... .......... 7% 247M 2s 2024-08-22T20:35:53.3222538Z 45600K .......... .......... .......... .......... .......... 7% 263M 2s 2024-08-22T20:35:53.3224064Z 45650K .......... .......... .......... .......... .......... 7% 300M 2s 2024-08-22T20:35:53.3226346Z 45700K .......... .......... .......... .......... .......... 7% 292M 2s 2024-08-22T20:35:53.3228250Z 45750K .......... .......... .......... .......... .......... 7% 265M 2s 2024-08-22T20:35:53.3230782Z 45800K .......... .......... .......... .......... .......... 7% 232M 2s 2024-08-22T20:35:53.3231863Z 45850K .......... .......... .......... .......... .......... 7% 250M 2s 2024-08-22T20:35:53.3233923Z 45900K .......... .......... .......... .......... .......... 7% 262M 2s 2024-08-22T20:35:53.3235484Z 45950K .......... .......... .......... .......... .......... 7% 301M 2s 2024-08-22T20:35:53.3237434Z 46000K .......... .......... .......... .......... .......... 7% 271M 2s 2024-08-22T20:35:53.3239474Z 46050K .......... .......... .......... .......... .......... 7% 253M 2s 2024-08-22T20:35:53.3241582Z 46100K .......... .......... .......... .......... .......... 7% 255M 2s 2024-08-22T20:35:53.3243165Z 46150K .......... .......... .......... .......... .......... 7% 292M 2s 2024-08-22T20:35:53.3244670Z 46200K .......... .......... .......... .......... .......... 7% 302M 2s 2024-08-22T20:35:53.3246915Z 46250K .......... .......... .......... .......... .......... 7% 240M 2s 2024-08-22T20:35:53.3248015Z 46300K .......... .......... .......... .......... .......... 7% 297M 2s 2024-08-22T20:35:53.3250127Z 46350K .......... .......... .......... .......... .......... 7% 254M 2s 2024-08-22T20:35:53.3251836Z 46400K .......... .......... .......... .......... .......... 7% 288M 2s 2024-08-22T20:35:53.3253683Z 46450K .......... .......... .......... .......... .......... 7% 245M 2s 2024-08-22T20:35:53.3255351Z 46500K .......... .......... .......... .......... .......... 7% 281M 2s 2024-08-22T20:35:53.3257169Z 46550K .......... .......... .......... .......... .......... 7% 267M 2s 2024-08-22T20:35:53.3259496Z 46600K .......... .......... .......... .......... .......... 7% 264M 2s 2024-08-22T20:35:53.3261164Z 46650K .......... .......... .......... .......... .......... 7% 258M 2s 2024-08-22T20:35:53.3263552Z 46700K .......... .......... .......... .......... .......... 7% 272M 2s 2024-08-22T20:35:53.3264593Z 46750K .......... .......... .......... .......... .......... 7% 257M 2s 2024-08-22T20:35:53.3266212Z 46800K .......... .......... .......... .......... .......... 7% 271M 2s 2024-08-22T20:35:53.3268547Z 46850K .......... .......... .......... .......... .......... 7% 280M 2s 2024-08-22T20:35:53.3270804Z 46900K .......... .......... .......... .......... .......... 7% 243M 2s 2024-08-22T20:35:53.3272420Z 46950K .......... .......... .......... .......... .......... 7% 256M 2s 2024-08-22T20:35:53.3274225Z 47000K .......... .......... .......... .......... .......... 7% 244M 2s 2024-08-22T20:35:53.3275905Z 47050K .......... .......... .......... .......... .......... 7% 272M 2s 2024-08-22T20:35:53.3277852Z 47100K .......... .......... .......... .......... .......... 7% 273M 2s 2024-08-22T20:35:53.3279906Z 47150K .......... .......... .......... .......... .......... 7% 271M 2s 2024-08-22T20:35:53.3281581Z 47200K .......... .......... .......... .......... .......... 7% 270M 2s 2024-08-22T20:35:53.3283232Z 47250K .......... .......... .......... .......... .......... 7% 247M 2s 2024-08-22T20:35:53.3284809Z 47300K .......... .......... .......... .......... .......... 7% 280M 2s 2024-08-22T20:35:53.3287112Z 47350K .......... .......... .......... .......... .......... 7% 255M 2s 2024-08-22T20:35:53.3289579Z 47400K .......... .......... .......... .......... .......... 7% 260M 2s 2024-08-22T20:35:53.3291430Z 47450K .......... .......... .......... .......... .......... 7% 222M 2s 2024-08-22T20:35:53.3293025Z 47500K .......... .......... .......... .......... .......... 7% 286M 2s 2024-08-22T20:35:53.3294192Z 47550K .......... .......... .......... .......... .......... 7% 285M 2s 2024-08-22T20:35:53.3296368Z 47600K .......... .......... .......... .......... .......... 7% 282M 2s 2024-08-22T20:35:53.3298436Z 47650K .......... .......... .......... .......... .......... 7% 232M 2s 2024-08-22T20:35:53.3300258Z 47700K .......... .......... .......... .......... .......... 7% 263M 2s 2024-08-22T20:35:53.3301794Z 47750K .......... .......... .......... .......... .......... 7% 291M 2s 2024-08-22T20:35:53.3303812Z 47800K .......... .......... .......... .......... .......... 7% 261M 2s 2024-08-22T20:35:53.3305356Z 47850K .......... .......... .......... .......... .......... 7% 293M 2s 2024-08-22T20:35:53.3308015Z 47900K .......... .......... .......... .......... .......... 7% 244M 2s 2024-08-22T20:35:53.3309837Z 47950K .......... .......... .......... .......... .......... 7% 250M 2s 2024-08-22T20:35:53.3311346Z 48000K .......... .......... .......... .......... .......... 7% 298M 2s 2024-08-22T20:35:53.3312833Z 48050K .......... .......... .......... .......... .......... 7% 257M 2s 2024-08-22T20:35:53.3314532Z 48100K .......... .......... .......... .......... .......... 7% 280M 2s 2024-08-22T20:35:53.3317031Z 48150K .......... .......... .......... .......... .......... 7% 262M 2s 2024-08-22T20:35:53.3318239Z 48200K .......... .......... .......... .......... .......... 7% 237M 2s 2024-08-22T20:35:53.3320858Z 48250K .......... .......... .......... .......... .......... 7% 269M 2s 2024-08-22T20:35:53.3321815Z 48300K .......... .......... .......... .......... .......... 7% 289M 2s 2024-08-22T20:35:53.3324063Z 48350K .......... .......... .......... .......... .......... 7% 260M 2s 2024-08-22T20:35:53.3326025Z 48400K .......... .......... .......... .......... .......... 7% 248M 2s 2024-08-22T20:35:53.3327545Z 48450K .......... .......... .......... .......... .......... 7% 301M 2s 2024-08-22T20:35:53.3329584Z 48500K .......... .......... .......... .......... .......... 7% 241M 2s 2024-08-22T20:35:53.3331552Z 48550K .......... .......... .......... .......... .......... 7% 288M 2s 2024-08-22T20:35:53.3332944Z 48600K .......... .......... .......... .......... .......... 7% 291M 2s 2024-08-22T20:35:53.3334479Z 48650K .......... .......... .......... .......... .......... 7% 279M 2s 2024-08-22T20:35:53.3337104Z 48700K .......... .......... .......... .......... .......... 7% 306M 2s 2024-08-22T20:35:53.3338623Z 48750K .......... .......... .......... .......... .......... 7% 240M 2s 2024-08-22T20:35:53.3339953Z 48800K .......... .......... .......... .......... .......... 7% 272M 2s 2024-08-22T20:35:53.3342175Z 48850K .......... .......... .......... .......... .......... 7% 265M 2s 2024-08-22T20:35:53.3343755Z 48900K .......... .......... .......... .......... .......... 7% 250M 2s 2024-08-22T20:35:53.3345914Z 48950K .......... .......... .......... .......... .......... 7% 282M 2s 2024-08-22T20:35:53.3347482Z 49000K .......... .......... .......... .......... .......... 7% 231M 2s 2024-08-22T20:35:53.3349831Z 49050K .......... .......... .......... .......... .......... 7% 240M 2s 2024-08-22T20:35:53.3351452Z 49100K .......... .......... .......... .......... .......... 7% 268M 2s 2024-08-22T20:35:53.3353948Z 49150K .......... .......... .......... .......... .......... 7% 256M 2s 2024-08-22T20:35:53.3355177Z 49200K .......... .......... .......... .......... .......... 7% 286M 2s 2024-08-22T20:35:53.3357260Z 49250K .......... .......... .......... .......... .......... 7% 223M 2s 2024-08-22T20:35:53.3359718Z 49300K .......... .......... .......... .......... .......... 7% 304M 2s 2024-08-22T20:35:53.3360746Z 49350K .......... .......... .......... .......... .......... 7% 239M 2s 2024-08-22T20:35:53.3362607Z 49400K .......... .......... .......... .......... .......... 7% 294M 2s 2024-08-22T20:35:53.3364354Z 49450K .......... .......... .......... .......... .......... 7% 294M 2s 2024-08-22T20:35:53.3366535Z 49500K .......... .......... .......... .......... .......... 7% 257M 2s 2024-08-22T20:35:53.3367912Z 49550K .......... .......... .......... .......... .......... 7% 270M 2s 2024-08-22T20:35:53.3369947Z 49600K .......... .......... .......... .......... .......... 7% 274M 2s 2024-08-22T20:35:53.3371233Z 49650K .......... .......... .......... .......... .......... 7% 311M 2s 2024-08-22T20:35:53.3372836Z 49700K .......... .......... .......... .......... .......... 8% 302M 2s 2024-08-22T20:35:53.3375772Z 49750K .......... .......... .......... .......... .......... 8% 266M 2s 2024-08-22T20:35:53.3376205Z 49800K .......... .......... .......... .......... .......... 8% 305M 2s 2024-08-22T20:35:53.3378966Z 49850K .......... .......... .......... .......... .......... 8% 294M 2s 2024-08-22T20:35:53.3380178Z 49900K .......... .......... .......... .......... .......... 8% 316M 2s 2024-08-22T20:35:53.3381501Z 49950K .......... .......... .......... .......... .......... 8% 250M 2s 2024-08-22T20:35:53.3383049Z 50000K .......... .......... .......... .......... .......... 8% 307M 2s 2024-08-22T20:35:53.3384656Z 50050K .......... .......... .......... .......... .......... 8% 299M 2s 2024-08-22T20:35:53.3386230Z 50100K .......... .......... .......... .......... .......... 8% 312M 2s 2024-08-22T20:35:53.3388684Z 50150K .......... .......... .......... .......... .......... 8% 265M 2s 2024-08-22T20:35:53.3389849Z 50200K .......... .......... .......... .......... .......... 8% 272M 2s 2024-08-22T20:35:53.3391486Z 50250K .......... .......... .......... .......... .......... 8% 304M 2s 2024-08-22T20:35:53.3393104Z 50300K .......... .......... .......... .......... .......... 8% 298M 2s 2024-08-22T20:35:53.3394996Z 50350K .......... .......... .......... .......... .......... 8% 257M 2s 2024-08-22T20:35:53.3396580Z 50400K .......... .......... .......... .......... .......... 8% 313M 2s 2024-08-22T20:35:53.3398147Z 50450K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3399968Z 50500K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3401597Z 50550K .......... .......... .......... .......... .......... 8% 269M 2s 2024-08-22T20:35:53.3403165Z 50600K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3404918Z 50650K .......... .......... .......... .......... .......... 8% 274M 2s 2024-08-22T20:35:53.3406547Z 50700K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3408317Z 50750K .......... .......... .......... .......... .......... 8% 272M 2s 2024-08-22T20:35:53.3409908Z 50800K .......... .......... .......... .......... .......... 8% 303M 2s 2024-08-22T20:35:53.3411511Z 50850K .......... .......... .......... .......... .......... 8% 311M 2s 2024-08-22T20:35:53.3413286Z 50900K .......... .......... .......... .......... .......... 8% 271M 2s 2024-08-22T20:35:53.3415036Z 50950K .......... .......... .......... .......... .......... 8% 279M 2s 2024-08-22T20:35:53.3416620Z 51000K .......... .......... .......... .......... .......... 8% 313M 2s 2024-08-22T20:35:53.3418239Z 51050K .......... .......... .......... .......... .......... 8% 300M 2s 2024-08-22T20:35:53.3420126Z 51100K .......... .......... .......... .......... .......... 8% 295M 2s 2024-08-22T20:35:53.3421862Z 51150K .......... .......... .......... .......... .......... 8% 247M 2s 2024-08-22T20:35:53.3424176Z 51200K .......... .......... .......... .......... .......... 8% 296M 2s 2024-08-22T20:35:53.3425464Z 51250K .......... .......... .......... .......... .......... 8% 250M 2s 2024-08-22T20:35:53.3427178Z 51300K .......... .......... .......... .......... .......... 8% 287M 2s 2024-08-22T20:35:53.3428962Z 51350K .......... .......... .......... .......... .......... 8% 284M 2s 2024-08-22T20:35:53.3430695Z 51400K .......... .......... .......... .......... .......... 8% 272M 2s 2024-08-22T20:35:53.3432734Z 51450K .......... .......... .......... .......... .......... 8% 291M 2s 2024-08-22T20:35:53.3435196Z 51500K .......... .......... .......... .......... .......... 8% 272M 2s 2024-08-22T20:35:53.3436033Z 51550K .......... .......... .......... .......... .......... 8% 249M 2s 2024-08-22T20:35:53.3437957Z 51600K .......... .......... .......... .......... .......... 8% 280M 2s 2024-08-22T20:35:53.3439677Z 51650K .......... .......... .......... .......... .......... 8% 269M 2s 2024-08-22T20:35:53.3441263Z 51700K .......... .......... .......... .......... .......... 8% 301M 2s 2024-08-22T20:35:53.3443116Z 51750K .......... .......... .......... .......... .......... 8% 273M 2s 2024-08-22T20:35:53.3444840Z 51800K .......... .......... .......... .......... .......... 8% 301M 2s 2024-08-22T20:35:53.3446788Z 51850K .......... .......... .......... .......... .......... 8% 240M 2s 2024-08-22T20:35:53.3448546Z 51900K .......... .......... .......... .......... .......... 8% 314M 2s 2024-08-22T20:35:53.3450362Z 51950K .......... .......... .......... .......... .......... 8% 248M 2s 2024-08-22T20:35:53.3452057Z 52000K .......... .......... .......... .......... .......... 8% 278M 2s 2024-08-22T20:35:53.3453902Z 52050K .......... .......... .......... .......... .......... 8% 262M 2s 2024-08-22T20:35:53.3455874Z 52100K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3457611Z 52150K .......... .......... .......... .......... .......... 8% 262M 2s 2024-08-22T20:35:53.3460511Z 52200K .......... .......... .......... .......... .......... 8% 270M 2s 2024-08-22T20:35:53.3461164Z 52250K .......... .......... .......... .......... .......... 8% 312M 2s 2024-08-22T20:35:53.3462957Z 52300K .......... .......... .......... .......... .......... 8% 220M 2s 2024-08-22T20:35:53.3464870Z 52350K .......... .......... .......... .......... .......... 8% 309M 2s 2024-08-22T20:35:53.3466328Z 52400K .......... .......... .......... .......... .......... 8% 274M 2s 2024-08-22T20:35:53.3469471Z 52450K .......... .......... .......... .......... .......... 8% 294M 2s 2024-08-22T20:35:53.3469982Z 52500K .......... .......... .......... .......... .......... 8% 264M 2s 2024-08-22T20:35:53.3472611Z 52550K .......... .......... .......... .......... .......... 8% 237M 2s 2024-08-22T20:35:53.3474165Z 52600K .......... .......... .......... .......... .......... 8% 275M 2s 2024-08-22T20:35:53.3475239Z 52650K .......... .......... .......... .......... .......... 8% 290M 2s 2024-08-22T20:35:53.3477133Z 52700K .......... .......... .......... .......... .......... 8% 302M 2s 2024-08-22T20:35:53.3479013Z 52750K .......... .......... .......... .......... .......... 8% 298M 2s 2024-08-22T20:35:53.3481047Z 52800K .......... .......... .......... .......... .......... 8% 273M 2s 2024-08-22T20:35:53.3482037Z 52850K .......... .......... .......... .......... .......... 8% 288M 2s 2024-08-22T20:35:53.3484031Z 52900K .......... .......... .......... .......... .......... 8% 250M 2s 2024-08-22T20:35:53.3486546Z 52950K .......... .......... .......... .......... .......... 8% 303M 2s 2024-08-22T20:35:53.3487107Z 53000K .......... .......... .......... .......... .......... 8% 310M 2s 2024-08-22T20:35:53.3489317Z 53050K .......... .......... .......... .......... .......... 8% 256M 2s 2024-08-22T20:35:53.3492130Z 53100K .......... .......... .......... .......... .......... 8% 241M 2s 2024-08-22T20:35:53.3493613Z 53150K .......... .......... .......... .......... .......... 8% 271M 2s 2024-08-22T20:35:53.3495344Z 53200K .......... .......... .......... .......... .......... 8% 275M 2s 2024-08-22T20:35:53.3496632Z 53250K .......... .......... .......... .......... .......... 8% 264M 2s 2024-08-22T20:35:53.3498624Z 53300K .......... .......... .......... .......... .......... 8% 253M 2s 2024-08-22T20:35:53.3501087Z 53350K .......... .......... .......... .......... .......... 8% 297M 2s 2024-08-22T20:35:53.3502819Z 53400K .......... .......... .......... .......... .......... 8% 279M 2s 2024-08-22T20:35:53.3503762Z 53450K .......... .......... .......... .......... .......... 8% 250M 2s 2024-08-22T20:35:53.3506256Z 53500K .......... .......... .......... .......... .......... 8% 288M 2s 2024-08-22T20:35:53.3507712Z 53550K .......... .......... .......... .......... .......... 8% 234M 2s 2024-08-22T20:35:53.3510314Z 53600K .......... .......... .......... .......... .......... 8% 278M 2s 2024-08-22T20:35:53.3511409Z 53650K .......... .......... .......... .......... .......... 8% 279M 2s 2024-08-22T20:35:53.3514130Z 53700K .......... .......... .......... .......... .......... 8% 254M 2s 2024-08-22T20:35:53.3514653Z 53750K .......... .......... .......... .......... .......... 8% 302M 2s 2024-08-22T20:35:53.3516640Z 53800K .......... .......... .......... .......... .......... 8% 251M 2s 2024-08-22T20:35:53.3518337Z 53850K .......... .......... .......... .......... .......... 8% 293M 2s 2024-08-22T20:35:53.3521297Z 53900K .......... .......... .......... .......... .......... 8% 278M 2s 2024-08-22T20:35:53.3521807Z 53950K .......... .......... .......... .......... .......... 8% 263M 2s 2024-08-22T20:35:53.3524661Z 54000K .......... .......... .......... .......... .......... 8% 282M 2s 2024-08-22T20:35:53.3525563Z 54050K .......... .......... .......... .......... .......... 8% 244M 2s 2024-08-22T20:35:53.3527370Z 54100K .......... .......... .......... .......... .......... 8% 286M 2s 2024-08-22T20:35:53.3529007Z 54150K .......... .......... .......... .......... .......... 8% 296M 2s 2024-08-22T20:35:53.3530896Z 54200K .......... .......... .......... .......... .......... 8% 257M 2s 2024-08-22T20:35:53.3532497Z 54250K .......... .......... .......... .......... .......... 8% 303M 2s 2024-08-22T20:35:53.3535244Z 54300K .......... .......... .......... .......... .......... 8% 310M 2s 2024-08-22T20:35:53.3535650Z 54350K .......... .......... .......... .......... .......... 8% 294M 2s 2024-08-22T20:35:53.3538009Z 54400K .......... .......... .......... .......... .......... 8% 247M 2s 2024-08-22T20:35:53.3539401Z 54450K .......... .......... .......... .......... .......... 8% 290M 2s 2024-08-22T20:35:53.3541263Z 54500K .......... .......... .......... .......... .......... 8% 266M 2s 2024-08-22T20:35:53.3544126Z 54550K .......... .......... .......... .......... .......... 8% 310M 2s 2024-08-22T20:35:53.3544766Z 54600K .......... .......... .......... .......... .......... 8% 266M 2s 2024-08-22T20:35:53.3546428Z 54650K .......... .......... .......... .......... .......... 8% 279M 2s 2024-08-22T20:35:53.3548362Z 54700K .......... .......... .......... .......... .......... 8% 305M 2s 2024-08-22T20:35:53.3550054Z 54750K .......... .......... .......... .......... .......... 8% 244M 2s 2024-08-22T20:35:53.3551882Z 54800K .......... .......... .......... .......... .......... 8% 254M 2s 2024-08-22T20:35:53.3553826Z 54850K .......... .......... .......... .......... .......... 8% 258M 2s 2024-08-22T20:35:53.3555637Z 54900K .......... .......... .......... .......... .......... 8% 303M 2s 2024-08-22T20:35:53.3557246Z 54950K .......... .......... .......... .......... .......... 8% 271M 2s 2024-08-22T20:35:53.3560396Z 55000K .......... .......... .......... .......... .......... 8% 272M 2s 2024-08-22T20:35:53.3560716Z 55050K .......... .......... .......... .......... .......... 8% 316M 2s 2024-08-22T20:35:53.3563731Z 55100K .......... .......... .......... .......... .......... 8% 232M 2s 2024-08-22T20:35:53.3564141Z 55150K .......... .......... .......... .......... .......... 8% 310M 2s 2024-08-22T20:35:53.3565970Z 55200K .......... .......... .......... .......... .......... 8% 289M 2s 2024-08-22T20:35:53.3567667Z 55250K .......... .......... .......... .......... .......... 8% 278M 2s 2024-08-22T20:35:53.3570571Z 55300K .......... .......... .......... .......... .......... 8% 277M 2s 2024-08-22T20:35:53.3571048Z 55350K .......... .......... .......... .......... .......... 8% 302M 2s 2024-08-22T20:35:53.3573160Z 55400K .......... .......... .......... .......... .......... 8% 234M 2s 2024-08-22T20:35:53.3575769Z 55450K .......... .......... .......... .......... .......... 8% 323M 2s 2024-08-22T20:35:53.3576369Z 55500K .......... .......... .......... .......... .......... 8% 261M 2s 2024-08-22T20:35:53.3578268Z 55550K .......... .......... .......... .......... .......... 8% 284M 2s 2024-08-22T20:35:53.3580620Z 55600K .......... .......... .......... .......... .......... 8% 297M 2s 2024-08-22T20:35:53.3581835Z 55650K .......... .......... .......... .......... .......... 8% 248M 2s 2024-08-22T20:35:53.3583957Z 55700K .......... .......... .......... .......... .......... 8% 301M 2s 2024-08-22T20:35:53.3585360Z 55750K .......... .......... .......... .......... .......... 8% 263M 2s 2024-08-22T20:35:53.3588148Z 55800K .......... .......... .......... .......... .......... 8% 308M 2s 2024-08-22T20:35:53.3588953Z 55850K .......... .......... .......... .......... .......... 8% 235M 2s 2024-08-22T20:35:53.3591424Z 55900K .......... .......... .......... .......... .......... 8% 280M 2s 2024-08-22T20:35:53.3592809Z 55950K .......... .......... .......... .......... .......... 9% 273M 2s 2024-08-22T20:35:53.3594335Z 56000K .......... .......... .......... .......... .......... 9% 260M 2s 2024-08-22T20:35:53.3597016Z 56050K .......... .......... .......... .......... .......... 9% 287M 2s 2024-08-22T20:35:53.3598201Z 56100K .......... .......... .......... .......... .......... 9% 228M 2s 2024-08-22T20:35:53.3600584Z 56150K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3601820Z 56200K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3604134Z 56250K .......... .......... .......... .......... .......... 9% 266M 2s 2024-08-22T20:35:53.3605650Z 56300K .......... .......... .......... .......... .......... 9% 302M 2s 2024-08-22T20:35:53.3607740Z 56350K .......... .......... .......... .......... .......... 9% 299M 2s 2024-08-22T20:35:53.3609554Z 56400K .......... .......... .......... .......... .......... 9% 292M 2s 2024-08-22T20:35:53.3611034Z 56450K .......... .......... .......... .......... .......... 9% 268M 2s 2024-08-22T20:35:53.3613045Z 56500K .......... .......... .......... .......... .......... 9% 279M 2s 2024-08-22T20:35:53.3613876Z 56550K .......... .......... .......... .......... .......... 9% 277M 2s 2024-08-22T20:35:53.3615785Z 56600K .......... .......... .......... .......... .......... 9% 286M 2s 2024-08-22T20:35:53.3617821Z 56650K .......... .......... .......... .......... .......... 9% 242M 2s 2024-08-22T20:35:53.3619385Z 56700K .......... .......... .......... .......... .......... 9% 294M 2s 2024-08-22T20:35:53.3621210Z 56750K .......... .......... .......... .......... .......... 9% 300M 2s 2024-08-22T20:35:53.3622954Z 56800K .......... .......... .......... .......... .......... 9% 249M 2s 2024-08-22T20:35:53.3624751Z 56850K .......... .......... .......... .......... .......... 9% 266M 2s 2024-08-22T20:35:53.3626584Z 56900K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3628264Z 56950K .......... .......... .......... .......... .......... 9% 307M 2s 2024-08-22T20:35:53.3631156Z 57000K .......... .......... .......... .......... .......... 9% 251M 2s 2024-08-22T20:35:53.3631776Z 57050K .......... .......... .......... .......... .......... 9% 281M 2s 2024-08-22T20:35:53.3634490Z 57100K .......... .......... .......... .......... .......... 9% 274M 2s 2024-08-22T20:35:53.3635497Z 57150K .......... .......... .......... .......... .......... 9% 247M 2s 2024-08-22T20:35:53.3637733Z 57200K .......... .......... .......... .......... .......... 9% 303M 2s 2024-08-22T20:35:53.3638761Z 57250K .......... .......... .......... .......... .......... 9% 293M 2s 2024-08-22T20:35:53.3641439Z 57300K .......... .......... .......... .......... .......... 9% 281M 2s 2024-08-22T20:35:53.3642151Z 57350K .......... .......... .......... .......... .......... 9% 295M 2s 2024-08-22T20:35:53.3644787Z 57400K .......... .......... .......... .......... .......... 9% 246M 2s 2024-08-22T20:35:53.3646122Z 57450K .......... .......... .......... .......... .......... 9% 301M 2s 2024-08-22T20:35:53.3648081Z 57500K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3649445Z 57550K .......... .......... .......... .......... .......... 9% 277M 2s 2024-08-22T20:35:53.3651422Z 57600K .......... .......... .......... .......... .......... 9% 295M 2s 2024-08-22T20:35:53.3654308Z 57650K .......... .......... .......... .......... .......... 9% 274M 2s 2024-08-22T20:35:53.3654810Z 57700K .......... .......... .......... .......... .......... 9% 282M 2s 2024-08-22T20:35:53.3656681Z 57750K .......... .......... .......... .......... .......... 9% 244M 2s 2024-08-22T20:35:53.3658439Z 57800K .......... .......... .......... .......... .......... 9% 275M 2s 2024-08-22T20:35:53.3660620Z 57850K .......... .......... .......... .......... .......... 9% 263M 2s 2024-08-22T20:35:53.3662217Z 57900K .......... .......... .......... .......... .......... 9% 294M 2s 2024-08-22T20:35:53.3664342Z 57950K .......... .......... .......... .......... .......... 9% 262M 2s 2024-08-22T20:35:53.3665993Z 58000K .......... .......... .......... .......... .......... 9% 261M 2s 2024-08-22T20:35:53.3667362Z 58050K .......... .......... .......... .......... .......... 9% 286M 2s 2024-08-22T20:35:53.3669276Z 58100K .......... .......... .......... .......... .......... 9% 253M 2s 2024-08-22T20:35:53.3671722Z 58150K .......... .......... .......... .......... .......... 9% 260M 2s 2024-08-22T20:35:53.3674231Z 58200K .......... .......... .......... .......... .......... 9% 238M 2s 2024-08-22T20:35:53.3675512Z 58250K .......... .......... .......... .......... .......... 9% 285M 2s 2024-08-22T20:35:53.3676858Z 58300K .......... .......... .......... .......... .......... 9% 278M 2s 2024-08-22T20:35:53.3678976Z 58350K .......... .......... .......... .......... .......... 9% 257M 2s 2024-08-22T20:35:53.3680730Z 58400K .......... .......... .......... .......... .......... 9% 256M 2s 2024-08-22T20:35:53.3682361Z 58450K .......... .......... .......... .......... .......... 9% 260M 2s 2024-08-22T20:35:53.3684002Z 58500K .......... .......... .......... .......... .......... 9% 294M 2s 2024-08-22T20:35:53.3686169Z 58550K .......... .......... .......... .......... .......... 9% 290M 2s 2024-08-22T20:35:53.3687754Z 58600K .......... .......... .......... .......... .......... 9% 231M 2s 2024-08-22T20:35:53.3690270Z 58650K .......... .......... .......... .......... .......... 9% 282M 2s 2024-08-22T20:35:53.3691238Z 58700K .......... .......... .......... .......... .......... 9% 296M 2s 2024-08-22T20:35:53.3693562Z 58750K .......... .......... .......... .......... .......... 9% 289M 2s 2024-08-22T20:35:53.3695149Z 58800K .......... .......... .......... .......... .......... 9% 255M 2s 2024-08-22T20:35:53.3696566Z 58850K .......... .......... .......... .......... .......... 9% 280M 2s 2024-08-22T20:35:53.3698296Z 58900K .......... .......... .......... .......... .......... 9% 281M 2s 2024-08-22T20:35:53.3700615Z 58950K .......... .......... .......... .......... .......... 9% 267M 2s 2024-08-22T20:35:53.3702232Z 59000K .......... .......... .......... .......... .......... 9% 228M 2s 2024-08-22T20:35:53.3703860Z 59050K .......... .......... .......... .......... .......... 9% 291M 2s 2024-08-22T20:35:53.3705719Z 59100K .......... .......... .......... .......... .......... 9% 294M 2s 2024-08-22T20:35:53.3707957Z 59150K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3710048Z 59200K .......... .......... .......... .......... .......... 9% 226M 2s 2024-08-22T20:35:53.3711491Z 59250K .......... .......... .......... .......... .......... 9% 248M 2s 2024-08-22T20:35:53.3713216Z 59300K .......... .......... .......... .......... .......... 9% 293M 2s 2024-08-22T20:35:53.3715065Z 59350K .......... .......... .......... .......... .......... 9% 277M 2s 2024-08-22T20:35:53.3717509Z 59400K .......... .......... .......... .......... .......... 9% 278M 2s 2024-08-22T20:35:53.3719342Z 59450K .......... .......... .......... .......... .......... 9% 230M 2s 2024-08-22T20:35:53.3721142Z 59500K .......... .......... .......... .......... .......... 9% 240M 2s 2024-08-22T20:35:53.3722532Z 59550K .......... .......... .......... .......... .......... 9% 278M 2s 2024-08-22T20:35:53.3724795Z 59600K .......... .......... .......... .......... .......... 9% 277M 2s 2024-08-22T20:35:53.3726430Z 59650K .......... .......... .......... .......... .......... 9% 276M 2s 2024-08-22T20:35:53.3728642Z 59700K .......... .......... .......... .......... .......... 9% 234M 2s 2024-08-22T20:35:53.3730811Z 59750K .......... .......... .......... .......... .......... 9% 273M 2s 2024-08-22T20:35:53.3732602Z 59800K .......... .......... .......... .......... .......... 9% 263M 2s 2024-08-22T20:35:53.3734634Z 59850K .......... .......... .......... .......... .......... 9% 264M 2s 2024-08-22T20:35:53.3735956Z 59900K .......... .......... .......... .......... .......... 9% 284M 2s 2024-08-22T20:35:53.3737865Z 59950K .......... .......... .......... .......... .......... 9% 245M 2s 2024-08-22T20:35:53.3740233Z 60000K .......... .......... .......... .......... .......... 9% 269M 2s 2024-08-22T20:35:53.3741172Z 60050K .......... .......... .......... .......... .......... 9% 248M 2s 2024-08-22T20:35:53.3742899Z 60100K .......... .......... .......... .......... .......... 9% 291M 2s 2024-08-22T20:35:53.3745140Z 60150K .......... .......... .......... .......... .......... 9% 256M 2s 2024-08-22T20:35:53.3747140Z 60200K .......... .......... .......... .......... .......... 9% 262M 2s 2024-08-22T20:35:53.3749602Z 60250K .......... .......... .......... .......... .......... 9% 245M 2s 2024-08-22T20:35:53.3750703Z 60300K .......... .......... .......... .......... .......... 9% 234M 2s 2024-08-22T20:35:53.3752747Z 60350K .......... .......... .......... .......... .......... 9% 281M 2s 2024-08-22T20:35:53.3754600Z 60400K .......... .......... .......... .......... .......... 9% 260M 2s 2024-08-22T20:35:53.3756674Z 60450K .......... .......... .......... .......... .......... 9% 273M 2s 2024-08-22T20:35:53.3759177Z 60500K .......... .......... .......... .......... .......... 9% 235M 2s 2024-08-22T20:35:53.3760376Z 60550K .......... .......... .......... .......... .......... 9% 245M 2s 2024-08-22T20:35:53.3762227Z 60600K .......... .......... .......... .......... .......... 9% 273M 2s 2024-08-22T20:35:53.3764396Z 60650K .......... .......... .......... .......... .......... 9% 252M 2s 2024-08-22T20:35:53.3766104Z 60700K .......... .......... .......... .......... .......... 9% 285M 2s 2024-08-22T20:35:53.3767945Z 60750K .......... .......... .......... .......... .......... 9% 253M 2s 2024-08-22T20:35:53.3770352Z 60800K .......... .......... .......... .......... .......... 9% 232M 2s 2024-08-22T20:35:53.3772157Z 60850K .......... .......... .......... .......... .......... 9% 261M 2s 2024-08-22T20:35:53.3773750Z 60900K .......... .......... .......... .......... .......... 9% 275M 2s 2024-08-22T20:35:53.3775910Z 60950K .......... .......... .......... .......... .......... 9% 253M 2s 2024-08-22T20:35:53.3777084Z 61000K .......... .......... .......... .......... .......... 9% 297M 2s 2024-08-22T20:35:53.3779519Z 61050K .......... .......... .......... .......... .......... 9% 228M 2s 2024-08-22T20:35:53.3781466Z 61100K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3783608Z 61150K .......... .......... .......... .......... .......... 9% 243M 2s 2024-08-22T20:35:53.3784599Z 61200K .......... .......... .......... .......... .......... 9% 290M 2s 2024-08-22T20:35:53.3786597Z 61250K .......... .......... .......... .......... .......... 9% 280M 2s 2024-08-22T20:35:53.3788558Z 61300K .......... .......... .......... .......... .......... 9% 248M 2s 2024-08-22T20:35:53.3790461Z 61350K .......... .......... .......... .......... .......... 9% 247M 2s 2024-08-22T20:35:53.3792825Z 61400K .......... .......... .......... .......... .......... 9% 249M 2s 2024-08-22T20:35:53.3793876Z 61450K .......... .......... .......... .......... .......... 9% 300M 2s 2024-08-22T20:35:53.3796100Z 61500K .......... .......... .......... .......... .......... 9% 225M 2s 2024-08-22T20:35:53.3797706Z 61550K .......... .......... .......... .......... .......... 9% 287M 2s 2024-08-22T20:35:53.3799885Z 61600K .......... .......... .......... .......... .......... 9% 271M 2s 2024-08-22T20:35:53.3802179Z 61650K .......... .......... .......... .......... .......... 9% 275M 2s 2024-08-22T20:35:53.3803857Z 61700K .......... .......... .......... .......... .......... 9% 249M 2s 2024-08-22T20:35:53.3805676Z 61750K .......... .......... .......... .......... .......... 9% 274M 2s 2024-08-22T20:35:53.3807168Z 61800K .......... .......... .......... .......... .......... 9% 274M 2s 2024-08-22T20:35:53.3809392Z 61850K .......... .......... .......... .......... .......... 9% 274M 2s 2024-08-22T20:35:53.3811143Z 61900K .......... .......... .......... .......... .......... 9% 250M 2s 2024-08-22T20:35:53.3812666Z 61950K .......... .......... .......... .......... .......... 9% 259M 2s 2024-08-22T20:35:53.3814401Z 62000K .......... .......... .......... .......... .......... 9% 260M 2s 2024-08-22T20:35:53.3816649Z 62050K .......... .......... .......... .......... .......... 9% 267M 2s 2024-08-22T20:35:53.3818444Z 62100K .......... .......... .......... .......... .......... 9% 265M 2s 2024-08-22T20:35:53.3820990Z 62150K .......... .......... .......... .......... .......... 10% 250M 2s 2024-08-22T20:35:53.3822554Z 62200K .......... .......... .......... .......... .......... 10% 258M 2s 2024-08-22T20:35:53.3823608Z 62250K .......... .......... .......... .......... .......... 10% 272M 2s 2024-08-22T20:35:53.3825549Z 62300K .......... .......... .......... .......... .......... 10% 269M 2s 2024-08-22T20:35:53.3828258Z 62350K .......... .......... .......... .......... .......... 10% 282M 2s 2024-08-22T20:35:53.3829452Z 62400K .......... .......... .......... .......... .......... 10% 239M 2s 2024-08-22T20:35:53.3831176Z 62450K .......... .......... .......... .......... .......... 10% 246M 2s 2024-08-22T20:35:53.3833266Z 62500K .......... .......... .......... .......... .......... 10% 290M 2s 2024-08-22T20:35:53.3835454Z 62550K .......... .......... .......... .......... .......... 10% 266M 2s 2024-08-22T20:35:53.3837470Z 62600K .......... .......... .......... .......... .......... 10% 263M 2s 2024-08-22T20:35:53.3839146Z 62650K .......... .......... .......... .......... .......... 10% 257M 2s 2024-08-22T20:35:53.3840308Z 62700K .......... .......... .......... .......... .......... 10% 263M 2s 2024-08-22T20:35:53.3842609Z 62750K .......... .......... .......... .......... .......... 10% 291M 2s 2024-08-22T20:35:53.3844494Z 62800K .......... .......... .......... .......... .......... 10% 259M 2s 2024-08-22T20:35:53.3845835Z 62850K .......... .......... .......... .......... .......... 10% 264M 2s 2024-08-22T20:35:53.3847806Z 62900K .......... .......... .......... .......... .......... 10% 303M 2s 2024-08-22T20:35:53.3849410Z 62950K .......... .......... .......... .......... .......... 10% 250M 2s 2024-08-22T20:35:53.3851597Z 63000K .......... .......... .......... .......... .......... 10% 260M 2s 2024-08-22T20:35:53.3853436Z 63050K .......... .......... .......... .......... .......... 10% 229M 2s 2024-08-22T20:35:53.3855679Z 63100K .......... .......... .......... .......... .......... 10% 250M 2s 2024-08-22T20:35:53.3857400Z 63150K .......... .......... .......... .......... .......... 10% 266M 2s 2024-08-22T20:35:53.3859686Z 63200K .......... .......... .......... .......... .......... 10% 254M 2s 2024-08-22T20:35:53.3861301Z 63250K .......... .......... .......... .......... .......... 10% 290M 2s 2024-08-22T20:35:53.3863431Z 63300K .......... .......... .......... .......... .......... 10% 291M 2s 2024-08-22T20:35:53.3864950Z 63350K .......... .......... .......... .......... .......... 10% 242M 2s 2024-08-22T20:35:53.3866694Z 63400K .......... .......... .......... .......... .......... 10% 260M 2s 2024-08-22T20:35:53.3868328Z 63450K .......... .......... .......... .......... .......... 10% 264M 2s 2024-08-22T20:35:53.3870028Z 63500K .......... .......... .......... .......... .......... 10% 271M 2s 2024-08-22T20:35:53.3872160Z 63550K .......... .......... .......... .......... .......... 10% 235M 2s 2024-08-22T20:35:53.3873924Z 63600K .......... .......... .......... .......... .......... 10% 278M 2s 2024-08-22T20:35:53.3875746Z 63650K .......... .......... .......... .......... .......... 10% 261M 2s 2024-08-22T20:35:53.3877883Z 63700K .......... .......... .......... .......... .......... 10% 267M 2s 2024-08-22T20:35:53.3879781Z 63750K .......... .......... .......... .......... .......... 10% 216M 2s 2024-08-22T20:35:53.3881735Z 63800K .......... .......... .......... .......... .......... 10% 282M 2s 2024-08-22T20:35:53.3883836Z 63850K .......... .......... .......... .......... .......... 10% 264M 2s 2024-08-22T20:35:53.3885783Z 63900K .......... .......... .......... .......... .......... 10% 233M 2s 2024-08-22T20:35:53.3887826Z 63950K .......... .......... .......... .......... .......... 10% 304M 2s 2024-08-22T20:35:53.3889321Z 64000K .......... .......... .......... .......... .......... 10% 270M 2s 2024-08-22T20:35:53.3891366Z 64050K .......... .......... .......... .......... .......... 10% 266M 2s 2024-08-22T20:35:53.3892306Z 64100K .......... .......... .......... .......... .......... 10% 291M 2s 2024-08-22T20:35:53.3894885Z 64150K .......... .......... .......... .......... .......... 10% 269M 2s 2024-08-22T20:35:53.3896231Z 64200K .......... .......... .......... .......... .......... 10% 258M 2s 2024-08-22T20:35:53.3898596Z 64250K .......... .......... .......... .......... .......... 10% 254M 2s 2024-08-22T20:35:53.3899896Z 64300K .......... .......... .......... .......... .......... 10% 282M 2s 2024-08-22T20:35:53.3901660Z 64350K .......... .......... .......... .......... .......... 10% 271M 2s 2024-08-22T20:35:53.3903610Z 64400K .......... .......... .......... .......... .......... 10% 240M 2s 2024-08-22T20:35:53.3905392Z 64450K .......... .......... .......... .......... .......... 10% 286M 2s 2024-08-22T20:35:53.3907557Z 64500K .......... .......... .......... .......... .......... 10% 254M 2s 2024-08-22T20:35:53.3909226Z 64550K .......... .......... .......... .......... .......... 10% 229M 2s 2024-08-22T20:35:53.3911798Z 64600K .......... .......... .......... .......... .......... 10% 261M 2s 2024-08-22T20:35:53.3912893Z 64650K .......... .......... .......... .......... .......... 10% 278M 2s 2024-08-22T20:35:53.3915418Z 64700K .......... .......... .......... .......... .......... 10% 237M 2s 2024-08-22T20:35:53.3916756Z 64750K .......... .......... .......... .......... .......... 10% 313M 2s 2024-08-22T20:35:53.3919214Z 64800K .......... .......... .......... .......... .......... 10% 253M 2s 2024-08-22T20:35:53.3920849Z 64850K .......... .......... .......... .......... .......... 10% 279M 2s 2024-08-22T20:35:53.3922808Z 64900K .......... .......... .......... .......... .......... 10% 260M 2s 2024-08-22T20:35:53.3924575Z 64950K .......... .......... .......... .......... .......... 10% 251M 2s 2024-08-22T20:35:53.3926286Z 65000K .......... .......... .......... .......... .......... 10% 261M 2s 2024-08-22T20:35:53.3928409Z 65050K .......... .......... .......... .......... .......... 10% 281M 2s 2024-08-22T20:35:53.3930310Z 65100K .......... .......... .......... .......... .......... 10% 253M 2s 2024-08-22T20:35:53.3931242Z 65150K .......... .......... .......... .......... .......... 10% 281M 2s 2024-08-22T20:35:53.3933963Z 65200K .......... .......... .......... .......... .......... 10% 235M 2s 2024-08-22T20:35:53.3935047Z 65250K .......... .......... .......... .......... .......... 10% 284M 2s 2024-08-22T20:35:53.3937143Z 65300K .......... .......... .......... .......... .......... 10% 271M 2s 2024-08-22T20:35:53.3938786Z 65350K .......... .......... .......... .......... .......... 10% 255M 2s 2024-08-22T20:35:53.3941119Z 65400K .......... .......... .......... .......... .......... 10% 275M 2s 2024-08-22T20:35:53.3942399Z 65450K .......... .......... .......... .......... .......... 10% 275M 2s 2024-08-22T20:35:53.3944827Z 65500K .......... .......... .......... .......... .......... 10% 222M 2s 2024-08-22T20:35:53.3946460Z 65550K .......... .......... .......... .......... .......... 10% 300M 2s 2024-08-22T20:35:53.3948828Z 65600K .......... .......... .......... .......... .......... 10% 245M 2s 2024-08-22T20:35:53.3950358Z 65650K .......... .......... .......... .......... .......... 10% 252M 2s 2024-08-22T20:35:53.3952454Z 65700K .......... .......... .......... .......... .......... 10% 296M 2s 2024-08-22T20:35:53.3954776Z 65750K .......... .......... .......... .......... .......... 10% 248M 2s 2024-08-22T20:35:53.3955661Z 65800K .......... .......... .......... .......... .......... 10% 300M 2s 2024-08-22T20:35:53.3958037Z 65850K .......... .......... .......... .......... .......... 10% 234M 2s 2024-08-22T20:35:53.3959654Z 65900K .......... .......... .......... .......... .......... 10% 280M 2s 2024-08-22T20:35:53.3961282Z 65950K .......... .......... .......... .......... .......... 10% 281M 2s 2024-08-22T20:35:53.3963779Z 66000K .......... .......... .......... .......... .......... 10% 257M 2s 2024-08-22T20:35:53.3965359Z 66050K .......... .......... .......... .......... .......... 10% 249M 2s 2024-08-22T20:35:53.3966800Z 66100K .......... .......... .......... .......... .......... 10% 309M 2s 2024-08-22T20:35:53.3968603Z 66150K .......... .......... .......... .......... .......... 10% 256M 2s 2024-08-22T20:35:53.3970554Z 66200K .......... .......... .......... .......... .......... 10% 250M 2s 2024-08-22T20:35:53.3972090Z 66250K .......... .......... .......... .......... .......... 10% 290M 2s 2024-08-22T20:35:53.3974296Z 66300K .......... .......... .......... .......... .......... 10% 235M 2s 2024-08-22T20:35:53.3976119Z 66350K .......... .......... .......... .......... .......... 10% 257M 2s 2024-08-22T20:35:53.3978091Z 66400K .......... .......... .......... .......... .......... 10% 268M 2s 2024-08-22T20:35:53.3980317Z 66450K .......... .......... .......... .......... .......... 10% 229M 2s 2024-08-22T20:35:53.3982019Z 66500K .......... .......... .......... .......... .......... 10% 240M 2s 2024-08-22T20:35:53.3984255Z 66550K .......... .......... .......... .......... .......... 10% 259M 2s 2024-08-22T20:35:53.3986223Z 66600K .......... .......... .......... .......... .......... 10% 286M 2s 2024-08-22T20:35:53.3987162Z 66650K .......... .......... .......... .......... .......... 10% 281M 2s 2024-08-22T20:35:53.3989370Z 66700K .......... .......... .......... .......... .......... 10% 238M 2s 2024-08-22T20:35:53.3991814Z 66750K .......... .......... .......... .......... .......... 10% 263M 2s 2024-08-22T20:35:53.3993688Z 66800K .......... .......... .......... .......... .......... 10% 194M 2s 2024-08-22T20:35:53.3995449Z 66850K .......... .......... .......... .......... .......... 10% 285M 2s 2024-08-22T20:35:53.3997456Z 66900K .......... .......... .......... .......... .......... 10% 286M 2s 2024-08-22T20:35:53.3999119Z 66950K .......... .......... .......... .......... .......... 10% 246M 2s 2024-08-22T20:35:53.4000818Z 67000K .......... .......... .......... .......... .......... 10% 278M 2s 2024-08-22T20:35:53.4002737Z 67050K .......... .......... .......... .......... .......... 10% 254M 2s 2024-08-22T20:35:53.4004402Z 67100K .......... .......... .......... .......... .......... 10% 293M 2s 2024-08-22T20:35:53.4006048Z 67150K .......... .......... .......... .......... .......... 10% 293M 2s 2024-08-22T20:35:53.4007637Z 67200K .......... .......... .......... .......... .......... 10% 308M 2s 2024-08-22T20:35:53.4009516Z 67250K .......... .......... .......... .......... .......... 10% 250M 2s 2024-08-22T20:35:53.4011313Z 67300K .......... .......... .......... .......... .......... 10% 281M 2s 2024-08-22T20:35:53.4013072Z 67350K .......... .......... .......... .......... .......... 10% 273M 2s 2024-08-22T20:35:53.4014668Z 67400K .......... .......... .......... .......... .......... 10% 295M 2s 2024-08-22T20:35:53.4016916Z 67450K .......... .......... .......... .......... .......... 10% 218M 2s 2024-08-22T20:35:53.4018647Z 67500K .......... .......... .......... .......... .......... 10% 296M 2s 2024-08-22T20:35:53.4020476Z 67550K .......... .......... .......... .......... .......... 10% 273M 2s 2024-08-22T20:35:53.4022189Z 67600K .......... .......... .......... .......... .......... 10% 270M 2s 2024-08-22T20:35:53.4024498Z 67650K .......... .......... .......... .......... .......... 10% 230M 2s 2024-08-22T20:35:53.4026199Z 67700K .......... .......... .......... .......... .......... 10% 275M 2s 2024-08-22T20:35:53.4028061Z 67750K .......... .......... .......... .......... .......... 10% 297M 2s 2024-08-22T20:35:53.4030241Z 67800K .......... .......... .......... .......... .......... 10% 249M 2s 2024-08-22T20:35:53.4032444Z 67850K .......... .......... .......... .......... .......... 10% 234M 2s 2024-08-22T20:35:53.4034030Z 67900K .......... .......... .......... .......... .......... 10% 232M 2s 2024-08-22T20:35:53.4035898Z 67950K .......... .......... .......... .......... .......... 10% 275M 2s 2024-08-22T20:35:53.4037901Z 68000K .......... .......... .......... .......... .......... 10% 256M 2s 2024-08-22T20:35:53.4039786Z 68050K .......... .......... .......... .......... .......... 10% 251M 2s 2024-08-22T20:35:53.4041720Z 68100K .......... .......... .......... .......... .......... 10% 293M 2s 2024-08-22T20:35:53.4043204Z 68150K .......... .......... .......... .......... .......... 10% 244M 2s 2024-08-22T20:35:53.4045137Z 68200K .......... .......... .......... .......... .......... 10% 282M 2s 2024-08-22T20:35:53.4047005Z 68250K .......... .......... .......... .......... .......... 10% 263M 2s 2024-08-22T20:35:53.4048849Z 68300K .......... .......... .......... .......... .......... 10% 264M 2s 2024-08-22T20:35:53.4050852Z 68350K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4052372Z 68400K .......... .......... .......... .......... .......... 11% 251M 2s 2024-08-22T20:35:53.4054121Z 68450K .......... .......... .......... .......... .......... 11% 283M 2s 2024-08-22T20:35:53.4056014Z 68500K .......... .......... .......... .......... .......... 11% 253M 2s 2024-08-22T20:35:53.4057840Z 68550K .......... .......... .......... .......... .......... 11% 275M 2s 2024-08-22T20:35:53.4059920Z 68600K .......... .......... .......... .......... .......... 11% 286M 2s 2024-08-22T20:35:53.4061622Z 68650K .......... .......... .......... .......... .......... 11% 250M 2s 2024-08-22T20:35:53.4063430Z 68700K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4065140Z 68750K .......... .......... .......... .......... .......... 11% 244M 2s 2024-08-22T20:35:53.4066969Z 68800K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4069121Z 68850K .......... .......... .......... .......... .......... 11% 225M 2s 2024-08-22T20:35:53.4070976Z 68900K .......... .......... .......... .......... .......... 11% 274M 2s 2024-08-22T20:35:53.4072816Z 68950K .......... .......... .......... .......... .......... 11% 272M 2s 2024-08-22T20:35:53.4074608Z 69000K .......... .......... .......... .......... .......... 11% 250M 2s 2024-08-22T20:35:53.4076633Z 69050K .......... .......... .......... .......... .......... 11% 258M 2s 2024-08-22T20:35:53.4078412Z 69100K .......... .......... .......... .......... .......... 11% 265M 2s 2024-08-22T20:35:53.4080295Z 69150K .......... .......... .......... .......... .......... 11% 247M 2s 2024-08-22T20:35:53.4082063Z 69200K .......... .......... .......... .......... .......... 11% 293M 2s 2024-08-22T20:35:53.4083906Z 69250K .......... .......... .......... .......... .......... 11% 255M 2s 2024-08-22T20:35:53.4085599Z 69300K .......... .......... .......... .......... .......... 11% 287M 2s 2024-08-22T20:35:53.4087308Z 69350K .......... .......... .......... .......... .......... 11% 280M 2s 2024-08-22T20:35:53.4089492Z 69400K .......... .......... .......... .......... .......... 11% 247M 2s 2024-08-22T20:35:53.4091218Z 69450K .......... .......... .......... .......... .......... 11% 273M 2s 2024-08-22T20:35:53.4093144Z 69500K .......... .......... .......... .......... .......... 11% 268M 2s 2024-08-22T20:35:53.4094812Z 69550K .......... .......... .......... .......... .......... 11% 262M 2s 2024-08-22T20:35:53.4096960Z 69600K .......... .......... .......... .......... .......... 11% 296M 2s 2024-08-22T20:35:53.4098526Z 69650K .......... .......... .......... .......... .......... 11% 242M 2s 2024-08-22T20:35:53.4100381Z 69700K .......... .......... .......... .......... .......... 11% 281M 2s 2024-08-22T20:35:53.4102230Z 69750K .......... .......... .......... .......... .......... 11% 246M 2s 2024-08-22T20:35:53.4103951Z 69800K .......... .......... .......... .......... .......... 11% 277M 2s 2024-08-22T20:35:53.4106100Z 69850K .......... .......... .......... .......... .......... 11% 276M 2s 2024-08-22T20:35:53.4107667Z 69900K .......... .......... .......... .......... .......... 11% 261M 2s 2024-08-22T20:35:53.4109477Z 69950K .......... .......... .......... .......... .......... 11% 262M 2s 2024-08-22T20:35:53.4111740Z 70000K .......... .......... .......... .......... .......... 11% 272M 2s 2024-08-22T20:35:53.4113304Z 70050K .......... .......... .......... .......... .......... 11% 242M 2s 2024-08-22T20:35:53.4115160Z 70100K .......... .......... .......... .......... .......... 11% 281M 2s 2024-08-22T20:35:53.4117219Z 70150K .......... .......... .......... .......... .......... 11% 253M 2s 2024-08-22T20:35:53.4119001Z 70200K .......... .......... .......... .......... .......... 11% 266M 2s 2024-08-22T20:35:53.4120795Z 70250K .......... .......... .......... .......... .......... 11% 293M 2s 2024-08-22T20:35:53.4122465Z 70300K .......... .......... .......... .......... .......... 11% 251M 2s 2024-08-22T20:35:53.4124695Z 70350K .......... .......... .......... .......... .......... 11% 270M 2s 2024-08-22T20:35:53.4126596Z 70400K .......... .......... .......... .......... .......... 11% 225M 2s 2024-08-22T20:35:53.4128421Z 70450K .......... .......... .......... .......... .......... 11% 256M 2s 2024-08-22T20:35:53.4130139Z 70500K .......... .......... .......... .......... .......... 11% 288M 2s 2024-08-22T20:35:53.4132194Z 70550K .......... .......... .......... .......... .......... 11% 236M 2s 2024-08-22T20:35:53.4133761Z 70600K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4135934Z 70650K .......... .......... .......... .......... .......... 11% 279M 2s 2024-08-22T20:35:53.4137635Z 70700K .......... .......... .......... .......... .......... 11% 234M 2s 2024-08-22T20:35:53.4139408Z 70750K .......... .......... .......... .......... .......... 11% 315M 2s 2024-08-22T20:35:53.4140977Z 70800K .......... .......... .......... .......... .......... 11% 265M 2s 2024-08-22T20:35:53.4142949Z 70850K .......... .......... .......... .......... .......... 11% 281M 2s 2024-08-22T20:35:53.4144758Z 70900K .......... .......... .......... .......... .......... 11% 269M 2s 2024-08-22T20:35:53.4146500Z 70950K .......... .......... .......... .......... .......... 11% 271M 2s 2024-08-22T20:35:53.4148533Z 71000K .......... .......... .......... .......... .......... 11% 246M 2s 2024-08-22T20:35:53.4150469Z 71050K .......... .......... .......... .......... .......... 11% 237M 2s 2024-08-22T20:35:53.4152445Z 71100K .......... .......... .......... .......... .......... 11% 245M 2s 2024-08-22T20:35:53.4154326Z 71150K .......... .......... .......... .......... .......... 11% 264M 2s 2024-08-22T20:35:53.4156128Z 71200K .......... .......... .......... .......... .......... 11% 287M 2s 2024-08-22T20:35:53.4157858Z 71250K .......... .......... .......... .......... .......... 11% 261M 2s 2024-08-22T20:35:53.4159782Z 71300K .......... .......... .......... .......... .......... 11% 280M 2s 2024-08-22T20:35:53.4161441Z 71350K .......... .......... .......... .......... .......... 11% 265M 2s 2024-08-22T20:35:53.4163423Z 71400K .......... .......... .......... .......... .......... 11% 243M 2s 2024-08-22T20:35:53.4165298Z 71450K .......... .......... .......... .......... .......... 11% 293M 2s 2024-08-22T20:35:53.4167047Z 71500K .......... .......... .......... .......... .......... 11% 279M 2s 2024-08-22T20:35:53.4168716Z 71550K .......... .......... .......... .......... .......... 11% 287M 2s 2024-08-22T20:35:53.4170570Z 71600K .......... .......... .......... .......... .......... 11% 254M 2s 2024-08-22T20:35:53.4172313Z 71650K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4174120Z 71700K .......... .......... .......... .......... .......... 11% 288M 2s 2024-08-22T20:35:53.4175706Z 71750K .......... .......... .......... .......... .......... 11% 266M 2s 2024-08-22T20:35:53.4177830Z 71800K .......... .......... .......... .......... .......... 11% 246M 2s 2024-08-22T20:35:53.4179668Z 71850K .......... .......... .......... .......... .......... 11% 281M 2s 2024-08-22T20:35:53.4181391Z 71900K .......... .......... .......... .......... .......... 11% 281M 2s 2024-08-22T20:35:53.4183426Z 71950K .......... .......... .......... .......... .......... 11% 252M 2s 2024-08-22T20:35:53.4185138Z 72000K .......... .......... .......... .......... .......... 11% 247M 2s 2024-08-22T20:35:53.4187028Z 72050K .......... .......... .......... .......... .......... 11% 273M 2s 2024-08-22T20:35:53.4188857Z 72100K .......... .......... .......... .......... .......... 11% 277M 2s 2024-08-22T20:35:53.4190692Z 72150K .......... .......... .......... .......... .......... 11% 273M 2s 2024-08-22T20:35:53.4192392Z 72200K .......... .......... .......... .......... .......... 11% 254M 2s 2024-08-22T20:35:53.4194448Z 72250K .......... .......... .......... .......... .......... 11% 234M 2s 2024-08-22T20:35:53.4196126Z 72300K .......... .......... .......... .......... .......... 11% 293M 2s 2024-08-22T20:35:53.4197873Z 72350K .......... .......... .......... .......... .......... 11% 289M 2s 2024-08-22T20:35:53.4199512Z 72400K .......... .......... .......... .......... .......... 11% 284M 2s 2024-08-22T20:35:53.4201810Z 72450K .......... .......... .......... .......... .......... 11% 266M 2s 2024-08-22T20:35:53.4203619Z 72500K .......... .......... .......... .......... .......... 11% 227M 2s 2024-08-22T20:35:53.4205366Z 72550K .......... .......... .......... .......... .......... 11% 258M 2s 2024-08-22T20:35:53.4207363Z 72600K .......... .......... .......... .......... .......... 11% 269M 2s 2024-08-22T20:35:53.4209484Z 72650K .......... .......... .......... .......... .......... 11% 228M 2s 2024-08-22T20:35:53.4211463Z 72700K .......... .......... .......... .......... .......... 11% 243M 2s 2024-08-22T20:35:53.4213488Z 72750K .......... .......... .......... .......... .......... 11% 270M 2s 2024-08-22T20:35:53.4215114Z 72800K .......... .......... .......... .......... .......... 11% 248M 2s 2024-08-22T20:35:53.4216895Z 72850K .......... .......... .......... .......... .......... 11% 273M 2s 2024-08-22T20:35:53.4219176Z 72900K .......... .......... .......... .......... .......... 11% 230M 2s 2024-08-22T20:35:53.4220853Z 72950K .......... .......... .......... .......... .......... 11% 264M 2s 2024-08-22T20:35:53.4222789Z 73000K .......... .......... .......... .......... .......... 11% 288M 2s 2024-08-22T20:35:53.4224715Z 73050K .......... .......... .......... .......... .......... 11% 243M 2s 2024-08-22T20:35:53.4226326Z 73100K .......... .......... .......... .......... .......... 11% 288M 2s 2024-08-22T20:35:53.4228475Z 73150K .......... .......... .......... .......... .......... 11% 294M 2s 2024-08-22T20:35:53.4230261Z 73200K .......... .......... .......... .......... .......... 11% 226M 2s 2024-08-22T20:35:53.4232325Z 73250K .......... .......... .......... .......... .......... 11% 249M 2s 2024-08-22T20:35:53.4233934Z 73300K .......... .......... .......... .......... .......... 11% 282M 2s 2024-08-22T20:35:53.4235609Z 73350K .......... .......... .......... .......... .......... 11% 273M 2s 2024-08-22T20:35:53.4237558Z 73400K .......... .......... .......... .......... .......... 11% 254M 2s 2024-08-22T20:35:53.4239653Z 73450K .......... .......... .......... .......... .......... 11% 228M 2s 2024-08-22T20:35:53.4241209Z 73500K .......... .......... .......... .......... .......... 11% 313M 2s 2024-08-22T20:35:53.4243069Z 73550K .......... .......... .......... .......... .......... 11% 262M 2s 2024-08-22T20:35:53.4244862Z 73600K .......... .......... .......... .......... .......... 11% 291M 2s 2024-08-22T20:35:53.4246399Z 73650K .......... .......... .......... .......... .......... 11% 296M 2s 2024-08-22T20:35:53.4248322Z 73700K .......... .......... .......... .......... .......... 11% 254M 2s 2024-08-22T20:35:53.4249930Z 73750K .......... .......... .......... .......... .......... 11% 303M 2s 2024-08-22T20:35:53.4251802Z 73800K .......... .......... .......... .......... .......... 11% 266M 2s 2024-08-22T20:35:53.4253442Z 73850K .......... .......... .......... .......... .......... 11% 292M 2s 2024-08-22T20:35:53.4255552Z 73900K .......... .......... .......... .......... .......... 11% 264M 2s 2024-08-22T20:35:53.4257641Z 73950K .......... .......... .......... .......... .......... 11% 213M 2s 2024-08-22T20:35:53.4259528Z 74000K .......... .......... .......... .......... .......... 11% 280M 2s 2024-08-22T20:35:53.4261217Z 74050K .......... .......... .......... .......... .......... 11% 290M 2s 2024-08-22T20:35:53.4263084Z 74100K .......... .......... .......... .......... .......... 11% 263M 2s 2024-08-22T20:35:53.4264579Z 74150K .......... .......... .......... .......... .......... 11% 290M 2s 2024-08-22T20:35:53.4266699Z 74200K .......... .......... .......... .......... .......... 11% 242M 2s 2024-08-22T20:35:53.4268545Z 74250K .......... .......... .......... .......... .......... 11% 270M 2s 2024-08-22T20:35:53.4270554Z 74300K .......... .......... .......... .......... .......... 11% 230M 2s 2024-08-22T20:35:53.4272366Z 74350K .......... .......... .......... .......... .......... 11% 287M 2s 2024-08-22T20:35:53.4274760Z 74400K .......... .......... .......... .......... .......... 11% 269M 2s 2024-08-22T20:35:53.4276142Z 74450K .......... .......... .......... .......... .......... 11% 246M 2s 2024-08-22T20:35:53.4277847Z 74500K .......... .......... .......... .......... .......... 11% 275M 2s 2024-08-22T20:35:53.4279736Z 74550K .......... .......... .......... .......... .......... 11% 247M 2s 2024-08-22T20:35:53.4281552Z 74600K .......... .......... .......... .......... .......... 12% 275M 2s 2024-08-22T20:35:53.4283838Z 74650K .......... .......... .......... .......... .......... 12% 273M 2s 2024-08-22T20:35:53.4285584Z 74700K .......... .......... .......... .......... .......... 12% 222M 2s 2024-08-22T20:35:53.4287624Z 74750K .......... .......... .......... .......... .......... 12% 258M 2s 2024-08-22T20:35:53.4289462Z 74800K .......... .......... .......... .......... .......... 12% 247M 2s 2024-08-22T20:35:53.4291056Z 74850K .......... .......... .......... .......... .......... 12% 294M 2s 2024-08-22T20:35:53.4293423Z 74900K .......... .......... .......... .......... .......... 12% 268M 2s 2024-08-22T20:35:53.4295042Z 74950K .......... .......... .......... .......... .......... 12% 235M 2s 2024-08-22T20:35:53.4296765Z 75000K .......... .......... .......... .......... .......... 12% 286M 2s 2024-08-22T20:35:53.4298494Z 75050K .......... .......... .......... .......... .......... 12% 301M 2s 2024-08-22T20:35:53.4300283Z 75100K .......... .......... .......... .......... .......... 12% 259M 2s 2024-08-22T20:35:53.4302283Z 75150K .......... .......... .......... .......... .......... 12% 284M 2s 2024-08-22T20:35:53.4304084Z 75200K .......... .......... .......... .......... .......... 12% 240M 2s 2024-08-22T20:35:53.4305847Z 75250K .......... .......... .......... .......... .......... 12% 259M 2s 2024-08-22T20:35:53.4307529Z 75300K .......... .......... .......... .......... .......... 12% 284M 2s 2024-08-22T20:35:53.4309261Z 75350K .......... .......... .......... .......... .......... 12% 274M 2s 2024-08-22T20:35:53.4310933Z 75400K .......... .......... .......... .......... .......... 12% 302M 2s 2024-08-22T20:35:53.4313111Z 75450K .......... .......... .......... .......... .......... 12% 222M 2s 2024-08-22T20:35:53.4314742Z 75500K .......... .......... .......... .......... .......... 12% 292M 2s 2024-08-22T20:35:53.4316382Z 75550K .......... .......... .......... .......... .......... 12% 306M 2s 2024-08-22T20:35:53.4318063Z 75600K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4319819Z 75650K .......... .......... .......... .......... .......... 12% 263M 2s 2024-08-22T20:35:53.4321395Z 75700K .......... .......... .......... .......... .......... 12% 304M 2s 2024-08-22T20:35:53.4323126Z 75750K .......... .......... .......... .......... .......... 12% 299M 2s 2024-08-22T20:35:53.4324784Z 75800K .......... .......... .......... .......... .......... 12% 289M 2s 2024-08-22T20:35:53.4327198Z 75850K .......... .......... .......... .......... .......... 12% 236M 2s 2024-08-22T20:35:53.4328450Z 75900K .......... .......... .......... .......... .......... 12% 306M 2s 2024-08-22T20:35:53.4329949Z 75950K .......... .......... .......... .......... .......... 12% 310M 2s 2024-08-22T20:35:53.4331823Z 76000K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4333679Z 76050K .......... .......... .......... .......... .......... 12% 236M 2s 2024-08-22T20:35:53.4335463Z 76100K .......... .......... .......... .......... .......... 12% 310M 2s 2024-08-22T20:35:53.4337314Z 76150K .......... .......... .......... .......... .......... 12% 267M 2s 2024-08-22T20:35:53.4339172Z 76200K .......... .......... .......... .......... .......... 12% 261M 2s 2024-08-22T20:35:53.4341218Z 76250K .......... .......... .......... .......... .......... 12% 260M 2s 2024-08-22T20:35:53.4342813Z 76300K .......... .......... .......... .......... .......... 12% 256M 2s 2024-08-22T20:35:53.4344514Z 76350K .......... .......... .......... .......... .......... 12% 282M 2s 2024-08-22T20:35:53.4346381Z 76400K .......... .......... .......... .......... .......... 12% 256M 2s 2024-08-22T20:35:53.4348158Z 76450K .......... .......... .......... .......... .......... 12% 293M 2s 2024-08-22T20:35:53.4349914Z 76500K .......... .......... .......... .......... .......... 12% 268M 2s 2024-08-22T20:35:53.4351745Z 76550K .......... .......... .......... .......... .......... 12% 274M 2s 2024-08-22T20:35:53.4353545Z 76600K .......... .......... .......... .......... .......... 12% 267M 2s 2024-08-22T20:35:53.4355744Z 76650K .......... .......... .......... .......... .......... 12% 277M 2s 2024-08-22T20:35:53.4357443Z 76700K .......... .......... .......... .......... .......... 12% 245M 2s 2024-08-22T20:35:53.4359073Z 76750K .......... .......... .......... .......... .......... 12% 284M 2s 2024-08-22T20:35:53.4360715Z 76800K .......... .......... .......... .......... .......... 12% 276M 2s 2024-08-22T20:35:53.4362292Z 76850K .......... .......... .......... .......... .......... 12% 305M 2s 2024-08-22T20:35:53.4364320Z 76900K .......... .......... .......... .......... .......... 12% 296M 2s 2024-08-22T20:35:53.4366243Z 76950K .......... .......... .......... .......... .......... 12% 229M 2s 2024-08-22T20:35:53.4367984Z 77000K .......... .......... .......... .......... .......... 12% 270M 2s 2024-08-22T20:35:53.4369765Z 77050K .......... .......... .......... .......... .......... 12% 276M 2s 2024-08-22T20:35:53.4371378Z 77100K .......... .......... .......... .......... .......... 12% 295M 2s 2024-08-22T20:35:53.4373252Z 77150K .......... .......... .......... .......... .......... 12% 273M 2s 2024-08-22T20:35:53.4375482Z 77200K .......... .......... .......... .......... .......... 12% 229M 2s 2024-08-22T20:35:53.4377062Z 77250K .......... .......... .......... .......... .......... 12% 285M 2s 2024-08-22T20:35:53.4379141Z 77300K .......... .......... .......... .......... .......... 12% 263M 2s 2024-08-22T20:35:53.4380806Z 77350K .......... .......... .......... .......... .......... 12% 263M 2s 2024-08-22T20:35:53.4382462Z 77400K .......... .......... .......... .......... .......... 12% 300M 2s 2024-08-22T20:35:53.4384551Z 77450K .......... .......... .......... .......... .......... 12% 234M 2s 2024-08-22T20:35:53.4386447Z 77500K .......... .......... .......... .......... .......... 12% 254M 2s 2024-08-22T20:35:53.4388667Z 77550K .......... .......... .......... .......... .......... 12% 243M 2s 2024-08-22T20:35:53.4390855Z 77600K .......... .......... .......... .......... .......... 12% 233M 2s 2024-08-22T20:35:53.4392323Z 77650K .......... .......... .......... .......... .......... 12% 287M 2s 2024-08-22T20:35:53.4394130Z 77700K .......... .......... .......... .......... .......... 12% 250M 2s 2024-08-22T20:35:53.4396148Z 77750K .......... .......... .......... .......... .......... 12% 290M 2s 2024-08-22T20:35:53.4398197Z 77800K .......... .......... .......... .......... .......... 12% 236M 2s 2024-08-22T20:35:53.4399742Z 77850K .......... .......... .......... .......... .......... 12% 277M 2s 2024-08-22T20:35:53.4401435Z 77900K .......... .......... .......... .......... .......... 12% 260M 2s 2024-08-22T20:35:53.4403247Z 77950K .......... .......... .......... .......... .......... 12% 283M 2s 2024-08-22T20:35:53.4405064Z 78000K .......... .......... .......... .......... .......... 12% 285M 2s 2024-08-22T20:35:53.4407055Z 78050K .......... .......... .......... .......... .......... 12% 272M 2s 2024-08-22T20:35:53.4408735Z 78100K .......... .......... .......... .......... .......... 12% 248M 2s 2024-08-22T20:35:53.4410788Z 78150K .......... .......... .......... .......... .......... 12% 278M 2s 2024-08-22T20:35:53.4412538Z 78200K .......... .......... .......... .......... .......... 12% 250M 2s 2024-08-22T20:35:53.4414055Z 78250K .......... .......... .......... .......... .......... 12% 298M 2s 2024-08-22T20:35:53.4416066Z 78300K .......... .......... .......... .......... .......... 12% 305M 2s 2024-08-22T20:35:53.4417540Z 78350K .......... .......... .......... .......... .......... 12% 256M 2s 2024-08-22T20:35:53.4419193Z 78400K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4421368Z 78450K .......... .......... .......... .......... .......... 12% 228M 2s 2024-08-22T20:35:53.4423081Z 78500K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4425200Z 78550K .......... .......... .......... .......... .......... 12% 267M 2s 2024-08-22T20:35:53.4426809Z 78600K .......... .......... .......... .......... .......... 12% 249M 2s 2024-08-22T20:35:53.4428451Z 78650K .......... .......... .......... .......... .......... 12% 297M 2s 2024-08-22T20:35:53.4430448Z 78700K .......... .......... .......... .......... .......... 12% 240M 2s 2024-08-22T20:35:53.4432171Z 78750K .......... .......... .......... .......... .......... 12% 277M 2s 2024-08-22T20:35:53.4434010Z 78800K .......... .......... .......... .......... .......... 12% 264M 2s 2024-08-22T20:35:53.4435704Z 78850K .......... .......... .......... .......... .......... 12% 279M 2s 2024-08-22T20:35:53.4437639Z 78900K .......... .......... .......... .......... .......... 12% 293M 2s 2024-08-22T20:35:53.4439714Z 78950K .......... .......... .......... .......... .......... 12% 224M 2s 2024-08-22T20:35:53.4441449Z 79000K .......... .......... .......... .......... .......... 12% 275M 2s 2024-08-22T20:35:53.4443354Z 79050K .......... .......... .......... .......... .......... 12% 247M 2s 2024-08-22T20:35:53.4445186Z 79100K .......... .......... .......... .......... .......... 12% 278M 2s 2024-08-22T20:35:53.4447359Z 79150K .......... .......... .......... .......... .......... 12% 279M 2s 2024-08-22T20:35:53.4449053Z 79200K .......... .......... .......... .......... .......... 12% 227M 2s 2024-08-22T20:35:53.4450780Z 79250K .......... .......... .......... .......... .......... 12% 306M 2s 2024-08-22T20:35:53.4452803Z 79300K .......... .......... .......... .......... .......... 12% 243M 2s 2024-08-22T20:35:53.4454507Z 79350K .......... .......... .......... .......... .......... 12% 263M 2s 2024-08-22T20:35:53.4456845Z 79400K .......... .......... .......... .......... .......... 12% 285M 2s 2024-08-22T20:35:53.4458525Z 79450K .......... .......... .......... .......... .......... 12% 236M 2s 2024-08-22T20:35:53.4460272Z 79500K .......... .......... .......... .......... .......... 12% 266M 2s 2024-08-22T20:35:53.4462059Z 79550K .......... .......... .......... .......... .......... 12% 244M 2s 2024-08-22T20:35:53.4464005Z 79600K .......... .......... .......... .......... .......... 12% 263M 2s 2024-08-22T20:35:53.4465786Z 79650K .......... .......... .......... .......... .......... 12% 271M 2s 2024-08-22T20:35:53.4467402Z 79700K .......... .......... .......... .......... .......... 12% 300M 2s 2024-08-22T20:35:53.4469767Z 79750K .......... .......... .......... .......... .......... 12% 235M 2s 2024-08-22T20:35:53.4471510Z 79800K .......... .......... .......... .......... .......... 12% 281M 2s 2024-08-22T20:35:53.4473030Z 79850K .......... .......... .......... .......... .......... 12% 269M 2s 2024-08-22T20:35:53.4474759Z 79900K .......... .......... .......... .......... .......... 12% 283M 2s 2024-08-22T20:35:53.4476749Z 79950K .......... .......... .......... .......... .......... 12% 265M 2s 2024-08-22T20:35:53.4478277Z 80000K .......... .......... .......... .......... .......... 12% 298M 2s 2024-08-22T20:35:53.4480162Z 80050K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4481780Z 80100K .......... .......... .......... .......... .......... 12% 265M 2s 2024-08-22T20:35:53.4483394Z 80150K .......... .......... .......... .......... .......... 12% 282M 2s 2024-08-22T20:35:53.4485325Z 80200K .......... .......... .......... .......... .......... 12% 261M 2s 2024-08-22T20:35:53.4486995Z 80250K .......... .......... .......... .......... .......... 12% 297M 2s 2024-08-22T20:35:53.4488932Z 80300K .......... .......... .......... .......... .......... 12% 240M 2s 2024-08-22T20:35:53.4490421Z 80350K .......... .......... .......... .......... .......... 12% 321M 2s 2024-08-22T20:35:53.4492333Z 80400K .......... .......... .......... .......... .......... 12% 306M 2s 2024-08-22T20:35:53.4493762Z 80450K .......... .......... .......... .......... .......... 12% 278M 2s 2024-08-22T20:35:53.4495649Z 80500K .......... .......... .......... .......... .......... 12% 260M 2s 2024-08-22T20:35:53.4497351Z 80550K .......... .......... .......... .......... .......... 12% 284M 2s 2024-08-22T20:35:53.4498963Z 80600K .......... .......... .......... .......... .......... 12% 303M 2s 2024-08-22T20:35:53.4500791Z 80650K .......... .......... .......... .......... .......... 12% 267M 2s 2024-08-22T20:35:53.4502383Z 80700K .......... .......... .......... .......... .......... 12% 310M 2s 2024-08-22T20:35:53.4503938Z 80750K .......... .......... .......... .......... .......... 12% 313M 2s 2024-08-22T20:35:53.4505707Z 80800K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4507447Z 80850K .......... .......... .......... .......... .......... 13% 304M 2s 2024-08-22T20:35:53.4509225Z 80900K .......... .......... .......... .......... .......... 13% 270M 2s 2024-08-22T20:35:53.4511189Z 80950K .......... .......... .......... .......... .......... 13% 254M 2s 2024-08-22T20:35:53.4513080Z 81000K .......... .......... .......... .......... .......... 13% 270M 2s 2024-08-22T20:35:53.4514751Z 81050K .......... .......... .......... .......... .......... 13% 264M 2s 2024-08-22T20:35:53.4516770Z 81100K .......... .......... .......... .......... .......... 13% 264M 2s 2024-08-22T20:35:53.4518444Z 81150K .......... .......... .......... .......... .......... 13% 267M 2s 2024-08-22T20:35:53.4519990Z 81200K .......... .......... .......... .......... .......... 13% 305M 2s 2024-08-22T20:35:53.4522106Z 81250K .......... .......... .......... .......... .......... 13% 278M 2s 2024-08-22T20:35:53.4523831Z 81300K .......... .......... .......... .......... .......... 13% 256M 2s 2024-08-22T20:35:53.4525854Z 81350K .......... .......... .......... .......... .......... 13% 269M 2s 2024-08-22T20:35:53.4527498Z 81400K .......... .......... .......... .......... .......... 13% 246M 2s 2024-08-22T20:35:53.4529134Z 81450K .......... .......... .......... .......... .......... 13% 297M 2s 2024-08-22T20:35:53.4531062Z 81500K .......... .......... .......... .......... .......... 13% 257M 2s 2024-08-22T20:35:53.4532804Z 81550K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4534740Z 81600K .......... .......... .......... .......... .......... 13% 309M 2s 2024-08-22T20:35:53.4536307Z 81650K .......... .......... .......... .......... .......... 13% 243M 2s 2024-08-22T20:35:53.4538532Z 81700K .......... .......... .......... .......... .......... 13% 263M 2s 2024-08-22T20:35:53.4540008Z 81750K .......... .......... .......... .......... .......... 13% 279M 2s 2024-08-22T20:35:53.4541862Z 81800K .......... .......... .......... .......... .......... 13% 290M 2s 2024-08-22T20:35:53.4543642Z 81850K .......... .......... .......... .......... .......... 13% 258M 2s 2024-08-22T20:35:53.4545362Z 81900K .......... .......... .......... .......... .......... 13% 285M 2s 2024-08-22T20:35:53.4547095Z 81950K .......... .......... .......... .......... .......... 13% 281M 2s 2024-08-22T20:35:53.4549394Z 82000K .......... .......... .......... .......... .......... 13% 218M 2s 2024-08-22T20:35:53.4551259Z 82050K .......... .......... .......... .......... .......... 13% 299M 2s 2024-08-22T20:35:53.4553075Z 82100K .......... .......... .......... .......... .......... 13% 233M 2s 2024-08-22T20:35:53.4554719Z 82150K .......... .......... .......... .......... .......... 13% 292M 2s 2024-08-22T20:35:53.4556512Z 82200K .......... .......... .......... .......... .......... 13% 287M 2s 2024-08-22T20:35:53.4558706Z 82250K .......... .......... .......... .......... .......... 13% 222M 2s 2024-08-22T20:35:53.4560441Z 82300K .......... .......... .......... .......... .......... 13% 307M 2s 2024-08-22T20:35:53.4562180Z 82350K .......... .......... .......... .......... .......... 13% 247M 2s 2024-08-22T20:35:53.4564062Z 82400K .......... .......... .......... .......... .......... 13% 266M 2s 2024-08-22T20:35:53.4566076Z 82450K .......... .......... .......... .......... .......... 13% 247M 2s 2024-08-22T20:35:53.4568245Z 82500K .......... .......... .......... .......... .......... 13% 222M 2s 2024-08-22T20:35:53.4569977Z 82550K .......... .......... .......... .......... .......... 13% 290M 2s 2024-08-22T20:35:53.4571913Z 82600K .......... .......... .......... .......... .......... 13% 245M 2s 2024-08-22T20:35:53.4573847Z 82650K .......... .......... .......... .......... .......... 13% 256M 2s 2024-08-22T20:35:53.4575659Z 82700K .......... .......... .......... .......... .......... 13% 270M 2s 2024-08-22T20:35:53.4577576Z 82750K .......... .......... .......... .......... .......... 13% 250M 2s 2024-08-22T20:35:53.4579373Z 82800K .......... .......... .......... .......... .......... 13% 275M 2s 2024-08-22T20:35:53.4581212Z 82850K .......... .......... .......... .......... .......... 13% 259M 2s 2024-08-22T20:35:53.4583045Z 82900K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4584875Z 82950K .......... .......... .......... .......... .......... 13% 263M 2s 2024-08-22T20:35:53.4586803Z 83000K .......... .......... .......... .......... .......... 13% 251M 2s 2024-08-22T20:35:53.4588760Z 83050K .......... .......... .......... .......... .......... 13% 256M 2s 2024-08-22T20:35:53.4590693Z 83100K .......... .......... .......... .......... .......... 13% 254M 2s 2024-08-22T20:35:53.4592682Z 83150K .......... .......... .......... .......... .......... 13% 299M 2s 2024-08-22T20:35:53.4594340Z 83200K .......... .......... .......... .......... .......... 13% 240M 2s 2024-08-22T20:35:53.4596274Z 83250K .......... .......... .......... .......... .......... 13% 243M 2s 2024-08-22T20:35:53.4598035Z 83300K .......... .......... .......... .......... .......... 13% 278M 2s 2024-08-22T20:35:53.4599702Z 83350K .......... .......... .......... .......... .......... 13% 305M 2s 2024-08-22T20:35:53.4601727Z 83400K .......... .......... .......... .......... .......... 13% 251M 2s 2024-08-22T20:35:53.4603800Z 83450K .......... .......... .......... .......... .......... 13% 280M 2s 2024-08-22T20:35:53.4605420Z 83500K .......... .......... .......... .......... .......... 13% 235M 2s 2024-08-22T20:35:53.4607136Z 83550K .......... .......... .......... .......... .......... 13% 288M 2s 2024-08-22T20:35:53.4608941Z 83600K .......... .......... .......... .......... .......... 13% 299M 2s 2024-08-22T20:35:53.4610993Z 83650K .......... .......... .......... .......... .......... 13% 275M 2s 2024-08-22T20:35:53.4612498Z 83700K .......... .......... .......... .......... .......... 13% 258M 2s 2024-08-22T20:35:53.4614196Z 83750K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4615963Z 83800K .......... .......... .......... .......... .......... 13% 279M 2s 2024-08-22T20:35:53.4618044Z 83850K .......... .......... .......... .......... .......... 13% 282M 2s 2024-08-22T20:35:53.4619641Z 83900K .......... .......... .......... .......... .......... 13% 252M 2s 2024-08-22T20:35:53.4621423Z 83950K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4623069Z 84000K .......... .......... .......... .......... .......... 13% 297M 2s 2024-08-22T20:35:53.4624803Z 84050K .......... .......... .......... .......... .......... 13% 283M 2s 2024-08-22T20:35:53.4626637Z 84100K .......... .......... .......... .......... .......... 13% 283M 2s 2024-08-22T20:35:53.4628747Z 84150K .......... .......... .......... .......... .......... 13% 219M 2s 2024-08-22T20:35:53.4631038Z 84200K .......... .......... .......... .......... .......... 13% 226M 2s 2024-08-22T20:35:53.4632793Z 84250K .......... .......... .......... .......... .......... 13% 279M 2s 2024-08-22T20:35:53.4634459Z 84300K .......... .......... .......... .......... .......... 13% 275M 2s 2024-08-22T20:35:53.4636198Z 84350K .......... .......... .......... .......... .......... 13% 277M 2s 2024-08-22T20:35:53.4638042Z 84400K .......... .......... .......... .......... .......... 13% 263M 2s 2024-08-22T20:35:53.4640034Z 84450K .......... .......... .......... .......... .......... 13% 259M 2s 2024-08-22T20:35:53.4641902Z 84500K .......... .......... .......... .......... .......... 13% 260M 2s 2024-08-22T20:35:53.4643919Z 84550K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4645444Z 84600K .......... .......... .......... .......... .......... 13% 270M 2s 2024-08-22T20:35:53.4647391Z 84650K .......... .......... .......... .......... .......... 13% 251M 2s 2024-08-22T20:35:53.4649348Z 84700K .......... .......... .......... .......... .......... 13% 300M 2s 2024-08-22T20:35:53.4651149Z 84750K .......... .......... .......... .......... .......... 13% 237M 2s 2024-08-22T20:35:53.4652878Z 84800K .......... .......... .......... .......... .......... 13% 278M 2s 2024-08-22T20:35:53.4654758Z 84850K .......... .......... .......... .......... .......... 13% 252M 2s 2024-08-22T20:35:53.4656740Z 84900K .......... .......... .......... .......... .......... 13% 258M 2s 2024-08-22T20:35:53.4658613Z 84950K .......... .......... .......... .......... .......... 13% 245M 2s 2024-08-22T20:35:53.4660474Z 85000K .......... .......... .......... .......... .......... 13% 278M 2s 2024-08-22T20:35:53.4662174Z 85050K .......... .......... .......... .......... .......... 13% 282M 2s 2024-08-22T20:35:53.4664058Z 85100K .......... .......... .......... .......... .......... 13% 279M 2s 2024-08-22T20:35:53.4665877Z 85150K .......... .......... .......... .......... .......... 13% 252M 2s 2024-08-22T20:35:53.4667796Z 85200K .......... .......... .......... .......... .......... 13% 283M 2s 2024-08-22T20:35:53.4669816Z 85250K .......... .......... .......... .......... .......... 13% 216M 2s 2024-08-22T20:35:53.4671632Z 85300K .......... .......... .......... .......... .......... 13% 297M 2s 2024-08-22T20:35:53.4673175Z 85350K .......... .......... .......... .......... .......... 13% 291M 2s 2024-08-22T20:35:53.4674924Z 85400K .......... .......... .......... .......... .......... 13% 290M 2s 2024-08-22T20:35:53.4677018Z 85450K .......... .......... .......... .......... .......... 13% 239M 2s 2024-08-22T20:35:53.4678860Z 85500K .......... .......... .......... .......... .......... 13% 255M 2s 2024-08-22T20:35:53.4681186Z 85550K .......... .......... .......... .......... .......... 13% 259M 2s 2024-08-22T20:35:53.4683027Z 85600K .......... .......... .......... .......... .......... 13% 230M 2s 2024-08-22T20:35:53.4684648Z 85650K .......... .......... .......... .......... .......... 13% 307M 2s 2024-08-22T20:35:53.4686349Z 85700K .......... .......... .......... .......... .......... 13% 254M 2s 2024-08-22T20:35:53.4688063Z 85750K .......... .......... .......... .......... .......... 13% 283M 2s 2024-08-22T20:35:53.4689906Z 85800K .......... .......... .......... .......... .......... 13% 273M 2s 2024-08-22T20:35:53.4691567Z 85850K .......... .......... .......... .......... .......... 13% 290M 2s 2024-08-22T20:35:53.4693317Z 85900K .......... .......... .......... .......... .......... 13% 277M 2s 2024-08-22T20:35:53.4695350Z 85950K .......... .......... .......... .......... .......... 13% 241M 2s 2024-08-22T20:35:53.4696964Z 86000K .......... .......... .......... .......... .......... 13% 301M 2s 2024-08-22T20:35:53.4698916Z 86050K .......... .......... .......... .......... .......... 13% 241M 2s 2024-08-22T20:35:53.4700807Z 86100K .......... .......... .......... .......... .......... 13% 284M 2s 2024-08-22T20:35:53.4702651Z 86150K .......... .......... .......... .......... .......... 13% 267M 2s 2024-08-22T20:35:53.4704628Z 86200K .......... .......... .......... .......... .......... 13% 248M 2s 2024-08-22T20:35:53.4706054Z 86250K .......... .......... .......... .......... .......... 13% 296M 2s 2024-08-22T20:35:53.4708113Z 86300K .......... .......... .......... .......... .......... 13% 311M 2s 2024-08-22T20:35:53.4709820Z 86350K .......... .......... .......... .......... .......... 13% 229M 2s 2024-08-22T20:35:53.4711490Z 86400K .......... .......... .......... .......... .......... 13% 290M 2s 2024-08-22T20:35:53.4713300Z 86450K .......... .......... .......... .......... .......... 13% 270M 2s 2024-08-22T20:35:53.4714987Z 86500K .......... .......... .......... .......... .......... 13% 277M 2s 2024-08-22T20:35:53.4716755Z 86550K .......... .......... .......... .......... .......... 13% 282M 2s 2024-08-22T20:35:53.4718663Z 86600K .......... .......... .......... .......... .......... 13% 271M 2s 2024-08-22T20:35:53.4720884Z 86650K .......... .......... .......... .......... .......... 13% 221M 2s 2024-08-22T20:35:53.4722593Z 86700K .......... .......... .......... .......... .......... 13% 278M 2s 2024-08-22T20:35:53.4724442Z 86750K .......... .......... .......... .......... .......... 13% 258M 2s 2024-08-22T20:35:53.4726186Z 86800K .......... .......... .......... .......... .......... 13% 281M 2s 2024-08-22T20:35:53.4727930Z 86850K .......... .......... .......... .......... .......... 13% 281M 2s 2024-08-22T20:35:53.4730070Z 86900K .......... .......... .......... .......... .......... 13% 231M 2s 2024-08-22T20:35:53.4731936Z 86950K .......... .......... .......... .......... .......... 13% 266M 2s 2024-08-22T20:35:53.4733710Z 87000K .......... .......... .......... .......... .......... 13% 289M 2s 2024-08-22T20:35:53.4735594Z 87050K .......... .......... .......... .......... .......... 14% 298M 2s 2024-08-22T20:35:53.4737176Z 87100K .......... .......... .......... .......... .......... 14% 244M 2s 2024-08-22T20:35:53.4739149Z 87150K .......... .......... .......... .......... .......... 14% 271M 2s 2024-08-22T20:35:53.4741270Z 87200K .......... .......... .......... .......... .......... 14% 283M 2s 2024-08-22T20:35:53.4742877Z 87250K .......... .......... .......... .......... .......... 14% 227M 2s 2024-08-22T20:35:53.4744672Z 87300K .......... .......... .......... .......... .......... 14% 272M 2s 2024-08-22T20:35:53.4746374Z 87350K .......... .......... .......... .......... .......... 14% 280M 2s 2024-08-22T20:35:53.4748357Z 87400K .......... .......... .......... .......... .......... 14% 297M 2s 2024-08-22T20:35:53.4750341Z 87450K .......... .......... .......... .......... .......... 14% 257M 2s 2024-08-22T20:35:53.4752052Z 87500K .......... .......... .......... .......... .......... 14% 234M 2s 2024-08-22T20:35:53.4754051Z 87550K .......... .......... .......... .......... .......... 14% 284M 2s 2024-08-22T20:35:53.4755480Z 87600K .......... .......... .......... .......... .......... 14% 292M 2s 2024-08-22T20:35:53.4757404Z 87650K .......... .......... .......... .......... .......... 14% 300M 2s 2024-08-22T20:35:53.4759327Z 87700K .......... .......... .......... .......... .......... 14% 249M 2s 2024-08-22T20:35:53.4760820Z 87750K .......... .......... .......... .......... .......... 14% 282M 2s 2024-08-22T20:35:53.4762485Z 87800K .......... .......... .......... .......... .......... 14% 290M 2s 2024-08-22T20:35:53.4764598Z 87850K .......... .......... .......... .......... .......... 14% 275M 2s 2024-08-22T20:35:53.4766334Z 87900K .......... .......... .......... .......... .......... 14% 250M 2s 2024-08-22T20:35:53.4768019Z 87950K .......... .......... .......... .......... .......... 14% 261M 2s 2024-08-22T20:35:53.4770069Z 88000K .......... .......... .......... .......... .......... 14% 288M 2s 2024-08-22T20:35:53.4771780Z 88050K .......... .......... .......... .......... .......... 14% 246M 2s 2024-08-22T20:35:53.4773527Z 88100K .......... .......... .......... .......... .......... 14% 270M 2s 2024-08-22T20:35:53.4775321Z 88150K .......... .......... .......... .......... .......... 14% 291M 2s 2024-08-22T20:35:53.4777289Z 88200K .......... .......... .......... .......... .......... 14% 257M 2s 2024-08-22T20:35:53.4778849Z 88250K .......... .......... .......... .......... .......... 14% 276M 2s 2024-08-22T20:35:53.4780726Z 88300K .......... .......... .......... .......... .......... 14% 258M 2s 2024-08-22T20:35:53.4782438Z 88350K .......... .......... .......... .......... .......... 14% 287M 2s 2024-08-22T20:35:53.4784574Z 88400K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4786409Z 88450K .......... .......... .......... .......... .......... 14% 250M 2s 2024-08-22T20:35:53.4788245Z 88500K .......... .......... .......... .......... .......... 14% 285M 2s 2024-08-22T20:35:53.4790218Z 88550K .......... .......... .......... .......... .......... 14% 246M 2s 2024-08-22T20:35:53.4792262Z 88600K .......... .......... .......... .......... .......... 14% 230M 2s 2024-08-22T20:35:53.4794299Z 88650K .......... .......... .......... .......... .......... 14% 273M 2s 2024-08-22T20:35:53.4796072Z 88700K .......... .......... .......... .......... .......... 14% 242M 2s 2024-08-22T20:35:53.4797559Z 88750K .......... .......... .......... .......... .......... 14% 299M 2s 2024-08-22T20:35:53.4799440Z 88800K .......... .......... .......... .......... .......... 14% 301M 2s 2024-08-22T20:35:53.4801167Z 88850K .......... .......... .......... .......... .......... 14% 249M 2s 2024-08-22T20:35:53.4802953Z 88900K .......... .......... .......... .......... .......... 14% 308M 2s 2024-08-22T20:35:53.4804661Z 88950K .......... .......... .......... .......... .......... 14% 292M 2s 2024-08-22T20:35:53.4806638Z 89000K .......... .......... .......... .......... .......... 14% 227M 2s 2024-08-22T20:35:53.4808707Z 89050K .......... .......... .......... .......... .......... 14% 313M 2s 2024-08-22T20:35:53.4810266Z 89100K .......... .......... .......... .......... .......... 14% 241M 2s 2024-08-22T20:35:53.4811972Z 89150K .......... .......... .......... .......... .......... 14% 281M 2s 2024-08-22T20:35:53.4813678Z 89200K .......... .......... .......... .......... .......... 14% 276M 2s 2024-08-22T20:35:53.4815718Z 89250K .......... .......... .......... .......... .......... 14% 255M 2s 2024-08-22T20:35:53.4817717Z 89300K .......... .......... .......... .......... .......... 14% 276M 2s 2024-08-22T20:35:53.4819408Z 89350K .......... .......... .......... .......... .......... 14% 237M 2s 2024-08-22T20:35:53.4821277Z 89400K .......... .......... .......... .......... .......... 14% 291M 2s 2024-08-22T20:35:53.4822921Z 89450K .......... .......... .......... .......... .......... 14% 275M 2s 2024-08-22T20:35:53.4825118Z 89500K .......... .......... .......... .......... .......... 14% 277M 2s 2024-08-22T20:35:53.4826632Z 89550K .......... .......... .......... .......... .......... 14% 266M 2s 2024-08-22T20:35:53.4829045Z 89600K .......... .......... .......... .......... .......... 14% 207M 2s 2024-08-22T20:35:53.4830750Z 89650K .......... .......... .......... .......... .......... 14% 256M 2s 2024-08-22T20:35:53.4832600Z 89700K .......... .......... .......... .......... .......... 14% 313M 2s 2024-08-22T20:35:53.4834341Z 89750K .......... .......... .......... .......... .......... 14% 247M 2s 2024-08-22T20:35:53.4836118Z 89800K .......... .......... .......... .......... .......... 14% 272M 2s 2024-08-22T20:35:53.4837901Z 89850K .......... .......... .......... .......... .......... 14% 266M 2s 2024-08-22T20:35:53.4839976Z 89900K .......... .......... .......... .......... .......... 14% 291M 2s 2024-08-22T20:35:53.4841633Z 89950K .......... .......... .......... .......... .......... 14% 254M 2s 2024-08-22T20:35:53.4843616Z 90000K .......... .......... .......... .......... .......... 14% 257M 2s 2024-08-22T20:35:53.4845558Z 90050K .......... .......... .......... .......... .......... 14% 236M 2s 2024-08-22T20:35:53.4847226Z 90100K .......... .......... .......... .......... .......... 14% 275M 2s 2024-08-22T20:35:53.4849168Z 90150K .......... .......... .......... .......... .......... 14% 269M 2s 2024-08-22T20:35:53.4851060Z 90200K .......... .......... .......... .......... .......... 14% 271M 2s 2024-08-22T20:35:53.4852948Z 90250K .......... .......... .......... .......... .......... 14% 271M 2s 2024-08-22T20:35:53.4854567Z 90300K .......... .......... .......... .......... .......... 14% 259M 2s 2024-08-22T20:35:53.4856408Z 90350K .......... .......... .......... .......... .......... 14% 255M 2s 2024-08-22T20:35:53.4858437Z 90400K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4860114Z 90450K .......... .......... .......... .......... .......... 14% 286M 2s 2024-08-22T20:35:53.4861860Z 90500K .......... .......... .......... .......... .......... 14% 296M 2s 2024-08-22T20:35:53.4863505Z 90550K .......... .......... .......... .......... .......... 14% 285M 2s 2024-08-22T20:35:53.4865538Z 90600K .......... .......... .......... .......... .......... 14% 262M 2s 2024-08-22T20:35:53.4867623Z 90650K .......... .......... .......... .......... .......... 14% 269M 2s 2024-08-22T20:35:53.4869564Z 90700K .......... .......... .......... .......... .......... 14% 213M 2s 2024-08-22T20:35:53.4871444Z 90750K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4873250Z 90800K .......... .......... .......... .......... .......... 14% 284M 2s 2024-08-22T20:35:53.4875047Z 90850K .......... .......... .......... .......... .......... 14% 260M 2s 2024-08-22T20:35:53.4877203Z 90900K .......... .......... .......... .......... .......... 14% 276M 2s 2024-08-22T20:35:53.4878931Z 90950K .......... .......... .......... .......... .......... 14% 236M 2s 2024-08-22T20:35:53.4880714Z 91000K .......... .......... .......... .......... .......... 14% 265M 2s 2024-08-22T20:35:53.4882349Z 91050K .......... .......... .......... .......... .......... 14% 295M 2s 2024-08-22T20:35:53.4884126Z 91100K .......... .......... .......... .......... .......... 14% 280M 2s 2024-08-22T20:35:53.4886125Z 91150K .......... .......... .......... .......... .......... 14% 254M 2s 2024-08-22T20:35:53.4888117Z 91200K .......... .......... .......... .......... .......... 14% 231M 2s 2024-08-22T20:35:53.4890267Z 91250K .......... .......... .......... .......... .......... 14% 275M 2s 2024-08-22T20:35:53.4891901Z 91300K .......... .......... .......... .......... .......... 14% 243M 2s 2024-08-22T20:35:53.4893616Z 91350K .......... .......... .......... .......... .......... 14% 290M 2s 2024-08-22T20:35:53.4895551Z 91400K .......... .......... .......... .......... .......... 14% 251M 2s 2024-08-22T20:35:53.4897767Z 91450K .......... .......... .......... .......... .......... 14% 259M 2s 2024-08-22T20:35:53.4899357Z 91500K .......... .......... .......... .......... .......... 14% 253M 2s 2024-08-22T20:35:53.4901102Z 91550K .......... .......... .......... .......... .......... 14% 281M 2s 2024-08-22T20:35:53.4902750Z 91600K .......... .......... .......... .......... .......... 14% 292M 2s 2024-08-22T20:35:53.4904570Z 91650K .......... .......... .......... .......... .......... 14% 285M 2s 2024-08-22T20:35:53.4906637Z 91700K .......... .......... .......... .......... .......... 14% 236M 2s 2024-08-22T20:35:53.4908655Z 91750K .......... .......... .......... .......... .......... 14% 276M 2s 2024-08-22T20:35:53.4910481Z 91800K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4911952Z 91850K .......... .......... .......... .......... .......... 14% 286M 2s 2024-08-22T20:35:53.4914013Z 91900K .......... .......... .......... .......... .......... 14% 244M 2s 2024-08-22T20:35:53.4915768Z 91950K .......... .......... .......... .......... .......... 14% 283M 2s 2024-08-22T20:35:53.4917619Z 92000K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4919220Z 92050K .......... .......... .......... .......... .......... 14% 306M 2s 2024-08-22T20:35:53.4921360Z 92100K .......... .......... .......... .......... .......... 14% 235M 2s 2024-08-22T20:35:53.4923220Z 92150K .......... .......... .......... .......... .......... 14% 273M 2s 2024-08-22T20:35:53.4924883Z 92200K .......... .......... .......... .......... .......... 14% 274M 2s 2024-08-22T20:35:53.4926759Z 92250K .......... .......... .......... .......... .......... 14% 275M 2s 2024-08-22T20:35:53.4928438Z 92300K .......... .......... .......... .......... .......... 14% 300M 2s 2024-08-22T20:35:53.4930586Z 92350K .......... .......... .......... .......... .......... 14% 231M 2s 2024-08-22T20:35:53.4932404Z 92400K .......... .......... .......... .......... .......... 14% 250M 2s 2024-08-22T20:35:53.4934150Z 92450K .......... .......... .......... .......... .......... 14% 298M 2s 2024-08-22T20:35:53.4935954Z 92500K .......... .......... .......... .......... .......... 14% 252M 2s 2024-08-22T20:35:53.4937692Z 92550K .......... .......... .......... .......... .......... 14% 285M 2s 2024-08-22T20:35:53.4939876Z 92600K .......... .......... .......... .......... .......... 14% 231M 2s 2024-08-22T20:35:53.4941618Z 92650K .......... .......... .......... .......... .......... 14% 266M 2s 2024-08-22T20:35:53.4943566Z 92700K .......... .......... .......... .......... .......... 14% 289M 2s 2024-08-22T20:35:53.4945119Z 92750K .......... .......... .......... .......... .......... 14% 278M 2s 2024-08-22T20:35:53.4946989Z 92800K .......... .......... .......... .......... .......... 14% 272M 2s 2024-08-22T20:35:53.4949178Z 92850K .......... .......... .......... .......... .......... 14% 216M 2s 2024-08-22T20:35:53.4950981Z 92900K .......... .......... .......... .......... .......... 14% 284M 2s 2024-08-22T20:35:53.4952603Z 92950K .......... .......... .......... .......... .......... 14% 284M 2s 2024-08-22T20:35:53.4954273Z 93000K .......... .......... .......... .......... .......... 14% 288M 2s 2024-08-22T20:35:53.4956038Z 93050K .......... .......... .......... .......... .......... 14% 291M 2s 2024-08-22T20:35:53.4958098Z 93100K .......... .......... .......... .......... .......... 14% 244M 2s 2024-08-22T20:35:53.4959944Z 93150K .......... .......... .......... .......... .......... 14% 264M 2s 2024-08-22T20:35:53.4961733Z 93200K .......... .......... .......... .......... .......... 14% 258M 2s 2024-08-22T20:35:53.4963332Z 93250K .......... .......... .......... .......... .......... 15% 288M 2s 2024-08-22T20:35:53.4965053Z 93300K .......... .......... .......... .......... .......... 15% 284M 2s 2024-08-22T20:35:53.4967326Z 93350K .......... .......... .......... .......... .......... 15% 221M 2s 2024-08-22T20:35:53.4969382Z 93400K .......... .......... .......... .......... .......... 15% 264M 2s 2024-08-22T20:35:53.4970954Z 93450K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.4972709Z 93500K .......... .......... .......... .......... .......... 15% 283M 2s 2024-08-22T20:35:53.4974791Z 93550K .......... .......... .......... .......... .......... 15% 294M 2s 2024-08-22T20:35:53.4976595Z 93600K .......... .......... .......... .......... .......... 15% 225M 2s 2024-08-22T20:35:53.4978330Z 93650K .......... .......... .......... .......... .......... 15% 279M 2s 2024-08-22T20:35:53.4980056Z 93700K .......... .......... .......... .......... .......... 15% 291M 2s 2024-08-22T20:35:53.4981769Z 93750K .......... .......... .......... .......... .......... 15% 265M 2s 2024-08-22T20:35:53.4983927Z 93800K .......... .......... .......... .......... .......... 15% 287M 2s 2024-08-22T20:35:53.4985576Z 93850K .......... .......... .......... .......... .......... 15% 237M 2s 2024-08-22T20:35:53.4987649Z 93900K .......... .......... .......... .......... .......... 15% 263M 2s 2024-08-22T20:35:53.4989327Z 93950K .......... .......... .......... .......... .......... 15% 253M 2s 2024-08-22T20:35:53.4991062Z 94000K .......... .......... .......... .......... .......... 15% 280M 2s 2024-08-22T20:35:53.4993227Z 94050K .......... .......... .......... .......... .......... 15% 291M 2s 2024-08-22T20:35:53.4995062Z 94100K .......... .......... .......... .......... .......... 15% 222M 2s 2024-08-22T20:35:53.4996795Z 94150K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.4998397Z 94200K .......... .......... .......... .......... .......... 15% 299M 2s 2024-08-22T20:35:53.5000008Z 94250K .......... .......... .......... .......... .......... 15% 298M 2s 2024-08-22T20:35:53.5002298Z 94300K .......... .......... .......... .......... .......... 15% 281M 2s 2024-08-22T20:35:53.5004085Z 94350K .......... .......... .......... .......... .......... 15% 215M 2s 2024-08-22T20:35:53.5005972Z 94400K .......... .......... .......... .......... .......... 15% 271M 2s 2024-08-22T20:35:53.5007725Z 94450K .......... .......... .......... .......... .......... 15% 285M 2s 2024-08-22T20:35:53.5009410Z 94500K .......... .......... .......... .......... .......... 15% 271M 2s 2024-08-22T20:35:53.5011635Z 94550K .......... .......... .......... .......... .......... 15% 270M 2s 2024-08-22T20:35:53.5013364Z 94600K .......... .......... .......... .......... .......... 15% 240M 2s 2024-08-22T20:35:53.5015102Z 94650K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.5016897Z 94700K .......... .......... .......... .......... .......... 15% 298M 2s 2024-08-22T20:35:53.5018524Z 94750K .......... .......... .......... .......... .......... 15% 264M 2s 2024-08-22T20:35:53.5020622Z 94800K .......... .......... .......... .......... .......... 15% 297M 2s 2024-08-22T20:35:53.5022514Z 94850K .......... .......... .......... .......... .......... 15% 225M 2s 2024-08-22T20:35:53.5024412Z 94900K .......... .......... .......... .......... .......... 15% 249M 2s 2024-08-22T20:35:53.5026326Z 94950K .......... .......... .......... .......... .......... 15% 271M 2s 2024-08-22T20:35:53.5028040Z 95000K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.5030141Z 95050K .......... .......... .......... .......... .......... 15% 220M 2s 2024-08-22T20:35:53.5031815Z 95100K .......... .......... .......... .......... .......... 15% 286M 2s 2024-08-22T20:35:53.5033612Z 95150K .......... .......... .......... .......... .......... 15% 284M 2s 2024-08-22T20:35:53.5035581Z 95200K .......... .......... .......... .......... .......... 15% 258M 2s 2024-08-22T20:35:53.5037333Z 95250K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.5039026Z 95300K .......... .......... .......... .......... .......... 15% 286M 2s 2024-08-22T20:35:53.5041330Z 95350K .......... .......... .......... .......... .......... 15% 238M 2s 2024-08-22T20:35:53.5043070Z 95400K .......... .......... .......... .......... .......... 15% 255M 2s 2024-08-22T20:35:53.5044846Z 95450K .......... .......... .......... .......... .......... 15% 281M 2s 2024-08-22T20:35:53.5046648Z 95500K .......... .......... .......... .......... .......... 15% 251M 2s 2024-08-22T20:35:53.5048870Z 95550K .......... .......... .......... .......... .......... 15% 228M 2s 2024-08-22T20:35:53.5050724Z 95600K .......... .......... .......... .......... .......... 15% 265M 2s 2024-08-22T20:35:53.5052365Z 95650K .......... .......... .......... .......... .......... 15% 293M 2s 2024-08-22T20:35:53.5054582Z 95700K .......... .......... .......... .......... .......... 15% 254M 2s 2024-08-22T20:35:53.5056220Z 95750K .......... .......... .......... .......... .......... 15% 256M 2s 2024-08-22T20:35:53.5058039Z 95800K .......... .......... .......... .......... .......... 15% 256M 2s 2024-08-22T20:35:53.5059888Z 95850K .......... .......... .......... .......... .......... 15% 270M 2s 2024-08-22T20:35:53.5061694Z 95900K .......... .......... .......... .......... .......... 15% 278M 2s 2024-08-22T20:35:53.5063620Z 95950K .......... .......... .......... .......... .......... 15% 278M 2s 2024-08-22T20:35:53.5065334Z 96000K .......... .......... .......... .......... .......... 15% 243M 2s 2024-08-22T20:35:53.5067247Z 96050K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.5069585Z 96100K .......... .......... .......... .......... .......... 15% 208M 2s 2024-08-22T20:35:53.5071317Z 96150K .......... .......... .......... .......... .......... 15% 268M 2s 2024-08-22T20:35:53.5073427Z 96200K .......... .......... .......... .......... .......... 15% 258M 2s 2024-08-22T20:35:53.5075165Z 96250K .......... .......... .......... .......... .......... 15% 268M 2s 2024-08-22T20:35:53.5076847Z 96300K .......... .......... .......... .......... .......... 15% 270M 2s 2024-08-22T20:35:53.5078947Z 96350K .......... .......... .......... .......... .......... 15% 241M 2s 2024-08-22T20:35:53.5080953Z 96400K .......... .......... .......... .......... .......... 15% 263M 2s 2024-08-22T20:35:53.5082695Z 96450K .......... .......... .......... .......... .......... 15% 277M 2s 2024-08-22T20:35:53.5084582Z 96500K .......... .......... .......... .......... .......... 15% 252M 2s 2024-08-22T20:35:53.5086266Z 96550K .......... .......... .......... .......... .......... 15% 284M 2s 2024-08-22T20:35:53.5088554Z 96600K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.5089896Z 96650K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.5091918Z 96700K .......... .......... .......... .......... .......... 15% 252M 2s 2024-08-22T20:35:53.5093595Z 96750K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.5095407Z 96800K .......... .......... .......... .......... .......... 15% 285M 2s 2024-08-22T20:35:53.5097175Z 96850K .......... .......... .......... .......... .......... 15% 280M 2s 2024-08-22T20:35:53.5099121Z 96900K .......... .......... .......... .......... .......... 15% 249M 2s 2024-08-22T20:35:53.5101024Z 96950K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.5102767Z 97000K .......... .......... .......... .......... .......... 15% 250M 2s 2024-08-22T20:35:53.5104487Z 97050K .......... .......... .......... .......... .......... 15% 296M 2s 2024-08-22T20:35:53.5106327Z 97100K .......... .......... .......... .......... .......... 15% 275M 2s 2024-08-22T20:35:53.5108405Z 97150K .......... .......... .......... .......... .......... 15% 256M 2s 2024-08-22T20:35:53.5110217Z 97200K .......... .......... .......... .......... .......... 15% 254M 2s 2024-08-22T20:35:53.5112099Z 97250K .......... .......... .......... .......... .......... 15% 276M 2s 2024-08-22T20:35:53.5114082Z 97300K .......... .......... .......... .......... .......... 15% 241M 2s 2024-08-22T20:35:53.5115814Z 97350K .......... .......... .......... .......... .......... 15% 313M 2s 2024-08-22T20:35:53.5117348Z 97400K .......... .......... .......... .......... .......... 15% 249M 2s 2024-08-22T20:35:53.5118989Z 97450K .......... .......... .......... .......... .......... 15% 295M 2s 2024-08-22T20:35:53.5120754Z 97500K .......... .......... .......... .......... .......... 15% 287M 2s 2024-08-22T20:35:53.5122563Z 97550K .......... .......... .......... .......... .......... 15% 287M 2s 2024-08-22T20:35:53.5124649Z 97600K .......... .......... .......... .......... .......... 15% 289M 2s 2024-08-22T20:35:53.5126406Z 97650K .......... .......... .......... .......... .......... 15% 228M 2s 2024-08-22T20:35:53.5128033Z 97700K .......... .......... .......... .......... .......... 15% 289M 2s 2024-08-22T20:35:53.5129956Z 97750K .......... .......... .......... .......... .......... 15% 260M 2s 2024-08-22T20:35:53.5131757Z 97800K .......... .......... .......... .......... .......... 15% 250M 2s 2024-08-22T20:35:53.5133529Z 97850K .......... .......... .......... .......... .......... 15% 290M 2s 2024-08-22T20:35:53.5135289Z 97900K .......... .......... .......... .......... .......... 15% 271M 2s 2024-08-22T20:35:53.5137440Z 97950K .......... .......... .......... .......... .......... 15% 221M 2s 2024-08-22T20:35:53.5139141Z 98000K .......... .......... .......... .......... .......... 15% 286M 2s 2024-08-22T20:35:53.5141119Z 98050K .......... .......... .......... .......... .......... 15% 268M 2s 2024-08-22T20:35:53.5142896Z 98100K .......... .......... .......... .......... .......... 15% 263M 2s 2024-08-22T20:35:53.5144508Z 98150K .......... .......... .......... .......... .......... 15% 298M 2s 2024-08-22T20:35:53.5146764Z 98200K .......... .......... .......... .......... .......... 15% 221M 2s 2024-08-22T20:35:53.5148543Z 98250K .......... .......... .......... .......... .......... 15% 300M 2s 2024-08-22T20:35:53.5150332Z 98300K .......... .......... .......... .......... .......... 15% 248M 2s 2024-08-22T20:35:53.5152066Z 98350K .......... .......... .......... .......... .......... 15% 270M 2s 2024-08-22T20:35:53.5153979Z 98400K .......... .......... .......... .......... .......... 15% 267M 2s 2024-08-22T20:35:53.5156059Z 98450K .......... .......... .......... .......... .......... 15% 228M 2s 2024-08-22T20:35:53.5157695Z 98500K .......... .......... .......... .......... .......... 15% 295M 2s 2024-08-22T20:35:53.5159588Z 98550K .......... .......... .......... .......... .......... 15% 259M 2s 2024-08-22T20:35:53.5161467Z 98600K .......... .......... .......... .......... .......... 15% 274M 2s 2024-08-22T20:35:53.5163769Z 98650K .......... .......... .......... .......... .......... 15% 253M 2s 2024-08-22T20:35:53.5165683Z 98700K .......... .......... .......... .......... .......... 15% 210M 2s 2024-08-22T20:35:53.5167563Z 98750K .......... .......... .......... .......... .......... 15% 261M 2s 2024-08-22T20:35:53.5169338Z 98800K .......... .......... .......... .......... .......... 15% 280M 2s 2024-08-22T20:35:53.5171125Z 98850K .......... .......... .......... .......... .......... 15% 278M 2s 2024-08-22T20:35:53.5173209Z 98900K .......... .......... .......... .......... .......... 15% 269M 2s 2024-08-22T20:35:53.5174935Z 98950K .......... .......... .......... .......... .......... 15% 226M 2s 2024-08-22T20:35:53.5176835Z 99000K .......... .......... .......... .......... .......... 15% 288M 2s 2024-08-22T20:35:53.5178371Z 99050K .......... .......... .......... .......... .......... 15% 283M 2s 2024-08-22T20:35:53.5180113Z 99100K .......... .......... .......... .......... .......... 15% 280M 2s 2024-08-22T20:35:53.5182547Z 99150K .......... .......... .......... .......... .......... 15% 261M 2s 2024-08-22T20:35:53.5184245Z 99200K .......... .......... .......... .......... .......... 15% 229M 2s 2024-08-22T20:35:53.5186583Z 99250K .......... .......... .......... .......... .......... 15% 274M 2s 2024-08-22T20:35:53.5188057Z 99300K .......... .......... .......... .......... .......... 15% 245M 2s 2024-08-22T20:35:53.5190446Z 99350K .......... .......... .......... .......... .......... 15% 257M 2s 2024-08-22T20:35:53.5191990Z 99400K .......... .......... .......... .......... .......... 15% 230M 2s 2024-08-22T20:35:53.5193836Z 99450K .......... .......... .......... .......... .......... 16% 262M 2s 2024-08-22T20:35:53.5195722Z 99500K .......... .......... .......... .......... .......... 16% 270M 2s 2024-08-22T20:35:53.5197931Z 99550K .......... .......... .......... .......... .......... 16% 249M 2s 2024-08-22T20:35:53.5199758Z 99600K .......... .......... .......... .......... .......... 16% 224M 2s 2024-08-22T20:35:53.5201506Z 99650K .......... .......... .......... .......... .......... 16% 280M 2s 2024-08-22T20:35:53.5203421Z 99700K .......... .......... .......... .......... .......... 16% 255M 2s 2024-08-22T20:35:53.5205965Z 99750K .......... .......... .......... .......... .......... 16% 262M 2s 2024-08-22T20:35:53.5207895Z 99800K .......... .......... .......... .......... .......... 16% 191M 2s 2024-08-22T20:35:53.5209687Z 99850K .......... .......... .......... .......... .......... 16% 272M 2s 2024-08-22T20:35:53.5211472Z 99900K .......... .......... .......... .......... .......... 16% 270M 2s 2024-08-22T20:35:53.5213511Z 99950K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5215299Z 100000K .......... .......... .......... .......... .......... 16% 248M 2s 2024-08-22T20:35:53.5217197Z 100050K .......... .......... .......... .......... .......... 16% 247M 2s 2024-08-22T20:35:53.5218860Z 100100K .......... .......... .......... .......... .......... 16% 292M 2s 2024-08-22T20:35:53.5220867Z 100150K .......... .......... .......... .......... .......... 16% 286M 2s 2024-08-22T20:35:53.5222663Z 100200K .......... .......... .......... .......... .......... 16% 258M 2s 2024-08-22T20:35:53.5224420Z 100250K .......... .......... .......... .......... .......... 16% 259M 2s 2024-08-22T20:35:53.5226137Z 100300K .......... .......... .......... .......... .......... 16% 285M 2s 2024-08-22T20:35:53.5227732Z 100350K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5229565Z 100400K .......... .......... .......... .......... .......... 16% 270M 2s 2024-08-22T20:35:53.5231516Z 100450K .......... .......... .......... .......... .......... 16% 246M 2s 2024-08-22T20:35:53.5233617Z 100500K .......... .......... .......... .......... .......... 16% 247M 2s 2024-08-22T20:35:53.5235431Z 100550K .......... .......... .......... .......... .......... 16% 268M 2s 2024-08-22T20:35:53.5237313Z 100600K .......... .......... .......... .......... .......... 16% 252M 2s 2024-08-22T20:35:53.5239319Z 100650K .......... .......... .......... .......... .......... 16% 262M 2s 2024-08-22T20:35:53.5240908Z 100700K .......... .......... .......... .......... .......... 16% 281M 2s 2024-08-22T20:35:53.5242966Z 100750K .......... .......... .......... .......... .......... 16% 246M 2s 2024-08-22T20:35:53.5244795Z 100800K .......... .......... .......... .......... .......... 16% 276M 2s 2024-08-22T20:35:53.5246828Z 100850K .......... .......... .......... .......... .......... 16% 279M 2s 2024-08-22T20:35:53.5248370Z 100900K .......... .......... .......... .......... .......... 16% 248M 2s 2024-08-22T20:35:53.5250250Z 100950K .......... .......... .......... .......... .......... 16% 270M 2s 2024-08-22T20:35:53.5252240Z 101000K .......... .......... .......... .......... .......... 16% 228M 2s 2024-08-22T20:35:53.5253981Z 101050K .......... .......... .......... .......... .......... 16% 295M 2s 2024-08-22T20:35:53.5255644Z 101100K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5257544Z 101150K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5259545Z 101200K .......... .......... .......... .......... .......... 16% 231M 2s 2024-08-22T20:35:53.5261390Z 101250K .......... .......... .......... .......... .......... 16% 262M 2s 2024-08-22T20:35:53.5263248Z 101300K .......... .......... .......... .......... .......... 16% 263M 2s 2024-08-22T20:35:53.5265024Z 101350K .......... .......... .......... .......... .......... 16% 277M 2s 2024-08-22T20:35:53.5266908Z 101400K .......... .......... .......... .......... .......... 16% 254M 2s 2024-08-22T20:35:53.5268728Z 101450K .......... .......... .......... .......... .......... 16% 271M 2s 2024-08-22T20:35:53.5270786Z 101500K .......... .......... .......... .......... .......... 16% 219M 2s 2024-08-22T20:35:53.5272337Z 101550K .......... .......... .......... .......... .......... 16% 316M 2s 2024-08-22T20:35:53.5274226Z 101600K .......... .......... .......... .......... .......... 16% 260M 2s 2024-08-22T20:35:53.5275960Z 101650K .......... .......... .......... .......... .......... 16% 279M 2s 2024-08-22T20:35:53.5277750Z 101700K .......... .......... .......... .......... .......... 16% 290M 2s 2024-08-22T20:35:53.5279884Z 101750K .......... .......... .......... .......... .......... 16% 227M 2s 2024-08-22T20:35:53.5281509Z 101800K .......... .......... .......... .......... .......... 16% 290M 2s 2024-08-22T20:35:53.5283488Z 101850K .......... .......... .......... .......... .......... 16% 284M 2s 2024-08-22T20:35:53.5285061Z 101900K .......... .......... .......... .......... .......... 16% 265M 2s 2024-08-22T20:35:53.5286794Z 101950K .......... .......... .......... .......... .......... 16% 282M 2s 2024-08-22T20:35:53.5289112Z 102000K .......... .......... .......... .......... .......... 16% 228M 2s 2024-08-22T20:35:53.5290801Z 102050K .......... .......... .......... .......... .......... 16% 278M 2s 2024-08-22T20:35:53.5292720Z 102100K .......... .......... .......... .......... .......... 16% 252M 2s 2024-08-22T20:35:53.5294453Z 102150K .......... .......... .......... .......... .......... 16% 270M 2s 2024-08-22T20:35:53.5296065Z 102200K .......... .......... .......... .......... .......... 16% 299M 2s 2024-08-22T20:35:53.5298316Z 102250K .......... .......... .......... .......... .......... 16% 225M 2s 2024-08-22T20:35:53.5300069Z 102300K .......... .......... .......... .......... .......... 16% 290M 2s 2024-08-22T20:35:53.5301572Z 102350K .......... .......... .......... .......... .......... 16% 296M 2s 2024-08-22T20:35:53.5303382Z 102400K .......... .......... .......... .......... .......... 16% 305M 2s 2024-08-22T20:35:53.5305083Z 102450K .......... .......... .......... .......... .......... 16% 265M 2s 2024-08-22T20:35:53.5307043Z 102500K .......... .......... .......... .......... .......... 16% 245M 2s 2024-08-22T20:35:53.5308940Z 102550K .......... .......... .......... .......... .......... 16% 272M 2s 2024-08-22T20:35:53.5310784Z 102600K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5312480Z 102650K .......... .......... .......... .......... .......... 16% 242M 2s 2024-08-22T20:35:53.5314417Z 102700K .......... .......... .......... .......... .......... 16% 299M 2s 2024-08-22T20:35:53.5316356Z 102750K .......... .......... .......... .......... .......... 16% 230M 2s 2024-08-22T20:35:53.5318161Z 102800K .......... .......... .......... .......... .......... 16% 274M 2s 2024-08-22T20:35:53.5319943Z 102850K .......... .......... .......... .......... .......... 16% 272M 2s 2024-08-22T20:35:53.5321716Z 102900K .......... .......... .......... .......... .......... 16% 254M 2s 2024-08-22T20:35:53.5323401Z 102950K .......... .......... .......... .......... .......... 16% 301M 2s 2024-08-22T20:35:53.5325497Z 103000K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5327383Z 103050K .......... .......... .......... .......... .......... 16% 264M 2s 2024-08-22T20:35:53.5329122Z 103100K .......... .......... .......... .......... .......... 16% 280M 2s 2024-08-22T20:35:53.5331184Z 103150K .......... .......... .......... .......... .......... 16% 256M 2s 2024-08-22T20:35:53.5332856Z 103200K .......... .......... .......... .......... .......... 16% 283M 2s 2024-08-22T20:35:53.5334675Z 103250K .......... .......... .......... .......... .......... 16% 291M 2s 2024-08-22T20:35:53.5336349Z 103300K .......... .......... .......... .......... .......... 16% 248M 2s 2024-08-22T20:35:53.5338238Z 103350K .......... .......... .......... .......... .......... 16% 289M 2s 2024-08-22T20:35:53.5339921Z 103400K .......... .......... .......... .......... .......... 16% 253M 2s 2024-08-22T20:35:53.5341732Z 103450K .......... .......... .......... .......... .......... 16% 283M 2s 2024-08-22T20:35:53.5343769Z 103500K .......... .......... .......... .......... .......... 16% 263M 2s 2024-08-22T20:35:53.5345782Z 103550K .......... .......... .......... .......... .......... 16% 229M 2s 2024-08-22T20:35:53.5347766Z 103600K .......... .......... .......... .......... .......... 16% 273M 2s 2024-08-22T20:35:53.5349531Z 103650K .......... .......... .......... .......... .......... 16% 244M 2s 2024-08-22T20:35:53.5351260Z 103700K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5353262Z 103750K .......... .......... .......... .......... .......... 16% 240M 2s 2024-08-22T20:35:53.5355186Z 103800K .......... .......... .......... .......... .......... 16% 272M 2s 2024-08-22T20:35:53.5356912Z 103850K .......... .......... .......... .......... .......... 16% 279M 2s 2024-08-22T20:35:53.5358635Z 103900K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5360416Z 103950K .......... .......... .......... .......... .......... 16% 293M 2s 2024-08-22T20:35:53.5362361Z 104000K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5364086Z 104050K .......... .......... .......... .......... .......... 16% 295M 2s 2024-08-22T20:35:53.5365767Z 104100K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5367615Z 104150K .......... .......... .......... .......... .......... 16% 279M 2s 2024-08-22T20:35:53.5369669Z 104200K .......... .......... .......... .......... .......... 16% 236M 2s 2024-08-22T20:35:53.5371542Z 104250K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5373179Z 104300K .......... .......... .......... .......... .......... 16% 278M 2s 2024-08-22T20:35:53.5374892Z 104350K .......... .......... .......... .......... .......... 16% 294M 2s 2024-08-22T20:35:53.5376967Z 104400K .......... .......... .......... .......... .......... 16% 239M 2s 2024-08-22T20:35:53.5378499Z 104450K .......... .......... .......... .......... .......... 16% 290M 2s 2024-08-22T20:35:53.5380426Z 104500K .......... .......... .......... .......... .......... 16% 265M 2s 2024-08-22T20:35:53.5382216Z 104550K .......... .......... .......... .......... .......... 16% 277M 2s 2024-08-22T20:35:53.5384162Z 104600K .......... .......... .......... .......... .......... 16% 248M 2s 2024-08-22T20:35:53.5386010Z 104650K .......... .......... .......... .......... .......... 16% 264M 2s 2024-08-22T20:35:53.5388077Z 104700K .......... .......... .......... .......... .......... 16% 263M 2s 2024-08-22T20:35:53.5389906Z 104750K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5392064Z 104800K .......... .......... .......... .......... .......... 16% 239M 2s 2024-08-22T20:35:53.5393843Z 104850K .......... .......... .......... .......... .......... 16% 271M 2s 2024-08-22T20:35:53.5395553Z 104900K .......... .......... .......... .......... .......... 16% 290M 2s 2024-08-22T20:35:53.5397216Z 104950K .......... .......... .......... .......... .......... 16% 286M 2s 2024-08-22T20:35:53.5399224Z 105000K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5401198Z 105050K .......... .......... .......... .......... .......... 16% 243M 2s 2024-08-22T20:35:53.5403209Z 105100K .......... .......... .......... .......... .......... 16% 295M 2s 2024-08-22T20:35:53.5404852Z 105150K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5406814Z 105200K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5408488Z 105250K .......... .......... .......... .......... .......... 16% 285M 2s 2024-08-22T20:35:53.5410184Z 105300K .......... .......... .......... .......... .......... 16% 303M 2s 2024-08-22T20:35:53.5412612Z 105350K .......... .......... .......... .......... .......... 16% 228M 2s 2024-08-22T20:35:53.5414179Z 105400K .......... .......... .......... .......... .......... 16% 275M 2s 2024-08-22T20:35:53.5415971Z 105450K .......... .......... .......... .......... .......... 16% 252M 2s 2024-08-22T20:35:53.5417860Z 105500K .......... .......... .......... .......... .......... 16% 269M 2s 2024-08-22T20:35:53.5419628Z 105550K .......... .......... .......... .......... .......... 16% 273M 2s 2024-08-22T20:35:53.5421745Z 105600K .......... .......... .......... .......... .......... 16% 234M 2s 2024-08-22T20:35:53.5423235Z 105650K .......... .......... .......... .......... .......... 16% 300M 2s 2024-08-22T20:35:53.5425134Z 105700K .......... .......... .......... .......... .......... 17% 267M 2s 2024-08-22T20:35:53.5426976Z 105750K .......... .......... .......... .......... .......... 17% 289M 2s 2024-08-22T20:35:53.5428818Z 105800K .......... .......... .......... .......... .......... 17% 241M 2s 2024-08-22T20:35:53.5430838Z 105850K .......... .......... .......... .......... .......... 17% 245M 2s 2024-08-22T20:35:53.5432599Z 105900K .......... .......... .......... .......... .......... 17% 290M 2s 2024-08-22T20:35:53.5434555Z 105950K .......... .......... .......... .......... .......... 17% 271M 2s 2024-08-22T20:35:53.5436398Z 106000K .......... .......... .......... .......... .......... 17% 235M 2s 2024-08-22T20:35:53.5438405Z 106050K .......... .......... .......... .......... .......... 17% 261M 2s 2024-08-22T20:35:53.5439950Z 106100K .......... .......... .......... .......... .......... 17% 286M 2s 2024-08-22T20:35:53.5441858Z 106150K .......... .......... .......... .......... .......... 17% 283M 2s 2024-08-22T20:35:53.5443544Z 106200K .......... .......... .......... .......... .......... 17% 277M 2s 2024-08-22T20:35:53.5445422Z 106250K .......... .......... .......... .......... .......... 17% 267M 2s 2024-08-22T20:35:53.5447580Z 106300K .......... .......... .......... .......... .......... 17% 278M 2s 2024-08-22T20:35:53.5449286Z 106350K .......... .......... .......... .......... .......... 17% 242M 2s 2024-08-22T20:35:53.5450963Z 106400K .......... .......... .......... .......... .......... 17% 263M 2s 2024-08-22T20:35:53.5452876Z 106450K .......... .......... .......... .......... .......... 17% 260M 2s 2024-08-22T20:35:53.5454783Z 106500K .......... .......... .......... .......... .......... 17% 248M 2s 2024-08-22T20:35:53.5456810Z 106550K .......... .......... .......... .......... .......... 17% 291M 2s 2024-08-22T20:35:53.5458349Z 106600K .......... .......... .......... .......... .......... 17% 255M 2s 2024-08-22T20:35:53.5460543Z 106650K .......... .......... .......... .......... .......... 17% 261M 2s 2024-08-22T20:35:53.5462236Z 106700K .......... .......... .......... .......... .......... 17% 252M 2s 2024-08-22T20:35:53.5464073Z 106750K .......... .......... .......... .......... .......... 17% 259M 2s 2024-08-22T20:35:53.5466162Z 106800K .......... .......... .......... .......... .......... 17% 242M 2s 2024-08-22T20:35:53.5467986Z 106850K .......... .......... .......... .......... .......... 17% 268M 2s 2024-08-22T20:35:53.5469882Z 106900K .......... .......... .......... .......... .......... 17% 258M 2s 2024-08-22T20:35:53.5471772Z 106950K .......... .......... .......... .......... .......... 17% 290M 2s 2024-08-22T20:35:53.5473620Z 107000K .......... .......... .......... .......... .......... 17% 236M 2s 2024-08-22T20:35:53.5475602Z 107050K .......... .......... .......... .......... .......... 17% 268M 2s 2024-08-22T20:35:53.5477431Z 107100K .......... .......... .......... .......... .......... 17% 259M 2s 2024-08-22T20:35:53.5479124Z 107150K .......... .......... .......... .......... .......... 17% 270M 2s 2024-08-22T20:35:53.5481411Z 107200K .......... .......... .......... .......... .......... 17% 263M 2s 2024-08-22T20:35:53.5482640Z 107250K .......... .......... .......... .......... .......... 17% 276M 2s 2024-08-22T20:35:53.5484696Z 107300K .......... .......... .......... .......... .......... 17% 244M 2s 2024-08-22T20:35:53.5486361Z 107350K .......... .......... .......... .......... .......... 17% 285M 2s 2024-08-22T20:35:53.5488326Z 107400K .......... .......... .......... .......... .......... 17% 264M 2s 2024-08-22T20:35:53.5490278Z 107450K .......... .......... .......... .......... .......... 17% 273M 2s 2024-08-22T20:35:53.5491847Z 107500K .......... .......... .......... .......... .......... 17% 293M 2s 2024-08-22T20:35:53.5493602Z 107550K .......... .......... .......... .......... .......... 17% 295M 2s 2024-08-22T20:35:53.5495262Z 107600K .......... .......... .......... .......... .......... 17% 255M 2s 2024-08-22T20:35:53.5497346Z 107650K .......... .......... .......... .......... .......... 17% 278M 2s 2024-08-22T20:35:53.5499144Z 107700K .......... .......... .......... .......... .......... 17% 248M 2s 2024-08-22T20:35:53.5500870Z 107750K .......... .......... .......... .......... .......... 17% 279M 2s 2024-08-22T20:35:53.5502627Z 107800K .......... .......... .......... .......... .......... 17% 271M 2s 2024-08-22T20:35:53.5504613Z 107850K .......... .......... .......... .......... .......... 17% 240M 2s 2024-08-22T20:35:53.5506354Z 107900K .......... .......... .......... .......... .......... 17% 285M 2s 2024-08-22T20:35:53.5508327Z 107950K .......... .......... .......... .......... .......... 17% 280M 2s 2024-08-22T20:35:53.5510116Z 108000K .......... .......... .......... .......... .......... 17% 259M 2s 2024-08-22T20:35:53.5511910Z 108050K .......... .......... .......... .......... .......... 17% 263M 2s 2024-08-22T20:35:53.5513415Z 108100K .......... .......... .......... .......... .......... 17% 287M 2s 2024-08-22T20:35:53.5515320Z 108150K .......... .......... .......... .......... .......... 17% 271M 2s 2024-08-22T20:35:53.5517122Z 108200K .......... .......... .......... .......... .......... 17% 285M 2s 2024-08-22T20:35:53.5519220Z 108250K .......... .......... .......... .......... .......... 17% 234M 2s 2024-08-22T20:35:53.5521025Z 108300K .......... .......... .......... .......... .......... 17% 317M 2s 2024-08-22T20:35:53.5522709Z 108350K .......... .......... .......... .......... .......... 17% 230M 2s 2024-08-22T20:35:53.5524665Z 108400K .......... .......... .......... .......... .......... 17% 276M 2s 2024-08-22T20:35:53.5526458Z 108450K .......... .......... .......... .......... .......... 17% 294M 2s 2024-08-22T20:35:53.5528474Z 108500K .......... .......... .......... .......... .......... 17% 262M 2s 2024-08-22T20:35:53.5530222Z 108550K .......... .......... .......... .......... .......... 17% 223M 2s 2024-08-22T20:35:53.5531901Z 108600K .......... .......... .......... .......... .......... 17% 284M 2s 2024-08-22T20:35:53.5533728Z 108650K .......... .......... .......... .......... .......... 17% 270M 2s 2024-08-22T20:35:53.5535641Z 108700K .......... .......... .......... .......... .......... 17% 264M 2s 2024-08-22T20:35:53.5537778Z 108750K .......... .......... .......... .......... .......... 17% 229M 2s 2024-08-22T20:35:53.5539901Z 108800K .......... .......... .......... .......... .......... 17% 237M 2s 2024-08-22T20:35:53.5541670Z 108850K .......... .......... .......... .......... .......... 17% 257M 2s 2024-08-22T20:35:53.5543419Z 108900K .......... .......... .......... .......... .......... 17% 286M 2s 2024-08-22T20:35:53.5545154Z 108950K .......... .......... .......... .......... .......... 17% 279M 2s 2024-08-22T20:35:53.5547535Z 109000K .......... .......... .......... .......... .......... 17% 227M 2s 2024-08-22T20:35:53.5549268Z 109050K .......... .......... .......... .......... .......... 17% 243M 2s 2024-08-22T20:35:53.5551119Z 109100K .......... .......... .......... .......... .......... 17% 274M 2s 2024-08-22T20:35:53.5552809Z 109150K .......... .......... .......... .......... .......... 17% 280M 2s 2024-08-22T20:35:53.5554557Z 109200K .......... .......... .......... .......... .......... 17% 285M 2s 2024-08-22T20:35:53.5556774Z 109250K .......... .......... .......... .......... .......... 17% 239M 2s 2024-08-22T20:35:53.5558751Z 109300K .......... .......... .......... .......... .......... 17% 243M 2s 2024-08-22T20:35:53.5560596Z 109350K .......... .......... .......... .......... .......... 17% 272M 2s 2024-08-22T20:35:53.5562254Z 109400K .......... .......... .......... .......... .......... 17% 268M 2s 2024-08-22T20:35:53.5563959Z 109450K .......... .......... .......... .......... .......... 17% 284M 2s 2024-08-22T20:35:53.5566283Z 109500K .......... .......... .......... .......... .......... 17% 229M 2s 2024-08-22T20:35:53.5568023Z 109550K .......... .......... .......... .......... .......... 17% 274M 2s 2024-08-22T20:35:53.5569873Z 109600K .......... .......... .......... .......... .......... 17% 277M 2s 2024-08-22T20:35:53.5571558Z 109650K .......... .......... .......... .......... .......... 17% 265M 2s 2024-08-22T20:35:53.5573274Z 109700K .......... .......... .......... .......... .......... 17% 284M 2s 2024-08-22T20:35:53.5575462Z 109750K .......... .......... .......... .......... .......... 17% 215M 2s 2024-08-22T20:35:53.5577339Z 109800K .......... .......... .......... .......... .......... 17% 261M 2s 2024-08-22T20:35:53.5578990Z 109850K .......... .......... .......... .......... .......... 17% 291M 2s 2024-08-22T20:35:53.5580873Z 109900K .......... .......... .......... .......... .......... 17% 289M 2s 2024-08-22T20:35:53.5582314Z 109950K .......... .......... .......... .......... .......... 17% 303M 2s 2024-08-22T20:35:53.5584281Z 110000K .......... .......... .......... .......... .......... 17% 252M 2s 2024-08-22T20:35:53.5585943Z 110050K .......... .......... .......... .......... .......... 17% 277M 2s 2024-08-22T20:35:53.5587637Z 110100K .......... .......... .......... .......... .......... 17% 307M 2s 2024-08-22T20:35:53.5589256Z 110150K .......... .......... .......... .......... .......... 17% 271M 2s 2024-08-22T20:35:53.5591422Z 110200K .......... .......... .......... .......... .......... 17% 276M 2s 2024-08-22T20:35:53.5593271Z 110250K .......... .......... .......... .......... .......... 17% 233M 2s 2024-08-22T20:35:53.5595023Z 110300K .......... .......... .......... .......... .......... 17% 284M 2s 2024-08-22T20:35:53.5596866Z 110350K .......... .......... .......... .......... .......... 17% 287M 2s 2024-08-22T20:35:53.5598347Z 110400K .......... .......... .......... .......... .......... 17% 292M 2s 2024-08-22T20:35:53.5600284Z 110450K .......... .......... .......... .......... .......... 17% 306M 2s 2024-08-22T20:35:53.5602080Z 110500K .......... .......... .......... .......... .......... 17% 252M 2s 2024-08-22T20:35:53.5603732Z 110550K .......... .......... .......... .......... .......... 17% 260M 2s 2024-08-22T20:35:53.5605369Z 110600K .......... .......... .......... .......... .......... 17% 302M 2s 2024-08-22T20:35:53.5607013Z 110650K .......... .......... .......... .......... .......... 17% 290M 2s 2024-08-22T20:35:53.5608929Z 110700K .......... .......... .......... .......... .......... 17% 309M 2s 2024-08-22T20:35:53.5610420Z 110750K .......... .......... .......... .......... .......... 17% 264M 2s 2024-08-22T20:35:53.5612461Z 110800K .......... .......... .......... .......... .......... 17% 244M 2s 2024-08-22T20:35:53.5614049Z 110850K .......... .......... .......... .......... .......... 17% 304M 2s 2024-08-22T20:35:53.5615627Z 110900K .......... .......... .......... .......... .......... 17% 307M 2s 2024-08-22T20:35:53.5617573Z 110950K .......... .......... .......... .......... .......... 17% 305M 2s 2024-08-22T20:35:53.5619476Z 111000K .......... .......... .......... .......... .......... 17% 260M 2s 2024-08-22T20:35:53.5621027Z 111050K .......... .......... .......... .......... .......... 17% 261M 2s 2024-08-22T20:35:53.5622678Z 111100K .......... .......... .......... .......... .......... 17% 291M 2s 2024-08-22T20:35:53.5624346Z 111150K .......... .......... .......... .......... .......... 17% 295M 2s 2024-08-22T20:35:53.5626533Z 111200K .......... .......... .......... .......... .......... 17% 308M 2s 2024-08-22T20:35:53.5628207Z 111250K .......... .......... .......... .......... .......... 17% 223M 2s 2024-08-22T20:35:53.5630456Z 111300K .......... .......... .......... .......... .......... 17% 209M 2s 2024-08-22T20:35:53.5632299Z 111350K .......... .......... .......... .......... .......... 17% 299M 2s 2024-08-22T20:35:53.5634009Z 111400K .......... .......... .......... .......... .......... 17% 261M 2s 2024-08-22T20:35:53.5636265Z 111450K .......... .......... .......... .......... .......... 17% 296M 2s 2024-08-22T20:35:53.5637800Z 111500K .......... .......... .......... .......... .......... 17% 238M 2s 2024-08-22T20:35:53.5639545Z 111550K .......... .......... .......... .......... .......... 17% 275M 2s 2024-08-22T20:35:53.5641111Z 111600K .......... .......... .......... .......... .......... 17% 295M 2s 2024-08-22T20:35:53.5642853Z 111650K .......... .......... .......... .......... .......... 17% 279M 2s 2024-08-22T20:35:53.5644821Z 111700K .......... .......... .......... .......... .......... 17% 308M 2s 2024-08-22T20:35:53.5646191Z 111750K .......... .......... .......... .......... .......... 17% 258M 2s 2024-08-22T20:35:53.5648159Z 111800K .......... .......... .......... .......... .......... 17% 268M 2s 2024-08-22T20:35:53.5649702Z 111850K .......... .......... .......... .......... .......... 17% 311M 2s 2024-08-22T20:35:53.5651547Z 111900K .......... .......... .......... .......... .......... 18% 287M 2s 2024-08-22T20:35:53.5653714Z 111950K .......... .......... .......... .......... .......... 18% 222M 2s 2024-08-22T20:35:53.5655399Z 112000K .......... .......... .......... .......... .......... 18% 304M 2s 2024-08-22T20:35:53.5657075Z 112050K .......... .......... .......... .......... .......... 18% 267M 2s 2024-08-22T20:35:53.5658679Z 112100K .......... .......... .......... .......... .......... 18% 294M 2s 2024-08-22T20:35:53.5660451Z 112150K .......... .......... .......... .......... .......... 18% 287M 2s 2024-08-22T20:35:53.5662572Z 112200K .......... .......... .......... .......... .......... 18% 240M 2s 2024-08-22T20:35:53.5663932Z 112250K .......... .......... .......... .......... .......... 18% 302M 2s 2024-08-22T20:35:53.5665886Z 112300K .......... .......... .......... .......... .......... 18% 270M 2s 2024-08-22T20:35:53.5667499Z 112350K .......... .......... .......... .......... .......... 18% 303M 2s 2024-08-22T20:35:53.5669451Z 112400K .......... .......... .......... .......... .......... 18% 262M 2s 2024-08-22T20:35:53.5671655Z 112450K .......... .......... .......... .......... .......... 18% 218M 2s 2024-08-22T20:35:53.5673196Z 112500K .......... .......... .......... .......... .......... 18% 300M 2s 2024-08-22T20:35:53.5675132Z 112550K .......... .......... .......... .......... .......... 18% 259M 2s 2024-08-22T20:35:53.5677031Z 112600K .......... .......... .......... .......... .......... 18% 280M 2s 2024-08-22T20:35:53.5678851Z 112650K .......... .......... .......... .......... .......... 18% 292M 2s 2024-08-22T20:35:53.5680546Z 112700K .......... .......... .......... .......... .......... 18% 255M 2s 2024-08-22T20:35:53.5682511Z 112750K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5684284Z 112800K .......... .......... .......... .......... .......... 18% 243M 2s 2024-08-22T20:35:53.5685965Z 112850K .......... .......... .......... .......... .......... 18% 294M 2s 2024-08-22T20:35:53.5688019Z 112900K .......... .......... .......... .......... .......... 18% 231M 2s 2024-08-22T20:35:53.5689947Z 112950K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5691314Z 113000K .......... .......... .......... .......... .......... 18% 290M 2s 2024-08-22T20:35:53.5693610Z 113050K .......... .......... .......... .......... .......... 18% 278M 2s 2024-08-22T20:35:53.5694781Z 113100K .......... .......... .......... .......... .......... 18% 284M 2s 2024-08-22T20:35:53.5697165Z 113150K .......... .......... .......... .......... .......... 18% 232M 2s 2024-08-22T20:35:53.5698746Z 113200K .......... .......... .......... .......... .......... 18% 279M 2s 2024-08-22T20:35:53.5700191Z 113250K .......... .......... .......... .......... .......... 18% 303M 2s 2024-08-22T20:35:53.5702185Z 113300K .......... .......... .......... .......... .......... 18% 274M 2s 2024-08-22T20:35:53.5703863Z 113350K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5705458Z 113400K .......... .......... .......... .......... .......... 18% 304M 2s 2024-08-22T20:35:53.5707508Z 113450K .......... .......... .......... .......... .......... 18% 248M 2s 2024-08-22T20:35:53.5709581Z 113500K .......... .......... .......... .......... .......... 18% 264M 2s 2024-08-22T20:35:53.5711089Z 113550K .......... .......... .......... .......... .......... 18% 248M 2s 2024-08-22T20:35:53.5713099Z 113600K .......... .......... .......... .......... .......... 18% 284M 2s 2024-08-22T20:35:53.5715052Z 113650K .......... .......... .......... .......... .......... 18% 238M 2s 2024-08-22T20:35:53.5716767Z 113700K .......... .......... .......... .......... .......... 18% 295M 2s 2024-08-22T20:35:53.5718557Z 113750K .......... .......... .......... .......... .......... 18% 287M 2s 2024-08-22T20:35:53.5720392Z 113800K .......... .......... .......... .......... .......... 18% 252M 2s 2024-08-22T20:35:53.5722050Z 113850K .......... .......... .......... .......... .......... 18% 286M 2s 2024-08-22T20:35:53.5724235Z 113900K .......... .......... .......... .......... .......... 18% 231M 2s 2024-08-22T20:35:53.5725931Z 113950K .......... .......... .......... .......... .......... 18% 289M 2s 2024-08-22T20:35:53.5727592Z 114000K .......... .......... .......... .......... .......... 18% 275M 2s 2024-08-22T20:35:53.5729583Z 114050K .......... .......... .......... .......... .......... 18% 252M 2s 2024-08-22T20:35:53.5731142Z 114100K .......... .......... .......... .......... .......... 18% 299M 2s 2024-08-22T20:35:53.5733057Z 114150K .......... .......... .......... .......... .......... 18% 257M 2s 2024-08-22T20:35:53.5734695Z 114200K .......... .......... .......... .......... .......... 18% 301M 2s 2024-08-22T20:35:53.5736438Z 114250K .......... .......... .......... .......... .......... 18% 303M 2s 2024-08-22T20:35:53.5738115Z 114300K .......... .......... .......... .......... .......... 18% 267M 2s 2024-08-22T20:35:53.5739901Z 114350K .......... .......... .......... .......... .......... 18% 285M 2s 2024-08-22T20:35:53.5741999Z 114400K .......... .......... .......... .......... .......... 18% 245M 2s 2024-08-22T20:35:53.5743422Z 114450K .......... .......... .......... .......... .......... 18% 302M 2s 2024-08-22T20:35:53.5745329Z 114500K .......... .......... .......... .......... .......... 18% 285M 2s 2024-08-22T20:35:53.5747185Z 114550K .......... .......... .......... .......... .......... 18% 244M 2s 2024-08-22T20:35:53.5749278Z 114600K .......... .......... .......... .......... .......... 18% 291M 2s 2024-08-22T20:35:53.5750740Z 114650K .......... .......... .......... .......... .......... 18% 246M 2s 2024-08-22T20:35:53.5752575Z 114700K .......... .......... .......... .......... .......... 18% 288M 2s 2024-08-22T20:35:53.5754627Z 114750K .......... .......... .......... .......... .......... 18% 273M 2s 2024-08-22T20:35:53.5756301Z 114800K .......... .......... .......... .......... .......... 18% 244M 2s 2024-08-22T20:35:53.5758042Z 114850K .......... .......... .......... .......... .......... 18% 285M 2s 2024-08-22T20:35:53.5760075Z 114900K .......... .......... .......... .......... .......... 18% 295M 2s 2024-08-22T20:35:53.5761907Z 114950K .......... .......... .......... .......... .......... 18% 273M 2s 2024-08-22T20:35:53.5763384Z 115000K .......... .......... .......... .......... .......... 18% 251M 2s 2024-08-22T20:35:53.5765619Z 115050K .......... .......... .......... .......... .......... 18% 257M 2s 2024-08-22T20:35:53.5767277Z 115100K .......... .......... .......... .......... .......... 18% 273M 2s 2024-08-22T20:35:53.5769464Z 115150K .......... .......... .......... .......... .......... 18% 248M 2s 2024-08-22T20:35:53.5771092Z 115200K .......... .......... .......... .......... .......... 18% 262M 2s 2024-08-22T20:35:53.5772758Z 115250K .......... .......... .......... .......... .......... 18% 271M 2s 2024-08-22T20:35:53.5774268Z 115300K .......... .......... .......... .......... .......... 18% 296M 2s 2024-08-22T20:35:53.5776764Z 115350K .......... .......... .......... .......... .......... 18% 279M 2s 2024-08-22T20:35:53.5778253Z 115400K .......... .......... .......... .......... .......... 18% 234M 2s 2024-08-22T20:35:53.5780574Z 115450K .......... .......... .......... .......... .......... 18% 243M 2s 2024-08-22T20:35:53.5782260Z 115500K .......... .......... .......... .......... .......... 18% 268M 2s 2024-08-22T20:35:53.5783641Z 115550K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5786123Z 115600K .......... .......... .......... .......... .......... 18% 265M 2s 2024-08-22T20:35:53.5787503Z 115650K .......... .......... .......... .......... .......... 18% 242M 2s 2024-08-22T20:35:53.5789587Z 115700K .......... .......... .......... .......... .......... 18% 265M 2s 2024-08-22T20:35:53.5791591Z 115750K .......... .......... .......... .......... .......... 18% 254M 2s 2024-08-22T20:35:53.5792936Z 115800K .......... .......... .......... .......... .......... 18% 305M 2s 2024-08-22T20:35:53.5794976Z 115850K .......... .......... .......... .......... .......... 18% 277M 2s 2024-08-22T20:35:53.5796659Z 115900K .......... .......... .......... .......... .......... 18% 292M 2s 2024-08-22T20:35:53.5798698Z 115950K .......... .......... .......... .......... .......... 18% 260M 2s 2024-08-22T20:35:53.5800535Z 116000K .......... .......... .......... .......... .......... 18% 235M 2s 2024-08-22T20:35:53.5802163Z 116050K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5804126Z 116100K .......... .......... .......... .......... .......... 18% 270M 2s 2024-08-22T20:35:53.5806148Z 116150K .......... .......... .......... .......... .......... 18% 272M 2s 2024-08-22T20:35:53.5807945Z 116200K .......... .......... .......... .......... .......... 18% 252M 2s 2024-08-22T20:35:53.5809823Z 116250K .......... .......... .......... .......... .......... 18% 242M 2s 2024-08-22T20:35:53.5811536Z 116300K .......... .......... .......... .......... .......... 18% 288M 2s 2024-08-22T20:35:53.5813212Z 116350K .......... .......... .......... .......... .......... 18% 298M 2s 2024-08-22T20:35:53.5815272Z 116400K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5817065Z 116450K .......... .......... .......... .......... .......... 18% 258M 2s 2024-08-22T20:35:53.5818727Z 116500K .......... .......... .......... .......... .......... 18% 249M 2s 2024-08-22T20:35:53.5820203Z 116550K .......... .......... .......... .......... .......... 18% 291M 2s 2024-08-22T20:35:53.5822077Z 116600K .......... .......... .......... .......... .......... 18% 281M 2s 2024-08-22T20:35:53.5824190Z 116650K .......... .......... .......... .......... .......... 18% 282M 2s 2024-08-22T20:35:53.5826146Z 116700K .......... .......... .......... .......... .......... 18% 257M 2s 2024-08-22T20:35:53.5827603Z 116750K .......... .......... .......... .......... .......... 18% 249M 2s 2024-08-22T20:35:53.5829625Z 116800K .......... .......... .......... .......... .......... 18% 262M 2s 2024-08-22T20:35:53.5831334Z 116850K .......... .......... .......... .......... .......... 18% 295M 2s 2024-08-22T20:35:53.5833360Z 116900K .......... .......... .......... .......... .......... 18% 290M 2s 2024-08-22T20:35:53.5835286Z 116950K .......... .......... .......... .......... .......... 18% 239M 2s 2024-08-22T20:35:53.5837287Z 117000K .......... .......... .......... .......... .......... 18% 220M 2s 2024-08-22T20:35:53.5838772Z 117050K .......... .......... .......... .......... .......... 18% 293M 2s 2024-08-22T20:35:53.5840788Z 117100K .......... .......... .......... .......... .......... 18% 266M 2s 2024-08-22T20:35:53.5842664Z 117150K .......... .......... .......... .......... .......... 18% 286M 2s 2024-08-22T20:35:53.5844291Z 117200K .......... .......... .......... .......... .......... 18% 276M 2s 2024-08-22T20:35:53.5846006Z 117250K .......... .......... .......... .......... .......... 18% 246M 2s 2024-08-22T20:35:53.5847890Z 117300K .......... .......... .......... .......... .......... 18% 288M 2s 2024-08-22T20:35:53.5849800Z 117350K .......... .......... .......... .......... .......... 18% 267M 2s 2024-08-22T20:35:53.5851637Z 117400K .......... .......... .......... .......... .......... 18% 283M 2s 2024-08-22T20:35:53.5853411Z 117450K .......... .......... .......... .......... .......... 18% 230M 2s 2024-08-22T20:35:53.5855156Z 117500K .......... .......... .......... .......... .......... 18% 296M 2s 2024-08-22T20:35:53.5856645Z 117550K .......... .......... .......... .......... .......... 18% 295M 2s 2024-08-22T20:35:53.5858422Z 117600K .......... .......... .......... .......... .......... 18% 284M 2s 2024-08-22T20:35:53.5860533Z 117650K .......... .......... .......... .......... .......... 18% 232M 2s 2024-08-22T20:35:53.5862380Z 117700K .......... .......... .......... .......... .......... 18% 277M 2s 2024-08-22T20:35:53.5864003Z 117750K .......... .......... .......... .......... .......... 18% 296M 2s 2024-08-22T20:35:53.5865653Z 117800K .......... .......... .......... .......... .......... 18% 296M 2s 2024-08-22T20:35:53.5867576Z 117850K .......... .......... .......... .......... .......... 18% 245M 2s 2024-08-22T20:35:53.5869496Z 117900K .......... .......... .......... .......... .......... 18% 263M 2s 2024-08-22T20:35:53.5871273Z 117950K .......... .......... .......... .......... .......... 18% 280M 2s 2024-08-22T20:35:53.5873149Z 118000K .......... .......... .......... .......... .......... 18% 250M 2s 2024-08-22T20:35:53.5875168Z 118050K .......... .......... .......... .......... .......... 18% 294M 2s 2024-08-22T20:35:53.5876874Z 118100K .......... .......... .......... .......... .......... 19% 234M 2s 2024-08-22T20:35:53.5878577Z 118150K .......... .......... .......... .......... .......... 19% 290M 2s 2024-08-22T20:35:53.5880351Z 118200K .......... .......... .......... .......... .......... 19% 299M 2s 2024-08-22T20:35:53.5881972Z 118250K .......... .......... .......... .......... .......... 19% 281M 2s 2024-08-22T20:35:53.5883748Z 118300K .......... .......... .......... .......... .......... 19% 280M 2s 2024-08-22T20:35:53.5885724Z 118350K .......... .......... .......... .......... .......... 19% 236M 2s 2024-08-22T20:35:53.5887607Z 118400K .......... .......... .......... .......... .......... 19% 283M 2s 2024-08-22T20:35:53.5889407Z 118450K .......... .......... .......... .......... .......... 19% 256M 2s 2024-08-22T20:35:53.5891222Z 118500K .......... .......... .......... .......... .......... 19% 274M 2s 2024-08-22T20:35:53.5893181Z 118550K .......... .......... .......... .......... .......... 19% 276M 2s 2024-08-22T20:35:53.5895053Z 118600K .......... .......... .......... .......... .......... 19% 279M 2s 2024-08-22T20:35:53.5896516Z 118650K .......... .......... .......... .......... .......... 19% 246M 2s 2024-08-22T20:35:53.5898261Z 118700K .......... .......... .......... .......... .......... 19% 305M 2s 2024-08-22T20:35:53.5899965Z 118750K .......... .......... .......... .......... .......... 19% 282M 2s 2024-08-22T20:35:53.5901914Z 118800K .......... .......... .......... .......... .......... 19% 309M 2s 2024-08-22T20:35:53.5903658Z 118850K .......... .......... .......... .......... .......... 19% 274M 2s 2024-08-22T20:35:53.5905417Z 118900K .......... .......... .......... .......... .......... 19% 260M 2s 2024-08-22T20:35:53.5907107Z 118950K .......... .......... .......... .......... .......... 19% 268M 2s 2024-08-22T20:35:53.5909486Z 119000K .......... .......... .......... .......... .......... 19% 223M 2s 2024-08-22T20:35:53.5911203Z 119050K .......... .......... .......... .......... .......... 19% 256M 2s 2024-08-22T20:35:53.5912895Z 119100K .......... .......... .......... .......... .......... 19% 300M 2s 2024-08-22T20:35:53.5914858Z 119150K .......... .......... .......... .......... .......... 19% 253M 2s 2024-08-22T20:35:53.5916682Z 119200K .......... .......... .......... .......... .......... 19% 281M 2s 2024-08-22T20:35:53.5918170Z 119250K .......... .......... .......... .......... .......... 19% 299M 2s 2024-08-22T20:35:53.5920179Z 119300K .......... .......... .......... .......... .......... 19% 284M 2s 2024-08-22T20:35:53.5921912Z 119350K .......... .......... .......... .......... .......... 19% 230M 2s 2024-08-22T20:35:53.5923897Z 119400K .......... .......... .......... .......... .......... 19% 264M 2s 2024-08-22T20:35:53.5925667Z 119450K .......... .......... .......... .......... .......... 19% 269M 2s 2024-08-22T20:35:53.5927572Z 119500K .......... .......... .......... .......... .......... 19% 274M 2s 2024-08-22T20:35:53.5929173Z 119550K .......... .......... .......... .......... .......... 19% 267M 2s 2024-08-22T20:35:53.5930969Z 119600K .......... .......... .......... .......... .......... 19% 269M 2s 2024-08-22T20:35:53.5932575Z 119650K .......... .......... .......... .......... .......... 19% 309M 2s 2024-08-22T20:35:53.5934218Z 119700K .......... .......... .......... .......... .......... 19% 298M 2s 2024-08-22T20:35:53.5936312Z 119750K .......... .......... .......... .......... .......... 19% 236M 2s 2024-08-22T20:35:53.5938033Z 119800K .......... .......... .......... .......... .......... 19% 276M 2s 2024-08-22T20:35:53.5939652Z 119850K .......... .......... .......... .......... .......... 19% 307M 2s 2024-08-22T20:35:53.5941915Z 119900K .......... .......... .......... .......... .......... 19% 234M 2s 2024-08-22T20:35:53.5943546Z 119950K .......... .......... .......... .......... .......... 19% 282M 2s 2024-08-22T20:35:53.5945290Z 120000K .......... .......... .......... .......... .......... 19% 297M 2s 2024-08-22T20:35:53.5946817Z 120050K .......... .......... .......... .......... .......... 19% 270M 2s 2024-08-22T20:35:53.5949046Z 120100K .......... .......... .......... .......... .......... 19% 238M 2s 2024-08-22T20:35:53.5951245Z 120150K .......... .......... .......... .......... .......... 19% 264M 2s 2024-08-22T20:35:53.5952661Z 120200K .......... .......... .......... .......... .......... 19% 247M 2s 2024-08-22T20:35:53.5954785Z 120250K .......... .......... .......... .......... .......... 19% 290M 2s 2024-08-22T20:35:53.5956445Z 120300K .......... .......... .......... .......... .......... 19% 264M 2s 2024-08-22T20:35:53.5958025Z 120350K .......... .......... .......... .......... .......... 19% 285M 2s 2024-08-22T20:35:53.5959695Z 120400K .......... .......... .......... .......... .......... 19% 304M 2s 2024-08-22T20:35:53.5961578Z 120450K .......... .......... .......... .......... .......... 19% 255M 2s 2024-08-22T20:35:53.5963530Z 120500K .......... .......... .......... .......... .......... 19% 285M 2s 2024-08-22T20:35:53.5965182Z 120550K .......... .......... .......... .......... .......... 19% 258M 2s 2024-08-22T20:35:53.5967143Z 120600K .......... .......... .......... .......... .......... 19% 266M 2s 2024-08-22T20:35:53.5969024Z 120650K .......... .......... .......... .......... .......... 19% 250M 2s 2024-08-22T20:35:53.5970672Z 120700K .......... .......... .......... .......... .......... 19% 297M 2s 2024-08-22T20:35:53.5972611Z 120750K .......... .......... .......... .......... .......... 19% 283M 2s 2024-08-22T20:35:53.5974387Z 120800K .......... .......... .......... .......... .......... 19% 249M 2s 2024-08-22T20:35:53.5976073Z 120850K .......... .......... .......... .......... .......... 19% 275M 2s 2024-08-22T20:35:53.5977844Z 120900K .......... .......... .......... .......... .......... 19% 278M 2s 2024-08-22T20:35:53.5979680Z 120950K .......... .......... .......... .......... .......... 19% 284M 2s 2024-08-22T20:35:53.5981721Z 121000K .......... .......... .......... .......... .......... 19% 240M 2s 2024-08-22T20:35:53.5983990Z 121050K .......... .......... .......... .......... .......... 19% 252M 2s 2024-08-22T20:35:53.5985873Z 121100K .......... .......... .......... .......... .......... 19% 223M 2s 2024-08-22T20:35:53.5987584Z 121150K .......... .......... .......... .......... .......... 19% 285M 2s 2024-08-22T20:35:53.5989491Z 121200K .......... .......... .......... .......... .......... 19% 261M 2s 2024-08-22T20:35:53.5991428Z 121250K .......... .......... .......... .......... .......... 19% 242M 2s 2024-08-22T20:35:53.5993381Z 121300K .......... .......... .......... .......... .......... 19% 271M 2s 2024-08-22T20:35:53.5995050Z 121350K .......... .......... .......... .......... .......... 19% 277M 2s 2024-08-22T20:35:53.5996966Z 121400K .......... .......... .......... .......... .......... 19% 248M 2s 2024-08-22T20:35:53.5998616Z 121450K .......... .......... .......... .......... .......... 19% 279M 2s 2024-08-22T20:35:53.6000747Z 121500K .......... .......... .......... .......... .......... 19% 236M 2s 2024-08-22T20:35:53.6002471Z 121550K .......... .......... .......... .......... .......... 19% 275M 2s 2024-08-22T20:35:53.6004551Z 121600K .......... .......... .......... .......... .......... 19% 239M 2s 2024-08-22T20:35:53.6006252Z 121650K .......... .......... .......... .......... .......... 19% 275M 2s 2024-08-22T20:35:53.6007971Z 121700K .......... .......... .......... .......... .......... 19% 295M 2s 2024-08-22T20:35:53.6010229Z 121750K .......... .......... .......... .......... .......... 19% 223M 2s 2024-08-22T20:35:53.6012181Z 121800K .......... .......... .......... .......... .......... 19% 264M 2s 2024-08-22T20:35:53.6014062Z 121850K .......... .......... .......... .......... .......... 19% 274M 2s 2024-08-22T20:35:53.6015775Z 121900K .......... .......... .......... .......... .......... 19% 240M 2s 2024-08-22T20:35:53.6017737Z 121950K .......... .......... .......... .......... .......... 19% 260M 2s 2024-08-22T20:35:53.6019480Z 122000K .......... .......... .......... .......... .......... 19% 270M 2s 2024-08-22T20:35:53.6021330Z 122050K .......... .......... .......... .......... .......... 19% 267M 2s 2024-08-22T20:35:53.6023104Z 122100K .......... .......... .......... .......... .......... 19% 299M 2s 2024-08-22T20:35:53.6025071Z 122150K .......... .......... .......... .......... .......... 19% 234M 2s 2024-08-22T20:35:53.6027297Z 122200K .......... .......... .......... .......... .......... 19% 223M 2s 2024-08-22T20:35:53.6029195Z 122250K .......... .......... .......... .......... .......... 19% 255M 2s 2024-08-22T20:35:53.6031071Z 122300K .......... .......... .......... .......... .......... 19% 261M 2s 2024-08-22T20:35:53.6032712Z 122350K .......... .......... .......... .......... .......... 19% 295M 2s 2024-08-22T20:35:53.6034373Z 122400K .......... .......... .......... .......... .......... 19% 259M 2s 2024-08-22T20:35:53.6036515Z 122450K .......... .......... .......... .......... .......... 19% 257M 2s 2024-08-22T20:35:53.6038245Z 122500K .......... .......... .......... .......... .......... 19% 268M 2s 2024-08-22T20:35:53.6040261Z 122550K .......... .......... .......... .......... .......... 19% 257M 2s 2024-08-22T20:35:53.6042094Z 122600K .......... .......... .......... .......... .......... 19% 259M 2s 2024-08-22T20:35:53.6043919Z 122650K .......... .......... .......... .......... .......... 19% 264M 2s 2024-08-22T20:35:53.6045772Z 122700K .......... .......... .......... .......... .......... 19% 289M 2s 2024-08-22T20:35:53.6047522Z 122750K .......... .......... .......... .......... .......... 19% 257M 2s 2024-08-22T20:35:53.6049321Z 122800K .......... .......... .......... .......... .......... 19% 272M 2s 2024-08-22T20:35:53.6051405Z 122850K .......... .......... .......... .......... .......... 19% 240M 2s 2024-08-22T20:35:53.6053133Z 122900K .......... .......... .......... .......... .......... 19% 296M 2s 2024-08-22T20:35:53.6054944Z 122950K .......... .......... .......... .......... .......... 19% 280M 2s 2024-08-22T20:35:53.6056564Z 123000K .......... .......... .......... .......... .......... 19% 270M 2s 2024-08-22T20:35:53.6058525Z 123050K .......... .......... .......... .......... .......... 19% 273M 2s 2024-08-22T20:35:53.6060258Z 123100K .......... .......... .......... .......... .......... 19% 246M 2s 2024-08-22T20:35:53.6061834Z 123150K .......... .......... .......... .......... .......... 19% 314M 2s 2024-08-22T20:35:53.6063572Z 123200K .......... .......... .......... .......... .......... 19% 277M 2s 2024-08-22T20:35:53.6065493Z 123250K .......... .......... .......... .......... .......... 19% 272M 2s 2024-08-22T20:35:53.6067146Z 123300K .......... .......... .......... .......... .......... 19% 293M 2s 2024-08-22T20:35:53.6069446Z 123350K .......... .......... .......... .......... .......... 19% 221M 2s 2024-08-22T20:35:53.6071059Z 123400K .......... .......... .......... .......... .......... 19% 283M 2s 2024-08-22T20:35:53.6072521Z 123450K .......... .......... .......... .......... .......... 19% 298M 2s 2024-08-22T20:35:53.6074594Z 123500K .......... .......... .......... .......... .......... 19% 261M 2s 2024-08-22T20:35:53.6076531Z 123550K .......... .......... .......... .......... .......... 19% 255M 2s 2024-08-22T20:35:53.6078551Z 123600K .......... .......... .......... .......... .......... 19% 237M 2s 2024-08-22T20:35:53.6080298Z 123650K .......... .......... .......... .......... .......... 19% 300M 2s 2024-08-22T20:35:53.6082519Z 123700K .......... .......... .......... .......... .......... 19% 268M 2s 2024-08-22T20:35:53.6083941Z 123750K .......... .......... .......... .......... .......... 19% 240M 2s 2024-08-22T20:35:53.6085776Z 123800K .......... .......... .......... .......... .......... 19% 277M 2s 2024-08-22T20:35:53.6087620Z 123850K .......... .......... .......... .......... .......... 19% 271M 2s 2024-08-22T20:35:53.6089854Z 123900K .......... .......... .......... .......... .......... 19% 234M 2s 2024-08-22T20:35:53.6091788Z 123950K .......... .......... .......... .......... .......... 19% 273M 2s 2024-08-22T20:35:53.6093830Z 124000K .......... .......... .......... .......... .......... 19% 209M 2s 2024-08-22T20:35:53.6095485Z 124050K .......... .......... .......... .......... .......... 19% 289M 2s 2024-08-22T20:35:53.6097638Z 124100K .......... .......... .......... .......... .......... 19% 222M 2s 2024-08-22T20:35:53.6099425Z 124150K .......... .......... .......... .......... .......... 19% 274M 2s 2024-08-22T20:35:53.6101405Z 124200K .......... .......... .......... .......... .......... 19% 256M 2s 2024-08-22T20:35:53.6103286Z 124250K .......... .......... .......... .......... .......... 19% 259M 2s 2024-08-22T20:35:53.6105334Z 124300K .......... .......... .......... .......... .......... 19% 295M 2s 2024-08-22T20:35:53.6106920Z 124350K .......... .......... .......... .......... .......... 20% 235M 2s 2024-08-22T20:35:53.6108938Z 124400K .......... .......... .......... .......... .......... 20% 255M 2s 2024-08-22T20:35:53.6110954Z 124450K .......... .......... .......... .......... .......... 20% 281M 2s 2024-08-22T20:35:53.6112469Z 124500K .......... .......... .......... .......... .......... 20% 250M 2s 2024-08-22T20:35:53.6114728Z 124550K .......... .......... .......... .......... .......... 20% 320M 2s 2024-08-22T20:35:53.6116557Z 124600K .......... .......... .......... .......... .......... 20% 209M 2s 2024-08-22T20:35:53.6118489Z 124650K .......... .......... .......... .......... .......... 20% 288M 2s 2024-08-22T20:35:53.6120310Z 124700K .......... .......... .......... .......... .......... 20% 283M 2s 2024-08-22T20:35:53.6122037Z 124750K .......... .......... .......... .......... .......... 20% 229M 2s 2024-08-22T20:35:53.6123584Z 124800K .......... .......... .......... .......... .......... 20% 286M 2s 2024-08-22T20:35:53.6125607Z 124850K .......... .......... .......... .......... .......... 20% 271M 2s 2024-08-22T20:35:53.6127670Z 124900K .......... .......... .......... .......... .......... 20% 278M 2s 2024-08-22T20:35:53.6129249Z 124950K .......... .......... .......... .......... .......... 20% 236M 2s 2024-08-22T20:35:53.6130976Z 125000K .......... .......... .......... .......... .......... 20% 293M 2s 2024-08-22T20:35:53.6132772Z 125050K .......... .......... .......... .......... .......... 20% 293M 2s 2024-08-22T20:35:53.6134696Z 125100K .......... .......... .......... .......... .......... 20% 259M 2s 2024-08-22T20:35:53.6136497Z 125150K .......... .......... .......... .......... .......... 20% 258M 2s 2024-08-22T20:35:53.6138281Z 125200K .......... .......... .......... .......... .......... 20% 265M 2s 2024-08-22T20:35:53.6140389Z 125250K .......... .......... .......... .......... .......... 20% 241M 2s 2024-08-22T20:35:53.6142155Z 125300K .......... .......... .......... .......... .......... 20% 265M 2s 2024-08-22T20:35:53.6143968Z 125350K .......... .......... .......... .......... .......... 20% 277M 2s 2024-08-22T20:35:53.6146248Z 125400K .......... .......... .......... .......... .......... 20% 243M 2s 2024-08-22T20:35:53.6147984Z 125450K .......... .......... .......... .......... .......... 20% 279M 2s 2024-08-22T20:35:53.6150129Z 125500K .......... .......... .......... .......... .......... 20% 210M 2s 2024-08-22T20:35:53.6151948Z 125550K .......... .......... .......... .......... .......... 20% 282M 2s 2024-08-22T20:35:53.6153680Z 125600K .......... .......... .......... .......... .......... 20% 257M 2s 2024-08-22T20:35:53.6155517Z 125650K .......... .......... .......... .......... .......... 20% 262M 2s 2024-08-22T20:35:53.6157249Z 125700K .......... .......... .......... .......... .......... 20% 291M 2s 2024-08-22T20:35:53.6159155Z 125750K .......... .......... .......... .......... .......... 20% 251M 2s 2024-08-22T20:35:53.6161103Z 125800K .......... .......... .......... .......... .......... 20% 289M 2s 2024-08-22T20:35:53.6162851Z 125850K .......... .......... .......... .......... .......... 20% 244M 2s 2024-08-22T20:35:53.6164714Z 125900K .......... .......... .......... .......... .......... 20% 263M 2s 2024-08-22T20:35:53.6166581Z 125950K .......... .......... .......... .......... .......... 20% 268M 2s 2024-08-22T20:35:53.6168415Z 126000K .......... .......... .......... .......... .......... 20% 248M 2s 2024-08-22T20:35:53.6169990Z 126050K .......... .......... .......... .......... .......... 20% 305M 2s 2024-08-22T20:35:53.6172318Z 126100K .......... .......... .......... .......... .......... 20% 266M 2s 2024-08-22T20:35:53.6173905Z 126150K .......... .......... .......... .......... .......... 20% 241M 2s 2024-08-22T20:35:53.6175651Z 126200K .......... .......... .......... .......... .......... 20% 285M 2s 2024-08-22T20:35:53.6177785Z 126250K .......... .......... .......... .......... .......... 20% 258M 2s 2024-08-22T20:35:53.6179228Z 126300K .......... .......... .......... .......... .......... 20% 265M 2s 2024-08-22T20:35:53.6181337Z 126350K .......... .......... .......... .......... .......... 20% 276M 2s 2024-08-22T20:35:53.6183470Z 126400K .......... .......... .......... .......... .......... 20% 225M 2s 2024-08-22T20:35:53.6185057Z 126450K .......... .......... .......... .......... .......... 20% 276M 2s 2024-08-22T20:35:53.6187003Z 126500K .......... .......... .......... .......... .......... 20% 301M 2s 2024-08-22T20:35:53.6188840Z 126550K .......... .......... .......... .......... .......... 20% 240M 2s 2024-08-22T20:35:53.6190905Z 126600K .......... .......... .......... .......... .......... 20% 281M 2s 2024-08-22T20:35:53.6192642Z 126650K .......... .......... .......... .......... .......... 20% 247M 2s 2024-08-22T20:35:53.6194329Z 126700K .......... .......... .......... .......... .......... 20% 277M 2s 2024-08-22T20:35:53.6196419Z 126750K .......... .......... .......... .......... .......... 20% 259M 2s 2024-08-22T20:35:53.6197581Z 126800K .......... .......... .......... .......... .......... 20% 293M 2s 2024-08-22T20:35:53.6199658Z 126850K .......... .......... .......... .......... .......... 20% 286M 2s 2024-08-22T20:35:53.6201658Z 126900K .......... .......... .......... .......... .......... 20% 244M 2s 2024-08-22T20:35:53.6203273Z 126950K .......... .......... .......... .......... .......... 20% 274M 2s 2024-08-22T20:35:53.6205245Z 127000K .......... .......... .......... .......... .......... 20% 254M 2s 2024-08-22T20:35:53.6207053Z 127050K .......... .......... .......... .......... .......... 20% 269M 2s 2024-08-22T20:35:53.6208855Z 127100K .......... .......... .......... .......... .......... 20% 269M 2s 2024-08-22T20:35:53.6210906Z 127150K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6212641Z 127200K .......... .......... .......... .......... .......... 20% 247M 2s 2024-08-22T20:35:53.6214461Z 127250K .......... .......... .......... .......... .......... 20% 288M 2s 2024-08-22T20:35:53.6216380Z 127300K .......... .......... .......... .......... .......... 20% 257M 2s 2024-08-22T20:35:53.6218041Z 127350K .......... .......... .......... .......... .......... 20% 273M 2s 2024-08-22T20:35:53.6220168Z 127400K .......... .......... .......... .......... .......... 20% 278M 2s 2024-08-22T20:35:53.6221578Z 127450K .......... .......... .......... .......... .......... 20% 247M 2s 2024-08-22T20:35:53.6223523Z 127500K .......... .......... .......... .......... .......... 20% 299M 2s 2024-08-22T20:35:53.6225536Z 127550K .......... .......... .......... .......... .......... 20% 247M 2s 2024-08-22T20:35:53.6227169Z 127600K .......... .......... .......... .......... .......... 20% 272M 2s 2024-08-22T20:35:53.6229350Z 127650K .......... .......... .......... .......... .......... 20% 224M 2s 2024-08-22T20:35:53.6231021Z 127700K .......... .......... .......... .......... .......... 20% 288M 2s 2024-08-22T20:35:53.6232664Z 127750K .......... .......... .......... .......... .......... 20% 290M 2s 2024-08-22T20:35:53.6234642Z 127800K .......... .......... .......... .......... .......... 20% 269M 2s 2024-08-22T20:35:53.6236433Z 127850K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6238196Z 127900K .......... .......... .......... .......... .......... 20% 262M 2s 2024-08-22T20:35:53.6239972Z 127950K .......... .......... .......... .......... .......... 20% 295M 2s 2024-08-22T20:35:53.6242034Z 128000K .......... .......... .......... .......... .......... 20% 229M 2s 2024-08-22T20:35:53.6243964Z 128050K .......... .......... .......... .......... .......... 20% 257M 2s 2024-08-22T20:35:53.6245709Z 128100K .......... .......... .......... .......... .......... 20% 268M 2s 2024-08-22T20:35:53.6247188Z 128150K .......... .......... .......... .......... .......... 20% 299M 2s 2024-08-22T20:35:53.6249526Z 128200K .......... .......... .......... .......... .......... 20% 228M 2s 2024-08-22T20:35:53.6251128Z 128250K .......... .......... .......... .......... .......... 20% 285M 2s 2024-08-22T20:35:53.6252999Z 128300K .......... .......... .......... .......... .......... 20% 279M 2s 2024-08-22T20:35:53.6254895Z 128350K .......... .......... .......... .......... .......... 20% 268M 2s 2024-08-22T20:35:53.6257021Z 128400K .......... .......... .......... .......... .......... 20% 236M 2s 2024-08-22T20:35:53.6258612Z 128450K .......... .......... .......... .......... .......... 20% 282M 2s 2024-08-22T20:35:53.6260923Z 128500K .......... .......... .......... .......... .......... 20% 273M 2s 2024-08-22T20:35:53.6262759Z 128550K .......... .......... .......... .......... .......... 20% 231M 2s 2024-08-22T20:35:53.6264439Z 128600K .......... .......... .......... .......... .......... 20% 294M 2s 2024-08-22T20:35:53.6266137Z 128650K .......... .......... .......... .......... .......... 20% 250M 2s 2024-08-22T20:35:53.6267756Z 128700K .......... .......... .......... .......... .......... 20% 287M 2s 2024-08-22T20:35:53.6269885Z 128750K .......... .......... .......... .......... .......... 20% 253M 2s 2024-08-22T20:35:53.6272050Z 128800K .......... .......... .......... .......... .......... 20% 280M 2s 2024-08-22T20:35:53.6273806Z 128850K .......... .......... .......... .......... .......... 20% 216M 2s 2024-08-22T20:35:53.6275573Z 128900K .......... .......... .......... .......... .......... 20% 273M 2s 2024-08-22T20:35:53.6277095Z 128950K .......... .......... .......... .......... .......... 20% 298M 2s 2024-08-22T20:35:53.6279300Z 129000K .......... .......... .......... .......... .......... 20% 266M 2s 2024-08-22T20:35:53.6281020Z 129050K .......... .......... .......... .......... .......... 20% 261M 2s 2024-08-22T20:35:53.6282692Z 129100K .......... .......... .......... .......... .......... 20% 265M 2s 2024-08-22T20:35:53.6284490Z 129150K .......... .......... .......... .......... .......... 20% 276M 2s 2024-08-22T20:35:53.6286602Z 129200K .......... .......... .......... .......... .......... 20% 294M 2s 2024-08-22T20:35:53.6288419Z 129250K .......... .......... .......... .......... .......... 20% 234M 2s 2024-08-22T20:35:53.6290200Z 129300K .......... .......... .......... .......... .......... 20% 268M 2s 2024-08-22T20:35:53.6292539Z 129350K .......... .......... .......... .......... .......... 20% 258M 2s 2024-08-22T20:35:53.6294164Z 129400K .......... .......... .......... .......... .......... 20% 224M 2s 2024-08-22T20:35:53.6296031Z 129450K .......... .......... .......... .......... .......... 20% 309M 2s 2024-08-22T20:35:53.6297782Z 129500K .......... .......... .......... .......... .......... 20% 244M 2s 2024-08-22T20:35:53.6299532Z 129550K .......... .......... .......... .......... .......... 20% 292M 2s 2024-08-22T20:35:53.6301298Z 129600K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6303516Z 129650K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6304793Z 129700K .......... .......... .......... .......... .......... 20% 262M 2s 2024-08-22T20:35:53.6306908Z 129750K .......... .......... .......... .......... .......... 20% 247M 2s 2024-08-22T20:35:53.6308805Z 129800K .......... .......... .......... .......... .......... 20% 261M 2s 2024-08-22T20:35:53.6310645Z 129850K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6312774Z 129900K .......... .......... .......... .......... .......... 20% 227M 2s 2024-08-22T20:35:53.6314629Z 129950K .......... .......... .......... .......... .......... 20% 262M 2s 2024-08-22T20:35:53.6316447Z 130000K .......... .......... .......... .......... .......... 20% 275M 2s 2024-08-22T20:35:53.6318189Z 130050K .......... .......... .......... .......... .......... 20% 297M 2s 2024-08-22T20:35:53.6320177Z 130100K .......... .......... .......... .......... .......... 20% 257M 2s 2024-08-22T20:35:53.6321523Z 130150K .......... .......... .......... .......... .......... 20% 284M 2s 2024-08-22T20:35:53.6323654Z 130200K .......... .......... .......... .......... .......... 20% 248M 2s 2024-08-22T20:35:53.6325571Z 130250K .......... .......... .......... .......... .......... 20% 262M 2s 2024-08-22T20:35:53.6327520Z 130300K .......... .......... .......... .......... .......... 20% 267M 2s 2024-08-22T20:35:53.6329415Z 130350K .......... .......... .......... .......... .......... 20% 228M 2s 2024-08-22T20:35:53.6331079Z 130400K .......... .......... .......... .......... .......... 20% 288M 2s 2024-08-22T20:35:53.6333003Z 130450K .......... .......... .......... .......... .......... 20% 257M 2s 2024-08-22T20:35:53.6334920Z 130500K .......... .......... .......... .......... .......... 20% 304M 2s 2024-08-22T20:35:53.6336207Z 130550K .......... .......... .......... .......... .......... 21% 284M 2s 2024-08-22T20:35:53.6338266Z 130600K .......... .......... .......... .......... .......... 21% 253M 2s 2024-08-22T20:35:53.6340125Z 130650K .......... .......... .......... .......... .......... 21% 275M 2s 2024-08-22T20:35:53.6341959Z 130700K .......... .......... .......... .......... .......... 21% 251M 2s 2024-08-22T20:35:53.6343681Z 130750K .......... .......... .......... .......... .......... 21% 297M 2s 2024-08-22T20:35:53.6345851Z 130800K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6347618Z 130850K .......... .......... .......... .......... .......... 21% 225M 2s 2024-08-22T20:35:53.6349519Z 130900K .......... .......... .......... .......... .......... 21% 254M 2s 2024-08-22T20:35:53.6351365Z 130950K .......... .......... .......... .......... .......... 21% 261M 2s 2024-08-22T20:35:53.6353429Z 131000K .......... .......... .......... .......... .......... 21% 246M 2s 2024-08-22T20:35:53.6355172Z 131050K .......... .......... .......... .......... .......... 21% 289M 2s 2024-08-22T20:35:53.6357298Z 131100K .......... .......... .......... .......... .......... 21% 266M 2s 2024-08-22T20:35:53.6359019Z 131150K .......... .......... .......... .......... .......... 21% 245M 2s 2024-08-22T20:35:53.6360973Z 131200K .......... .......... .......... .......... .......... 21% 241M 2s 2024-08-22T20:35:53.6362556Z 131250K .......... .......... .......... .......... .......... 21% 286M 2s 2024-08-22T20:35:53.6364519Z 131300K .......... .......... .......... .......... .......... 21% 291M 2s 2024-08-22T20:35:53.6366000Z 131350K .......... .......... .......... .......... .......... 21% 276M 2s 2024-08-22T20:35:53.6367997Z 131400K .......... .......... .......... .......... .......... 21% 247M 2s 2024-08-22T20:35:53.6369742Z 131450K .......... .......... .......... .......... .......... 21% 297M 2s 2024-08-22T20:35:53.6371746Z 131500K .......... .......... .......... .......... .......... 21% 275M 2s 2024-08-22T20:35:53.6373356Z 131550K .......... .......... .......... .......... .......... 21% 264M 2s 2024-08-22T20:35:53.6375352Z 131600K .......... .......... .......... .......... .......... 21% 280M 2s 2024-08-22T20:35:53.6376946Z 131650K .......... .......... .......... .......... .......... 21% 255M 2s 2024-08-22T20:35:53.6379112Z 131700K .......... .......... .......... .......... .......... 21% 240M 2s 2024-08-22T20:35:53.6380799Z 131750K .......... .......... .......... .......... .......... 21% 267M 2s 2024-08-22T20:35:53.6382469Z 131800K .......... .......... .......... .......... .......... 21% 289M 2s 2024-08-22T20:35:53.6384172Z 131850K .......... .......... .......... .......... .......... 21% 292M 2s 2024-08-22T20:35:53.6386123Z 131900K .......... .......... .......... .......... .......... 21% 280M 2s 2024-08-22T20:35:53.6388094Z 131950K .......... .......... .......... .......... .......... 21% 252M 2s 2024-08-22T20:35:53.6390400Z 132000K .......... .......... .......... .......... .......... 21% 242M 2s 2024-08-22T20:35:53.6392291Z 132050K .......... .......... .......... .......... .......... 21% 226M 2s 2024-08-22T20:35:53.6394149Z 132100K .......... .......... .......... .......... .......... 21% 247M 2s 2024-08-22T20:35:53.6396049Z 132150K .......... .......... .......... .......... .......... 21% 262M 2s 2024-08-22T20:35:53.6397585Z 132200K .......... .......... .......... .......... .......... 21% 282M 2s 2024-08-22T20:35:53.6399534Z 132250K .......... .......... .......... .......... .......... 21% 271M 2s 2024-08-22T20:35:53.6401730Z 132300K .......... .......... .......... .......... .......... 21% 224M 2s 2024-08-22T20:35:53.6403660Z 132350K .......... .......... .......... .......... .......... 21% 267M 2s 2024-08-22T20:35:53.6405340Z 132400K .......... .......... .......... .......... .......... 21% 283M 2s 2024-08-22T20:35:53.6407623Z 132450K .......... .......... .......... .......... .......... 21% 258M 2s 2024-08-22T20:35:53.6408863Z 132500K .......... .......... .......... .......... .......... 21% 247M 2s 2024-08-22T20:35:53.6410813Z 132550K .......... .......... .......... .......... .......... 21% 279M 2s 2024-08-22T20:35:53.6412982Z 132600K .......... .......... .......... .......... .......... 21% 244M 2s 2024-08-22T20:35:53.6414377Z 132650K .......... .......... .......... .......... .......... 21% 294M 2s 2024-08-22T20:35:53.6416339Z 132700K .......... .......... .......... .......... .......... 21% 269M 2s 2024-08-22T20:35:53.6418218Z 132750K .......... .......... .......... .......... .......... 21% 242M 2s 2024-08-22T20:35:53.6419949Z 132800K .......... .......... .......... .......... .......... 21% 290M 2s 2024-08-22T20:35:53.6422098Z 132850K .......... .......... .......... .......... .......... 21% 230M 2s 2024-08-22T20:35:53.6423626Z 132900K .......... .......... .......... .......... .......... 21% 293M 2s 2024-08-22T20:35:53.6425778Z 132950K .......... .......... .......... .......... .......... 21% 267M 2s 2024-08-22T20:35:53.6427303Z 133000K .......... .......... .......... .......... .......... 21% 279M 2s 2024-08-22T20:35:53.6430104Z 133050K .......... .......... .......... .......... .......... 21% 217M 2s 2024-08-22T20:35:53.6431914Z 133100K .......... .......... .......... .......... .......... 21% 214M 2s 2024-08-22T20:35:53.6433777Z 133150K .......... .......... .......... .......... .......... 21% 259M 2s 2024-08-22T20:35:53.6435533Z 133200K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6437921Z 133250K .......... .......... .......... .......... .......... 21% 252M 2s 2024-08-22T20:35:53.6439730Z 133300K .......... .......... .......... .......... .......... 21% 230M 2s 2024-08-22T20:35:53.6441596Z 133350K .......... .......... .......... .......... .......... 21% 264M 2s 2024-08-22T20:35:53.6443485Z 133400K .......... .......... .......... .......... .......... 21% 250M 2s 2024-08-22T20:35:53.6445626Z 133450K .......... .......... .......... .......... .......... 21% 275M 2s 2024-08-22T20:35:53.6447325Z 133500K .......... .......... .......... .......... .......... 21% 227M 2s 2024-08-22T20:35:53.6449433Z 133550K .......... .......... .......... .......... .......... 21% 269M 2s 2024-08-22T20:35:53.6451124Z 133600K .......... .......... .......... .......... .......... 21% 242M 2s 2024-08-22T20:35:53.6453216Z 133650K .......... .......... .......... .......... .......... 21% 251M 2s 2024-08-22T20:35:53.6454873Z 133700K .......... .......... .......... .......... .......... 21% 281M 2s 2024-08-22T20:35:53.6456768Z 133750K .......... .......... .......... .......... .......... 21% 248M 2s 2024-08-22T20:35:53.6458734Z 133800K .......... .......... .......... .......... .......... 21% 314M 2s 2024-08-22T20:35:53.6460329Z 133850K .......... .......... .......... .......... .......... 21% 248M 2s 2024-08-22T20:35:53.6461999Z 133900K .......... .......... .......... .......... .......... 21% 296M 2s 2024-08-22T20:35:53.6463817Z 133950K .......... .......... .......... .......... .......... 21% 271M 2s 2024-08-22T20:35:53.6465741Z 134000K .......... .......... .......... .......... .......... 21% 271M 2s 2024-08-22T20:35:53.6467612Z 134050K .......... .......... .......... .......... .......... 21% 247M 2s 2024-08-22T20:35:53.6469480Z 134100K .......... .......... .......... .......... .......... 21% 260M 2s 2024-08-22T20:35:53.6471253Z 134150K .......... .......... .......... .......... .......... 21% 289M 2s 2024-08-22T20:35:53.6472806Z 134200K .......... .......... .......... .......... .......... 21% 296M 2s 2024-08-22T20:35:53.6474821Z 134250K .......... .......... .......... .......... .......... 21% 263M 2s 2024-08-22T20:35:53.6476362Z 134300K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6478783Z 134350K .......... .......... .......... .......... .......... 21% 223M 2s 2024-08-22T20:35:53.6480793Z 134400K .......... .......... .......... .......... .......... 21% 260M 2s 2024-08-22T20:35:53.6482609Z 134450K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6484143Z 134500K .......... .......... .......... .......... .......... 21% 249M 2s 2024-08-22T20:35:53.6485847Z 134550K .......... .......... .......... .......... .......... 21% 291M 2s 2024-08-22T20:35:53.6488139Z 134600K .......... .......... .......... .......... .......... 21% 226M 2s 2024-08-22T20:35:53.6490017Z 134650K .......... .......... .......... .......... .......... 21% 258M 2s 2024-08-22T20:35:53.6491900Z 134700K .......... .......... .......... .......... .......... 21% 261M 2s 2024-08-22T20:35:53.6493729Z 134750K .......... .......... .......... .......... .......... 21% 254M 2s 2024-08-22T20:35:53.6495661Z 134800K .......... .......... .......... .......... .......... 21% 263M 2s 2024-08-22T20:35:53.6497777Z 134850K .......... .......... .......... .......... .......... 21% 269M 2s 2024-08-22T20:35:53.6499417Z 134900K .......... .......... .......... .......... .......... 21% 241M 2s 2024-08-22T20:35:53.6501294Z 134950K .......... .......... .......... .......... .......... 21% 262M 2s 2024-08-22T20:35:53.6503234Z 135000K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6505147Z 135050K .......... .......... .......... .......... .......... 21% 244M 2s 2024-08-22T20:35:53.6507113Z 135100K .......... .......... .......... .......... .......... 21% 267M 2s 2024-08-22T20:35:53.6509019Z 135150K .......... .......... .......... .......... .......... 21% 239M 2s 2024-08-22T20:35:53.6510970Z 135200K .......... .......... .......... .......... .......... 21% 242M 2s 2024-08-22T20:35:53.6512704Z 135250K .......... .......... .......... .......... .......... 21% 283M 2s 2024-08-22T20:35:53.6514781Z 135300K .......... .......... .......... .......... .......... 21% 273M 2s 2024-08-22T20:35:53.6516473Z 135350K .......... .......... .......... .......... .......... 21% 236M 2s 2024-08-22T20:35:53.6518404Z 135400K .......... .......... .......... .......... .......... 21% 252M 2s 2024-08-22T20:35:53.6520177Z 135450K .......... .......... .......... .......... .......... 21% 276M 2s 2024-08-22T20:35:53.6521970Z 135500K .......... .......... .......... .......... .......... 21% 309M 2s 2024-08-22T20:35:53.6523896Z 135550K .......... .......... .......... .......... .......... 21% 242M 2s 2024-08-22T20:35:53.6525807Z 135600K .......... .......... .......... .......... .......... 21% 251M 2s 2024-08-22T20:35:53.6527503Z 135650K .......... .......... .......... .......... .......... 21% 280M 2s 2024-08-22T20:35:53.6529630Z 135700K .......... .......... .......... .......... .......... 21% 227M 2s 2024-08-22T20:35:53.6531386Z 135750K .......... .......... .......... .......... .......... 21% 279M 2s 2024-08-22T20:35:53.6533201Z 135800K .......... .......... .......... .......... .......... 21% 269M 2s 2024-08-22T20:35:53.6535059Z 135850K .......... .......... .......... .......... .......... 21% 291M 2s 2024-08-22T20:35:53.6536707Z 135900K .......... .......... .......... .......... .......... 21% 292M 2s 2024-08-22T20:35:53.6538380Z 135950K .......... .......... .......... .......... .......... 21% 286M 2s 2024-08-22T20:35:53.6540251Z 136000K .......... .......... .......... .......... .......... 21% 254M 2s 2024-08-22T20:35:53.6541849Z 136050K .......... .......... .......... .......... .......... 21% 292M 2s 2024-08-22T20:35:53.6543842Z 136100K .......... .......... .......... .......... .......... 21% 249M 2s 2024-08-22T20:35:53.6545676Z 136150K .......... .......... .......... .......... .......... 21% 279M 2s 2024-08-22T20:35:53.6547690Z 136200K .......... .......... .......... .......... .......... 21% 246M 2s 2024-08-22T20:35:53.6549517Z 136250K .......... .......... .......... .......... .......... 21% 252M 2s 2024-08-22T20:35:53.6551386Z 136300K .......... .......... .......... .......... .......... 21% 275M 2s 2024-08-22T20:35:53.6553536Z 136350K .......... .......... .......... .......... .......... 21% 235M 2s 2024-08-22T20:35:53.6555541Z 136400K .......... .......... .......... .......... .......... 21% 289M 2s 2024-08-22T20:35:53.6557176Z 136450K .......... .......... .......... .......... .......... 21% 230M 2s 2024-08-22T20:35:53.6558936Z 136500K .......... .......... .......... .......... .......... 21% 299M 2s 2024-08-22T20:35:53.6560429Z 136550K .......... .......... .......... .......... .......... 21% 298M 2s 2024-08-22T20:35:53.6562395Z 136600K .......... .......... .......... .......... .......... 21% 260M 2s 2024-08-22T20:35:53.6564091Z 136650K .......... .......... .......... .......... .......... 21% 277M 2s 2024-08-22T20:35:53.6566239Z 136700K .......... .......... .......... .......... .......... 21% 245M 2s 2024-08-22T20:35:53.6567967Z 136750K .......... .......... .......... .......... .......... 22% 269M 2s 2024-08-22T20:35:53.6569830Z 136800K .......... .......... .......... .......... .......... 22% 265M 2s 2024-08-22T20:35:53.6571676Z 136850K .......... .......... .......... .......... .......... 22% 243M 2s 2024-08-22T20:35:53.6573670Z 136900K .......... .......... .......... .......... .......... 22% 308M 2s 2024-08-22T20:35:53.6575482Z 136950K .......... .......... .......... .......... .......... 22% 235M 2s 2024-08-22T20:35:53.6577415Z 137000K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6579346Z 137050K .......... .......... .......... .......... .......... 22% 235M 2s 2024-08-22T20:35:53.6581041Z 137100K .......... .......... .......... .......... .......... 22% 287M 2s 2024-08-22T20:35:53.6582786Z 137150K .......... .......... .......... .......... .......... 22% 269M 2s 2024-08-22T20:35:53.6584854Z 137200K .......... .......... .......... .......... .......... 22% 231M 2s 2024-08-22T20:35:53.6586786Z 137250K .......... .......... .......... .......... .......... 22% 281M 2s 2024-08-22T20:35:53.6589093Z 137300K .......... .......... .......... .......... .......... 22% 267M 2s 2024-08-22T20:35:53.6590721Z 137350K .......... .......... .......... .......... .......... 22% 222M 2s 2024-08-22T20:35:53.6592713Z 137400K .......... .......... .......... .......... .......... 22% 255M 2s 2024-08-22T20:35:53.6594525Z 137450K .......... .......... .......... .......... .......... 22% 254M 2s 2024-08-22T20:35:53.6596651Z 137500K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6598528Z 137550K .......... .......... .......... .......... .......... 22% 232M 2s 2024-08-22T20:35:53.6600314Z 137600K .......... .......... .......... .......... .......... 22% 269M 2s 2024-08-22T20:35:53.6602111Z 137650K .......... .......... .......... .......... .......... 22% 277M 2s 2024-08-22T20:35:53.6604165Z 137700K .......... .......... .......... .......... .......... 22% 258M 2s 2024-08-22T20:35:53.6605794Z 137750K .......... .......... .......... .......... .......... 22% 255M 2s 2024-08-22T20:35:53.6607549Z 137800K .......... .......... .......... .......... .......... 22% 271M 2s 2024-08-22T20:35:53.6609457Z 137850K .......... .......... .......... .......... .......... 22% 273M 2s 2024-08-22T20:35:53.6611408Z 137900K .......... .......... .......... .......... .......... 22% 243M 2s 2024-08-22T20:35:53.6613423Z 137950K .......... .......... .......... .......... .......... 22% 280M 2s 2024-08-22T20:35:53.6615163Z 138000K .......... .......... .......... .......... .......... 22% 235M 2s 2024-08-22T20:35:53.6616982Z 138050K .......... .......... .......... .......... .......... 22% 268M 2s 2024-08-22T20:35:53.6618699Z 138100K .......... .......... .......... .......... .......... 22% 293M 2s 2024-08-22T20:35:53.6620540Z 138150K .......... .......... .......... .......... .......... 22% 260M 2s 2024-08-22T20:35:53.6622368Z 138200K .......... .......... .......... .......... .......... 22% 272M 2s 2024-08-22T20:35:53.6624648Z 138250K .......... .......... .......... .......... .......... 22% 273M 2s 2024-08-22T20:35:53.6626453Z 138300K .......... .......... .......... .......... .......... 22% 237M 2s 2024-08-22T20:35:53.6628214Z 138350K .......... .......... .......... .......... .......... 22% 273M 2s 2024-08-22T20:35:53.6630133Z 138400K .......... .......... .......... .......... .......... 22% 237M 2s 2024-08-22T20:35:53.6631922Z 138450K .......... .......... .......... .......... .......... 22% 295M 2s 2024-08-22T20:35:53.6634031Z 138500K .......... .......... .......... .......... .......... 22% 263M 2s 2024-08-22T20:35:53.6635635Z 138550K .......... .......... .......... .......... .......... 22% 240M 2s 2024-08-22T20:35:53.6637500Z 138600K .......... .......... .......... .......... .......... 22% 253M 2s 2024-08-22T20:35:53.6639370Z 138650K .......... .......... .......... .......... .......... 22% 272M 2s 2024-08-22T20:35:53.6641441Z 138700K .......... .......... .......... .......... .......... 22% 284M 2s 2024-08-22T20:35:53.6642909Z 138750K .......... .......... .......... .......... .......... 22% 254M 2s 2024-08-22T20:35:53.6644669Z 138800K .......... .......... .......... .......... .......... 22% 296M 2s 2024-08-22T20:35:53.6646368Z 138850K .......... .......... .......... .......... .......... 22% 276M 2s 2024-08-22T20:35:53.6648560Z 138900K .......... .......... .......... .......... .......... 22% 245M 2s 2024-08-22T20:35:53.6650626Z 138950K .......... .......... .......... .......... .......... 22% 279M 2s 2024-08-22T20:35:53.6652341Z 139000K .......... .......... .......... .......... .......... 22% 224M 2s 2024-08-22T20:35:53.6654125Z 139050K .......... .......... .......... .......... .......... 22% 286M 2s 2024-08-22T20:35:53.6656012Z 139100K .......... .......... .......... .......... .......... 22% 265M 2s 2024-08-22T20:35:53.6658094Z 139150K .......... .......... .......... .......... .......... 22% 270M 2s 2024-08-22T20:35:53.6659781Z 139200K .......... .......... .......... .......... .......... 22% 243M 2s 2024-08-22T20:35:53.6661846Z 139250K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6663607Z 139300K .......... .......... .......... .......... .......... 22% 235M 2s 2024-08-22T20:35:53.6665194Z 139350K .......... .......... .......... .......... .......... 22% 284M 2s 2024-08-22T20:35:53.6667037Z 139400K .......... .......... .......... .......... .......... 22% 274M 2s 2024-08-22T20:35:53.6669123Z 139450K .......... .......... .......... .......... .......... 22% 256M 2s 2024-08-22T20:35:53.6670865Z 139500K .......... .......... .......... .......... .......... 22% 273M 2s 2024-08-22T20:35:53.6672821Z 139550K .......... .......... .......... .......... .......... 22% 238M 2s 2024-08-22T20:35:53.6674523Z 139600K .......... .......... .......... .......... .......... 22% 287M 2s 2024-08-22T20:35:53.6676366Z 139650K .......... .......... .......... .......... .......... 22% 265M 2s 2024-08-22T20:35:53.6678317Z 139700K .......... .......... .......... .......... .......... 22% 260M 2s 2024-08-22T20:35:53.6680091Z 139750K .......... .......... .......... .......... .......... 22% 276M 2s 2024-08-22T20:35:53.6682300Z 139800K .......... .......... .......... .......... .......... 22% 277M 2s 2024-08-22T20:35:53.6683908Z 139850K .......... .......... .......... .......... .......... 22% 246M 2s 2024-08-22T20:35:53.6685675Z 139900K .......... .......... .......... .......... .......... 22% 277M 2s 2024-08-22T20:35:53.6687553Z 139950K .......... .......... .......... .......... .......... 22% 242M 2s 2024-08-22T20:35:53.6689302Z 140000K .......... .......... .......... .......... .......... 22% 277M 2s 2024-08-22T20:35:53.6691257Z 140050K .......... .......... .......... .......... .......... 22% 258M 2s 2024-08-22T20:35:53.6693203Z 140100K .......... .......... .......... .......... .......... 22% 249M 2s 2024-08-22T20:35:53.6695044Z 140150K .......... .......... .......... .......... .......... 22% 282M 2s 2024-08-22T20:35:53.6696764Z 140200K .......... .......... .......... .......... .......... 22% 252M 2s 2024-08-22T20:35:53.6698704Z 140250K .......... .......... .......... .......... .......... 22% 277M 2s 2024-08-22T20:35:53.6700242Z 140300K .......... .......... .......... .......... .......... 22% 297M 2s 2024-08-22T20:35:53.6701951Z 140350K .......... .......... .......... .......... .......... 22% 273M 2s 2024-08-22T20:35:53.6703937Z 140400K .......... .......... .......... .......... .......... 22% 294M 2s 2024-08-22T20:35:53.6705571Z 140450K .......... .......... .......... .......... .......... 22% 271M 2s 2024-08-22T20:35:53.6707034Z 140500K .......... .......... .......... .......... .......... 22% 299M 2s 2024-08-22T20:35:53.6709213Z 140550K .......... .......... .......... .......... .......... 22% 230M 2s 2024-08-22T20:35:53.6711001Z 140600K .......... .......... .......... .......... .......... 22% 292M 2s 2024-08-22T20:35:53.6712833Z 140650K .......... .......... .......... .......... .......... 22% 296M 2s 2024-08-22T20:35:53.6714454Z 140700K .......... .......... .......... .......... .......... 22% 252M 2s 2024-08-22T20:35:53.6716480Z 140750K .......... .......... .......... .......... .......... 22% 309M 2s 2024-08-22T20:35:53.6717850Z 140800K .......... .......... .......... .......... .......... 22% 263M 2s 2024-08-22T20:35:53.6719374Z 140850K .......... .......... .......... .......... .......... 22% 313M 2s 2024-08-22T20:35:53.6721253Z 140900K .......... .......... .......... .......... .......... 22% 312M 2s 2024-08-22T20:35:53.6723034Z 140950K .......... .......... .......... .......... .......... 22% 244M 2s 2024-08-22T20:35:53.6724668Z 141000K .......... .......... .......... .......... .......... 22% 287M 2s 2024-08-22T20:35:53.6726546Z 141050K .......... .......... .......... .......... .......... 22% 315M 2s 2024-08-22T20:35:53.6728218Z 141100K .......... .......... .......... .......... .......... 22% 257M 2s 2024-08-22T20:35:53.6729882Z 141150K .......... .......... .......... .......... .......... 22% 274M 2s 2024-08-22T20:35:53.6731471Z 141200K .......... .......... .......... .......... .......... 22% 304M 2s 2024-08-22T20:35:53.6733186Z 141250K .......... .......... .......... .......... .......... 22% 287M 2s 2024-08-22T20:35:53.6735146Z 141300K .......... .......... .......... .......... .......... 22% 269M 2s 2024-08-22T20:35:53.6736879Z 141350K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6738650Z 141400K .......... .......... .......... .......... .......... 22% 279M 2s 2024-08-22T20:35:53.6740445Z 141450K .......... .......... .......... .......... .......... 22% 283M 2s 2024-08-22T20:35:53.6742421Z 141500K .......... .......... .......... .......... .......... 22% 239M 2s 2024-08-22T20:35:53.6744115Z 141550K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6745796Z 141600K .......... .......... .......... .......... .......... 22% 290M 2s 2024-08-22T20:35:53.6747480Z 141650K .......... .......... .......... .......... .......... 22% 284M 2s 2024-08-22T20:35:53.6749969Z 141700K .......... .......... .......... .......... .......... 22% 225M 2s 2024-08-22T20:35:53.6751430Z 141750K .......... .......... .......... .......... .......... 22% 283M 2s 2024-08-22T20:35:53.6753196Z 141800K .......... .......... .......... .......... .......... 22% 289M 2s 2024-08-22T20:35:53.6754992Z 141850K .......... .......... .......... .......... .......... 22% 284M 2s 2024-08-22T20:35:53.6756869Z 141900K .......... .......... .......... .......... .......... 22% 237M 2s 2024-08-22T20:35:53.6758488Z 141950K .......... .......... .......... .......... .......... 22% 304M 2s 2024-08-22T20:35:53.6760234Z 142000K .......... .......... .......... .......... .......... 22% 272M 2s 2024-08-22T20:35:53.6762123Z 142050K .......... .......... .......... .......... .......... 22% 301M 2s 2024-08-22T20:35:53.6763822Z 142100K .......... .......... .......... .......... .......... 22% 285M 2s 2024-08-22T20:35:53.6765779Z 142150K .......... .......... .......... .......... .......... 22% 272M 2s 2024-08-22T20:35:53.6767632Z 142200K .......... .......... .......... .......... .......... 22% 241M 2s 2024-08-22T20:35:53.6769451Z 142250K .......... .......... .......... .......... .......... 22% 283M 2s 2024-08-22T20:35:53.6771029Z 142300K .......... .......... .......... .......... .......... 22% 299M 2s 2024-08-22T20:35:53.6772524Z 142350K .......... .......... .......... .......... .......... 22% 291M 2s 2024-08-22T20:35:53.6774553Z 142400K .......... .......... .......... .......... .......... 22% 289M 2s 2024-08-22T20:35:53.6776277Z 142450K .......... .......... .......... .......... .......... 22% 245M 2s 2024-08-22T20:35:53.6777945Z 142500K .......... .......... .......... .......... .......... 22% 276M 2s 2024-08-22T20:35:53.6779676Z 142550K .......... .......... .......... .......... .......... 22% 286M 2s 2024-08-22T20:35:53.6781344Z 142600K .......... .......... .......... .......... .......... 22% 290M 2s 2024-08-22T20:35:53.6783391Z 142650K .......... .......... .......... .......... .......... 22% 294M 2s 2024-08-22T20:35:53.6784987Z 142700K .......... .......... .......... .......... .......... 22% 256M 2s 2024-08-22T20:35:53.6786901Z 142750K .......... .......... .......... .......... .......... 22% 250M 2s 2024-08-22T20:35:53.6788707Z 142800K .......... .......... .......... .......... .......... 22% 275M 2s 2024-08-22T20:35:53.6790668Z 142850K .......... .......... .......... .......... .......... 22% 267M 2s 2024-08-22T20:35:53.6792619Z 142900K .......... .......... .......... .......... .......... 22% 236M 2s 2024-08-22T20:35:53.6794538Z 142950K .......... .......... .......... .......... .......... 22% 254M 2s 2024-08-22T20:35:53.6796823Z 143000K .......... .......... .......... .......... .......... 23% 248M 2s 2024-08-22T20:35:53.6798657Z 143050K .......... .......... .......... .......... .......... 23% 237M 2s 2024-08-22T20:35:53.6800493Z 143100K .......... .......... .......... .......... .......... 23% 258M 2s 2024-08-22T20:35:53.6802308Z 143150K .......... .......... .......... .......... .......... 23% 288M 2s 2024-08-22T20:35:53.6804129Z 143200K .......... .......... .......... .......... .......... 23% 291M 2s 2024-08-22T20:35:53.6805737Z 143250K .......... .......... .......... .......... .......... 23% 255M 2s 2024-08-22T20:35:53.6808029Z 143300K .......... .......... .......... .......... .......... 23% 225M 2s 2024-08-22T20:35:53.6809717Z 143350K .......... .......... .......... .......... .......... 23% 284M 2s 2024-08-22T20:35:53.6811547Z 143400K .......... .......... .......... .......... .......... 23% 269M 2s 2024-08-22T20:35:53.6813411Z 143450K .......... .......... .......... .......... .......... 23% 257M 2s 2024-08-22T20:35:53.6815517Z 143500K .......... .......... .......... .......... .......... 23% 231M 2s 2024-08-22T20:35:53.6817321Z 143550K .......... .......... .......... .......... .......... 23% 261M 2s 2024-08-22T20:35:53.6818979Z 143600K .......... .......... .......... .......... .......... 23% 295M 2s 2024-08-22T20:35:53.6820786Z 143650K .......... .......... .......... .......... .......... 23% 269M 2s 2024-08-22T20:35:53.6822622Z 143700K .......... .......... .......... .......... .......... 23% 278M 2s 2024-08-22T20:35:53.6824672Z 143750K .......... .......... .......... .......... .......... 23% 234M 2s 2024-08-22T20:35:53.6826742Z 143800K .......... .......... .......... .......... .......... 23% 237M 2s 2024-08-22T20:35:53.6828636Z 143850K .......... .......... .......... .......... .......... 23% 282M 2s 2024-08-22T20:35:53.6830538Z 143900K .......... .......... .......... .......... .......... 23% 244M 2s 2024-08-22T20:35:53.6832392Z 143950K .......... .......... .......... .......... .......... 23% 249M 2s 2024-08-22T20:35:53.6834313Z 144000K .......... .......... .......... .......... .......... 23% 264M 2s 2024-08-22T20:35:53.6836391Z 144050K .......... .......... .......... .......... .......... 23% 236M 2s 2024-08-22T20:35:53.6838045Z 144100K .......... .......... .......... .......... .......... 23% 277M 2s 2024-08-22T20:35:53.6840217Z 144150K .......... .......... .......... .......... .......... 23% 299M 2s 2024-08-22T20:35:53.6842030Z 144200K .......... .......... .......... .......... .......... 23% 219M 2s 2024-08-22T20:35:53.6843840Z 144250K .......... .......... .......... .......... .......... 23% 276M 2s 2024-08-22T20:35:53.6845806Z 144300K .......... .......... .......... .......... .......... 23% 235M 2s 2024-08-22T20:35:53.6847580Z 144350K .......... .......... .......... .......... .......... 23% 272M 2s 2024-08-22T20:35:53.6849393Z 144400K .......... .......... .......... .......... .......... 23% 267M 2s 2024-08-22T20:35:53.6851379Z 144450K .......... .......... .......... .......... .......... 23% 250M 2s 2024-08-22T20:35:53.6852980Z 144500K .......... .......... .......... .......... .......... 23% 282M 2s 2024-08-22T20:35:53.6854742Z 144550K .......... .......... .......... .......... .......... 23% 297M 2s 2024-08-22T20:35:53.6856682Z 144600K .......... .......... .......... .......... .......... 23% 244M 2s 2024-08-22T20:35:53.6858301Z 144650K .......... .......... .......... .......... .......... 23% 295M 2s 2024-08-22T20:35:53.6860329Z 144700K .......... .......... .......... .......... .......... 23% 268M 2s 2024-08-22T20:35:53.6862108Z 144750K .......... .......... .......... .......... .......... 23% 271M 2s 2024-08-22T20:35:53.6864271Z 144800K .......... .......... .......... .......... .......... 23% 275M 2s 2024-08-22T20:35:53.6865995Z 144850K .......... .......... .......... .......... .......... 23% 231M 2s 2024-08-22T20:35:53.6867471Z 144900K .......... .......... .......... .......... .......... 23% 293M 2s 2024-08-22T20:35:53.6869409Z 144950K .......... .......... .......... .......... .......... 23% 270M 2s 2024-08-22T20:35:53.6871418Z 145000K .......... .......... .......... .......... .......... 23% 255M 2s 2024-08-22T20:35:53.6873280Z 145050K .......... .......... .......... .......... .......... 23% 258M 2s 2024-08-22T20:35:53.6875390Z 145100K .......... .......... .......... .......... .......... 23% 233M 2s 2024-08-22T20:35:53.6877011Z 145150K .......... .......... .......... .......... .......... 23% 286M 2s 2024-08-22T20:35:53.6878941Z 145200K .......... .......... .......... .......... .......... 23% 262M 2s 2024-08-22T20:35:53.6881096Z 145250K .......... .......... .......... .......... .......... 23% 263M 2s 2024-08-22T20:35:53.6882604Z 145300K .......... .......... .......... .......... .......... 23% 255M 2s 2024-08-22T20:35:53.6884525Z 145350K .......... .......... .......... .......... .......... 23% 252M 2s 2024-08-22T20:35:53.6886703Z 145400K .......... .......... .......... .......... .......... 23% 220M 2s 2024-08-22T20:35:53.6888410Z 145450K .......... .......... .......... .......... .......... 23% 283M 2s 2024-08-22T20:35:53.6890276Z 145500K .......... .......... .......... .......... .......... 23% 290M 2s 2024-08-22T20:35:53.6892173Z 145550K .......... .......... .......... .......... .......... 23% 254M 2s 2024-08-22T20:35:53.6894454Z 145600K .......... .......... .......... .......... .......... 23% 252M 2s 2024-08-22T20:35:53.6896540Z 145650K .......... .......... .......... .......... .......... 23% 205M 2s 2024-08-22T20:35:53.6898187Z 145700K .......... .......... .......... .......... .......... 23% 265M 2s 2024-08-22T20:35:53.6899891Z 145750K .......... .......... .......... .......... .......... 23% 290M 2s 2024-08-22T20:35:53.6901756Z 145800K .......... .......... .......... .......... .......... 23% 301M 2s 2024-08-22T20:35:53.6903896Z 145850K .......... .......... .......... .......... .......... 23% 255M 2s 2024-08-22T20:35:53.6905733Z 145900K .......... .......... .......... .......... .......... 23% 218M 2s 2024-08-22T20:35:53.6907401Z 145950K .......... .......... .......... .......... .......... 23% 290M 2s 2024-08-22T20:35:53.6909340Z 146000K .......... .......... .......... .......... .......... 23% 263M 2s 2024-08-22T20:35:53.6911191Z 146050K .......... .......... .......... .......... .......... 23% 253M 2s 2024-08-22T20:35:53.6913252Z 146100K .......... .......... .......... .......... .......... 23% 271M 2s 2024-08-22T20:35:53.6915170Z 146150K .......... .......... .......... .......... .......... 23% 236M 2s 2024-08-22T20:35:53.6917016Z 146200K .......... .......... .......... .......... .......... 23% 260M 2s 2024-08-22T20:35:53.6918988Z 146250K .......... .......... .......... .......... .......... 23% 252M 2s 2024-08-22T20:35:53.6920768Z 146300K .......... .......... .......... .......... .......... 23% 266M 2s 2024-08-22T20:35:53.6922453Z 146350K .......... .......... .......... .......... .......... 23% 280M 2s 2024-08-22T20:35:53.6924403Z 146400K .......... .......... .......... .......... .......... 23% 276M 2s 2024-08-22T20:35:53.6926373Z 146450K .......... .......... .......... .......... .......... 23% 226M 2s 2024-08-22T20:35:53.6928016Z 146500K .......... .......... .......... .......... .......... 23% 288M 2s 2024-08-22T20:35:53.6929768Z 146550K .......... .......... .......... .......... .......... 23% 282M 2s 2024-08-22T20:35:53.6931602Z 146600K .......... .......... .......... .......... .......... 23% 280M 2s 2024-08-22T20:35:53.6933517Z 146650K .......... .......... .......... .......... .......... 23% 245M 2s 2024-08-22T20:35:53.6935453Z 146700K .......... .......... .......... .......... .......... 23% 257M 2s 2024-08-22T20:35:53.6937274Z 146750K .......... .......... .......... .......... .......... 23% 275M 2s 2024-08-22T20:35:53.6939117Z 146800K .......... .......... .......... .......... .......... 23% 275M 2s 2024-08-22T20:35:53.6941222Z 146850K .......... .......... .......... .......... .......... 23% 228M 2s 2024-08-22T20:35:53.6943246Z 146900K .......... .......... .......... .......... .......... 23% 249M 2s 2024-08-22T20:35:53.6944819Z 146950K .......... .......... .......... .......... .......... 23% 280M 2s 2024-08-22T20:35:53.6946778Z 147000K .......... .......... .......... .......... .......... 23% 255M 2s 2024-08-22T20:35:53.6948728Z 147050K .......... .......... .......... .......... .......... 23% 248M 2s 2024-08-22T20:35:53.6950613Z 147100K .......... .......... .......... .......... .......... 23% 264M 2s 2024-08-22T20:35:53.6952443Z 147150K .......... .......... .......... .......... .......... 23% 269M 2s 2024-08-22T20:35:53.6954615Z 147200K .......... .......... .......... .......... .......... 23% 230M 2s 2024-08-22T20:35:53.6956442Z 147250K .......... .......... .......... .......... .......... 23% 275M 2s 2024-08-22T20:35:53.6958320Z 147300K .......... .......... .......... .......... .......... 23% 254M 2s 2024-08-22T20:35:53.6960037Z 147350K .......... .......... .......... .......... .......... 23% 278M 2s 2024-08-22T20:35:53.6962330Z 147400K .......... .......... .......... .......... .......... 23% 276M 2s 2024-08-22T20:35:53.6963976Z 147450K .......... .......... .......... .......... .......... 23% 224M 2s 2024-08-22T20:35:53.6965799Z 147500K .......... .......... .......... .......... .......... 23% 264M 2s 2024-08-22T20:35:53.6967724Z 147550K .......... .......... .......... .......... .......... 23% 260M 2s 2024-08-22T20:35:53.6969301Z 147600K .......... .......... .......... .......... .......... 23% 290M 2s 2024-08-22T20:35:53.6971227Z 147650K .......... .......... .......... .......... .......... 23% 281M 2s 2024-08-22T20:35:53.6973125Z 147700K .......... .......... .......... .......... .......... 23% 238M 2s 2024-08-22T20:35:53.6974878Z 147750K .......... .......... .......... .......... .......... 23% 282M 2s 2024-08-22T20:35:53.6976777Z 147800K .......... .......... .......... .......... .......... 23% 265M 2s 2024-08-22T20:35:53.6978589Z 147850K .......... .......... .......... .......... .......... 23% 254M 2s 2024-08-22T20:35:53.6981009Z 147900K .......... .......... .......... .......... .......... 23% 224M 2s 2024-08-22T20:35:53.6982550Z 147950K .......... .......... .......... .......... .......... 23% 298M 2s 2024-08-22T20:35:53.6984103Z 148000K .......... .......... .......... .......... .......... 23% 282M 2s 2024-08-22T20:35:53.6986254Z 148050K .......... .......... .......... .......... .......... 23% 249M 2s 2024-08-22T20:35:53.6988077Z 148100K .......... .......... .......... .......... .......... 23% 302M 2s 2024-08-22T20:35:53.6990127Z 148150K .......... .......... .......... .......... .......... 23% 261M 2s 2024-08-22T20:35:53.6992011Z 148200K .......... .......... .......... .......... .......... 23% 216M 2s 2024-08-22T20:35:53.6994047Z 148250K .......... .......... .......... .......... .......... 23% 269M 2s 2024-08-22T20:35:53.6995530Z 148300K .......... .......... .......... .......... .......... 23% 258M 2s 2024-08-22T20:35:53.6997325Z 148350K .......... .......... .......... .......... .......... 23% 272M 2s 2024-08-22T20:35:53.6999590Z 148400K .......... .......... .......... .......... .......... 23% 231M 2s 2024-08-22T20:35:53.7001430Z 148450K .......... .......... .......... .......... .......... 23% 262M 2s 2024-08-22T20:35:53.7003359Z 148500K .......... .......... .......... .......... .......... 23% 275M 2s 2024-08-22T20:35:53.7005354Z 148550K .......... .......... .......... .......... .......... 23% 221M 2s 2024-08-22T20:35:53.7006989Z 148600K .......... .......... .......... .......... .......... 23% 287M 2s 2024-08-22T20:35:53.7008838Z 148650K .......... .......... .......... .......... .......... 23% 276M 2s 2024-08-22T20:35:53.7010812Z 148700K .......... .......... .......... .......... .......... 23% 253M 2s 2024-08-22T20:35:53.7012712Z 148750K .......... .......... .......... .......... .......... 23% 280M 2s 2024-08-22T20:35:53.7014552Z 148800K .......... .......... .......... .......... .......... 23% 241M 2s 2024-08-22T20:35:53.7016203Z 148850K .......... .......... .......... .......... .......... 23% 297M 2s 2024-08-22T20:35:53.7017940Z 148900K .......... .......... .......... .......... .......... 23% 277M 2s 2024-08-22T20:35:53.7019937Z 148950K .......... .......... .......... .......... .......... 23% 241M 2s 2024-08-22T20:35:53.7022086Z 149000K .......... .......... .......... .......... .......... 23% 286M 2s 2024-08-22T20:35:53.7023943Z 149050K .......... .......... .......... .......... .......... 23% 221M 2s 2024-08-22T20:35:53.7025728Z 149100K .......... .......... .......... .......... .......... 23% 270M 2s 2024-08-22T20:35:53.7027537Z 149150K .......... .......... .......... .......... .......... 23% 259M 2s 2024-08-22T20:35:53.7029391Z 149200K .......... .......... .......... .......... .......... 24% 266M 2s 2024-08-22T20:35:53.7031654Z 149250K .......... .......... .......... .......... .......... 24% 280M 2s 2024-08-22T20:35:53.7033397Z 149300K .......... .......... .......... .......... .......... 24% 227M 2s 2024-08-22T20:35:53.7035099Z 149350K .......... .......... .......... .......... .......... 24% 280M 2s 2024-08-22T20:35:53.7036789Z 149400K .......... .......... .......... .......... .......... 24% 281M 2s 2024-08-22T20:35:53.7038880Z 149450K .......... .......... .......... .......... .......... 24% 239M 2s 2024-08-22T20:35:53.7040494Z 149500K .......... .......... .......... .......... .......... 24% 281M 2s 2024-08-22T20:35:53.7042626Z 149550K .......... .......... .......... .......... .......... 24% 236M 2s 2024-08-22T20:35:53.7044331Z 149600K .......... .......... .......... .......... .......... 24% 296M 2s 2024-08-22T20:35:53.7046197Z 149650K .......... .......... .......... .......... .......... 24% 259M 2s 2024-08-22T20:35:53.7047853Z 149700K .......... .......... .......... .......... .......... 24% 282M 2s 2024-08-22T20:35:53.7050330Z 149750K .......... .......... .......... .......... .......... 24% 252M 2s 2024-08-22T20:35:53.7052045Z 149800K .......... .......... .......... .......... .......... 24% 231M 2s 2024-08-22T20:35:53.7053711Z 149850K .......... .......... .......... .......... .......... 24% 283M 2s 2024-08-22T20:35:53.7055511Z 149900K .......... .......... .......... .......... .......... 24% 253M 2s 2024-08-22T20:35:53.7057485Z 149950K .......... .......... .......... .......... .......... 24% 265M 2s 2024-08-22T20:35:53.7060120Z 150000K .......... .......... .......... .......... .......... 24% 240M 2s 2024-08-22T20:35:53.7061684Z 150050K .......... .......... .......... .......... .......... 24% 239M 2s 2024-08-22T20:35:53.7063417Z 150100K .......... .......... .......... .......... .......... 24% 265M 2s 2024-08-22T20:35:53.7065344Z 150150K .......... .......... .......... .......... .......... 24% 282M 2s 2024-08-22T20:35:53.7067394Z 150200K .......... .......... .......... .......... .......... 24% 227M 2s 2024-08-22T20:35:53.7069618Z 150250K .......... .......... .......... .......... .......... 24% 259M 2s 2024-08-22T20:35:53.7071337Z 150300K .......... .......... .......... .......... .......... 24% 225M 2s 2024-08-22T20:35:53.7073137Z 150350K .......... .......... .......... .......... .......... 24% 285M 2s 2024-08-22T20:35:53.7074991Z 150400K .......... .......... .......... .......... .......... 24% 235M 2s 2024-08-22T20:35:53.7076786Z 150450K .......... .......... .......... .......... .......... 24% 278M 2s 2024-08-22T20:35:53.7079088Z 150500K .......... .......... .......... .......... .......... 24% 230M 2s 2024-08-22T20:35:53.7080651Z 150550K .......... .......... .......... .......... .......... 24% 281M 2s 2024-08-22T20:35:53.7082416Z 150600K .......... .......... .......... .......... .......... 24% 291M 2s 2024-08-22T20:35:53.7084096Z 150650K .......... .......... .......... .......... .......... 24% 273M 2s 2024-08-22T20:35:53.7086024Z 150700K .......... .......... .......... .......... .......... 24% 252M 2s 2024-08-22T20:35:53.7087899Z 150750K .......... .......... .......... .......... .......... 24% 272M 2s 2024-08-22T20:35:53.7089630Z 150800K .......... .......... .......... .......... .......... 24% 272M 2s 2024-08-22T20:35:53.7091579Z 150850K .......... .......... .......... .......... .......... 24% 279M 2s 2024-08-22T20:35:53.7093596Z 150900K .......... .......... .......... .......... .......... 24% 233M 2s 2024-08-22T20:35:53.7095367Z 150950K .......... .......... .......... .......... .......... 24% 267M 2s 2024-08-22T20:35:53.7097350Z 151000K .......... .......... .......... .......... .......... 24% 253M 2s 2024-08-22T20:35:53.7098937Z 151050K .......... .......... .......... .......... .......... 24% 281M 2s 2024-08-22T20:35:53.7100744Z 151100K .......... .......... .......... .......... .......... 24% 286M 2s 2024-08-22T20:35:53.7102466Z 151150K .......... .......... .......... .......... .......... 24% 298M 2s 2024-08-22T20:35:53.7104159Z 151200K .......... .......... .......... .......... .......... 24% 266M 2s 2024-08-22T20:35:53.7106001Z 151250K .......... .......... .......... .......... .......... 24% 285M 2s 2024-08-22T20:35:53.7108232Z 151300K .......... .......... .......... .......... .......... 24% 221M 2s 2024-08-22T20:35:53.7110351Z 151350K .......... .......... .......... .......... .......... 24% 265M 2s 2024-08-22T20:35:53.7111942Z 151400K .......... .......... .......... .......... .......... 24% 248M 2s 2024-08-22T20:35:53.7113810Z 151450K .......... .......... .......... .......... .......... 24% 264M 2s 2024-08-22T20:35:53.7115723Z 151500K .......... .......... .......... .......... .......... 24% 249M 2s 2024-08-22T20:35:53.7117418Z 151550K .......... .......... .......... .......... .......... 24% 293M 2s 2024-08-22T20:35:53.7119114Z 151600K .......... .......... .......... .......... .......... 24% 293M 2s 2024-08-22T20:35:53.7120979Z 151650K .......... .......... .......... .......... .......... 24% 258M 2s 2024-08-22T20:35:53.7122791Z 151700K .......... .......... .......... .......... .......... 24% 270M 2s 2024-08-22T20:35:53.7125088Z 151750K .......... .......... .......... .......... .......... 24% 277M 2s 2024-08-22T20:35:53.7126653Z 151800K .......... .......... .......... .......... .......... 24% 231M 2s 2024-08-22T20:35:53.7128450Z 151850K .......... .......... .......... .......... .......... 24% 283M 2s 2024-08-22T20:35:53.7130170Z 151900K .......... .......... .......... .......... .......... 24% 274M 2s 2024-08-22T20:35:53.7132224Z 151950K .......... .......... .......... .......... .......... 24% 262M 2s 2024-08-22T20:35:53.7134124Z 152000K .......... .......... .......... .......... .......... 24% 233M 2s 2024-08-22T20:35:53.7135891Z 152050K .......... .......... .......... .......... .......... 24% 289M 2s 2024-08-22T20:35:53.7137830Z 152100K .......... .......... .......... .......... .......... 24% 263M 2s 2024-08-22T20:35:53.7139804Z 152150K .......... .......... .......... .......... .......... 24% 282M 2s 2024-08-22T20:35:53.7141449Z 152200K .......... .......... .......... .......... .......... 24% 232M 2s 2024-08-22T20:35:53.7143520Z 152250K .......... .......... .......... .......... .......... 24% 242M 2s 2024-08-22T20:35:53.7145487Z 152300K .......... .......... .......... .......... .......... 24% 263M 2s 2024-08-22T20:35:53.7147478Z 152350K .......... .......... .......... .......... .......... 24% 271M 2s 2024-08-22T20:35:53.7149320Z 152400K .......... .......... .......... .......... .......... 24% 242M 2s 2024-08-22T20:35:53.7151099Z 152450K .......... .......... .......... .......... .......... 24% 262M 2s 2024-08-22T20:35:53.7153150Z 152500K .......... .......... .......... .......... .......... 24% 271M 2s 2024-08-22T20:35:53.7154964Z 152550K .......... .......... .......... .......... .......... 24% 246M 2s 2024-08-22T20:35:53.7156630Z 152600K .......... .......... .......... .......... .......... 24% 284M 2s 2024-08-22T20:35:53.7158581Z 152650K .......... .......... .......... .......... .......... 24% 262M 2s 2024-08-22T20:35:53.7160418Z 152700K .......... .......... .......... .......... .......... 24% 247M 2s 2024-08-22T20:35:53.7162267Z 152750K .......... .......... .......... .......... .......... 24% 287M 2s 2024-08-22T20:35:53.7164091Z 152800K .......... .......... .......... .......... .......... 24% 239M 2s 2024-08-22T20:35:53.7165976Z 152850K .......... .......... .......... .......... .......... 24% 293M 2s 2024-08-22T20:35:53.7167529Z 152900K .......... .......... .......... .......... .......... 24% 295M 2s 2024-08-22T20:35:53.7169689Z 152950K .......... .......... .......... .......... .......... 24% 271M 2s 2024-08-22T20:35:53.7171224Z 153000K .......... .......... .......... .......... .......... 24% 246M 2s 2024-08-22T20:35:53.7173050Z 153050K .......... .......... .......... .......... .......... 24% 262M 2s 2024-08-22T20:35:53.7175016Z 153100K .......... .......... .......... .......... .......... 24% 275M 2s 2024-08-22T20:35:53.7177009Z 153150K .......... .......... .......... .......... .......... 24% 257M 2s 2024-08-22T20:35:53.7178691Z 153200K .......... .......... .......... .......... .......... 24% 246M 2s 2024-08-22T20:35:53.7180420Z 153250K .......... .......... .......... .......... .......... 24% 306M 2s 2024-08-22T20:35:53.7182005Z 153300K .......... .......... .......... .......... .......... 24% 291M 2s 2024-08-22T20:35:53.7183959Z 153350K .......... .......... .......... .......... .......... 24% 260M 2s 2024-08-22T20:35:53.7186052Z 153400K .......... .......... .......... .......... .......... 24% 231M 2s 2024-08-22T20:35:53.7188007Z 153450K .......... .......... .......... .......... .......... 24% 263M 2s 2024-08-22T20:35:53.7190010Z 153500K .......... .......... .......... .......... .......... 24% 238M 2s 2024-08-22T20:35:53.7191729Z 153550K .......... .......... .......... .......... .......... 24% 283M 2s 2024-08-22T20:35:53.7193949Z 153600K .......... .......... .......... .......... .......... 24% 248M 2s 2024-08-22T20:35:53.7195764Z 153650K .......... .......... .......... .......... .......... 24% 236M 2s 2024-08-22T20:35:53.7197544Z 153700K .......... .......... .......... .......... .......... 24% 279M 2s 2024-08-22T20:35:53.7199508Z 153750K .......... .......... .......... .......... .......... 24% 233M 2s 2024-08-22T20:35:53.7201420Z 153800K .......... .......... .......... .......... .......... 24% 272M 2s 2024-08-22T20:35:53.7203387Z 153850K .......... .......... .......... .......... .......... 24% 244M 2s 2024-08-22T20:35:53.7205460Z 153900K .......... .......... .......... .......... .......... 24% 265M 2s 2024-08-22T20:35:53.7207358Z 153950K .......... .......... .......... .......... .......... 24% 233M 2s 2024-08-22T20:35:53.7209292Z 154000K .......... .......... .......... .......... .......... 24% 252M 2s 2024-08-22T20:35:53.7211022Z 154050K .......... .......... .......... .......... .......... 24% 269M 2s 2024-08-22T20:35:53.7212975Z 154100K .......... .......... .......... .......... .......... 24% 273M 2s 2024-08-22T20:35:53.7214809Z 154150K .......... .......... .......... .......... .......... 24% 242M 2s 2024-08-22T20:35:53.7216580Z 154200K .......... .......... .......... .......... .......... 24% 286M 2s 2024-08-22T20:35:53.7218781Z 154250K .......... .......... .......... .......... .......... 24% 286M 2s 2024-08-22T20:35:53.7220522Z 154300K .......... .......... .......... .......... .......... 24% 225M 2s 2024-08-22T20:35:53.7222225Z 154350K .......... .......... .......... .......... .......... 24% 276M 2s 2024-08-22T20:35:53.7224106Z 154400K .......... .......... .......... .......... .......... 24% 254M 2s 2024-08-22T20:35:53.7225876Z 154450K .......... .......... .......... .......... .......... 24% 281M 2s 2024-08-22T20:35:53.7228334Z 154500K .......... .......... .......... .......... .......... 24% 291M 2s 2024-08-22T20:35:53.7230242Z 154550K .......... .......... .......... .......... .......... 24% 200M 2s 2024-08-22T20:35:53.7231880Z 154600K .......... .......... .......... .......... .......... 24% 267M 2s 2024-08-22T20:35:53.7233794Z 154650K .......... .......... .......... .......... .......... 24% 244M 2s 2024-08-22T20:35:53.7235498Z 154700K .......... .......... .......... .......... .......... 24% 285M 2s 2024-08-22T20:35:53.7237656Z 154750K .......... .......... .......... .......... .......... 24% 232M 2s 2024-08-22T20:35:53.7239286Z 154800K .......... .......... .......... .......... .......... 24% 295M 2s 2024-08-22T20:35:53.7241102Z 154850K .......... .......... .......... .......... .......... 24% 275M 2s 2024-08-22T20:35:53.7243179Z 154900K .......... .......... .......... .......... .......... 24% 242M 2s 2024-08-22T20:35:53.7244939Z 154950K .......... .......... .......... .......... .......... 24% 275M 2s 2024-08-22T20:35:53.7247198Z 155000K .......... .......... .......... .......... .......... 24% 226M 2s 2024-08-22T20:35:53.7248851Z 155050K .......... .......... .......... .......... .......... 24% 268M 2s 2024-08-22T20:35:53.7250695Z 155100K .......... .......... .......... .......... .......... 24% 309M 2s 2024-08-22T20:35:53.7252403Z 155150K .......... .......... .......... .......... .......... 24% 257M 2s 2024-08-22T20:35:53.7254194Z 155200K .......... .......... .......... .......... .......... 24% 273M 2s 2024-08-22T20:35:53.7256327Z 155250K .......... .......... .......... .......... .......... 24% 280M 2s 2024-08-22T20:35:53.7257999Z 155300K .......... .......... .......... .......... .......... 24% 223M 2s 2024-08-22T20:35:53.7259714Z 155350K .......... .......... .......... .......... .......... 24% 304M 2s 2024-08-22T20:35:53.7261339Z 155400K .......... .......... .......... .......... .......... 24% 299M 2s 2024-08-22T20:35:53.7263325Z 155450K .......... .......... .......... .......... .......... 25% 277M 2s 2024-08-22T20:35:53.7265047Z 155500K .......... .......... .......... .......... .......... 25% 257M 2s 2024-08-22T20:35:53.7266916Z 155550K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7268853Z 155600K .......... .......... .......... .......... .......... 25% 253M 2s 2024-08-22T20:35:53.7271013Z 155650K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7272841Z 155700K .......... .......... .......... .......... .......... 25% 238M 2s 2024-08-22T20:35:53.7274341Z 155750K .......... .......... .......... .......... .......... 25% 280M 2s 2024-08-22T20:35:53.7276300Z 155800K .......... .......... .......... .......... .......... 25% 268M 2s 2024-08-22T20:35:53.7278362Z 155850K .......... .......... .......... .......... .......... 25% 260M 2s 2024-08-22T20:35:53.7279980Z 155900K .......... .......... .......... .......... .......... 25% 270M 2s 2024-08-22T20:35:53.7281780Z 155950K .......... .......... .......... .......... .......... 25% 278M 2s 2024-08-22T20:35:53.7283633Z 156000K .......... .......... .......... .......... .......... 25% 257M 2s 2024-08-22T20:35:53.7285662Z 156050K .......... .......... .......... .......... .......... 25% 233M 2s 2024-08-22T20:35:53.7287336Z 156100K .......... .......... .......... .......... .......... 25% 290M 2s 2024-08-22T20:35:53.7289111Z 156150K .......... .......... .......... .......... .......... 25% 289M 2s 2024-08-22T20:35:53.7291213Z 156200K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7293100Z 156250K .......... .......... .......... .......... .......... 25% 231M 2s 2024-08-22T20:35:53.7295065Z 156300K .......... .......... .......... .......... .......... 25% 264M 2s 2024-08-22T20:35:53.7296953Z 156350K .......... .......... .......... .......... .......... 25% 259M 2s 2024-08-22T20:35:53.7298761Z 156400K .......... .......... .......... .......... .......... 25% 289M 2s 2024-08-22T20:35:53.7300467Z 156450K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7302592Z 156500K .......... .......... .......... .......... .......... 25% 238M 2s 2024-08-22T20:35:53.7304264Z 156550K .......... .......... .......... .......... .......... 25% 274M 2s 2024-08-22T20:35:53.7306282Z 156600K .......... .......... .......... .......... .......... 25% 270M 2s 2024-08-22T20:35:53.7308368Z 156650K .......... .......... .......... .......... .......... 25% 232M 2s 2024-08-22T20:35:53.7310086Z 156700K .......... .......... .......... .......... .......... 25% 255M 2s 2024-08-22T20:35:53.7311672Z 156750K .......... .......... .......... .......... .......... 25% 297M 2s 2024-08-22T20:35:53.7313784Z 156800K .......... .......... .......... .......... .......... 25% 253M 2s 2024-08-22T20:35:53.7315631Z 156850K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7317336Z 156900K .......... .......... .......... .......... .......... 25% 253M 2s 2024-08-22T20:35:53.7319118Z 156950K .......... .......... .......... .......... .......... 25% 302M 2s 2024-08-22T20:35:53.7321366Z 157000K .......... .......... .......... .......... .......... 25% 207M 2s 2024-08-22T20:35:53.7322990Z 157050K .......... .......... .......... .......... .......... 25% 306M 2s 2024-08-22T20:35:53.7324884Z 157100K .......... .......... .......... .......... .......... 25% 275M 2s 2024-08-22T20:35:53.7326559Z 157150K .......... .......... .......... .......... .......... 25% 262M 2s 2024-08-22T20:35:53.7328255Z 157200K .......... .......... .......... .......... .......... 25% 294M 2s 2024-08-22T20:35:53.7330378Z 157250K .......... .......... .......... .......... .......... 25% 238M 2s 2024-08-22T20:35:53.7332277Z 157300K .......... .......... .......... .......... .......... 25% 263M 2s 2024-08-22T20:35:53.7334121Z 157350K .......... .......... .......... .......... .......... 25% 262M 2s 2024-08-22T20:35:53.7335867Z 157400K .......... .......... .......... .......... .......... 25% 265M 2s 2024-08-22T20:35:53.7337683Z 157450K .......... .......... .......... .......... .......... 25% 268M 2s 2024-08-22T20:35:53.7339960Z 157500K .......... .......... .......... .......... .......... 25% 280M 2s 2024-08-22T20:35:53.7341769Z 157550K .......... .......... .......... .......... .......... 25% 223M 2s 2024-08-22T20:35:53.7343693Z 157600K .......... .......... .......... .......... .......... 25% 235M 2s 2024-08-22T20:35:53.7345664Z 157650K .......... .......... .......... .......... .......... 25% 251M 2s 2024-08-22T20:35:53.7347433Z 157700K .......... .......... .......... .......... .......... 25% 271M 2s 2024-08-22T20:35:53.7349437Z 157750K .......... .......... .......... .......... .......... 25% 252M 2s 2024-08-22T20:35:53.7351332Z 157800K .......... .......... .......... .......... .......... 25% 296M 2s 2024-08-22T20:35:53.7353002Z 157850K .......... .......... .......... .......... .......... 25% 254M 2s 2024-08-22T20:35:53.7354894Z 157900K .......... .......... .......... .......... .......... 25% 238M 2s 2024-08-22T20:35:53.7357206Z 157950K .......... .......... .......... .......... .......... 25% 281M 2s 2024-08-22T20:35:53.7358867Z 158000K .......... .......... .......... .......... .......... 25% 226M 2s 2024-08-22T20:35:53.7360755Z 158050K .......... .......... .......... .......... .......... 25% 264M 2s 2024-08-22T20:35:53.7362536Z 158100K .......... .......... .......... .......... .......... 25% 279M 2s 2024-08-22T20:35:53.7364365Z 158150K .......... .......... .......... .......... .......... 25% 293M 2s 2024-08-22T20:35:53.7365977Z 158200K .......... .......... .......... .......... .......... 25% 267M 2s 2024-08-22T20:35:53.7367905Z 158250K .......... .......... .......... .......... .......... 25% 261M 2s 2024-08-22T20:35:53.7370054Z 158300K .......... .......... .......... .......... .......... 25% 227M 2s 2024-08-22T20:35:53.7371775Z 158350K .......... .......... .......... .......... .......... 25% 289M 2s 2024-08-22T20:35:53.7373636Z 158400K .......... .......... .......... .......... .......... 25% 247M 2s 2024-08-22T20:35:53.7375615Z 158450K .......... .......... .......... .......... .......... 25% 260M 2s 2024-08-22T20:35:53.7377416Z 158500K .......... .......... .......... .......... .......... 25% 269M 2s 2024-08-22T20:35:53.7379430Z 158550K .......... .......... .......... .......... .......... 25% 246M 2s 2024-08-22T20:35:53.7381292Z 158600K .......... .......... .......... .......... .......... 25% 281M 2s 2024-08-22T20:35:53.7383198Z 158650K .......... .......... .......... .......... .......... 25% 231M 2s 2024-08-22T20:35:53.7384995Z 158700K .......... .......... .......... .......... .......... 25% 275M 2s 2024-08-22T20:35:53.7387106Z 158750K .......... .......... .......... .......... .......... 25% 228M 2s 2024-08-22T20:35:53.7388978Z 158800K .......... .......... .......... .......... .......... 25% 263M 2s 2024-08-22T20:35:53.7391050Z 158850K .......... .......... .......... .......... .......... 25% 236M 2s 2024-08-22T20:35:53.7392782Z 158900K .......... .......... .......... .......... .......... 25% 296M 2s 2024-08-22T20:35:53.7394523Z 158950K .......... .......... .......... .......... .......... 25% 287M 2s 2024-08-22T20:35:53.7396302Z 159000K .......... .......... .......... .......... .......... 25% 269M 2s 2024-08-22T20:35:53.7398280Z 159050K .......... .......... .......... .......... .......... 25% 249M 2s 2024-08-22T20:35:53.7400205Z 159100K .......... .......... .......... .......... .......... 25% 278M 2s 2024-08-22T20:35:53.7402203Z 159150K .......... .......... .......... .......... .......... 25% 229M 2s 2024-08-22T20:35:53.7403858Z 159200K .......... .......... .......... .......... .......... 25% 268M 2s 2024-08-22T20:35:53.7405532Z 159250K .......... .......... .......... .......... .......... 25% 292M 2s 2024-08-22T20:35:53.7407774Z 159300K .......... .......... .......... .......... .......... 25% 223M 2s 2024-08-22T20:35:53.7409554Z 159350K .......... .......... .......... .......... .......... 25% 298M 2s 2024-08-22T20:35:53.7411450Z 159400K .......... .......... .......... .......... .......... 25% 279M 2s 2024-08-22T20:35:53.7413252Z 159450K .......... .......... .......... .......... .......... 25% 233M 2s 2024-08-22T20:35:53.7414947Z 159500K .......... .......... .......... .......... .......... 25% 279M 2s 2024-08-22T20:35:53.7416964Z 159550K .......... .......... .......... .......... .......... 25% 246M 2s 2024-08-22T20:35:53.7418756Z 159600K .......... .......... .......... .......... .......... 25% 282M 2s 2024-08-22T20:35:53.7420478Z 159650K .......... .......... .......... .......... .......... 25% 285M 2s 2024-08-22T20:35:53.7422432Z 159700K .......... .......... .......... .......... .......... 25% 252M 2s 2024-08-22T20:35:53.7424505Z 159750K .......... .......... .......... .......... .......... 25% 262M 2s 2024-08-22T20:35:53.7426415Z 159800K .......... .......... .......... .......... .......... 25% 255M 2s 2024-08-22T20:35:53.7428027Z 159850K .......... .......... .......... .......... .......... 25% 280M 2s 2024-08-22T20:35:53.7430160Z 159900K .......... .......... .......... .......... .......... 25% 220M 2s 2024-08-22T20:35:53.7431961Z 159950K .......... .......... .......... .......... .......... 25% 272M 2s 2024-08-22T20:35:53.7433670Z 160000K .......... .......... .......... .......... .......... 25% 291M 2s 2024-08-22T20:35:53.7435693Z 160050K .......... .......... .......... .......... .......... 25% 243M 2s 2024-08-22T20:35:53.7437660Z 160100K .......... .......... .......... .......... .......... 25% 267M 2s 2024-08-22T20:35:53.7439220Z 160150K .......... .......... .......... .......... .......... 25% 288M 2s 2024-08-22T20:35:53.7441070Z 160200K .......... .......... .......... .......... .......... 25% 247M 2s 2024-08-22T20:35:53.7442720Z 160250K .......... .......... .......... .......... .......... 25% 296M 2s 2024-08-22T20:35:53.7444755Z 160300K .......... .......... .......... .......... .......... 25% 262M 2s 2024-08-22T20:35:53.7446395Z 160350K .......... .......... .......... .......... .......... 25% 270M 2s 2024-08-22T20:35:53.7448385Z 160400K .......... .......... .......... .......... .......... 25% 268M 2s 2024-08-22T20:35:53.7450244Z 160450K .......... .......... .......... .......... .......... 25% 245M 2s 2024-08-22T20:35:53.7452122Z 160500K .......... .......... .......... .......... .......... 25% 289M 2s 2024-08-22T20:35:53.7453877Z 160550K .......... .......... .......... .......... .......... 25% 251M 2s 2024-08-22T20:35:53.7455577Z 160600K .......... .......... .......... .......... .......... 25% 273M 2s 2024-08-22T20:35:53.7457344Z 160650K .......... .......... .......... .......... .......... 25% 296M 2s 2024-08-22T20:35:53.7459377Z 160700K .......... .......... .......... .......... .......... 25% 240M 2s 2024-08-22T20:35:53.7461123Z 160750K .......... .......... .......... .......... .......... 25% 271M 2s 2024-08-22T20:35:53.7463091Z 160800K .......... .......... .......... .......... .......... 25% 254M 2s 2024-08-22T20:35:53.7464917Z 160850K .......... .......... .......... .......... .......... 25% 271M 2s 2024-08-22T20:35:53.7466915Z 160900K .......... .......... .......... .......... .......... 25% 265M 2s 2024-08-22T20:35:53.7469087Z 160950K .......... .......... .......... .......... .......... 25% 215M 2s 2024-08-22T20:35:53.7470942Z 161000K .......... .......... .......... .......... .......... 25% 251M 2s 2024-08-22T20:35:53.7473149Z 161050K .......... .......... .......... .......... .......... 25% 243M 2s 2024-08-22T20:35:53.7474827Z 161100K .......... .......... .......... .......... .......... 25% 257M 2s 2024-08-22T20:35:53.7476903Z 161150K .......... .......... .......... .......... .......... 25% 276M 2s 2024-08-22T20:35:53.7478653Z 161200K .......... .......... .......... .......... .......... 25% 244M 2s 2024-08-22T20:35:53.7480430Z 161250K .......... .......... .......... .......... .......... 25% 279M 2s 2024-08-22T20:35:53.7482155Z 161300K .......... .......... .......... .......... .......... 25% 263M 2s 2024-08-22T20:35:53.7483915Z 161350K .......... .......... .......... .......... .......... 25% 302M 2s 2024-08-22T20:35:53.7485940Z 161400K .......... .......... .......... .......... .......... 25% 280M 2s 2024-08-22T20:35:53.7487516Z 161450K .......... .......... .......... .......... .......... 25% 252M 2s 2024-08-22T20:35:53.7489659Z 161500K .......... .......... .......... .......... .......... 25% 284M 2s 2024-08-22T20:35:53.7491365Z 161550K .......... .......... .......... .......... .......... 25% 231M 2s 2024-08-22T20:35:53.7493117Z 161600K .......... .......... .......... .......... .......... 25% 281M 2s 2024-08-22T20:35:53.7495077Z 161650K .......... .......... .......... .......... .......... 26% 268M 2s 2024-08-22T20:35:53.7497092Z 161700K .......... .......... .......... .......... .......... 26% 270M 2s 2024-08-22T20:35:53.7498978Z 161750K .......... .......... .......... .......... .......... 26% 274M 2s 2024-08-22T20:35:53.7500702Z 161800K .......... .......... .......... .......... .......... 26% 226M 2s 2024-08-22T20:35:53.7502329Z 161850K .......... .......... .......... .......... .......... 26% 288M 2s 2024-08-22T20:35:53.7504285Z 161900K .......... .......... .......... .......... .......... 26% 274M 2s 2024-08-22T20:35:53.7506248Z 161950K .......... .......... .......... .......... .......... 26% 237M 2s 2024-08-22T20:35:53.7508069Z 162000K .......... .......... .......... .......... .......... 26% 295M 2s 2024-08-22T20:35:53.7509839Z 162050K .......... .......... .......... .......... .......... 26% 248M 2s 2024-08-22T20:35:53.7512053Z 162100K .......... .......... .......... .......... .......... 26% 219M 2s 2024-08-22T20:35:53.7513815Z 162150K .......... .......... .......... .......... .......... 26% 283M 2s 2024-08-22T20:35:53.7515496Z 162200K .......... .......... .......... .......... .......... 26% 277M 2s 2024-08-22T20:35:53.7517478Z 162250K .......... .......... .......... .......... .......... 26% 268M 2s 2024-08-22T20:35:53.7519104Z 162300K .......... .......... .......... .......... .......... 26% 277M 2s 2024-08-22T20:35:53.7521175Z 162350K .......... .......... .......... .......... .......... 26% 236M 2s 2024-08-22T20:35:53.7522854Z 162400K .......... .......... .......... .......... .......... 26% 291M 2s 2024-08-22T20:35:53.7524851Z 162450K .......... .......... .......... .......... .......... 26% 252M 2s 2024-08-22T20:35:53.7526531Z 162500K .......... .......... .......... .......... .......... 26% 282M 2s 2024-08-22T20:35:53.7528702Z 162550K .......... .......... .......... .......... .......... 26% 282M 2s 2024-08-22T20:35:53.7530435Z 162600K .......... .......... .......... .......... .......... 26% 223M 2s 2024-08-22T20:35:53.7532073Z 162650K .......... .......... .......... .......... .......... 26% 296M 2s 2024-08-22T20:35:53.7534031Z 162700K .......... .......... .......... .......... .......... 26% 261M 2s 2024-08-22T20:35:53.7535914Z 162750K .......... .......... .......... .......... .......... 26% 265M 2s 2024-08-22T20:35:53.7538068Z 162800K .......... .......... .......... .......... .......... 26% 281M 2s 2024-08-22T20:35:53.7539746Z 162850K .......... .......... .......... .......... .......... 26% 219M 2s 2024-08-22T20:35:53.7541509Z 162900K .......... .......... .......... .......... .......... 26% 285M 2s 2024-08-22T20:35:53.7543289Z 162950K .......... .......... .......... .......... .......... 26% 282M 2s 2024-08-22T20:35:53.7545050Z 163000K .......... .......... .......... .......... .......... 26% 267M 2s 2024-08-22T20:35:53.7547193Z 163050K .......... .......... .......... .......... .......... 26% 294M 2s 2024-08-22T20:35:53.7549063Z 163100K .......... .......... .......... .......... .......... 26% 210M 2s 2024-08-22T20:35:53.7550965Z 163150K .......... .......... .......... .......... .......... 26% 268M 2s 2024-08-22T20:35:53.7552543Z 163200K .......... .......... .......... .......... .......... 26% 287M 2s 2024-08-22T20:35:53.7554803Z 163250K .......... .......... .......... .......... .......... 26% 284M 2s 2024-08-22T20:35:53.7556474Z 163300K .......... .......... .......... .......... .......... 26% 227M 2s 2024-08-22T20:35:53.7558297Z 163350K .......... .......... .......... .......... .......... 26% 269M 2s 2024-08-22T20:35:53.7560077Z 163400K .......... .......... .......... .......... .......... 26% 283M 2s 2024-08-22T20:35:53.7562170Z 163450K .......... .......... .......... .......... .......... 26% 241M 2s 2024-08-22T20:35:53.7563743Z 163500K .......... .......... .......... .......... .......... 26% 279M 2s 2024-08-22T20:35:53.7566035Z 163550K .......... .......... .......... .......... .......... 26% 276M 2s 2024-08-22T20:35:53.7567696Z 163600K .......... .......... .......... .......... .......... 26% 235M 2s 2024-08-22T20:35:53.7569661Z 163650K .......... .......... .......... .......... .......... 26% 271M 2s 2024-08-22T20:35:53.7571408Z 163700K .......... .......... .......... .......... .......... 26% 241M 2s 2024-08-22T20:35:53.7573148Z 163750K .......... .......... .......... .......... .......... 26% 279M 2s 2024-08-22T20:35:53.7575449Z 163800K .......... .......... .......... .......... .......... 26% 268M 2s 2024-08-22T20:35:53.7577074Z 163850K .......... .......... .......... .......... .......... 26% 242M 2s 2024-08-22T20:35:53.7578922Z 163900K .......... .......... .......... .......... .......... 26% 261M 2s 2024-08-22T20:35:53.7580772Z 163950K .......... .......... .......... .......... .......... 26% 254M 2s 2024-08-22T20:35:53.7582919Z 164000K .......... .......... .......... .......... .......... 26% 298M 2s 2024-08-22T20:35:53.7584531Z 164050K .......... .......... .......... .......... .......... 26% 230M 2s 2024-08-22T20:35:53.7586352Z 164100K .......... .......... .......... .......... .......... 26% 294M 2s 2024-08-22T20:35:53.7588239Z 164150K .......... .......... .......... .......... .......... 26% 252M 2s 2024-08-22T20:35:53.7590166Z 164200K .......... .......... .......... .......... .......... 26% 254M 2s 2024-08-22T20:35:53.7591908Z 164250K .......... .......... .......... .......... .......... 26% 275M 2s 2024-08-22T20:35:53.7593954Z 164300K .......... .......... .......... .......... .......... 26% 241M 2s 2024-08-22T20:35:53.7595576Z 164350K .......... .......... .......... .......... .......... 26% 284M 2s 2024-08-22T20:35:53.7597461Z 164400K .......... .......... .......... .......... .......... 26% 270M 2s 2024-08-22T20:35:53.7599192Z 164450K .......... .......... .......... .......... .......... 26% 271M 2s 2024-08-22T20:35:53.7601145Z 164500K .......... .......... .......... .......... .......... 26% 252M 2s 2024-08-22T20:35:53.7602881Z 164550K .......... .......... .......... .......... .......... 26% 275M 2s 2024-08-22T20:35:53.7605104Z 164600K .......... .......... .......... .......... .......... 26% 242M 2s 2024-08-22T20:35:53.7607018Z 164650K .......... .......... .......... .......... .......... 26% 263M 2s 2024-08-22T20:35:53.7608696Z 164700K .......... .......... .......... .......... .......... 26% 259M 2s 2024-08-22T20:35:53.7610350Z 164750K .......... .......... .......... .......... .......... 26% 292M 2s 2024-08-22T20:35:53.7612179Z 164800K .......... .......... .......... .......... .......... 26% 261M 2s 2024-08-22T20:35:53.7614139Z 164850K .......... .......... .......... .......... .......... 26% 283M 2s 2024-08-22T20:35:53.7616109Z 164900K .......... .......... .......... .......... .......... 26% 276M 2s 2024-08-22T20:35:53.7617714Z 164950K .......... .......... .......... .......... .......... 26% 238M 2s 2024-08-22T20:35:53.7619721Z 165000K .......... .......... .......... .......... .......... 26% 314M 2s 2024-08-22T20:35:53.7621259Z 165050K .......... .......... .......... .......... .......... 26% 245M 2s 2024-08-22T20:35:53.7622979Z 165100K .......... .......... .......... .......... .......... 26% 303M 2s 2024-08-22T20:35:53.7624621Z 165150K .......... .......... .......... .......... .......... 26% 294M 2s 2024-08-22T20:35:53.7626603Z 165200K .......... .......... .......... .......... .......... 26% 286M 2s 2024-08-22T20:35:53.7628453Z 165250K .......... .......... .......... .......... .......... 26% 241M 2s 2024-08-22T20:35:53.7630332Z 165300K .......... .......... .......... .......... .......... 26% 258M 2s 2024-08-22T20:35:53.7632007Z 165350K .......... .......... .......... .......... .......... 26% 273M 2s 2024-08-22T20:35:53.7634092Z 165400K .......... .......... .......... .......... .......... 26% 289M 2s 2024-08-22T20:35:53.7635756Z 165450K .......... .......... .......... .......... .......... 26% 243M 2s 2024-08-22T20:35:53.7637570Z 165500K .......... .......... .......... .......... .......... 26% 265M 2s 2024-08-22T20:35:53.7639676Z 165550K .......... .......... .......... .......... .......... 26% 258M 2s 2024-08-22T20:35:53.7641852Z 165600K .......... .......... .......... .......... .......... 26% 262M 2s 2024-08-22T20:35:53.7643209Z 165650K .......... .......... .......... .......... .......... 26% 254M 2s 2024-08-22T20:35:53.7644987Z 165700K .......... .......... .......... .......... .......... 26% 303M 2s 2024-08-22T20:35:53.7646605Z 165750K .......... .......... .......... .......... .......... 26% 290M 2s 2024-08-22T20:35:53.7648255Z 165800K .......... .......... .......... .......... .......... 26% 294M 2s 2024-08-22T20:35:53.7650070Z 165850K .......... .......... .......... .......... .......... 26% 250M 2s 2024-08-22T20:35:53.7651784Z 165900K .......... .......... .......... .......... .......... 26% 315M 2s 2024-08-22T20:35:53.7653712Z 165950K .......... .......... .......... .......... .......... 26% 266M 2s 2024-08-22T20:35:53.7655301Z 166000K .......... .......... .......... .......... .......... 26% 270M 2s 2024-08-22T20:35:53.7656863Z 166050K .......... .......... .......... .......... .......... 26% 307M 2s 2024-08-22T20:35:53.7658729Z 166100K .......... .......... .......... .......... .......... 26% 274M 2s 2024-08-22T20:35:53.7660481Z 166150K .......... .......... .......... .......... .......... 26% 272M 2s 2024-08-22T20:35:53.7662157Z 166200K .......... .......... .......... .......... .......... 26% 286M 2s 2024-08-22T20:35:53.7664044Z 166250K .......... .......... .......... .......... .......... 26% 272M 2s 2024-08-22T20:35:53.7665729Z 166300K .......... .......... .......... .......... .......... 26% 278M 2s 2024-08-22T20:35:53.7667725Z 166350K .......... .......... .......... .......... .......... 26% 257M 2s 2024-08-22T20:35:53.7669758Z 166400K .......... .......... .......... .......... .......... 26% 247M 2s 2024-08-22T20:35:53.7671668Z 166450K .......... .......... .......... .......... .......... 26% 279M 2s 2024-08-22T20:35:53.7673403Z 166500K .......... .......... .......... .......... .......... 26% 284M 2s 2024-08-22T20:35:53.7675023Z 166550K .......... .......... .......... .......... .......... 26% 253M 2s 2024-08-22T20:35:53.7676849Z 166600K .......... .......... .......... .......... .......... 26% 291M 2s 2024-08-22T20:35:53.7678583Z 166650K .......... .......... .......... .......... .......... 26% 273M 2s 2024-08-22T20:35:53.7680470Z 166700K .......... .......... .......... .......... .......... 26% 249M 2s 2024-08-22T20:35:53.7682260Z 166750K .......... .......... .......... .......... .......... 26% 277M 2s 2024-08-22T20:35:53.7684373Z 166800K .......... .......... .......... .......... .......... 26% 247M 2s 2024-08-22T20:35:53.7686044Z 166850K .......... .......... .......... .......... .......... 26% 285M 2s 2024-08-22T20:35:53.7688008Z 166900K .......... .......... .......... .......... .......... 26% 256M 2s 2024-08-22T20:35:53.7689688Z 166950K .......... .......... .......... .......... .......... 26% 273M 2s 2024-08-22T20:35:53.7691819Z 167000K .......... .......... .......... .......... .......... 26% 289M 2s 2024-08-22T20:35:53.7693747Z 167050K .......... .......... .......... .......... .......... 26% 225M 2s 2024-08-22T20:35:53.7695506Z 167100K .......... .......... .......... .......... .......... 26% 291M 2s 2024-08-22T20:35:53.7697168Z 167150K .......... .......... .......... .......... .......... 26% 250M 2s 2024-08-22T20:35:53.7699045Z 167200K .......... .......... .......... .......... .......... 26% 262M 2s 2024-08-22T20:35:53.7700761Z 167250K .......... .......... .......... .......... .......... 26% 287M 2s 2024-08-22T20:35:53.7702543Z 167300K .......... .......... .......... .......... .......... 26% 275M 2s 2024-08-22T20:35:53.7704532Z 167350K .......... .......... .......... .......... .......... 26% 246M 2s 2024-08-22T20:35:53.7706467Z 167400K .......... .......... .......... .......... .......... 26% 272M 2s 2024-08-22T20:35:53.7708172Z 167450K .......... .......... .......... .......... .......... 26% 252M 2s 2024-08-22T20:35:53.7710262Z 167500K .......... .......... .......... .......... .......... 26% 254M 2s 2024-08-22T20:35:53.7712300Z 167550K .......... .......... .......... .......... .......... 26% 242M 2s 2024-08-22T20:35:53.7713761Z 167600K .......... .......... .......... .......... .......... 26% 295M 2s 2024-08-22T20:35:53.7715676Z 167650K .......... .......... .......... .......... .......... 26% 259M 2s 2024-08-22T20:35:53.7717747Z 167700K .......... .......... .......... .......... .......... 26% 260M 2s 2024-08-22T20:35:53.7719621Z 167750K .......... .......... .......... .......... .......... 26% 260M 2s 2024-08-22T20:35:53.7721428Z 167800K .......... .......... .......... .......... .......... 26% 242M 2s 2024-08-22T20:35:53.7723273Z 167850K .......... .......... .......... .......... .......... 27% 282M 2s 2024-08-22T20:35:53.7725518Z 167900K .......... .......... .......... .......... .......... 27% 224M 2s 2024-08-22T20:35:53.7727444Z 167950K .......... .......... .......... .......... .......... 27% 268M 2s 2024-08-22T20:35:53.7728838Z 168000K .......... .......... .......... .......... .......... 27% 291M 2s 2024-08-22T20:35:53.7730595Z 168050K .......... .......... .......... .......... .......... 27% 283M 2s 2024-08-22T20:35:53.7732378Z 168100K .......... .......... .......... .......... .......... 27% 283M 2s 2024-08-22T20:35:53.7734636Z 168150K .......... .......... .......... .......... .......... 27% 269M 2s 2024-08-22T20:35:53.7736398Z 168200K .......... .......... .......... .......... .......... 27% 213M 2s 2024-08-22T20:35:53.7738296Z 168250K .......... .......... .......... .......... .......... 27% 278M 2s 2024-08-22T20:35:53.7739950Z 168300K .......... .......... .......... .......... .......... 27% 281M 2s 2024-08-22T20:35:53.7741827Z 168350K .......... .......... .......... .......... .......... 27% 269M 2s 2024-08-22T20:35:53.7744022Z 168400K .......... .......... .......... .......... .......... 27% 258M 2s 2024-08-22T20:35:53.7745826Z 168450K .......... .......... .......... .......... .......... 27% 227M 2s 2024-08-22T20:35:53.7747660Z 168500K .......... .......... .......... .......... .......... 27% 268M 2s 2024-08-22T20:35:53.7749825Z 168550K .......... .......... .......... .......... .......... 27% 236M 2s 2024-08-22T20:35:53.7751367Z 168600K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7753301Z 168650K .......... .......... .......... .......... .......... 27% 273M 2s 2024-08-22T20:35:53.7755177Z 168700K .......... .......... .......... .......... .......... 27% 237M 2s 2024-08-22T20:35:53.7757175Z 168750K .......... .......... .......... .......... .......... 27% 291M 2s 2024-08-22T20:35:53.7758932Z 168800K .......... .......... .......... .......... .......... 27% 236M 2s 2024-08-22T20:35:53.7760730Z 168850K .......... .......... .......... .......... .......... 27% 298M 2s 2024-08-22T20:35:53.7762461Z 168900K .......... .......... .......... .......... .......... 27% 288M 2s 2024-08-22T20:35:53.7764515Z 168950K .......... .......... .......... .......... .......... 27% 221M 2s 2024-08-22T20:35:53.7766448Z 169000K .......... .......... .......... .......... .......... 27% 293M 2s 2024-08-22T20:35:53.7768166Z 169050K .......... .......... .......... .......... .......... 27% 262M 2s 2024-08-22T20:35:53.7769898Z 169100K .......... .......... .......... .......... .......... 27% 265M 2s 2024-08-22T20:35:53.7771950Z 169150K .......... .......... .......... .......... .......... 27% 245M 2s 2024-08-22T20:35:53.7773798Z 169200K .......... .......... .......... .......... .......... 27% 279M 2s 2024-08-22T20:35:53.7775443Z 169250K .......... .......... .......... .......... .......... 27% 281M 2s 2024-08-22T20:35:53.7777270Z 169300K .......... .......... .......... .......... .......... 27% 256M 2s 2024-08-22T20:35:53.7779073Z 169350K .......... .......... .......... .......... .......... 27% 277M 2s 2024-08-22T20:35:53.7780745Z 169400K .......... .......... .......... .......... .......... 27% 286M 2s 2024-08-22T20:35:53.7782779Z 169450K .......... .......... .......... .......... .......... 27% 233M 2s 2024-08-22T20:35:53.7784900Z 169500K .......... .......... .......... .......... .......... 27% 309M 2s 2024-08-22T20:35:53.7786579Z 169550K .......... .......... .......... .......... .......... 27% 228M 2s 2024-08-22T20:35:53.7788214Z 169600K .......... .......... .......... .......... .......... 27% 296M 2s 2024-08-22T20:35:53.7790284Z 169650K .......... .......... .......... .......... .......... 27% 230M 2s 2024-08-22T20:35:53.7792094Z 169700K .......... .......... .......... .......... .......... 27% 285M 2s 2024-08-22T20:35:53.7793929Z 169750K .......... .......... .......... .......... .......... 27% 292M 2s 2024-08-22T20:35:53.7795540Z 169800K .......... .......... .......... .......... .......... 27% 262M 2s 2024-08-22T20:35:53.7797280Z 169850K .......... .......... .......... .......... .......... 27% 297M 2s 2024-08-22T20:35:53.7799201Z 169900K .......... .......... .......... .......... .......... 27% 246M 2s 2024-08-22T20:35:53.7800940Z 169950K .......... .......... .......... .......... .......... 27% 295M 2s 2024-08-22T20:35:53.7802598Z 170000K .......... .......... .......... .......... .......... 27% 289M 2s 2024-08-22T20:35:53.7804297Z 170050K .......... .......... .......... .......... .......... 27% 267M 2s 2024-08-22T20:35:53.7805953Z 170100K .......... .......... .......... .......... .......... 27% 308M 2s 2024-08-22T20:35:53.7808019Z 170150K .......... .......... .......... .......... .......... 27% 293M 2s 2024-08-22T20:35:53.7809597Z 170200K .......... .......... .......... .......... .......... 27% 242M 2s 2024-08-22T20:35:53.7811596Z 170250K .......... .......... .......... .......... .......... 27% 259M 2s 2024-08-22T20:35:53.7813410Z 170300K .......... .......... .......... .......... .......... 27% 285M 2s 2024-08-22T20:35:53.7815524Z 170350K .......... .......... .......... .......... .......... 27% 266M 2s 2024-08-22T20:35:53.7817171Z 170400K .......... .......... .......... .......... .......... 27% 236M 2s 2024-08-22T20:35:53.7818848Z 170450K .......... .......... .......... .......... .......... 27% 291M 2s 2024-08-22T20:35:53.7820667Z 170500K .......... .......... .......... .......... .......... 27% 272M 2s 2024-08-22T20:35:53.7822979Z 170550K .......... .......... .......... .......... .......... 27% 245M 2s 2024-08-22T20:35:53.7824564Z 170600K .......... .......... .......... .......... .......... 27% 252M 2s 2024-08-22T20:35:53.7826341Z 170650K .......... .......... .......... .......... .......... 27% 279M 2s 2024-08-22T20:35:53.7828296Z 170700K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7830514Z 170750K .......... .......... .......... .......... .......... 27% 241M 2s 2024-08-22T20:35:53.7832355Z 170800K .......... .......... .......... .......... .......... 27% 226M 2s 2024-08-22T20:35:53.7833952Z 170850K .......... .......... .......... .......... .......... 27% 279M 2s 2024-08-22T20:35:53.7835542Z 170900K .......... .......... .......... .......... .......... 27% 301M 2s 2024-08-22T20:35:53.7837388Z 170950K .......... .......... .......... .......... .......... 27% 289M 2s 2024-08-22T20:35:53.7839334Z 171000K .......... .......... .......... .......... .......... 27% 246M 2s 2024-08-22T20:35:53.7841217Z 171050K .......... .......... .......... .......... .......... 27% 313M 2s 2024-08-22T20:35:53.7842862Z 171100K .......... .......... .......... .......... .......... 27% 244M 2s 2024-08-22T20:35:53.7844503Z 171150K .......... .......... .......... .......... .......... 27% 278M 2s 2024-08-22T20:35:53.7846300Z 171200K .......... .......... .......... .......... .......... 27% 294M 2s 2024-08-22T20:35:53.7848239Z 171250K .......... .......... .......... .......... .......... 27% 247M 2s 2024-08-22T20:35:53.7850336Z 171300K .......... .......... .......... .......... .......... 27% 245M 2s 2024-08-22T20:35:53.7851975Z 171350K .......... .......... .......... .......... .......... 27% 274M 2s 2024-08-22T20:35:53.7853850Z 171400K .......... .......... .......... .......... .......... 27% 274M 2s 2024-08-22T20:35:53.7855863Z 171450K .......... .......... .......... .......... .......... 27% 263M 2s 2024-08-22T20:35:53.7857556Z 171500K .......... .......... .......... .......... .......... 27% 252M 2s 2024-08-22T20:35:53.7859526Z 171550K .......... .......... .......... .......... .......... 27% 270M 2s 2024-08-22T20:35:53.7861105Z 171600K .......... .......... .......... .......... .......... 27% 277M 2s 2024-08-22T20:35:53.7862725Z 171650K .......... .......... .......... .......... .......... 27% 309M 2s 2024-08-22T20:35:53.7864450Z 171700K .......... .......... .......... .......... .......... 27% 278M 2s 2024-08-22T20:35:53.7866448Z 171750K .......... .......... .......... .......... .......... 27% 260M 2s 2024-08-22T20:35:53.7868829Z 171800K .......... .......... .......... .......... .......... 27% 260M 2s 2024-08-22T20:35:53.7870556Z 171850K .......... .......... .......... .......... .......... 27% 208M 2s 2024-08-22T20:35:53.7872631Z 171900K .......... .......... .......... .......... .......... 27% 278M 2s 2024-08-22T20:35:53.7874099Z 171950K .......... .......... .......... .......... .......... 27% 273M 2s 2024-08-22T20:35:53.7876075Z 172000K .......... .......... .......... .......... .......... 27% 269M 2s 2024-08-22T20:35:53.7878137Z 172050K .......... .......... .......... .......... .......... 27% 232M 2s 2024-08-22T20:35:53.7879711Z 172100K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7881389Z 172150K .......... .......... .......... .......... .......... 27% 293M 2s 2024-08-22T20:35:53.7883270Z 172200K .......... .......... .......... .......... .......... 27% 282M 2s 2024-08-22T20:35:53.7885178Z 172250K .......... .......... .......... .......... .......... 27% 248M 2s 2024-08-22T20:35:53.7887220Z 172300K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7889001Z 172350K .......... .......... .......... .......... .......... 27% 226M 2s 2024-08-22T20:35:53.7890786Z 172400K .......... .......... .......... .......... .......... 27% 289M 2s 2024-08-22T20:35:53.7892728Z 172450K .......... .......... .......... .......... .......... 27% 234M 2s 2024-08-22T20:35:53.7894764Z 172500K .......... .......... .......... .......... .......... 27% 267M 2s 2024-08-22T20:35:53.7896905Z 172550K .......... .......... .......... .......... .......... 27% 269M 2s 2024-08-22T20:35:53.7898487Z 172600K .......... .......... .......... .......... .......... 27% 237M 2s 2024-08-22T20:35:53.7900349Z 172650K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7902079Z 172700K .......... .......... .......... .......... .......... 27% 248M 2s 2024-08-22T20:35:53.7903774Z 172750K .......... .......... .......... .......... .......... 27% 285M 2s 2024-08-22T20:35:53.7905446Z 172800K .......... .......... .......... .......... .......... 27% 305M 2s 2024-08-22T20:35:53.7907472Z 172850K .......... .......... .......... .......... .......... 27% 238M 2s 2024-08-22T20:35:53.7909246Z 172900K .......... .......... .......... .......... .......... 27% 284M 2s 2024-08-22T20:35:53.7911320Z 172950K .......... .......... .......... .......... .......... 27% 283M 2s 2024-08-22T20:35:53.7913025Z 173000K .......... .......... .......... .......... .......... 27% 230M 2s 2024-08-22T20:35:53.7914987Z 173050K .......... .......... .......... .......... .......... 27% 262M 2s 2024-08-22T20:35:53.7916576Z 173100K .......... .......... .......... .......... .......... 27% 288M 2s 2024-08-22T20:35:53.7918341Z 173150K .......... .......... .......... .......... .......... 27% 284M 2s 2024-08-22T20:35:53.7920222Z 173200K .......... .......... .......... .......... .......... 27% 260M 2s 2024-08-22T20:35:53.7921820Z 173250K .......... .......... .......... .......... .......... 27% 299M 2s 2024-08-22T20:35:53.7923732Z 173300K .......... .......... .......... .......... .......... 27% 256M 2s 2024-08-22T20:35:53.7925371Z 173350K .......... .......... .......... .......... .......... 27% 294M 2s 2024-08-22T20:35:53.7927506Z 173400K .......... .......... .......... .......... .......... 27% 300M 2s 2024-08-22T20:35:53.7929371Z 173450K .......... .......... .......... .......... .......... 27% 239M 2s 2024-08-22T20:35:53.7930921Z 173500K .......... .......... .......... .......... .......... 27% 265M 2s 2024-08-22T20:35:53.7932693Z 173550K .......... .......... .......... .......... .......... 27% 287M 2s 2024-08-22T20:35:53.7934388Z 173600K .......... .......... .......... .......... .......... 27% 273M 2s 2024-08-22T20:35:53.7936050Z 173650K .......... .......... .......... .......... .......... 27% 299M 2s 2024-08-22T20:35:53.7937824Z 173700K .......... .......... .......... .......... .......... 27% 274M 2s 2024-08-22T20:35:53.7939536Z 173750K .......... .......... .......... .......... .......... 27% 282M 2s 2024-08-22T20:35:53.7941296Z 173800K .......... .......... .......... .......... .......... 27% 276M 2s 2024-08-22T20:35:53.7943579Z 173850K .......... .......... .......... .......... .......... 27% 225M 2s 2024-08-22T20:35:53.7945236Z 173900K .......... .......... .......... .......... .......... 27% 291M 2s 2024-08-22T20:35:53.7947281Z 173950K .......... .......... .......... .......... .......... 27% 243M 2s 2024-08-22T20:35:53.7949286Z 174000K .......... .......... .......... .......... .......... 27% 248M 2s 2024-08-22T20:35:53.7950945Z 174050K .......... .......... .......... .......... .......... 27% 277M 2s 2024-08-22T20:35:53.7952970Z 174100K .......... .......... .......... .......... .......... 28% 241M 2s 2024-08-22T20:35:53.7954706Z 174150K .......... .......... .......... .......... .......... 28% 286M 2s 2024-08-22T20:35:53.7956511Z 174200K .......... .......... .......... .......... .......... 28% 256M 2s 2024-08-22T20:35:53.7958248Z 174250K .......... .......... .......... .......... .......... 28% 291M 2s 2024-08-22T20:35:53.7960635Z 174300K .......... .......... .......... .......... .......... 28% 226M 2s 2024-08-22T20:35:53.7962109Z 174350K .......... .......... .......... .......... .......... 28% 284M 2s 2024-08-22T20:35:53.7964021Z 174400K .......... .......... .......... .......... .......... 28% 292M 2s 2024-08-22T20:35:53.7965835Z 174450K .......... .......... .......... .......... .......... 28% 237M 2s 2024-08-22T20:35:53.7967637Z 174500K .......... .......... .......... .......... .......... 28% 282M 2s 2024-08-22T20:35:53.7969764Z 174550K .......... .......... .......... .......... .......... 28% 227M 2s 2024-08-22T20:35:53.7971609Z 174600K .......... .......... .......... .......... .......... 28% 270M 2s 2024-08-22T20:35:53.7973236Z 174650K .......... .......... .......... .......... .......... 28% 291M 2s 2024-08-22T20:35:53.7975032Z 174700K .......... .......... .......... .......... .......... 28% 267M 2s 2024-08-22T20:35:53.7977061Z 174750K .......... .......... .......... .......... .......... 28% 249M 2s 2024-08-22T20:35:53.7978799Z 174800K .......... .......... .......... .......... .......... 28% 278M 2s 2024-08-22T20:35:53.7980598Z 174850K .......... .......... .......... .......... .......... 28% 266M 2s 2024-08-22T20:35:53.7982210Z 174900K .......... .......... .......... .......... .......... 28% 300M 2s 2024-08-22T20:35:53.7984150Z 174950K .......... .......... .......... .......... .......... 28% 246M 2s 2024-08-22T20:35:53.7986002Z 175000K .......... .......... .......... .......... .......... 28% 274M 2s 2024-08-22T20:35:53.7988009Z 175050K .......... .......... .......... .......... .......... 28% 279M 2s 2024-08-22T20:35:53.7989824Z 175100K .......... .......... .......... .......... .......... 28% 242M 2s 2024-08-22T20:35:53.7991646Z 175150K .......... .......... .......... .......... .......... 28% 260M 2s 2024-08-22T20:35:53.7993311Z 175200K .......... .......... .......... .......... .......... 28% 285M 2s 2024-08-22T20:35:53.7995540Z 175250K .......... .......... .......... .......... .......... 28% 240M 2s 2024-08-22T20:35:53.7997242Z 175300K .......... .......... .......... .......... .......... 28% 271M 2s 2024-08-22T20:35:53.7999390Z 175350K .......... .......... .......... .......... .......... 28% 262M 2s 2024-08-22T20:35:53.8000944Z 175400K .......... .......... .......... .......... .......... 28% 255M 2s 2024-08-22T20:35:53.8002948Z 175450K .......... .......... .......... .......... .......... 28% 258M 2s 2024-08-22T20:35:53.8004807Z 175500K .......... .......... .......... .......... .......... 28% 271M 2s 2024-08-22T20:35:53.8006656Z 175550K .......... .......... .......... .......... .......... 28% 262M 2s 2024-08-22T20:35:53.8008551Z 175600K .......... .......... .......... .......... .......... 28% 252M 2s 2024-08-22T20:35:53.8010268Z 175650K .......... .......... .......... .......... .......... 28% 280M 2s 2024-08-22T20:35:53.8012105Z 175700K .......... .......... .......... .......... .......... 28% 257M 2s 2024-08-22T20:35:53.8014149Z 175750K .......... .......... .......... .......... .......... 28% 238M 2s 2024-08-22T20:35:53.8016049Z 175800K .......... .......... .......... .......... .......... 28% 283M 2s 2024-08-22T20:35:53.8017865Z 175850K .......... .......... .......... .......... .......... 28% 271M 2s 2024-08-22T20:35:53.8019696Z 175900K .......... .......... .......... .......... .......... 28% 242M 2s 2024-08-22T20:35:53.8021546Z 175950K .......... .......... .......... .......... .......... 28% 290M 2s 2024-08-22T20:35:53.8023622Z 176000K .......... .......... .......... .......... .......... 28% 266M 2s 2024-08-22T20:35:53.8025273Z 176050K .......... .......... .......... .......... .......... 28% 243M 2s 2024-08-22T20:35:53.8027201Z 176100K .......... .......... .......... .......... .......... 28% 275M 2s 2024-08-22T20:35:53.8029112Z 176150K .......... .......... .......... .......... .......... 28% 233M 2s 2024-08-22T20:35:53.8030778Z 176200K .......... .......... .......... .......... .......... 28% 286M 2s 2024-08-22T20:35:53.8033041Z 176250K .......... .......... .......... .......... .......... 28% 278M 2s 2024-08-22T20:35:53.8034883Z 176300K .......... .......... .......... .......... .......... 28% 223M 2s 2024-08-22T20:35:53.8036548Z 176350K .......... .......... .......... .......... .......... 28% 286M 2s 2024-08-22T20:35:53.8038176Z 176400K .......... .......... .......... .......... .......... 28% 288M 2s 2024-08-22T20:35:53.8040356Z 176450K .......... .......... .......... .......... .......... 28% 288M 2s 2024-08-22T20:35:53.8041972Z 176500K .......... .......... .......... .......... .......... 28% 228M 2s 2024-08-22T20:35:53.8043665Z 176550K .......... .......... .......... .......... .......... 28% 299M 2s 2024-08-22T20:35:53.8045503Z 176600K .......... .......... .......... .......... .......... 28% 257M 2s 2024-08-22T20:35:53.8047128Z 176650K .......... .......... .......... .......... .......... 28% 302M 2s 2024-08-22T20:35:53.8049280Z 176700K .......... .......... .......... .......... .......... 28% 300M 2s 2024-08-22T20:35:53.8051062Z 176750K .......... .......... .......... .......... .......... 28% 233M 2s 2024-08-22T20:35:53.8052797Z 176800K .......... .......... .......... .......... .......... 28% 278M 2s 2024-08-22T20:35:53.8054697Z 176850K .......... .......... .......... .......... .......... 28% 284M 2s 2024-08-22T20:35:53.8056522Z 176900K .......... .......... .......... .......... .......... 28% 228M 2s 2024-08-22T20:35:53.8058635Z 176950K .......... .......... .......... .......... .......... 28% 301M 2s 2024-08-22T20:35:53.8060305Z 177000K .......... .......... .......... .......... .......... 28% 239M 2s 2024-08-22T20:35:53.8062045Z 177050K .......... .......... .......... .......... .......... 28% 263M 2s 2024-08-22T20:35:53.8063934Z 177100K .......... .......... .......... .......... .......... 28% 293M 2s 2024-08-22T20:35:53.8065690Z 177150K .......... .......... .......... .......... .......... 28% 242M 2s 2024-08-22T20:35:53.8067711Z 177200K .......... .......... .......... .......... .......... 28% 260M 2s 2024-08-22T20:35:53.8070004Z 177250K .......... .......... .......... .......... .......... 28% 216M 2s 2024-08-22T20:35:53.8071779Z 177300K .......... .......... .......... .......... .......... 28% 279M 2s 2024-08-22T20:35:53.8073641Z 177350K .......... .......... .......... .......... .......... 28% 285M 2s 2024-08-22T20:35:53.8075344Z 177400K .......... .......... .......... .......... .......... 28% 238M 2s 2024-08-22T20:35:53.8077255Z 177450K .......... .......... .......... .......... .......... 28% 260M 2s 2024-08-22T20:35:53.8079112Z 177500K .......... .......... .......... .......... .......... 28% 279M 2s 2024-08-22T20:35:53.8080922Z 177550K .......... .......... .......... .......... .......... 28% 265M 2s 2024-08-22T20:35:53.8082806Z 177600K .......... .......... .......... .......... .......... 28% 241M 2s 2024-08-22T20:35:53.8084577Z 177650K .......... .......... .......... .......... .......... 28% 277M 2s 2024-08-22T20:35:53.8086648Z 177700K .......... .......... .......... .......... .......... 28% 276M 2s 2024-08-22T20:35:53.8088574Z 177750K .......... .......... .......... .......... .......... 28% 231M 2s 2024-08-22T20:35:53.8090261Z 177800K .......... .......... .......... .......... .......... 28% 279M 2s 2024-08-22T20:35:53.8092606Z 177850K .......... .......... .......... .......... .......... 28% 249M 2s 2024-08-22T20:35:53.8094048Z 177900K .......... .......... .......... .......... .......... 28% 269M 2s 2024-08-22T20:35:53.8096139Z 177950K .......... .......... .......... .......... .......... 28% 291M 2s 2024-08-22T20:35:53.8097818Z 178000K .......... .......... .......... .......... .......... 28% 238M 2s 2024-08-22T20:35:53.8099761Z 178050K .......... .......... .......... .......... .......... 28% 280M 2s 2024-08-22T20:35:53.8101663Z 178100K .......... .......... .......... .......... .......... 28% 230M 2s 2024-08-22T20:35:53.8103492Z 178150K .......... .......... .......... .......... .......... 28% 260M 2s 2024-08-22T20:35:53.8105356Z 178200K .......... .......... .......... .......... .......... 28% 268M 2s 2024-08-22T20:35:53.8107305Z 178250K .......... .......... .......... .......... .......... 28% 282M 2s 2024-08-22T20:35:53.8109225Z 178300K .......... .......... .......... .......... .......... 28% 227M 2s 2024-08-22T20:35:53.8111244Z 178350K .......... .......... .......... .......... .......... 28% 244M 2s 2024-08-22T20:35:53.8113066Z 178400K .......... .......... .......... .......... .......... 28% 264M 2s 2024-08-22T20:35:53.8115000Z 178450K .......... .......... .......... .......... .......... 28% 249M 2s 2024-08-22T20:35:53.8116700Z 178500K .......... .......... .......... .......... .......... 28% 288M 2s 2024-08-22T20:35:53.8118557Z 178550K .......... .......... .......... .......... .......... 28% 286M 2s 2024-08-22T20:35:53.8120303Z 178600K .......... .......... .......... .......... .......... 28% 274M 2s 2024-08-22T20:35:53.8122596Z 178650K .......... .......... .......... .......... .......... 28% 249M 2s 2024-08-22T20:35:53.8124272Z 178700K .......... .......... .......... .......... .......... 28% 245M 2s 2024-08-22T20:35:53.8126054Z 178750K .......... .......... .......... .......... .......... 28% 257M 2s 2024-08-22T20:35:53.8127742Z 178800K .......... .......... .......... .......... .......... 28% 305M 2s 2024-08-22T20:35:53.8129668Z 178850K .......... .......... .......... .......... .......... 28% 252M 2s 2024-08-22T20:35:53.8131322Z 178900K .......... .......... .......... .......... .......... 28% 291M 2s 2024-08-22T20:35:53.8133211Z 178950K .......... .......... .......... .......... .......... 28% 268M 2s 2024-08-22T20:35:53.8134965Z 179000K .......... .......... .......... .......... .......... 28% 284M 2s 2024-08-22T20:35:53.8136816Z 179050K .......... .......... .......... .......... .......... 28% 240M 2s 2024-08-22T20:35:53.8138699Z 179100K .......... .......... .......... .......... .......... 28% 271M 2s 2024-08-22T20:35:53.8140535Z 179150K .......... .......... .......... .......... .......... 28% 268M 2s 2024-08-22T20:35:53.8142329Z 179200K .......... .......... .......... .......... .......... 28% 269M 2s 2024-08-22T20:35:53.8144671Z 179250K .......... .......... .......... .......... .......... 28% 256M 2s 2024-08-22T20:35:53.8146213Z 179300K .......... .......... .......... .......... .......... 28% 257M 2s 2024-08-22T20:35:53.8148061Z 179350K .......... .......... .......... .......... .......... 28% 262M 2s 2024-08-22T20:35:53.8150283Z 179400K .......... .......... .......... .......... .......... 28% 233M 2s 2024-08-22T20:35:53.8152113Z 179450K .......... .......... .......... .......... .......... 28% 248M 2s 2024-08-22T20:35:53.8153874Z 179500K .......... .......... .......... .......... .......... 28% 266M 2s 2024-08-22T20:35:53.8155909Z 179550K .......... .......... .......... .......... .......... 28% 281M 2s 2024-08-22T20:35:53.8157635Z 179600K .......... .......... .......... .......... .......... 28% 242M 2s 2024-08-22T20:35:53.8159373Z 179650K .......... .......... .......... .......... .......... 28% 276M 2s 2024-08-22T20:35:53.8161019Z 179700K .......... .......... .......... .......... .......... 28% 293M 2s 2024-08-22T20:35:53.8162750Z 179750K .......... .......... .......... .......... .......... 28% 278M 2s 2024-08-22T20:35:53.8164733Z 179800K .......... .......... .......... .......... .......... 28% 253M 2s 2024-08-22T20:35:53.8166582Z 179850K .......... .......... .......... .......... .......... 28% 255M 2s 2024-08-22T20:35:53.8168118Z 179900K .......... .......... .......... .......... .......... 28% 313M 2s 2024-08-22T20:35:53.8169929Z 179950K .......... .......... .......... .......... .......... 28% 309M 2s 2024-08-22T20:35:53.8171678Z 180000K .......... .......... .......... .......... .......... 28% 298M 2s 2024-08-22T20:35:53.8173404Z 180050K .......... .......... .......... .......... .......... 28% 261M 2s 2024-08-22T20:35:53.8174821Z 180100K .......... .......... .......... .......... .......... 28% 308M 2s 2024-08-22T20:35:53.8176659Z 180150K .......... .......... .......... .......... .......... 28% 263M 2s 2024-08-22T20:35:53.8178275Z 180200K .......... .......... .......... .......... .......... 28% 300M 2s 2024-08-22T20:35:53.8180092Z 180250K .......... .......... .......... .......... .......... 28% 264M 2s 2024-08-22T20:35:53.8181698Z 180300K .......... .......... .......... .......... .......... 29% 310M 2s 2024-08-22T20:35:53.8183848Z 180350K .......... .......... .......... .......... .......... 29% 304M 2s 2024-08-22T20:35:53.8185649Z 180400K .......... .......... .......... .......... .......... 29% 241M 2s 2024-08-22T20:35:53.8187262Z 180450K .......... .......... .......... .......... .......... 29% 275M 2s 2024-08-22T20:35:53.8189355Z 180500K .......... .......... .......... .......... .......... 29% 218M 2s 2024-08-22T20:35:53.8190938Z 180550K .......... .......... .......... .......... .......... 29% 304M 2s 2024-08-22T20:35:53.8192838Z 180600K .......... .......... .......... .......... .......... 29% 309M 2s 2024-08-22T20:35:53.8194580Z 180650K .......... .......... .......... .......... .......... 29% 243M 2s 2024-08-22T20:35:53.8196408Z 180700K .......... .......... .......... .......... .......... 29% 283M 2s 2024-08-22T20:35:53.8198101Z 180750K .......... .......... .......... .......... .......... 29% 272M 2s 2024-08-22T20:35:53.8199931Z 180800K .......... .......... .......... .......... .......... 29% 280M 2s 2024-08-22T20:35:53.8201666Z 180850K .......... .......... .......... .......... .......... 29% 276M 2s 2024-08-22T20:35:53.8203765Z 180900K .......... .......... .......... .......... .......... 29% 241M 2s 2024-08-22T20:35:53.8205537Z 180950K .......... .......... .......... .......... .......... 29% 271M 2s 2024-08-22T20:35:53.8207516Z 181000K .......... .......... .......... .......... .......... 29% 268M 2s 2024-08-22T20:35:53.8209160Z 181050K .......... .......... .......... .......... .......... 29% 257M 2s 2024-08-22T20:35:53.8211174Z 181100K .......... .......... .......... .......... .......... 29% 243M 2s 2024-08-22T20:35:53.8212840Z 181150K .......... .......... .......... .......... .......... 29% 292M 2s 2024-08-22T20:35:53.8214649Z 181200K .......... .......... .......... .......... .......... 29% 305M 2s 2024-08-22T20:35:53.8216407Z 181250K .......... .......... .......... .......... .......... 29% 259M 2s 2024-08-22T20:35:53.8218220Z 181300K .......... .......... .......... .......... .......... 29% 273M 2s 2024-08-22T20:35:53.8220042Z 181350K .......... .......... .......... .......... .......... 29% 266M 2s 2024-08-22T20:35:53.8221772Z 181400K .......... .......... .......... .......... .......... 29% 283M 2s 2024-08-22T20:35:53.8223685Z 181450K .......... .......... .......... .......... .......... 29% 246M 2s 2024-08-22T20:35:53.8225453Z 181500K .......... .......... .......... .......... .......... 29% 280M 2s 2024-08-22T20:35:53.8227403Z 181550K .......... .......... .......... .......... .......... 29% 247M 2s 2024-08-22T20:35:53.8229497Z 181600K .......... .......... .......... .......... .......... 29% 245M 2s 2024-08-22T20:35:53.8231445Z 181650K .......... .......... .......... .......... .......... 29% 237M 2s 2024-08-22T20:35:53.8233182Z 181700K .......... .......... .......... .......... .......... 29% 294M 2s 2024-08-22T20:35:53.8235137Z 181750K .......... .......... .......... .......... .......... 29% 269M 2s 2024-08-22T20:35:53.8236926Z 181800K .......... .......... .......... .......... .......... 29% 240M 2s 2024-08-22T20:35:53.8238707Z 181850K .......... .......... .......... .......... .......... 29% 287M 2s 2024-08-22T20:35:53.8240632Z 181900K .......... .......... .......... .......... .......... 29% 271M 2s 2024-08-22T20:35:53.8242495Z 181950K .......... .......... .......... .......... .......... 29% 278M 2s 2024-08-22T20:35:53.8244362Z 182000K .......... .......... .......... .......... .......... 29% 244M 2s 2024-08-22T20:35:53.8246198Z 182050K .......... .......... .......... .......... .......... 29% 265M 2s 2024-08-22T20:35:53.8248084Z 182100K .......... .......... .......... .......... .......... 29% 263M 2s 2024-08-22T20:35:53.8250090Z 182150K .......... .......... .......... .......... .......... 29% 236M 2s 2024-08-22T20:35:53.8251720Z 182200K .......... .......... .......... .......... .......... 29% 297M 2s 2024-08-22T20:35:53.8253690Z 182250K .......... .......... .......... .......... .......... 29% 268M 2s 2024-08-22T20:35:53.8255656Z 182300K .......... .......... .......... .......... .......... 29% 253M 2s 2024-08-22T20:35:53.8257698Z 182350K .......... .......... .......... .......... .......... 29% 223M 2s 2024-08-22T20:35:53.8259387Z 182400K .......... .......... .......... .......... .......... 29% 282M 2s 2024-08-22T20:35:53.8261177Z 182450K .......... .......... .......... .......... .......... 29% 299M 2s 2024-08-22T20:35:53.8262964Z 182500K .......... .......... .......... .......... .......... 29% 256M 2s 2024-08-22T20:35:53.8264777Z 182550K .......... .......... .......... .......... .......... 29% 264M 2s 2024-08-22T20:35:53.8266562Z 182600K .......... .......... .......... .......... .......... 29% 273M 2s 2024-08-22T20:35:53.8268760Z 182650K .......... .......... .......... .......... .......... 29% 220M 2s 2024-08-22T20:35:53.8270881Z 182700K .......... .......... .......... .......... .......... 29% 264M 2s 2024-08-22T20:35:53.8272668Z 182750K .......... .......... .......... .......... .......... 29% 237M 2s 2024-08-22T20:35:53.8274417Z 182800K .......... .......... .......... .......... .......... 29% 270M 2s 2024-08-22T20:35:53.8276419Z 182850K .......... .......... .......... .......... .......... 29% 244M 2s 2024-08-22T20:35:53.8278299Z 182900K .......... .......... .......... .......... .......... 29% 281M 2s 2024-08-22T20:35:53.8280300Z 182950K .......... .......... .......... .......... .......... 29% 273M 2s 2024-08-22T20:35:53.8281995Z 183000K .......... .......... .......... .......... .......... 29% 246M 2s 2024-08-22T20:35:53.8283701Z 183050K .......... .......... .......... .......... .......... 29% 287M 2s 2024-08-22T20:35:53.8285573Z 183100K .......... .......... .......... .......... .......... 29% 270M 2s 2024-08-22T20:35:53.8287874Z 183150K .......... .......... .......... .......... .......... 29% 276M 2s 2024-08-22T20:35:53.8289155Z 183200K .......... .......... .......... .......... .......... 29% 248M 2s 2024-08-22T20:35:53.8290710Z 183250K .......... .......... .......... .......... .......... 29% 309M 2s 2024-08-22T20:35:53.8292777Z 183300K .......... .......... .......... .......... .......... 29% 280M 2s 2024-08-22T20:35:53.8294627Z 183350K .......... .......... .......... .......... .......... 29% 269M 2s 2024-08-22T20:35:53.8296426Z 183400K .......... .......... .......... .......... .......... 29% 257M 2s 2024-08-22T20:35:53.8298056Z 183450K .......... .......... .......... .......... .......... 29% 262M 2s 2024-08-22T20:35:53.8299766Z 183500K .......... .......... .......... .......... .......... 29% 287M 2s 2024-08-22T20:35:53.8301898Z 183550K .......... .......... .......... .......... .......... 29% 291M 2s 2024-08-22T20:35:53.8303587Z 183600K .......... .......... .......... .......... .......... 29% 229M 2s 2024-08-22T20:35:53.8305373Z 183650K .......... .......... .......... .......... .......... 29% 290M 2s 2024-08-22T20:35:53.8307307Z 183700K .......... .......... .......... .......... .......... 29% 265M 2s 2024-08-22T20:35:53.8309291Z 183750K .......... .......... .......... .......... .......... 29% 259M 2s 2024-08-22T20:35:53.8311073Z 183800K .......... .......... .......... .......... .......... 29% 243M 2s 2024-08-22T20:35:53.8312733Z 183850K .......... .......... .......... .......... .......... 29% 287M 2s 2024-08-22T20:35:53.8314454Z 183900K .......... .......... .......... .......... .......... 29% 288M 2s 2024-08-22T20:35:53.8316538Z 183950K .......... .......... .......... .......... .......... 29% 261M 2s 2024-08-22T20:35:53.8318415Z 184000K .......... .......... .......... .......... .......... 29% 264M 2s 2024-08-22T20:35:53.8320180Z 184050K .......... .......... .......... .......... .......... 29% 242M 2s 2024-08-22T20:35:53.8321806Z 184100K .......... .......... .......... .......... .......... 29% 292M 2s 2024-08-22T20:35:53.8323733Z 184150K .......... .......... .......... .......... .......... 29% 265M 2s 2024-08-22T20:35:53.8326025Z 184200K .......... .......... .......... .......... .......... 29% 221M 2s 2024-08-22T20:35:53.8327819Z 184250K .......... .......... .......... .......... .......... 29% 249M 2s 2024-08-22T20:35:53.8329692Z 184300K .......... .......... .......... .......... .......... 29% 277M 2s 2024-08-22T20:35:53.8331481Z 184350K .......... .......... .......... .......... .......... 29% 256M 2s 2024-08-22T20:35:53.8333164Z 184400K .......... .......... .......... .......... .......... 29% 300M 2s 2024-08-22T20:35:53.8335234Z 184450K .......... .......... .......... .......... .......... 29% 246M 2s 2024-08-22T20:35:53.8337021Z 184500K .......... .......... .......... .......... .......... 29% 268M 2s 2024-08-22T20:35:53.8338982Z 184550K .......... .......... .......... .......... .......... 29% 271M 2s 2024-08-22T20:35:53.8340925Z 184600K .......... .......... .......... .......... .......... 29% 231M 2s 2024-08-22T20:35:53.8342984Z 184650K .......... .......... .......... .......... .......... 29% 258M 2s 2024-08-22T20:35:53.8344659Z 184700K .......... .......... .......... .......... .......... 29% 275M 2s 2024-08-22T20:35:53.8346302Z 184750K .......... .......... .......... .......... .......... 29% 277M 2s 2024-08-22T20:35:53.8348527Z 184800K .......... .......... .......... .......... .......... 29% 286M 2s 2024-08-22T20:35:53.8350280Z 184850K .......... .......... .......... .......... .......... 29% 217M 2s 2024-08-22T20:35:53.8351907Z 184900K .......... .......... .......... .......... .......... 29% 287M 2s 2024-08-22T20:35:53.8353993Z 184950K .......... .......... .......... .......... .......... 29% 252M 2s 2024-08-22T20:35:53.8355761Z 185000K .......... .......... .......... .......... .......... 29% 272M 2s 2024-08-22T20:35:53.8357725Z 185050K .......... .......... .......... .......... .......... 29% 276M 2s 2024-08-22T20:35:53.8359640Z 185100K .......... .......... .......... .......... .......... 29% 244M 2s 2024-08-22T20:35:53.8361209Z 185150K .......... .......... .......... .......... .......... 29% 292M 2s 2024-08-22T20:35:53.8363069Z 185200K .......... .......... .......... .......... .......... 29% 260M 2s 2024-08-22T20:35:53.8364953Z 185250K .......... .......... .......... .......... .......... 29% 260M 2s 2024-08-22T20:35:53.8367008Z 185300K .......... .......... .......... .......... .......... 29% 269M 2s 2024-08-22T20:35:53.8368606Z 185350K .......... .......... .......... .......... .......... 29% 256M 2s 2024-08-22T20:35:53.8370440Z 185400K .......... .......... .......... .......... .......... 29% 286M 2s 2024-08-22T20:35:53.8372506Z 185450K .......... .......... .......... .......... .......... 29% 247M 2s 2024-08-22T20:35:53.8374328Z 185500K .......... .......... .......... .......... .......... 29% 267M 2s 2024-08-22T20:35:53.8376266Z 185550K .......... .......... .......... .......... .......... 29% 266M 2s 2024-08-22T20:35:53.8378045Z 185600K .......... .......... .......... .......... .......... 29% 237M 2s 2024-08-22T20:35:53.8379721Z 185650K .......... .......... .......... .......... .......... 29% 279M 2s 2024-08-22T20:35:53.8381494Z 185700K .......... .......... .......... .......... .......... 29% 281M 2s 2024-08-22T20:35:53.8383283Z 185750K .......... .......... .......... .......... .......... 29% 291M 2s 2024-08-22T20:35:53.8385322Z 185800K .......... .......... .......... .......... .......... 29% 259M 2s 2024-08-22T20:35:53.8386987Z 185850K .......... .......... .......... .......... .......... 29% 259M 2s 2024-08-22T20:35:53.8388932Z 185900K .......... .......... .......... .......... .......... 29% 256M 2s 2024-08-22T20:35:53.8391040Z 185950K .......... .......... .......... .......... .......... 29% 242M 2s 2024-08-22T20:35:53.8392749Z 186000K .......... .......... .......... .......... .......... 29% 267M 2s 2024-08-22T20:35:53.8394692Z 186050K .......... .......... .......... .......... .......... 29% 253M 2s 2024-08-22T20:35:53.8396475Z 186100K .......... .......... .......... .......... .......... 29% 275M 2s 2024-08-22T20:35:53.8398425Z 186150K .......... .......... .......... .......... .......... 29% 247M 2s 2024-08-22T20:35:53.8400106Z 186200K .......... .......... .......... .......... .......... 29% 288M 2s 2024-08-22T20:35:53.8401729Z 186250K .......... .......... .......... .......... .......... 29% 282M 2s 2024-08-22T20:35:53.8403419Z 186300K .......... .......... .......... .......... .......... 29% 306M 2s 2024-08-22T20:35:53.8405206Z 186350K .......... .......... .......... .......... .......... 29% 279M 2s 2024-08-22T20:35:53.8407335Z 186400K .......... .......... .......... .......... .......... 29% 241M 2s 2024-08-22T20:35:53.8408961Z 186450K .......... .......... .......... .......... .......... 29% 286M 2s 2024-08-22T20:35:53.8410615Z 186500K .......... .......... .......... .......... .......... 30% 277M 2s 2024-08-22T20:35:53.8412371Z 186550K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8414271Z 186600K .......... .......... .......... .......... .......... 30% 264M 2s 2024-08-22T20:35:53.8416216Z 186650K .......... .......... .......... .......... .......... 30% 257M 2s 2024-08-22T20:35:53.8418170Z 186700K .......... .......... .......... .......... .......... 30% 297M 2s 2024-08-22T20:35:53.8419756Z 186750K .......... .......... .......... .......... .......... 30% 252M 2s 2024-08-22T20:35:53.8421742Z 186800K .......... .......... .......... .......... .......... 30% 256M 2s 2024-08-22T20:35:53.8423567Z 186850K .......... .......... .......... .......... .......... 30% 263M 2s 2024-08-22T20:35:53.8425303Z 186900K .......... .......... .......... .......... .......... 30% 293M 2s 2024-08-22T20:35:53.8426957Z 186950K .......... .......... .......... .......... .......... 30% 271M 2s 2024-08-22T20:35:53.8429231Z 187000K .......... .......... .......... .......... .......... 30% 214M 2s 2024-08-22T20:35:53.8431417Z 187050K .......... .......... .......... .......... .......... 30% 282M 2s 2024-08-22T20:35:53.8432875Z 187100K .......... .......... .......... .......... .......... 30% 262M 2s 2024-08-22T20:35:53.8434664Z 187150K .......... .......... .......... .......... .......... 30% 264M 2s 2024-08-22T20:35:53.8436663Z 187200K .......... .......... .......... .......... .......... 30% 245M 2s 2024-08-22T20:35:53.8438512Z 187250K .......... .......... .......... .......... .......... 30% 266M 2s 2024-08-22T20:35:53.8440471Z 187300K .......... .......... .......... .......... .......... 30% 256M 2s 2024-08-22T20:35:53.8442428Z 187350K .......... .......... .......... .......... .......... 30% 245M 2s 2024-08-22T20:35:53.8444279Z 187400K .......... .......... .......... .......... .......... 30% 284M 2s 2024-08-22T20:35:53.8445875Z 187450K .......... .......... .......... .......... .......... 30% 282M 2s 2024-08-22T20:35:53.8447916Z 187500K .......... .......... .......... .......... .......... 30% 244M 2s 2024-08-22T20:35:53.8449868Z 187550K .......... .......... .......... .......... .......... 30% 237M 2s 2024-08-22T20:35:53.8451613Z 187600K .......... .......... .......... .......... .......... 30% 288M 2s 2024-08-22T20:35:53.8454055Z 187650K .......... .......... .......... .......... .......... 30% 263M 2s 2024-08-22T20:35:53.8455556Z 187700K .......... .......... .......... .......... .......... 30% 228M 2s 2024-08-22T20:35:53.8457336Z 187750K .......... .......... .......... .......... .......... 30% 291M 2s 2024-08-22T20:35:53.8459092Z 187800K .......... .......... .......... .......... .......... 30% 283M 2s 2024-08-22T20:35:53.8460779Z 187850K .......... .......... .......... .......... .......... 30% 276M 2s 2024-08-22T20:35:53.8463057Z 187900K .......... .......... .......... .......... .......... 30% 267M 2s 2024-08-22T20:35:53.8464833Z 187950K .......... .......... .......... .......... .......... 30% 225M 2s 2024-08-22T20:35:53.8466679Z 188000K .......... .......... .......... .......... .......... 30% 269M 2s 2024-08-22T20:35:53.8468533Z 188050K .......... .......... .......... .......... .......... 30% 277M 2s 2024-08-22T20:35:53.8470615Z 188100K .......... .......... .......... .......... .......... 30% 230M 2s 2024-08-22T20:35:53.8472355Z 188150K .......... .......... .......... .......... .......... 30% 279M 2s 2024-08-22T20:35:53.8474161Z 188200K .......... .......... .......... .......... .......... 30% 276M 2s 2024-08-22T20:35:53.8476154Z 188250K .......... .......... .......... .......... .......... 30% 234M 2s 2024-08-22T20:35:53.8477850Z 188300K .......... .......... .......... .......... .......... 30% 275M 2s 2024-08-22T20:35:53.8479925Z 188350K .......... .......... .......... .......... .......... 30% 243M 2s 2024-08-22T20:35:53.8481542Z 188400K .......... .......... .......... .......... .......... 30% 285M 2s 2024-08-22T20:35:53.8483329Z 188450K .......... .......... .......... .......... .......... 30% 289M 2s 2024-08-22T20:35:53.8485467Z 188500K .......... .......... .......... .......... .......... 30% 230M 2s 2024-08-22T20:35:53.8487429Z 188550K .......... .......... .......... .......... .......... 30% 312M 2s 2024-08-22T20:35:53.8488977Z 188600K .......... .......... .......... .......... .......... 30% 242M 2s 2024-08-22T20:35:53.8490728Z 188650K .......... .......... .......... .......... .......... 30% 272M 2s 2024-08-22T20:35:53.8492544Z 188700K .......... .......... .......... .......... .......... 30% 285M 2s 2024-08-22T20:35:53.8494544Z 188750K .......... .......... .......... .......... .......... 30% 244M 2s 2024-08-22T20:35:53.8496354Z 188800K .......... .......... .......... .......... .......... 30% 274M 2s 2024-08-22T20:35:53.8498226Z 188850K .......... .......... .......... .......... .......... 30% 282M 2s 2024-08-22T20:35:53.8499930Z 188900K .......... .......... .......... .......... .......... 30% 260M 2s 2024-08-22T20:35:53.8501828Z 188950K .......... .......... .......... .......... .......... 30% 249M 2s 2024-08-22T20:35:53.8503996Z 189000K .......... .......... .......... .......... .......... 30% 266M 2s 2024-08-22T20:35:53.8505432Z 189050K .......... .......... .......... .......... .......... 30% 275M 2s 2024-08-22T20:35:53.8507454Z 189100K .......... .......... .......... .......... .......... 30% 261M 2s 2024-08-22T20:35:53.8509241Z 189150K .......... .......... .......... .......... .......... 30% 250M 2s 2024-08-22T20:35:53.8511489Z 189200K .......... .......... .......... .......... .......... 30% 297M 2s 2024-08-22T20:35:53.8513046Z 189250K .......... .......... .......... .......... .......... 30% 235M 2s 2024-08-22T20:35:53.8515044Z 189300K .......... .......... .......... .......... .......... 30% 291M 2s 2024-08-22T20:35:53.8516702Z 189350K .......... .......... .......... .......... .......... 30% 245M 2s 2024-08-22T20:35:53.8518318Z 189400K .......... .......... .......... .......... .......... 30% 287M 2s 2024-08-22T20:35:53.8520286Z 189450K .......... .......... .......... .......... .......... 30% 261M 2s 2024-08-22T20:35:53.8522146Z 189500K .......... .......... .......... .......... .......... 30% 270M 2s 2024-08-22T20:35:53.8524154Z 189550K .......... .......... .......... .......... .......... 30% 277M 2s 2024-08-22T20:35:53.8525945Z 189600K .......... .......... .......... .......... .......... 30% 243M 2s 2024-08-22T20:35:53.8527725Z 189650K .......... .......... .......... .......... .......... 30% 270M 2s 2024-08-22T20:35:53.8529715Z 189700K .......... .......... .......... .......... .......... 30% 234M 2s 2024-08-22T20:35:53.8531411Z 189750K .......... .......... .......... .......... .......... 30% 286M 2s 2024-08-22T20:35:53.8533374Z 189800K .......... .......... .......... .......... .......... 30% 308M 2s 2024-08-22T20:35:53.8535106Z 189850K .......... .......... .......... .......... .......... 30% 251M 2s 2024-08-22T20:35:53.8536860Z 189900K .......... .......... .......... .......... .......... 30% 269M 2s 2024-08-22T20:35:53.8538818Z 189950K .......... .......... .......... .......... .......... 30% 244M 2s 2024-08-22T20:35:53.8540453Z 190000K .......... .......... .......... .......... .......... 30% 282M 2s 2024-08-22T20:35:53.8542304Z 190050K .......... .......... .......... .......... .......... 30% 313M 2s 2024-08-22T20:35:53.8544041Z 190100K .......... .......... .......... .......... .......... 30% 244M 2s 2024-08-22T20:35:53.8545916Z 190150K .......... .......... .......... .......... .......... 30% 275M 2s 2024-08-22T20:35:53.8548053Z 190200K .......... .......... .......... .......... .......... 30% 240M 2s 2024-08-22T20:35:53.8549907Z 190250K .......... .......... .......... .......... .......... 30% 247M 2s 2024-08-22T20:35:53.8551853Z 190300K .......... .......... .......... .......... .......... 30% 286M 2s 2024-08-22T20:35:53.8553734Z 190350K .......... .......... .......... .......... .......... 30% 231M 2s 2024-08-22T20:35:53.8555645Z 190400K .......... .......... .......... .......... .......... 30% 270M 2s 2024-08-22T20:35:53.8557737Z 190450K .......... .......... .......... .......... .......... 30% 234M 2s 2024-08-22T20:35:53.8559441Z 190500K .......... .......... .......... .......... .......... 30% 270M 2s 2024-08-22T20:35:53.8561536Z 190550K .......... .......... .......... .......... .......... 30% 268M 2s 2024-08-22T20:35:53.8563351Z 190600K .......... .......... .......... .......... .......... 30% 228M 2s 2024-08-22T20:35:53.8565048Z 190650K .......... .......... .......... .......... .......... 30% 292M 2s 2024-08-22T20:35:53.8567249Z 190700K .......... .......... .......... .......... .......... 30% 225M 2s 2024-08-22T20:35:53.8569015Z 190750K .......... .......... .......... .......... .......... 30% 275M 2s 2024-08-22T20:35:53.8571193Z 190800K .......... .......... .......... .......... .......... 30% 273M 2s 2024-08-22T20:35:53.8572866Z 190850K .......... .......... .......... .......... .......... 30% 236M 2s 2024-08-22T20:35:53.8574962Z 190900K .......... .......... .......... .......... .......... 30% 283M 2s 2024-08-22T20:35:53.8576923Z 190950K .......... .......... .......... .......... .......... 30% 236M 2s 2024-08-22T20:35:53.8578472Z 191000K .......... .......... .......... .......... .......... 30% 273M 2s 2024-08-22T20:35:53.8580345Z 191050K .......... .......... .......... .......... .......... 30% 250M 2s 2024-08-22T20:35:53.8582295Z 191100K .......... .......... .......... .......... .......... 30% 261M 2s 2024-08-22T20:35:53.8584401Z 191150K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8585979Z 191200K .......... .......... .......... .......... .......... 30% 246M 2s 2024-08-22T20:35:53.8587632Z 191250K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8589617Z 191300K .......... .......... .......... .......... .......... 30% 266M 2s 2024-08-22T20:35:53.8591426Z 191350K .......... .......... .......... .......... .......... 30% 253M 2s 2024-08-22T20:35:53.8593231Z 191400K .......... .......... .......... .......... .......... 30% 272M 2s 2024-08-22T20:35:53.8595494Z 191450K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8597129Z 191500K .......... .......... .......... .......... .......... 30% 226M 2s 2024-08-22T20:35:53.8598836Z 191550K .......... .......... .......... .......... .......... 30% 273M 2s 2024-08-22T20:35:53.8600554Z 191600K .......... .......... .......... .......... .......... 30% 296M 2s 2024-08-22T20:35:53.8602159Z 191650K .......... .......... .......... .......... .......... 30% 299M 2s 2024-08-22T20:35:53.8604083Z 191700K .......... .......... .......... .......... .......... 30% 281M 2s 2024-08-22T20:35:53.8606259Z 191750K .......... .......... .......... .......... .......... 30% 222M 2s 2024-08-22T20:35:53.8607854Z 191800K .......... .......... .......... .......... .......... 30% 282M 2s 2024-08-22T20:35:53.8609778Z 191850K .......... .......... .......... .......... .......... 30% 264M 2s 2024-08-22T20:35:53.8611562Z 191900K .......... .......... .......... .......... .......... 30% 288M 2s 2024-08-22T20:35:53.8613454Z 191950K .......... .......... .......... .......... .......... 30% 246M 2s 2024-08-22T20:35:53.8615290Z 192000K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8617052Z 192050K .......... .......... .......... .......... .......... 30% 267M 2s 2024-08-22T20:35:53.8618905Z 192100K .......... .......... .......... .......... .......... 30% 283M 2s 2024-08-22T20:35:53.8621015Z 192150K .......... .......... .......... .......... .......... 30% 231M 2s 2024-08-22T20:35:53.8622600Z 192200K .......... .......... .......... .......... .......... 30% 272M 2s 2024-08-22T20:35:53.8624510Z 192250K .......... .......... .......... .......... .......... 30% 285M 2s 2024-08-22T20:35:53.8626451Z 192300K .......... .......... .......... .......... .......... 30% 242M 2s 2024-08-22T20:35:53.8628240Z 192350K .......... .......... .......... .......... .......... 30% 269M 2s 2024-08-22T20:35:53.8630236Z 192400K .......... .......... .......... .......... .......... 30% 236M 2s 2024-08-22T20:35:53.8632165Z 192450K .......... .......... .......... .......... .......... 30% 256M 2s 2024-08-22T20:35:53.8634438Z 192500K .......... .......... .......... .......... .......... 30% 226M 2s 2024-08-22T20:35:53.8636133Z 192550K .......... .......... .......... .......... .......... 30% 280M 2s 2024-08-22T20:35:53.8637963Z 192600K .......... .......... .......... .......... .......... 30% 291M 2s 2024-08-22T20:35:53.8639870Z 192650K .......... .......... .......... .......... .......... 30% 251M 2s 2024-08-22T20:35:53.8641546Z 192700K .......... .......... .......... .......... .......... 30% 277M 2s 2024-08-22T20:35:53.8643651Z 192750K .......... .......... .......... .......... .......... 31% 240M 2s 2024-08-22T20:35:53.8645686Z 192800K .......... .......... .......... .......... .......... 31% 240M 2s 2024-08-22T20:35:53.8647341Z 192850K .......... .......... .......... .......... .......... 31% 285M 2s 2024-08-22T20:35:53.8649361Z 192900K .......... .......... .......... .......... .......... 31% 281M 2s 2024-08-22T20:35:53.8650898Z 192950K .......... .......... .......... .......... .......... 31% 259M 2s 2024-08-22T20:35:53.8653315Z 193000K .......... .......... .......... .......... .......... 31% 252M 2s 2024-08-22T20:35:53.8655088Z 193050K .......... .......... .......... .......... .......... 31% 219M 2s 2024-08-22T20:35:53.8656711Z 193100K .......... .......... .......... .......... .......... 31% 291M 2s 2024-08-22T20:35:53.8658342Z 193150K .......... .......... .......... .......... .......... 31% 292M 2s 2024-08-22T20:35:53.8660177Z 193200K .......... .......... .......... .......... .......... 31% 294M 2s 2024-08-22T20:35:53.8662171Z 193250K .......... .......... .......... .......... .......... 31% 234M 2s 2024-08-22T20:35:53.8663873Z 193300K .......... .......... .......... .......... .......... 31% 283M 2s 2024-08-22T20:35:53.8665561Z 193350K .......... .......... .......... .......... .......... 31% 296M 2s 2024-08-22T20:35:53.8667538Z 193400K .......... .......... .......... .......... .......... 31% 292M 2s 2024-08-22T20:35:53.8669615Z 193450K .......... .......... .......... .......... .......... 31% 209M 2s 2024-08-22T20:35:53.8671514Z 193500K .......... .......... .......... .......... .......... 31% 247M 2s 2024-08-22T20:35:53.8673158Z 193550K .......... .......... .......... .......... .......... 31% 286M 2s 2024-08-22T20:35:53.8674859Z 193600K .......... .......... .......... .......... .......... 31% 295M 2s 2024-08-22T20:35:53.8676531Z 193650K .......... .......... .......... .......... .......... 31% 286M 2s 2024-08-22T20:35:53.8678413Z 193700K .......... .......... .......... .......... .......... 31% 260M 2s 2024-08-22T20:35:53.8680647Z 193750K .......... .......... .......... .......... .......... 31% 233M 2s 2024-08-22T20:35:53.8682317Z 193800K .......... .......... .......... .......... .......... 31% 279M 2s 2024-08-22T20:35:53.8684177Z 193850K .......... .......... .......... .......... .......... 31% 282M 2s 2024-08-22T20:35:53.8686044Z 193900K .......... .......... .......... .......... .......... 31% 265M 2s 2024-08-22T20:35:53.8687824Z 193950K .......... .......... .......... .......... .......... 31% 253M 2s 2024-08-22T20:35:53.8690023Z 194000K .......... .......... .......... .......... .......... 31% 235M 2s 2024-08-22T20:35:53.8691681Z 194050K .......... .......... .......... .......... .......... 31% 281M 2s 2024-08-22T20:35:53.8693629Z 194100K .......... .......... .......... .......... .......... 31% 276M 2s 2024-08-22T20:35:53.8695220Z 194150K .......... .......... .......... .......... .......... 31% 263M 2s 2024-08-22T20:35:53.8697176Z 194200K .......... .......... .......... .......... .......... 31% 256M 2s 2024-08-22T20:35:53.8699236Z 194250K .......... .......... .......... .......... .......... 31% 236M 2s 2024-08-22T20:35:53.8700835Z 194300K .......... .......... .......... .......... .......... 31% 297M 2s 2024-08-22T20:35:53.8702583Z 194350K .......... .......... .......... .......... .......... 31% 290M 2s 2024-08-22T20:35:53.8704216Z 194400K .......... .......... .......... .......... .......... 31% 297M 2s 2024-08-22T20:35:53.8705895Z 194450K .......... .......... .......... .......... .......... 31% 270M 2s 2024-08-22T20:35:53.8708199Z 194500K .......... .......... .......... .......... .......... 31% 251M 2s 2024-08-22T20:35:53.8709865Z 194550K .......... .......... .......... .......... .......... 31% 251M 2s 2024-08-22T20:35:53.8711755Z 194600K .......... .......... .......... .......... .......... 31% 269M 2s 2024-08-22T20:35:53.8713430Z 194650K .......... .......... .......... .......... .......... 31% 280M 2s 2024-08-22T20:35:53.8715549Z 194700K .......... .......... .......... .......... .......... 31% 261M 2s 2024-08-22T20:35:53.8717282Z 194750K .......... .......... .......... .......... .......... 31% 245M 2s 2024-08-22T20:35:53.8719286Z 194800K .......... .......... .......... .......... .......... 31% 258M 2s 2024-08-22T20:35:53.8721219Z 194850K .......... .......... .......... .......... .......... 31% 268M 2s 2024-08-22T20:35:53.8723013Z 194900K .......... .......... .......... .......... .......... 31% 289M 2s 2024-08-22T20:35:53.8725302Z 194950K .......... .......... .......... .......... .......... 31% 229M 2s 2024-08-22T20:35:53.8727078Z 195000K .......... .......... .......... .......... .......... 31% 234M 2s 2024-08-22T20:35:53.8728833Z 195050K .......... .......... .......... .......... .......... 31% 279M 2s 2024-08-22T20:35:53.8731112Z 195100K .......... .......... .......... .......... .......... 31% 270M 2s 2024-08-22T20:35:53.8732698Z 195150K .......... .......... .......... .......... .......... 31% 252M 2s 2024-08-22T20:35:53.8734795Z 195200K .......... .......... .......... .......... .......... 31% 242M 2s 2024-08-22T20:35:53.8736598Z 195250K .......... .......... .......... .......... .......... 31% 236M 2s 2024-08-22T20:35:53.8738406Z 195300K .......... .......... .......... .......... .......... 31% 264M 2s 2024-08-22T20:35:53.8740318Z 195350K .......... .......... .......... .......... .......... 31% 283M 2s 2024-08-22T20:35:53.8742051Z 195400K .......... .......... .......... .......... .......... 31% 256M 2s 2024-08-22T20:35:53.8744033Z 195450K .......... .......... .......... .......... .......... 31% 260M 2s 2024-08-22T20:35:53.8746024Z 195500K .......... .......... .......... .......... .......... 31% 238M 2s 2024-08-22T20:35:53.8747573Z 195550K .......... .......... .......... .......... .......... 31% 292M 2s 2024-08-22T20:35:53.8749398Z 195600K .......... .......... .......... .......... .......... 31% 282M 2s 2024-08-22T20:35:53.8751451Z 195650K .......... .......... .......... .......... .......... 31% 247M 2s 2024-08-22T20:35:53.8753399Z 195700K .......... .......... .......... .......... .......... 31% 249M 2s 2024-08-22T20:35:53.8755631Z 195750K .......... .......... .......... .......... .......... 31% 274M 2s 2024-08-22T20:35:53.8757496Z 195800K .......... .......... .......... .......... .......... 31% 227M 2s 2024-08-22T20:35:53.8759237Z 195850K .......... .......... .......... .......... .......... 31% 272M 2s 2024-08-22T20:35:53.8761067Z 195900K .......... .......... .......... .......... .......... 31% 263M 2s 2024-08-22T20:35:53.8762799Z 195950K .......... .......... .......... .......... .......... 31% 271M 2s 2024-08-22T20:35:53.8764756Z 196000K .......... .......... .......... .......... .......... 31% 231M 2s 2024-08-22T20:35:53.8766718Z 196050K .......... .......... .......... .......... .......... 31% 280M 2s 2024-08-22T20:35:53.8768419Z 196100K .......... .......... .......... .......... .......... 31% 273M 2s 2024-08-22T20:35:53.8770212Z 196150K .......... .......... .......... .......... .......... 31% 258M 2s 2024-08-22T20:35:53.8772110Z 196200K .......... .......... .......... .......... .......... 31% 288M 2s 2024-08-22T20:35:53.8793964Z 196250K .......... .......... .......... .......... .......... 31% 288M 2s 2024-08-22T20:35:53.8794506Z 196300K .......... .......... .......... .......... .......... 31% 268M 2s 2024-08-22T20:35:53.8794834Z 196350K .......... .......... .......... .......... .......... 31% 340M 2s 2024-08-22T20:35:53.8795151Z 196400K .......... .......... .......... .......... .......... 31% 263M 2s 2024-08-22T20:35:53.8795491Z 196450K .......... .......... .......... .......... .......... 31% 326M 2s 2024-08-22T20:35:53.8795805Z 196500K .......... .......... .......... .......... .......... 31% 310M 2s 2024-08-22T20:35:53.8796042Z 196550K .......... .......... .......... .......... .......... 31% 277M 2s 2024-08-22T20:35:53.8796260Z 196600K .......... .......... .......... .......... .......... 31% 317M 2s 2024-08-22T20:35:53.8796497Z 196650K .......... .......... .......... .......... .......... 31% 281M 2s 2024-08-22T20:35:53.8796714Z 196700K .......... .......... .......... .......... .......... 31% 307M 2s 2024-08-22T20:35:53.8796926Z 196750K .......... .......... .......... .......... .......... 31% 269M 2s 2024-08-22T20:35:53.8797518Z 196800K .......... .......... .......... .......... .......... 31% 281M 2s 2024-08-22T20:35:53.8797937Z 196850K .......... .......... .......... .......... .......... 31% 323M 2s 2024-08-22T20:35:53.8798304Z 196900K .......... .......... .......... .......... .......... 31% 250M 2s 2024-08-22T20:35:53.8798791Z 196950K .......... .......... .......... .......... .......... 31% 253M 2s 2024-08-22T20:35:53.8799411Z 197000K .......... .......... .......... .......... .......... 31% 242M 2s 2024-08-22T20:35:53.8801247Z 197050K .......... .......... .......... .......... .......... 31% 291M 2s 2024-08-22T20:35:53.8802970Z 197100K .......... .......... .......... .......... .......... 31% 283M 2s 2024-08-22T20:35:53.8804903Z 197150K .......... .......... .......... .......... .......... 31% 252M 2s 2024-08-22T20:35:53.8806604Z 197200K .......... .......... .......... .......... .......... 31% 283M 2s 2024-08-22T20:35:53.8808602Z 197250K .......... .......... .......... .......... .......... 31% 280M 2s 2024-08-22T20:35:53.8810291Z 197300K .......... .......... .......... .......... .......... 31% 240M 2s 2024-08-22T20:35:53.8812141Z 197350K .......... .......... .......... .......... .......... 31% 261M 2s 2024-08-22T20:35:53.8813841Z 197400K .......... .......... .......... .......... .......... 31% 285M 2s 2024-08-22T20:35:53.8815764Z 197450K .......... .......... .......... .......... .......... 31% 266M 2s 2024-08-22T20:35:53.8817673Z 197500K .......... .......... .......... .......... .......... 31% 251M 2s 2024-08-22T20:35:53.8819762Z 197550K .......... .......... .......... .......... .......... 31% 230M 2s 2024-08-22T20:35:53.8821534Z 197600K .......... .......... .......... .......... .......... 31% 272M 2s 2024-08-22T20:35:53.8823388Z 197650K .......... .......... .......... .......... .......... 31% 268M 2s 2024-08-22T20:35:53.8825202Z 197700K .......... .......... .......... .......... .......... 31% 271M 2s 2024-08-22T20:35:53.8827008Z 197750K .......... .......... .......... .......... .......... 31% 264M 2s 2024-08-22T20:35:53.8829080Z 197800K .......... .......... .......... .......... .......... 31% 237M 2s 2024-08-22T20:35:53.8830969Z 197850K .......... .......... .......... .......... .......... 31% 259M 2s 2024-08-22T20:35:53.8832917Z 197900K .......... .......... .......... .......... .......... 31% 255M 2s 2024-08-22T20:35:53.8834890Z 197950K .......... .......... .......... .......... .......... 31% 242M 2s 2024-08-22T20:35:53.8836656Z 198000K .......... .......... .......... .......... .......... 31% 287M 2s 2024-08-22T20:35:53.8838268Z 198050K .......... .......... .......... .......... .......... 31% 298M 2s 2024-08-22T20:35:53.8840243Z 198100K .......... .......... .......... .......... .......... 31% 242M 2s 2024-08-22T20:35:53.8842106Z 198150K .......... .......... .......... .......... .......... 31% 264M 2s 2024-08-22T20:35:53.8843900Z 198200K .......... .......... .......... .......... .......... 31% 274M 2s 2024-08-22T20:35:53.8846131Z 198250K .......... .......... .......... .......... .......... 31% 220M 2s 2024-08-22T20:35:53.8848069Z 198300K .......... .......... .......... .......... .......... 31% 269M 2s 2024-08-22T20:35:53.8849840Z 198350K .......... .......... .......... .......... .......... 31% 286M 2s 2024-08-22T20:35:53.8851687Z 198400K .......... .......... .......... .......... .......... 31% 248M 2s 2024-08-22T20:35:53.8853434Z 198450K .......... .......... .......... .......... .......... 31% 267M 2s 2024-08-22T20:35:53.8855432Z 198500K .......... .......... .......... .......... .......... 31% 250M 2s 2024-08-22T20:35:53.8857152Z 198550K .......... .......... .......... .......... .......... 31% 281M 2s 2024-08-22T20:35:53.8859080Z 198600K .......... .......... .......... .......... .......... 31% 254M 2s 2024-08-22T20:35:53.8861010Z 198650K .......... .......... .......... .......... .......... 31% 249M 2s 2024-08-22T20:35:53.8863125Z 198700K .......... .......... .......... .......... .......... 31% 227M 2s 2024-08-22T20:35:53.8865063Z 198750K .......... .......... .......... .......... .......... 31% 290M 2s 2024-08-22T20:35:53.8866720Z 198800K .......... .......... .......... .......... .......... 31% 266M 2s 2024-08-22T20:35:53.8868585Z 198850K .......... .......... .......... .......... .......... 31% 273M 2s 2024-08-22T20:35:53.8870756Z 198900K .......... .......... .......... .......... .......... 31% 219M 2s 2024-08-22T20:35:53.8872607Z 198950K .......... .......... .......... .......... .......... 32% 259M 2s 2024-08-22T20:35:53.8874368Z 199000K .......... .......... .......... .......... .......... 32% 281M 2s 2024-08-22T20:35:53.8876270Z 199050K .......... .......... .......... .......... .......... 32% 264M 2s 2024-08-22T20:35:53.8878189Z 199100K .......... .......... .......... .......... .......... 32% 238M 2s 2024-08-22T20:35:53.8879902Z 199150K .......... .......... .......... .......... .......... 32% 286M 2s 2024-08-22T20:35:53.8881644Z 199200K .......... .......... .......... .......... .......... 32% 289M 2s 2024-08-22T20:35:53.8883677Z 199250K .......... .......... .......... .......... .......... 32% 243M 2s 2024-08-22T20:35:53.8885285Z 199300K .......... .......... .......... .......... .......... 32% 291M 2s 2024-08-22T20:35:53.8887086Z 199350K .......... .......... .......... .......... .......... 32% 272M 2s 2024-08-22T20:35:53.8889041Z 199400K .......... .......... .......... .......... .......... 32% 250M 2s 2024-08-22T20:35:53.8891065Z 199450K .......... .......... .......... .......... .......... 32% 240M 2s 2024-08-22T20:35:53.8892763Z 199500K .......... .......... .......... .......... .......... 32% 293M 2s 2024-08-22T20:35:53.8894893Z 199550K .......... .......... .......... .......... .......... 32% 270M 2s 2024-08-22T20:35:53.8896585Z 199600K .......... .......... .......... .......... .......... 32% 236M 2s 2024-08-22T20:35:53.8898466Z 199650K .......... .......... .......... .......... .......... 32% 266M 2s 2024-08-22T20:35:53.8900509Z 199700K .......... .......... .......... .......... .......... 32% 238M 2s 2024-08-22T20:35:53.8902116Z 199750K .......... .......... .......... .......... .......... 32% 304M 2s 2024-08-22T20:35:53.8904016Z 199800K .......... .......... .......... .......... .......... 32% 261M 2s 2024-08-22T20:35:53.8905891Z 199850K .......... .......... .......... .......... .......... 32% 284M 2s 2024-08-22T20:35:53.8907667Z 199900K .......... .......... .......... .......... .......... 32% 242M 2s 2024-08-22T20:35:53.8909766Z 199950K .......... .......... .......... .......... .......... 32% 236M 2s 2024-08-22T20:35:53.8911620Z 200000K .......... .......... .......... .......... .......... 32% 269M 2s 2024-08-22T20:35:53.8913381Z 200050K .......... .......... .......... .......... .......... 32% 273M 2s 2024-08-22T20:35:53.8915032Z 200100K .......... .......... .......... .......... .......... 32% 300M 2s 2024-08-22T20:35:53.8916943Z 200150K .......... .......... .......... .......... .......... 32% 250M 2s 2024-08-22T20:35:53.8918634Z 200200K .......... .......... .......... .......... .......... 32% 292M 2s 2024-08-22T20:35:53.8920363Z 200250K .......... .......... .......... .......... .......... 32% 282M 2s 2024-08-22T20:35:53.8922333Z 200300K .......... .......... .......... .......... .......... 32% 248M 2s 2024-08-22T20:35:53.8924110Z 200350K .......... .......... .......... .......... .......... 32% 276M 2s 2024-08-22T20:35:53.8925899Z 200400K .......... .......... .......... .......... .......... 32% 275M 2s 2024-08-22T20:35:53.8927562Z 200450K .......... .......... .......... .......... .......... 32% 290M 2s 2024-08-22T20:35:53.8929804Z 200500K .......... .......... .......... .......... .......... 32% 263M 2s 2024-08-22T20:35:53.8931401Z 200550K .......... .......... .......... .......... .......... 32% 245M 2s 2024-08-22T20:35:53.8933319Z 200600K .......... .......... .......... .......... .......... 32% 255M 2s 2024-08-22T20:35:53.8935189Z 200650K .......... .......... .......... .......... .......... 32% 260M 2s 2024-08-22T20:35:53.8937351Z 200700K .......... .......... .......... .......... .......... 32% 297M 2s 2024-08-22T20:35:53.8938907Z 200750K .......... .......... .......... .......... .......... 32% 241M 2s 2024-08-22T20:35:53.8940647Z 200800K .......... .......... .......... .......... .......... 32% 276M 2s 2024-08-22T20:35:53.8942325Z 200850K .......... .......... .......... .......... .......... 32% 295M 2s 2024-08-22T20:35:53.8944196Z 200900K .......... .......... .......... .......... .......... 32% 261M 2s 2024-08-22T20:35:53.8945965Z 200950K .......... .......... .......... .......... .......... 32% 272M 2s 2024-08-22T20:35:53.8948079Z 201000K .......... .......... .......... .......... .......... 32% 246M 2s 2024-08-22T20:35:53.8949795Z 201050K .......... .......... .......... .......... .......... 32% 279M 2s 2024-08-22T20:35:53.8951551Z 201100K .......... .......... .......... .......... .......... 32% 260M 2s 2024-08-22T20:35:53.8953184Z 201150K .......... .......... .......... .......... .......... 32% 303M 2s 2024-08-22T20:35:53.8954998Z 201200K .......... .......... .......... .......... .......... 32% 271M 2s 2024-08-22T20:35:53.8956952Z 201250K .......... .......... .......... .......... .......... 32% 296M 2s 2024-08-22T20:35:53.8958651Z 201300K .......... .......... .......... .......... .......... 32% 242M 2s 2024-08-22T20:35:53.8960302Z 201350K .......... .......... .......... .......... .......... 32% 294M 2s 2024-08-22T20:35:53.8962176Z 201400K .......... .......... .......... .......... .......... 32% 282M 2s 2024-08-22T20:35:53.8964107Z 201450K .......... .......... .......... .......... .......... 32% 266M 2s 2024-08-22T20:35:53.8965874Z 201500K .......... .......... .......... .......... .......... 32% 292M 2s 2024-08-22T20:35:53.8967560Z 201550K .......... .......... .......... .......... .......... 32% 241M 2s 2024-08-22T20:35:53.8969182Z 201600K .......... .......... .......... .......... .......... 32% 310M 2s 2024-08-22T20:35:53.8971086Z 201650K .......... .......... .......... .......... .......... 32% 258M 2s 2024-08-22T20:35:53.8972787Z 201700K .......... .......... .......... .......... .......... 32% 278M 2s 2024-08-22T20:35:53.8974776Z 201750K .......... .......... .......... .......... .......... 32% 299M 2s 2024-08-22T20:35:53.8976441Z 201800K .......... .......... .......... .......... .......... 32% 243M 2s 2024-08-22T20:35:53.8978136Z 201850K .......... .......... .......... .......... .......... 32% 289M 2s 2024-08-22T20:35:53.8980104Z 201900K .......... .......... .......... .......... .......... 32% 253M 2s 2024-08-22T20:35:53.8981800Z 201950K .......... .......... .......... .......... .......... 32% 280M 2s 2024-08-22T20:35:53.8983485Z 202000K .......... .......... .......... .......... .......... 32% 290M 2s 2024-08-22T20:35:53.8985239Z 202050K .......... .......... .......... .......... .......... 32% 284M 2s 2024-08-22T20:35:53.8987397Z 202100K .......... .......... .......... .......... .......... 32% 224M 2s 2024-08-22T20:35:53.8989364Z 202150K .......... .......... .......... .......... .......... 32% 252M 2s 2024-08-22T20:35:53.8991374Z 202200K .......... .......... .......... .......... .......... 32% 255M 2s 2024-08-22T20:35:53.8993044Z 202250K .......... .......... .......... .......... .......... 32% 272M 2s 2024-08-22T20:35:53.8994969Z 202300K .......... .......... .......... .......... .......... 32% 252M 2s 2024-08-22T20:35:53.8996763Z 202350K .......... .......... .......... .......... .......... 32% 273M 2s 2024-08-22T20:35:53.8998498Z 202400K .......... .......... .......... .......... .......... 32% 281M 2s 2024-08-22T20:35:53.9000278Z 202450K .......... .......... .......... .......... .......... 32% 278M 2s 2024-08-22T20:35:53.9002269Z 202500K .......... .......... .......... .......... .......... 32% 241M 2s 2024-08-22T20:35:53.9003994Z 202550K .......... .......... .......... .......... .......... 32% 285M 2s 2024-08-22T20:35:53.9005898Z 202600K .......... .......... .......... .......... .......... 32% 258M 2s 2024-08-22T20:35:53.9008240Z 202650K .......... .......... .......... .......... .......... 32% 268M 2s 2024-08-22T20:35:53.9009906Z 202700K .......... .......... .......... .......... .......... 32% 226M 2s 2024-08-22T20:35:53.9011754Z 202750K .......... .......... .......... .......... .......... 32% 275M 2s 2024-08-22T20:35:53.9013807Z 202800K .......... .......... .......... .......... .......... 32% 231M 2s 2024-08-22T20:35:53.9015505Z 202850K .......... .......... .......... .......... .......... 32% 278M 2s 2024-08-22T20:35:53.9017210Z 202900K .......... .......... .......... .......... .......... 32% 291M 2s 2024-08-22T20:35:53.9019109Z 202950K .......... .......... .......... .......... .......... 32% 255M 2s 2024-08-22T20:35:53.9021091Z 203000K .......... .......... .......... .......... .......... 32% 247M 2s 2024-08-22T20:35:53.9022865Z 203050K .......... .......... .......... .......... .......... 32% 280M 2s 2024-08-22T20:35:53.9024693Z 203100K .......... .......... .......... .......... .......... 32% 265M 2s 2024-08-22T20:35:53.9026680Z 203150K .......... .......... .......... .......... .......... 32% 247M 2s 2024-08-22T20:35:53.9028631Z 203200K .......... .......... .......... .......... .......... 32% 271M 2s 2024-08-22T20:35:53.9030544Z 203250K .......... .......... .......... .......... .......... 32% 233M 2s 2024-08-22T20:35:53.9032491Z 203300K .......... .......... .......... .......... .......... 32% 251M 2s 2024-08-22T20:35:53.9034269Z 203350K .......... .......... .......... .......... .......... 32% 276M 2s 2024-08-22T20:35:53.9036178Z 203400K .......... .......... .......... .......... .......... 32% 256M 2s 2024-08-22T20:35:53.9037944Z 203450K .......... .......... .......... .......... .......... 32% 273M 2s 2024-08-22T20:35:53.9040059Z 203500K .......... .......... .......... .......... .......... 32% 230M 2s 2024-08-22T20:35:53.9042112Z 203550K .......... .......... .......... .......... .......... 32% 239M 2s 2024-08-22T20:35:53.9043784Z 203600K .......... .......... .......... .......... .......... 32% 291M 2s 2024-08-22T20:35:53.9045723Z 203650K .......... .......... .......... .......... .......... 32% 287M 2s 2024-08-22T20:35:53.9047533Z 203700K .......... .......... .......... .......... .......... 32% 252M 2s 2024-08-22T20:35:53.9049441Z 203750K .......... .......... .......... .......... .......... 32% 243M 2s 2024-08-22T20:35:53.9051434Z 203800K .......... .......... .......... .......... .......... 32% 291M 2s 2024-08-22T20:35:53.9052994Z 203850K .......... .......... .......... .......... .......... 32% 262M 2s 2024-08-22T20:35:53.9054779Z 203900K .......... .......... .......... .......... .......... 32% 310M 2s 2024-08-22T20:35:53.9056424Z 203950K .......... .......... .......... .......... .......... 32% 258M 2s 2024-08-22T20:35:53.9058285Z 204000K .......... .......... .......... .......... .......... 32% 267M 2s 2024-08-22T20:35:53.9059959Z 204050K .......... .......... .......... .......... .......... 32% 288M 2s 2024-08-22T20:35:53.9062022Z 204100K .......... .......... .......... .......... .......... 32% 283M 2s 2024-08-22T20:35:53.9063911Z 204150K .......... .......... .......... .......... .......... 32% 221M 2s 2024-08-22T20:35:53.9065772Z 204200K .......... .......... .......... .......... .......... 32% 263M 2s 2024-08-22T20:35:53.9067791Z 204250K .......... .......... .......... .......... .......... 32% 293M 2s 2024-08-22T20:35:53.9069986Z 204300K .......... .......... .......... .......... .......... 32% 222M 2s 2024-08-22T20:35:53.9071596Z 204350K .......... .......... .......... .......... .......... 32% 249M 2s 2024-08-22T20:35:53.9073387Z 204400K .......... .......... .......... .......... .......... 32% 274M 2s 2024-08-22T20:35:53.9075053Z 204450K .......... .......... .......... .......... .......... 32% 290M 2s 2024-08-22T20:35:53.9076945Z 204500K .......... .......... .......... .......... .......... 32% 268M 2s 2024-08-22T20:35:53.9078578Z 204550K .......... .......... .......... .......... .......... 32% 287M 2s 2024-08-22T20:35:53.9080793Z 204600K .......... .......... .......... .......... .......... 32% 244M 2s 2024-08-22T20:35:53.9082400Z 204650K .......... .......... .......... .......... .......... 32% 274M 2s 2024-08-22T20:35:53.9084243Z 204700K .......... .......... .......... .......... .......... 32% 264M 2s 2024-08-22T20:35:53.9085951Z 204750K .......... .......... .......... .......... .......... 32% 292M 2s 2024-08-22T20:35:53.9087883Z 204800K .......... .......... .......... .......... .......... 32% 293M 2s 2024-08-22T20:35:53.9089538Z 204850K .......... .......... .......... .......... .......... 32% 247M 2s 2024-08-22T20:35:53.9091181Z 204900K .......... .......... .......... .......... .......... 32% 298M 2s 2024-08-22T20:35:53.9092926Z 204950K .......... .......... .......... .......... .......... 32% 282M 2s 2024-08-22T20:35:53.9094730Z 205000K .......... .......... .......... .......... .......... 32% 275M 2s 2024-08-22T20:35:53.9096564Z 205050K .......... .......... .......... .......... .......... 32% 265M 2s 2024-08-22T20:35:53.9098520Z 205100K .......... .......... .......... .......... .......... 32% 246M 2s 2024-08-22T20:35:53.9100197Z 205150K .......... .......... .......... .......... .......... 33% 291M 2s 2024-08-22T20:35:53.9101965Z 205200K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9103681Z 205250K .......... .......... .......... .......... .......... 33% 287M 2s 2024-08-22T20:35:53.9105438Z 205300K .......... .......... .......... .......... .......... 33% 278M 2s 2024-08-22T20:35:53.9107401Z 205350K .......... .......... .......... .......... .......... 33% 251M 2s 2024-08-22T20:35:53.9109378Z 205400K .......... .......... .......... .......... .......... 33% 249M 2s 2024-08-22T20:35:53.9111484Z 205450K .......... .......... .......... .......... .......... 33% 267M 2s 2024-08-22T20:35:53.9113354Z 205500K .......... .......... .......... .......... .......... 33% 229M 2s 2024-08-22T20:35:53.9115296Z 205550K .......... .......... .......... .......... .......... 33% 304M 2s 2024-08-22T20:35:53.9116981Z 205600K .......... .......... .......... .......... .......... 33% 239M 2s 2024-08-22T20:35:53.9118816Z 205650K .......... .......... .......... .......... .......... 33% 267M 2s 2024-08-22T20:35:53.9120619Z 205700K .......... .......... .......... .......... .......... 33% 270M 2s 2024-08-22T20:35:53.9122270Z 205750K .......... .......... .......... .......... .......... 33% 290M 2s 2024-08-22T20:35:53.9124049Z 205800K .......... .......... .......... .......... .......... 33% 285M 2s 2024-08-22T20:35:53.9125991Z 205850K .......... .......... .......... .......... .......... 33% 246M 2s 2024-08-22T20:35:53.9127689Z 205900K .......... .......... .......... .......... .......... 33% 287M 2s 2024-08-22T20:35:53.9129683Z 205950K .......... .......... .......... .......... .......... 33% 245M 2s 2024-08-22T20:35:53.9131379Z 206000K .......... .......... .......... .......... .......... 33% 291M 2s 2024-08-22T20:35:53.9133142Z 206050K .......... .......... .......... .......... .......... 33% 273M 2s 2024-08-22T20:35:53.9134985Z 206100K .......... .......... .......... .......... .......... 33% 274M 2s 2024-08-22T20:35:53.9137099Z 206150K .......... .......... .......... .......... .......... 33% 225M 2s 2024-08-22T20:35:53.9138800Z 206200K .......... .......... .......... .......... .......... 33% 290M 2s 2024-08-22T20:35:53.9140528Z 206250K .......... .......... .......... .......... .......... 33% 283M 2s 2024-08-22T20:35:53.9142280Z 206300K .......... .......... .......... .......... .......... 33% 281M 2s 2024-08-22T20:35:53.9144608Z 206350K .......... .......... .......... .......... .......... 33% 243M 2s 2024-08-22T20:35:53.9146421Z 206400K .......... .......... .......... .......... .......... 33% 226M 2s 2024-08-22T20:35:53.9148217Z 206450K .......... .......... .......... .......... .......... 33% 295M 2s 2024-08-22T20:35:53.9150142Z 206500K .......... .......... .......... .......... .......... 33% 236M 2s 2024-08-22T20:35:53.9152516Z 206550K .......... .......... .......... .......... .......... 33% 226M 2s 2024-08-22T20:35:53.9154103Z 206600K .......... .......... .......... .......... .......... 33% 274M 2s 2024-08-22T20:35:53.9155988Z 206650K .......... .......... .......... .......... .......... 33% 291M 2s 2024-08-22T20:35:53.9157700Z 206700K .......... .......... .......... .......... .......... 33% 254M 2s 2024-08-22T20:35:53.9159566Z 206750K .......... .......... .......... .......... .......... 33% 257M 2s 2024-08-22T20:35:53.9161224Z 206800K .......... .......... .......... .......... .......... 33% 295M 2s 2024-08-22T20:35:53.9163023Z 206850K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9164806Z 206900K .......... .......... .......... .......... .......... 33% 273M 2s 2024-08-22T20:35:53.9166562Z 206950K .......... .......... .......... .......... .......... 33% 290M 2s 2024-08-22T20:35:53.9168312Z 207000K .......... .......... .......... .......... .......... 33% 276M 2s 2024-08-22T20:35:53.9170348Z 207050K .......... .......... .......... .......... .......... 33% 237M 2s 2024-08-22T20:35:53.9172345Z 207100K .......... .......... .......... .......... .......... 33% 283M 2s 2024-08-22T20:35:53.9174156Z 207150K .......... .......... .......... .......... .......... 33% 235M 2s 2024-08-22T20:35:53.9175871Z 207200K .......... .......... .......... .......... .......... 33% 285M 2s 2024-08-22T20:35:53.9177606Z 207250K .......... .......... .......... .......... .......... 33% 277M 2s 2024-08-22T20:35:53.9179533Z 207300K .......... .......... .......... .......... .......... 33% 256M 2s 2024-08-22T20:35:53.9181289Z 207350K .......... .......... .......... .......... .......... 33% 283M 2s 2024-08-22T20:35:53.9183210Z 207400K .......... .......... .......... .......... .......... 33% 246M 2s 2024-08-22T20:35:53.9184990Z 207450K .......... .......... .......... .......... .......... 33% 279M 2s 2024-08-22T20:35:53.9186874Z 207500K .......... .......... .......... .......... .......... 33% 257M 2s 2024-08-22T20:35:53.9188790Z 207550K .......... .......... .......... .......... .......... 33% 259M 2s 2024-08-22T20:35:53.9190600Z 207600K .......... .......... .......... .......... .......... 33% 271M 2s 2024-08-22T20:35:53.9192550Z 207650K .......... .......... .......... .......... .......... 33% 281M 2s 2024-08-22T20:35:53.9194086Z 207700K .......... .......... .......... .......... .......... 33% 275M 2s 2024-08-22T20:35:53.9196256Z 207750K .......... .......... .......... .......... .......... 33% 280M 2s 2024-08-22T20:35:53.9197899Z 207800K .......... .......... .......... .......... .......... 33% 233M 2s 2024-08-22T20:35:53.9199572Z 207850K .......... .......... .......... .......... .......... 33% 292M 2s 2024-08-22T20:35:53.9201285Z 207900K .......... .......... .......... .......... .......... 33% 289M 2s 2024-08-22T20:35:53.9203223Z 207950K .......... .......... .......... .......... .......... 33% 253M 2s 2024-08-22T20:35:53.9205115Z 208000K .......... .......... .......... .......... .......... 33% 256M 2s 2024-08-22T20:35:53.9207575Z 208050K .......... .......... .......... .......... .......... 33% 237M 2s 2024-08-22T20:35:53.9209330Z 208100K .......... .......... .......... .......... .......... 33% 226M 2s 2024-08-22T20:35:53.9211200Z 208150K .......... .......... .......... .......... .......... 33% 261M 2s 2024-08-22T20:35:53.9212990Z 208200K .......... .......... .......... .......... .......... 33% 271M 2s 2024-08-22T20:35:53.9214798Z 208250K .......... .......... .......... .......... .......... 33% 273M 2s 2024-08-22T20:35:53.9217051Z 208300K .......... .......... .......... .......... .......... 33% 255M 2s 2024-08-22T20:35:53.9218722Z 208350K .......... .......... .......... .......... .......... 33% 240M 2s 2024-08-22T20:35:53.9220808Z 208400K .......... .......... .......... .......... .......... 33% 279M 2s 2024-08-22T20:35:53.9222641Z 208450K .......... .......... .......... .......... .......... 33% 231M 2s 2024-08-22T20:35:53.9224610Z 208500K .......... .......... .......... .......... .......... 33% 270M 2s 2024-08-22T20:35:53.9226245Z 208550K .......... .......... .......... .......... .......... 33% 273M 2s 2024-08-22T20:35:53.9228304Z 208600K .......... .......... .......... .......... .......... 33% 295M 2s 2024-08-22T20:35:53.9230334Z 208650K .......... .......... .......... .......... .......... 33% 221M 2s 2024-08-22T20:35:53.9231925Z 208700K .......... .......... .......... .......... .......... 33% 260M 2s 2024-08-22T20:35:53.9233808Z 208750K .......... .......... .......... .......... .......... 33% 260M 2s 2024-08-22T20:35:53.9235671Z 208800K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9237540Z 208850K .......... .......... .......... .......... .......... 33% 255M 2s 2024-08-22T20:35:53.9239228Z 208900K .......... .......... .......... .......... .......... 33% 293M 2s 2024-08-22T20:35:53.9241106Z 208950K .......... .......... .......... .......... .......... 33% 253M 2s 2024-08-22T20:35:53.9242923Z 209000K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9244851Z 209050K .......... .......... .......... .......... .......... 33% 253M 2s 2024-08-22T20:35:53.9246498Z 209100K .......... .......... .......... .......... .......... 33% 299M 2s 2024-08-22T20:35:53.9248330Z 209150K .......... .......... .......... .......... .......... 33% 277M 2s 2024-08-22T20:35:53.9250390Z 209200K .......... .......... .......... .......... .......... 33% 228M 2s 2024-08-22T20:35:53.9252162Z 209250K .......... .......... .......... .......... .......... 33% 276M 2s 2024-08-22T20:35:53.9254238Z 209300K .......... .......... .......... .......... .......... 33% 285M 2s 2024-08-22T20:35:53.9256163Z 209350K .......... .......... .......... .......... .......... 33% 239M 2s 2024-08-22T20:35:53.9257791Z 209400K .......... .......... .......... .......... .......... 33% 260M 2s 2024-08-22T20:35:53.9259776Z 209450K .......... .......... .......... .......... .......... 33% 246M 2s 2024-08-22T20:35:53.9261596Z 209500K .......... .......... .......... .......... .......... 33% 275M 2s 2024-08-22T20:35:53.9263325Z 209550K .......... .......... .......... .......... .......... 33% 283M 2s 2024-08-22T20:35:53.9265181Z 209600K .......... .......... .......... .......... .......... 33% 265M 2s 2024-08-22T20:35:53.9267461Z 209650K .......... .......... .......... .......... .......... 33% 223M 2s 2024-08-22T20:35:53.9269600Z 209700K .......... .......... .......... .......... .......... 33% 259M 2s 2024-08-22T20:35:53.9271278Z 209750K .......... .......... .......... .......... .......... 33% 237M 2s 2024-08-22T20:35:53.9273192Z 209800K .......... .......... .......... .......... .......... 33% 254M 2s 2024-08-22T20:35:53.9274984Z 209850K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9277243Z 209900K .......... .......... .......... .......... .......... 33% 269M 2s 2024-08-22T20:35:53.9279090Z 209950K .......... .......... .......... .......... .......... 33% 218M 2s 2024-08-22T20:35:53.9281051Z 210000K .......... .......... .......... .......... .......... 33% 260M 2s 2024-08-22T20:35:53.9282756Z 210050K .......... .......... .......... .......... .......... 33% 265M 2s 2024-08-22T20:35:53.9284745Z 210100K .......... .......... .......... .......... .......... 33% 283M 2s 2024-08-22T20:35:53.9286484Z 210150K .......... .......... .......... .......... .......... 33% 244M 2s 2024-08-22T20:35:53.9288251Z 210200K .......... .......... .......... .......... .......... 33% 275M 2s 2024-08-22T20:35:53.9290376Z 210250K .......... .......... .......... .......... .......... 33% 232M 2s 2024-08-22T20:35:53.9292042Z 210300K .......... .......... .......... .......... .......... 33% 294M 2s 2024-08-22T20:35:53.9293946Z 210350K .......... .......... .......... .......... .......... 33% 255M 2s 2024-08-22T20:35:53.9295848Z 210400K .......... .......... .......... .......... .......... 33% 259M 2s 2024-08-22T20:35:53.9297854Z 210450K .......... .......... .......... .......... .......... 33% 273M 2s 2024-08-22T20:35:53.9299716Z 210500K .......... .......... .......... .......... .......... 33% 248M 2s 2024-08-22T20:35:53.9301344Z 210550K .......... .......... .......... .......... .......... 33% 303M 2s 2024-08-22T20:35:53.9303332Z 210600K .......... .......... .......... .......... .......... 33% 275M 2s 2024-08-22T20:35:53.9305008Z 210650K .......... .......... .......... .......... .......... 33% 245M 2s 2024-08-22T20:35:53.9306900Z 210700K .......... .......... .......... .......... .......... 33% 309M 2s 2024-08-22T20:35:53.9308820Z 210750K .......... .......... .......... .......... .......... 33% 222M 2s 2024-08-22T20:35:53.9310767Z 210800K .......... .......... .......... .......... .......... 33% 243M 2s 2024-08-22T20:35:53.9312633Z 210850K .......... .......... .......... .......... .......... 33% 269M 2s 2024-08-22T20:35:53.9314598Z 210900K .......... .......... .......... .......... .......... 33% 274M 2s 2024-08-22T20:35:53.9316408Z 210950K .......... .......... .......... .......... .......... 33% 243M 2s 2024-08-22T20:35:53.9318301Z 211000K .......... .......... .......... .......... .......... 33% 251M 2s 2024-08-22T20:35:53.9320128Z 211050K .......... .......... .......... .......... .......... 33% 265M 2s 2024-08-22T20:35:53.9321888Z 211100K .......... .......... .......... .......... .......... 33% 291M 2s 2024-08-22T20:35:53.9324073Z 211150K .......... .......... .......... .......... .......... 33% 274M 2s 2024-08-22T20:35:53.9326056Z 211200K .......... .......... .......... .......... .......... 33% 201M 2s 2024-08-22T20:35:53.9327934Z 211250K .......... .......... .......... .......... .......... 33% 272M 2s 2024-08-22T20:35:53.9329731Z 211300K .......... .......... .......... .......... .......... 33% 262M 2s 2024-08-22T20:35:53.9331619Z 211350K .......... .......... .......... .......... .......... 33% 260M 2s 2024-08-22T20:35:53.9333329Z 211400K .......... .......... .......... .......... .......... 34% 282M 2s 2024-08-22T20:35:53.9335370Z 211450K .......... .......... .......... .......... .......... 34% 238M 2s 2024-08-22T20:35:53.9337356Z 211500K .......... .......... .......... .......... .......... 34% 265M 2s 2024-08-22T20:35:53.9339314Z 211550K .......... .......... .......... .......... .......... 34% 270M 2s 2024-08-22T20:35:53.9340985Z 211600K .......... .......... .......... .......... .......... 34% 239M 2s 2024-08-22T20:35:53.9343083Z 211650K .......... .......... .......... .......... .......... 34% 245M 2s 2024-08-22T20:35:53.9344865Z 211700K .......... .......... .......... .......... .......... 34% 270M 2s 2024-08-22T20:35:53.9346714Z 211750K .......... .......... .......... .......... .......... 34% 269M 2s 2024-08-22T20:35:53.9348801Z 211800K .......... .......... .......... .......... .......... 34% 237M 2s 2024-08-22T20:35:53.9350575Z 211850K .......... .......... .......... .......... .......... 34% 270M 2s 2024-08-22T20:35:53.9352664Z 211900K .......... .......... .......... .......... .......... 34% 235M 2s 2024-08-22T20:35:53.9354520Z 211950K .......... .......... .......... .......... .......... 34% 300M 2s 2024-08-22T20:35:53.9356240Z 212000K .......... .......... .......... .......... .......... 34% 247M 2s 2024-08-22T20:35:53.9358079Z 212050K .......... .......... .......... .......... .......... 34% 268M 2s 2024-08-22T20:35:53.9359969Z 212100K .......... .......... .......... .......... .......... 34% 260M 2s 2024-08-22T20:35:53.9361750Z 212150K .......... .......... .......... .......... .......... 34% 274M 2s 2024-08-22T20:35:53.9363807Z 212200K .......... .......... .......... .......... .......... 34% 232M 2s 2024-08-22T20:35:53.9365553Z 212250K .......... .......... .......... .......... .......... 34% 279M 2s 2024-08-22T20:35:53.9367405Z 212300K .......... .......... .......... .......... .......... 34% 268M 2s 2024-08-22T20:35:53.9369291Z 212350K .......... .......... .......... .......... .......... 34% 265M 2s 2024-08-22T20:35:53.9371370Z 212400K .......... .......... .......... .......... .......... 34% 286M 2s 2024-08-22T20:35:53.9373182Z 212450K .......... .......... .......... .......... .......... 34% 224M 2s 2024-08-22T20:35:53.9374838Z 212500K .......... .......... .......... .......... .......... 34% 272M 2s 2024-08-22T20:35:53.9377103Z 212550K .......... .......... .......... .......... .......... 34% 233M 2s 2024-08-22T20:35:53.9378942Z 212600K .......... .......... .......... .......... .......... 34% 252M 2s 2024-08-22T20:35:53.9380710Z 212650K .......... .......... .......... .......... .......... 34% 280M 2s 2024-08-22T20:35:53.9382495Z 212700K .......... .......... .......... .......... .......... 34% 273M 2s 2024-08-22T20:35:53.9384269Z 212750K .......... .......... .......... .......... .......... 34% 276M 2s 2024-08-22T20:35:53.9386271Z 212800K .......... .......... .......... .......... .......... 34% 299M 2s 2024-08-22T20:35:53.9387948Z 212850K .......... .......... .......... .......... .......... 34% 254M 2s 2024-08-22T20:35:53.9389674Z 212900K .......... .......... .......... .......... .......... 34% 267M 2s 2024-08-22T20:35:53.9391627Z 212950K .......... .......... .......... .......... .......... 34% 245M 2s 2024-08-22T20:35:53.9393393Z 213000K .......... .......... .......... .......... .......... 34% 282M 2s 2024-08-22T20:35:53.9395292Z 213050K .......... .......... .......... .......... .......... 34% 253M 2s 2024-08-22T20:35:53.9397141Z 213100K .......... .......... .......... .......... .......... 34% 265M 2s 2024-08-22T20:35:53.9398737Z 213150K .......... .......... .......... .......... .......... 34% 306M 2s 2024-08-22T20:35:53.9400609Z 213200K .......... .......... .......... .......... .......... 34% 259M 2s 2024-08-22T20:35:53.9402415Z 213250K .......... .......... .......... .......... .......... 34% 279M 2s 2024-08-22T20:35:53.9404504Z 213300K .......... .......... .......... .......... .......... 34% 275M 2s 2024-08-22T20:35:53.9406144Z 213350K .......... .......... .......... .......... .......... 34% 245M 2s 2024-08-22T20:35:53.9407885Z 213400K .......... .......... .......... .......... .......... 34% 280M 2s 2024-08-22T20:35:53.9409781Z 213450K .......... .......... .......... .......... .......... 34% 276M 2s 2024-08-22T20:35:53.9411641Z 213500K .......... .......... .......... .......... .......... 34% 246M 2s 2024-08-22T20:35:53.9413282Z 213550K .......... .......... .......... .......... .......... 34% 296M 2s 2024-08-22T20:35:53.9415307Z 213600K .......... .......... .......... .......... .......... 34% 298M 2s 2024-08-22T20:35:53.9416935Z 213650K .......... .......... .......... .......... .......... 34% 244M 2s 2024-08-22T20:35:53.9418714Z 213700K .......... .......... .......... .......... .......... 34% 272M 2s 2024-08-22T20:35:53.9420585Z 213750K .......... .......... .......... .......... .......... 34% 266M 2s 2024-08-22T20:35:53.9422533Z 213800K .......... .......... .......... .......... .......... 34% 281M 2s 2024-08-22T20:35:53.9424231Z 213850K .......... .......... .......... .......... .......... 34% 251M 2s 2024-08-22T20:35:53.9425929Z 213900K .......... .......... .......... .......... .......... 34% 291M 2s 2024-08-22T20:35:53.9428318Z 213950K .......... .......... .......... .......... .......... 34% 255M 2s 2024-08-22T20:35:53.9430265Z 214000K .......... .......... .......... .......... .......... 34% 221M 2s 2024-08-22T20:35:53.9431920Z 214050K .......... .......... .......... .......... .......... 34% 257M 2s 2024-08-22T20:35:53.9433651Z 214100K .......... .......... .......... .......... .......... 34% 288M 2s 2024-08-22T20:35:53.9435807Z 214150K .......... .......... .......... .......... .......... 34% 273M 2s 2024-08-22T20:35:53.9437504Z 214200K .......... .......... .......... .......... .......... 34% 263M 2s 2024-08-22T20:35:53.9439187Z 214250K .......... .......... .......... .......... .......... 34% 241M 2s 2024-08-22T20:35:53.9441041Z 214300K .......... .......... .......... .......... .......... 34% 260M 2s 2024-08-22T20:35:53.9443147Z 214350K .......... .......... .......... .......... .......... 34% 280M 2s 2024-08-22T20:35:53.9444956Z 214400K .......... .......... .......... .......... .......... 34% 282M 2s 2024-08-22T20:35:53.9446574Z 214450K .......... .......... .......... .......... .......... 34% 240M 2s 2024-08-22T20:35:53.9448594Z 214500K .......... .......... .......... .......... .......... 34% 284M 2s 2024-08-22T20:35:53.9450251Z 214550K .......... .......... .......... .......... .......... 34% 249M 2s 2024-08-22T20:35:53.9452142Z 214600K .......... .......... .......... .......... .......... 34% 261M 2s 2024-08-22T20:35:53.9453955Z 214650K .......... .......... .......... .......... .......... 34% 276M 2s 2024-08-22T20:35:53.9455936Z 214700K .......... .......... .......... .......... .......... 34% 240M 2s 2024-08-22T20:35:53.9457912Z 214750K .......... .......... .......... .......... .......... 34% 297M 2s 2024-08-22T20:35:53.9459509Z 214800K .......... .......... .......... .......... .......... 34% 250M 2s 2024-08-22T20:35:53.9461222Z 214850K .......... .......... .......... .......... .......... 34% 287M 2s 2024-08-22T20:35:53.9462922Z 214900K .......... .......... .......... .......... .......... 34% 284M 2s 2024-08-22T20:35:53.9464880Z 214950K .......... .......... .......... .......... .......... 34% 259M 2s 2024-08-22T20:35:53.9466939Z 215000K .......... .......... .......... .......... .......... 34% 269M 2s 2024-08-22T20:35:53.9468983Z 215050K .......... .......... .......... .......... .......... 34% 209M 2s 2024-08-22T20:35:53.9470844Z 215100K .......... .......... .......... .......... .......... 34% 262M 2s 2024-08-22T20:35:53.9472592Z 215150K .......... .......... .......... .......... .......... 34% 275M 2s 2024-08-22T20:35:53.9474729Z 215200K .......... .......... .......... .......... .......... 34% 230M 2s 2024-08-22T20:35:53.9476754Z 215250K .......... .......... .......... .......... .......... 34% 276M 2s 2024-08-22T20:35:53.9478717Z 215300K .......... .......... .......... .......... .......... 34% 221M 2s 2024-08-22T20:35:53.9480497Z 215350K .......... .......... .......... .......... .......... 34% 274M 2s 2024-08-22T20:35:53.9482162Z 215400K .......... .......... .......... .......... .......... 34% 297M 2s 2024-08-22T20:35:53.9484029Z 215450K .......... .......... .......... .......... .......... 34% 260M 2s 2024-08-22T20:35:53.9486042Z 215500K .......... .......... .......... .......... .......... 34% 272M 2s 2024-08-22T20:35:53.9487918Z 215550K .......... .......... .......... .......... .......... 34% 239M 2s 2024-08-22T20:35:53.9489723Z 215600K .......... .......... .......... .......... .......... 34% 264M 2s 2024-08-22T20:35:53.9491462Z 215650K .......... .......... .......... .......... .......... 34% 276M 2s 2024-08-22T20:35:53.9493515Z 215700K .......... .......... .......... .......... .......... 34% 242M 2s 2024-08-22T20:35:53.9495491Z 215750K .......... .......... .......... .......... .......... 34% 283M 2s 2024-08-22T20:35:53.9497171Z 215800K .......... .......... .......... .......... .......... 34% 256M 2s 2024-08-22T20:35:53.9498778Z 215850K .......... .......... .......... .......... .......... 34% 293M 2s 2024-08-22T20:35:53.9500646Z 215900K .......... .......... .......... .......... .......... 34% 267M 2s 2024-08-22T20:35:53.9502508Z 215950K .......... .......... .......... .......... .......... 34% 259M 2s 2024-08-22T20:35:53.9504403Z 216000K .......... .......... .......... .......... .......... 34% 296M 2s 2024-08-22T20:35:53.9506133Z 216050K .......... .......... .......... .......... .......... 34% 254M 2s 2024-08-22T20:35:53.9508034Z 216100K .......... .......... .......... .......... .......... 34% 264M 2s 2024-08-22T20:35:53.9510283Z 216150K .......... .......... .......... .......... .......... 34% 212M 2s 2024-08-22T20:35:53.9512020Z 216200K .......... .......... .......... .......... .......... 34% 273M 2s 2024-08-22T20:35:53.9513771Z 216250K .......... .......... .......... .......... .......... 34% 287M 2s 2024-08-22T20:35:53.9515898Z 216300K .......... .......... .......... .......... .......... 34% 248M 2s 2024-08-22T20:35:53.9517667Z 216350K .......... .......... .......... .......... .......... 34% 249M 2s 2024-08-22T20:35:53.9519368Z 216400K .......... .......... .......... .......... .......... 34% 284M 2s 2024-08-22T20:35:53.9521143Z 216450K .......... .......... .......... .......... .......... 34% 277M 2s 2024-08-22T20:35:53.9523035Z 216500K .......... .......... .......... .......... .......... 34% 261M 2s 2024-08-22T20:35:53.9524990Z 216550K .......... .......... .......... .......... .......... 34% 253M 2s 2024-08-22T20:35:53.9526763Z 216600K .......... .......... .......... .......... .......... 34% 273M 2s 2024-08-22T20:35:53.9528944Z 216650K .......... .......... .......... .......... .......... 34% 271M 2s 2024-08-22T20:35:53.9530668Z 216700K .......... .......... .......... .......... .......... 34% 226M 2s 2024-08-22T20:35:53.9532490Z 216750K .......... .......... .......... .......... .......... 34% 267M 2s 2024-08-22T20:35:53.9534254Z 216800K .......... .......... .......... .......... .......... 34% 281M 2s 2024-08-22T20:35:53.9536126Z 216850K .......... .......... .......... .......... .......... 34% 244M 2s 2024-08-22T20:35:53.9538281Z 216900K .......... .......... .......... .......... .......... 34% 304M 2s 2024-08-22T20:35:53.9539908Z 216950K .......... .......... .......... .......... .......... 34% 236M 2s 2024-08-22T20:35:53.9541579Z 217000K .......... .......... .......... .......... .......... 34% 293M 2s 2024-08-22T20:35:53.9543577Z 217050K .......... .......... .......... .......... .......... 34% 282M 2s 2024-08-22T20:35:53.9545337Z 217100K .......... .......... .......... .......... .......... 34% 251M 2s 2024-08-22T20:35:53.9546983Z 217150K .......... .......... .......... .......... .......... 34% 284M 2s 2024-08-22T20:35:53.9548965Z 217200K .......... .......... .......... .......... .......... 34% 250M 2s 2024-08-22T20:35:53.9550547Z 217250K .......... .......... .......... .......... .......... 34% 302M 2s 2024-08-22T20:35:53.9552253Z 217300K .......... .......... .......... .......... .......... 34% 289M 2s 2024-08-22T20:35:53.9554120Z 217350K .......... .......... .......... .......... .......... 34% 262M 2s 2024-08-22T20:35:53.9555812Z 217400K .......... .......... .......... .......... .......... 34% 284M 2s 2024-08-22T20:35:53.9557619Z 217450K .......... .......... .......... .......... .......... 34% 270M 2s 2024-08-22T20:35:53.9559375Z 217500K .......... .......... .......... .......... .......... 34% 287M 2s 2024-08-22T20:35:53.9561007Z 217550K .......... .......... .......... .......... .......... 34% 293M 2s 2024-08-22T20:35:53.9562857Z 217600K .......... .......... .......... .......... .......... 35% 254M 1s 2024-08-22T20:35:53.9564527Z 217650K .......... .......... .......... .......... .......... 35% 306M 1s 2024-08-22T20:35:53.9566706Z 217700K .......... .......... .......... .......... .......... 35% 222M 1s 2024-08-22T20:35:53.9568472Z 217750K .......... .......... .......... .......... .......... 35% 278M 1s 2024-08-22T20:35:53.9570077Z 217800K .......... .......... .......... .......... .......... 35% 307M 1s 2024-08-22T20:35:53.9572075Z 217850K .......... .......... .......... .......... .......... 35% 241M 1s 2024-08-22T20:35:53.9573819Z 217900K .......... .......... .......... .......... .......... 35% 284M 1s 2024-08-22T20:35:53.9575515Z 217950K .......... .......... .......... .......... .......... 35% 285M 1s 2024-08-22T20:35:53.9577308Z 218000K .......... .......... .......... .......... .......... 35% 273M 1s 2024-08-22T20:35:53.9579055Z 218050K .......... .......... .......... .......... .......... 35% 287M 1s 2024-08-22T20:35:53.9581247Z 218100K .......... .......... .......... .......... .......... 35% 281M 1s 2024-08-22T20:35:53.9582914Z 218150K .......... .......... .......... .......... .......... 35% 228M 1s 2024-08-22T20:35:53.9584714Z 218200K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9586651Z 218250K .......... .......... .......... .......... .......... 35% 280M 1s 2024-08-22T20:35:53.9588667Z 218300K .......... .......... .......... .......... .......... 35% 272M 1s 2024-08-22T20:35:53.9590323Z 218350K .......... .......... .......... .......... .......... 35% 238M 1s 2024-08-22T20:35:53.9592159Z 218400K .......... .......... .......... .......... .......... 35% 278M 1s 2024-08-22T20:35:53.9593975Z 218450K .......... .......... .......... .......... .......... 35% 258M 1s 2024-08-22T20:35:53.9596042Z 218500K .......... .......... .......... .......... .......... 35% 283M 1s 2024-08-22T20:35:53.9597719Z 218550K .......... .......... .......... .......... .......... 35% 240M 1s 2024-08-22T20:35:53.9599382Z 218600K .......... .......... .......... .......... .......... 35% 295M 1s 2024-08-22T20:35:53.9601082Z 218650K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9603154Z 218700K .......... .......... .......... .......... .......... 35% 277M 1s 2024-08-22T20:35:53.9604852Z 218750K .......... .......... .......... .......... .......... 35% 242M 1s 2024-08-22T20:35:53.9606659Z 218800K .......... .......... .......... .......... .......... 35% 269M 1s 2024-08-22T20:35:53.9608419Z 218850K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9610561Z 218900K .......... .......... .......... .......... .......... 35% 271M 1s 2024-08-22T20:35:53.9612211Z 218950K .......... .......... .......... .......... .......... 35% 241M 1s 2024-08-22T20:35:53.9614117Z 219000K .......... .......... .......... .......... .......... 35% 253M 1s 2024-08-22T20:35:53.9615853Z 219050K .......... .......... .......... .......... .......... 35% 279M 1s 2024-08-22T20:35:53.9617606Z 219100K .......... .......... .......... .......... .......... 35% 282M 1s 2024-08-22T20:35:53.9619396Z 219150K .......... .......... .......... .......... .......... 35% 276M 1s 2024-08-22T20:35:53.9621294Z 219200K .......... .......... .......... .......... .......... 35% 254M 1s 2024-08-22T20:35:53.9623061Z 219250K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9625135Z 219300K .......... .......... .......... .......... .......... 35% 229M 1s 2024-08-22T20:35:53.9626794Z 219350K .......... .......... .......... .......... .......... 35% 293M 1s 2024-08-22T20:35:53.9628795Z 219400K .......... .......... .......... .......... .......... 35% 248M 1s 2024-08-22T20:35:53.9630854Z 219450K .......... .......... .......... .......... .......... 35% 234M 1s 2024-08-22T20:35:53.9632497Z 219500K .......... .......... .......... .......... .......... 35% 291M 1s 2024-08-22T20:35:53.9634197Z 219550K .......... .......... .......... .......... .......... 35% 294M 1s 2024-08-22T20:35:53.9636253Z 219600K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9637968Z 219650K .......... .......... .......... .......... .......... 35% 248M 1s 2024-08-22T20:35:53.9640049Z 219700K .......... .......... .......... .......... .......... 35% 234M 1s 2024-08-22T20:35:53.9641788Z 219750K .......... .......... .......... .......... .......... 35% 282M 1s 2024-08-22T20:35:53.9643553Z 219800K .......... .......... .......... .......... .......... 35% 279M 1s 2024-08-22T20:35:53.9645680Z 219850K .......... .......... .......... .......... .......... 35% 266M 1s 2024-08-22T20:35:53.9647551Z 219900K .......... .......... .......... .......... .......... 35% 222M 1s 2024-08-22T20:35:53.9649536Z 219950K .......... .......... .......... .......... .......... 35% 251M 1s 2024-08-22T20:35:53.9651209Z 220000K .......... .......... .......... .......... .......... 35% 289M 1s 2024-08-22T20:35:53.9652952Z 220050K .......... .......... .......... .......... .......... 35% 287M 1s 2024-08-22T20:35:53.9654835Z 220100K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9656686Z 220150K .......... .......... .......... .......... .......... 35% 235M 1s 2024-08-22T20:35:53.9658707Z 220200K .......... .......... .......... .......... .......... 35% 273M 1s 2024-08-22T20:35:53.9660192Z 220250K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9661889Z 220300K .......... .......... .......... .......... .......... 35% 286M 1s 2024-08-22T20:35:53.9663844Z 220350K .......... .......... .......... .......... .......... 35% 251M 1s 2024-08-22T20:35:53.9665671Z 220400K .......... .......... .......... .......... .......... 35% 263M 1s 2024-08-22T20:35:53.9667631Z 220450K .......... .......... .......... .......... .......... 35% 252M 1s 2024-08-22T20:35:53.9669470Z 220500K .......... .......... .......... .......... .......... 35% 273M 1s 2024-08-22T20:35:53.9671379Z 220550K .......... .......... .......... .......... .......... 35% 268M 1s 2024-08-22T20:35:53.9673422Z 220600K .......... .......... .......... .......... .......... 35% 222M 1s 2024-08-22T20:35:53.9675252Z 220650K .......... .......... .......... .......... .......... 35% 270M 1s 2024-08-22T20:35:53.9677166Z 220700K .......... .......... .......... .......... .......... 35% 261M 1s 2024-08-22T20:35:53.9678961Z 220750K .......... .......... .......... .......... .......... 35% 272M 1s 2024-08-22T20:35:53.9680607Z 220800K .......... .......... .......... .......... .......... 35% 293M 1s 2024-08-22T20:35:53.9682654Z 220850K .......... .......... .......... .......... .......... 35% 234M 1s 2024-08-22T20:35:53.9684376Z 220900K .......... .......... .......... .......... .......... 35% 286M 1s 2024-08-22T20:35:53.9686401Z 220950K .......... .......... .......... .......... .......... 35% 240M 1s 2024-08-22T20:35:53.9688175Z 221000K .......... .......... .......... .......... .......... 35% 277M 1s 2024-08-22T20:35:53.9690149Z 221050K .......... .......... .......... .......... .......... 35% 260M 1s 2024-08-22T20:35:53.9691874Z 221100K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9693692Z 221150K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9695863Z 221200K .......... .......... .......... .......... .......... 35% 271M 1s 2024-08-22T20:35:53.9697496Z 221250K .......... .......... .......... .......... .......... 35% 245M 1s 2024-08-22T20:35:53.9699296Z 221300K .......... .......... .......... .......... .......... 35% 269M 1s 2024-08-22T20:35:53.9700986Z 221350K .......... .......... .......... .......... .......... 35% 297M 1s 2024-08-22T20:35:53.9702713Z 221400K .......... .......... .......... .......... .......... 35% 286M 1s 2024-08-22T20:35:53.9704618Z 221450K .......... .......... .......... .......... .......... 35% 303M 1s 2024-08-22T20:35:53.9706337Z 221500K .......... .......... .......... .......... .......... 35% 236M 1s 2024-08-22T20:35:53.9708100Z 221550K .......... .......... .......... .......... .......... 35% 296M 1s 2024-08-22T20:35:53.9710114Z 221600K .......... .......... .......... .......... .......... 35% 238M 1s 2024-08-22T20:35:53.9711913Z 221650K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9713839Z 221700K .......... .......... .......... .......... .......... 35% 304M 1s 2024-08-22T20:35:53.9715503Z 221750K .......... .......... .......... .......... .......... 35% 241M 1s 2024-08-22T20:35:53.9717196Z 221800K .......... .......... .......... .......... .......... 35% 297M 1s 2024-08-22T20:35:53.9718991Z 221850K .......... .......... .......... .......... .......... 35% 264M 1s 2024-08-22T20:35:53.9720732Z 221900K .......... .......... .......... .......... .......... 35% 284M 1s 2024-08-22T20:35:53.9722448Z 221950K .......... .......... .......... .......... .......... 35% 282M 1s 2024-08-22T20:35:53.9724502Z 222000K .......... .......... .......... .......... .......... 35% 241M 1s 2024-08-22T20:35:53.9726165Z 222050K .......... .......... .......... .......... .......... 35% 290M 1s 2024-08-22T20:35:53.9728064Z 222100K .......... .......... .......... .......... .......... 35% 293M 1s 2024-08-22T20:35:53.9729927Z 222150K .......... .......... .......... .......... .......... 35% 258M 1s 2024-08-22T20:35:53.9731512Z 222200K .......... .......... .......... .......... .......... 35% 280M 1s 2024-08-22T20:35:53.9733342Z 222250K .......... .......... .......... .......... .......... 35% 261M 1s 2024-08-22T20:35:53.9735036Z 222300K .......... .......... .......... .......... .......... 35% 294M 1s 2024-08-22T20:35:53.9737012Z 222350K .......... .......... .......... .......... .......... 35% 288M 1s 2024-08-22T20:35:53.9738756Z 222400K .......... .......... .......... .......... .......... 35% 237M 1s 2024-08-22T20:35:53.9740906Z 222450K .......... .......... .......... .......... .......... 35% 278M 1s 2024-08-22T20:35:53.9742586Z 222500K .......... .......... .......... .......... .......... 35% 235M 1s 2024-08-22T20:35:53.9744412Z 222550K .......... .......... .......... .......... .......... 35% 267M 1s 2024-08-22T20:35:53.9746169Z 222600K .......... .......... .......... .......... .......... 35% 282M 1s 2024-08-22T20:35:53.9748027Z 222650K .......... .......... .......... .......... .......... 35% 281M 1s 2024-08-22T20:35:53.9749956Z 222700K .......... .......... .......... .......... .......... 35% 247M 1s 2024-08-22T20:35:53.9752067Z 222750K .......... .......... .......... .......... .......... 35% 231M 1s 2024-08-22T20:35:53.9753845Z 222800K .......... .......... .......... .......... .......... 35% 263M 1s 2024-08-22T20:35:53.9755768Z 222850K .......... .......... .......... .......... .......... 35% 252M 1s 2024-08-22T20:35:53.9757668Z 222900K .......... .......... .......... .......... .......... 35% 260M 1s 2024-08-22T20:35:53.9759359Z 222950K .......... .......... .......... .......... .......... 35% 284M 1s 2024-08-22T20:35:53.9761483Z 223000K .......... .......... .......... .......... .......... 35% 284M 1s 2024-08-22T20:35:53.9763223Z 223050K .......... .......... .......... .......... .......... 35% 228M 1s 2024-08-22T20:35:53.9765028Z 223100K .......... .......... .......... .......... .......... 35% 272M 1s 2024-08-22T20:35:53.9767153Z 223150K .......... .......... .......... .......... .......... 35% 272M 1s 2024-08-22T20:35:53.9768898Z 223200K .......... .......... .......... .......... .......... 35% 242M 1s 2024-08-22T20:35:53.9770618Z 223250K .......... .......... .......... .......... .......... 35% 282M 1s 2024-08-22T20:35:53.9772505Z 223300K .......... .......... .......... .......... .......... 35% 261M 1s 2024-08-22T20:35:53.9774601Z 223350K .......... .......... .......... .......... .......... 35% 262M 1s 2024-08-22T20:35:53.9776527Z 223400K .......... .......... .......... .......... .......... 35% 220M 1s 2024-08-22T20:35:53.9778336Z 223450K .......... .......... .......... .......... .......... 35% 275M 1s 2024-08-22T20:35:53.9780292Z 223500K .......... .......... .......... .......... .......... 35% 254M 1s 2024-08-22T20:35:53.9782225Z 223550K .......... .......... .......... .......... .......... 35% 254M 1s 2024-08-22T20:35:53.9784210Z 223600K .......... .......... .......... .......... .......... 35% 268M 1s 2024-08-22T20:35:53.9785991Z 223650K .......... .......... .......... .......... .......... 35% 240M 1s 2024-08-22T20:35:53.9787947Z 223700K .......... .......... .......... .......... .......... 35% 272M 1s 2024-08-22T20:35:53.9789827Z 223750K .......... .......... .......... .......... .......... 35% 244M 1s 2024-08-22T20:35:53.9791770Z 223800K .......... .......... .......... .......... .......... 36% 253M 1s 2024-08-22T20:35:53.9793753Z 223850K .......... .......... .......... .......... .......... 36% 285M 1s 2024-08-22T20:35:53.9795424Z 223900K .......... .......... .......... .......... .......... 36% 245M 1s 2024-08-22T20:35:53.9797090Z 223950K .......... .......... .......... .......... .......... 36% 293M 1s 2024-08-22T20:35:53.9798949Z 224000K .......... .......... .......... .......... .......... 36% 263M 1s 2024-08-22T20:35:53.9800533Z 224050K .......... .......... .......... .......... .......... 36% 306M 1s 2024-08-22T20:35:53.9802389Z 224100K .......... .......... .......... .......... .......... 36% 297M 1s 2024-08-22T20:35:53.9804207Z 224150K .......... .......... .......... .......... .......... 36% 246M 1s 2024-08-22T20:35:53.9806153Z 224200K .......... .......... .......... .......... .......... 36% 248M 1s 2024-08-22T20:35:53.9807968Z 224250K .......... .......... .......... .......... .......... 36% 276M 1s 2024-08-22T20:35:53.9809725Z 224300K .......... .......... .......... .......... .......... 36% 273M 1s 2024-08-22T20:35:53.9811459Z 224350K .......... .......... .......... .......... .......... 36% 282M 1s 2024-08-22T20:35:53.9813331Z 224400K .......... .......... .......... .......... .......... 36% 259M 1s 2024-08-22T20:35:53.9815225Z 224450K .......... .......... .......... .......... .......... 36% 274M 1s 2024-08-22T20:35:53.9817203Z 224500K .......... .......... .......... .......... .......... 36% 287M 1s 2024-08-22T20:35:53.9819061Z 224550K .......... .......... .......... .......... .......... 36% 218M 1s 2024-08-22T20:35:53.9820804Z 224600K .......... .......... .......... .......... .......... 36% 288M 1s 2024-08-22T20:35:53.9822676Z 224650K .......... .......... .......... .......... .......... 36% 256M 1s 2024-08-22T20:35:53.9824621Z 224700K .......... .......... .......... .......... .......... 36% 295M 1s 2024-08-22T20:35:53.9826301Z 224750K .......... .......... .......... .......... .......... 36% 254M 1s 2024-08-22T20:35:53.9828425Z 224800K .......... .......... .......... .......... .......... 36% 238M 1s 2024-08-22T20:35:53.9830201Z 224850K .......... .......... .......... .......... .......... 36% 256M 1s 2024-08-22T20:35:53.9831981Z 224900K .......... .......... .......... .......... .......... 36% 273M 1s 2024-08-22T20:35:53.9833746Z 224950K .......... .......... .......... .......... .......... 36% 281M 1s 2024-08-22T20:35:53.9835758Z 225000K .......... .......... .......... .......... .......... 36% 240M 1s 2024-08-22T20:35:53.9837398Z 225050K .......... .......... .......... .......... .......... 36% 297M 1s 2024-08-22T20:35:53.9839192Z 225100K .......... .......... .......... .......... .......... 36% 276M 1s 2024-08-22T20:35:53.9840980Z 225150K .......... .......... .......... .......... .......... 36% 271M 1s 2024-08-22T20:35:53.9842947Z 225200K .......... .......... .......... .......... .......... 36% 248M 1s 2024-08-22T20:35:53.9844742Z 225250K .......... .......... .......... .......... .......... 36% 272M 1s 2024-08-22T20:35:53.9846548Z 225300K .......... .......... .......... .......... .......... 36% 278M 1s 2024-08-22T20:35:53.9848315Z 225350K .......... .......... .......... .......... .......... 36% 272M 1s 2024-08-22T20:35:53.9850377Z 225400K .......... .......... .......... .......... .......... 36% 234M 1s 2024-08-22T20:35:53.9852176Z 225450K .......... .......... .......... .......... .......... 36% 280M 1s 2024-08-22T20:35:53.9853962Z 225500K .......... .......... .......... .......... .......... 36% 265M 1s 2024-08-22T20:35:53.9855773Z 225550K .......... .......... .......... .......... .......... 36% 275M 1s 2024-08-22T20:35:53.9857802Z 225600K .......... .......... .......... .......... .......... 36% 237M 1s 2024-08-22T20:35:53.9859397Z 225650K .......... .......... .......... .......... .......... 36% 306M 1s 2024-08-22T20:35:53.9861058Z 225700K .......... .......... .......... .......... .......... 36% 299M 1s 2024-08-22T20:35:53.9862719Z 225750K .......... .......... .......... .......... .......... 36% 291M 1s 2024-08-22T20:35:53.9864543Z 225800K .......... .......... .......... .......... .......... 36% 266M 1s 2024-08-22T20:35:53.9866400Z 225850K .......... .......... .......... .......... .......... 36% 273M 1s 2024-08-22T20:35:53.9868218Z 225900K .......... .......... .......... .......... .......... 36% 274M 1s 2024-08-22T20:35:53.9870028Z 225950K .......... .......... .......... .......... .......... 36% 258M 1s 2024-08-22T20:35:53.9872471Z 226000K .......... .......... .......... .......... .......... 36% 227M 1s 2024-08-22T20:35:53.9874462Z 226050K .......... .......... .......... .......... .......... 36% 228M 1s 2024-08-22T20:35:53.9876061Z 226100K .......... .......... .......... .......... .......... 36% 284M 1s 2024-08-22T20:35:53.9877750Z 226150K .......... .......... .......... .......... .......... 36% 284M 1s 2024-08-22T20:35:53.9879855Z 226200K .......... .......... .......... .......... .......... 36% 275M 1s 2024-08-22T20:35:53.9881446Z 226250K .......... .......... .......... .......... .......... 36% 247M 1s 2024-08-22T20:35:53.9883713Z 226300K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:53.9885520Z 226350K .......... .......... .......... .......... .......... 36% 222M 1s 2024-08-22T20:35:53.9887271Z 226400K .......... .......... .......... .......... .......... 36% 282M 1s 2024-08-22T20:35:53.9889018Z 226450K .......... .......... .......... .......... .......... 36% 284M 1s 2024-08-22T20:35:53.9890892Z 226500K .......... .......... .......... .......... .......... 36% 292M 1s 2024-08-22T20:35:53.9892645Z 226550K .......... .......... .......... .......... .......... 36% 245M 1s 2024-08-22T20:35:53.9894298Z 226600K .......... .......... .......... .......... .......... 36% 292M 1s 2024-08-22T20:35:53.9896542Z 226650K .......... .......... .......... .......... .......... 36% 217M 1s 2024-08-22T20:35:53.9898354Z 226700K .......... .......... .......... .......... .......... 36% 269M 1s 2024-08-22T20:35:53.9900000Z 226750K .......... .......... .......... .......... .......... 36% 298M 1s 2024-08-22T20:35:53.9901892Z 226800K .......... .......... .......... .......... .......... 36% 261M 1s 2024-08-22T20:35:53.9903554Z 226850K .......... .......... .......... .......... .......... 36% 291M 1s 2024-08-22T20:35:53.9905723Z 226900K .......... .......... .......... .......... .......... 36% 224M 1s 2024-08-22T20:35:53.9907402Z 226950K .......... .......... .......... .......... .......... 36% 288M 1s 2024-08-22T20:35:53.9909259Z 227000K .......... .......... .......... .......... .......... 36% 275M 1s 2024-08-22T20:35:53.9911034Z 227050K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:53.9912699Z 227100K .......... .......... .......... .......... .......... 36% 292M 1s 2024-08-22T20:35:53.9914755Z 227150K .......... .......... .......... .......... .......... 36% 236M 1s 2024-08-22T20:35:53.9916518Z 227200K .......... .......... .......... .......... .......... 36% 276M 1s 2024-08-22T20:35:53.9918266Z 227250K .......... .......... .......... .......... .......... 36% 284M 1s 2024-08-22T20:35:53.9919993Z 227300K .......... .......... .......... .......... .......... 36% 282M 1s 2024-08-22T20:35:53.9921824Z 227350K .......... .......... .......... .......... .......... 36% 263M 1s 2024-08-22T20:35:53.9923666Z 227400K .......... .......... .......... .......... .......... 36% 267M 1s 2024-08-22T20:35:53.9925405Z 227450K .......... .......... .......... .......... .......... 36% 277M 1s 2024-08-22T20:35:53.9927159Z 227500K .......... .......... .......... .......... .......... 36% 288M 1s 2024-08-22T20:35:53.9929317Z 227550K .......... .......... .......... .......... .......... 36% 235M 1s 2024-08-22T20:35:53.9931063Z 227600K .......... .......... .......... .......... .......... 36% 262M 1s 2024-08-22T20:35:53.9932854Z 227650K .......... .......... .......... .......... .......... 36% 276M 1s 2024-08-22T20:35:53.9934580Z 227700K .......... .......... .......... .......... .......... 36% 282M 1s 2024-08-22T20:35:53.9936423Z 227750K .......... .......... .......... .......... .......... 36% 263M 1s 2024-08-22T20:35:53.9938222Z 227800K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:53.9939998Z 227850K .......... .......... .......... .......... .......... 36% 280M 1s 2024-08-22T20:35:53.9941899Z 227900K .......... .......... .......... .......... .......... 36% 255M 1s 2024-08-22T20:35:53.9943942Z 227950K .......... .......... .......... .......... .......... 36% 238M 1s 2024-08-22T20:35:53.9945782Z 228000K .......... .......... .......... .......... .......... 36% 299M 1s 2024-08-22T20:35:53.9947430Z 228050K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:53.9949595Z 228100K .......... .......... .......... .......... .......... 36% 227M 1s 2024-08-22T20:35:53.9951380Z 228150K .......... .......... .......... .......... .......... 36% 269M 1s 2024-08-22T20:35:53.9953189Z 228200K .......... .......... .......... .......... .......... 36% 273M 1s 2024-08-22T20:35:53.9955007Z 228250K .......... .......... .......... .......... .......... 36% 264M 1s 2024-08-22T20:35:53.9957138Z 228300K .......... .......... .......... .......... .......... 36% 227M 1s 2024-08-22T20:35:53.9958900Z 228350K .......... .......... .......... .......... .......... 36% 288M 1s 2024-08-22T20:35:53.9960632Z 228400K .......... .......... .......... .......... .......... 36% 280M 1s 2024-08-22T20:35:53.9962242Z 228450K .......... .......... .......... .......... .......... 36% 294M 1s 2024-08-22T20:35:53.9964199Z 228500K .......... .......... .......... .......... .......... 36% 251M 1s 2024-08-22T20:35:53.9966060Z 228550K .......... .......... .......... .......... .......... 36% 264M 1s 2024-08-22T20:35:53.9967820Z 228600K .......... .......... .......... .......... .......... 36% 275M 1s 2024-08-22T20:35:53.9969629Z 228650K .......... .......... .......... .......... .......... 36% 267M 1s 2024-08-22T20:35:53.9971728Z 228700K .......... .......... .......... .......... .......... 36% 233M 1s 2024-08-22T20:35:53.9973568Z 228750K .......... .......... .......... .......... .......... 36% 266M 1s 2024-08-22T20:35:53.9975507Z 228800K .......... .......... .......... .......... .......... 36% 267M 1s 2024-08-22T20:35:53.9977449Z 228850K .......... .......... .......... .......... .......... 36% 237M 1s 2024-08-22T20:35:53.9979246Z 228900K .......... .......... .......... .......... .......... 36% 275M 1s 2024-08-22T20:35:53.9981088Z 228950K .......... .......... .......... .......... .......... 36% 261M 1s 2024-08-22T20:35:53.9982742Z 229000K .......... .......... .......... .......... .......... 36% 302M 1s 2024-08-22T20:35:53.9984446Z 229050K .......... .......... .......... .......... .......... 36% 283M 1s 2024-08-22T20:35:53.9986416Z 229100K .......... .......... .......... .......... .......... 36% 247M 1s 2024-08-22T20:35:53.9988100Z 229150K .......... .......... .......... .......... .......... 36% 292M 1s 2024-08-22T20:35:53.9990293Z 229200K .......... .......... .......... .......... .......... 36% 224M 1s 2024-08-22T20:35:53.9991986Z 229250K .......... .......... .......... .......... .......... 36% 279M 1s 2024-08-22T20:35:53.9993783Z 229300K .......... .......... .......... .......... .......... 36% 278M 1s 2024-08-22T20:35:53.9995807Z 229350K .......... .......... .......... .......... .......... 36% 241M 1s 2024-08-22T20:35:53.9997444Z 229400K .......... .......... .......... .......... .......... 36% 301M 1s 2024-08-22T20:35:53.9999267Z 229450K .......... .......... .......... .......... .......... 36% 264M 1s 2024-08-22T20:35:54.0001007Z 229500K .......... .......... .......... .......... .......... 36% 287M 1s 2024-08-22T20:35:54.0003146Z 229550K .......... .......... .......... .......... .......... 36% 288M 1s 2024-08-22T20:35:54.0004765Z 229600K .......... .......... .......... .......... .......... 36% 241M 1s 2024-08-22T20:35:54.0006466Z 229650K .......... .......... .......... .......... .......... 36% 277M 1s 2024-08-22T20:35:54.0008306Z 229700K .......... .......... .......... .......... .......... 36% 260M 1s 2024-08-22T20:35:54.0009927Z 229750K .......... .......... .......... .......... .......... 36% 296M 1s 2024-08-22T20:35:54.0011917Z 229800K .......... .......... .......... .......... .......... 36% 304M 1s 2024-08-22T20:35:54.0013690Z 229850K .......... .......... .......... .......... .......... 36% 231M 1s 2024-08-22T20:35:54.0015509Z 229900K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:54.0017575Z 229950K .......... .......... .......... .......... .......... 36% 255M 1s 2024-08-22T20:35:54.0019250Z 230000K .......... .......... .......... .......... .......... 36% 270M 1s 2024-08-22T20:35:54.0021100Z 230050K .......... .......... .......... .......... .......... 37% 269M 1s 2024-08-22T20:35:54.0022964Z 230100K .......... .......... .......... .......... .......... 37% 259M 1s 2024-08-22T20:35:54.0024597Z 230150K .......... .......... .......... .......... .......... 37% 304M 1s 2024-08-22T20:35:54.0026264Z 230200K .......... .......... .......... .......... .......... 37% 286M 1s 2024-08-22T20:35:54.0028118Z 230250K .......... .......... .......... .......... .......... 37% 265M 1s 2024-08-22T20:35:54.0030078Z 230300K .......... .......... .......... .......... .......... 37% 294M 1s 2024-08-22T20:35:54.0031698Z 230350K .......... .......... .......... .......... .......... 37% 251M 1s 2024-08-22T20:35:54.0033393Z 230400K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0034992Z 230450K .......... .......... .......... .......... .......... 37% 308M 1s 2024-08-22T20:35:54.0036727Z 230500K .......... .......... .......... .......... .......... 37% 279M 1s 2024-08-22T20:35:54.0038780Z 230550K .......... .......... .......... .......... .......... 37% 291M 1s 2024-08-22T20:35:54.0040413Z 230600K .......... .......... .......... .......... .......... 37% 242M 1s 2024-08-22T20:35:54.0042329Z 230650K .......... .......... .......... .......... .......... 37% 256M 1s 2024-08-22T20:35:54.0044027Z 230700K .......... .......... .......... .......... .......... 37% 293M 1s 2024-08-22T20:35:54.0045731Z 230750K .......... .......... .......... .......... .......... 37% 281M 1s 2024-08-22T20:35:54.0047797Z 230800K .......... .......... .......... .......... .......... 37% 283M 1s 2024-08-22T20:35:54.0049441Z 230850K .......... .......... .......... .......... .......... 37% 245M 1s 2024-08-22T20:35:54.0051241Z 230900K .......... .......... .......... .......... .......... 37% 275M 1s 2024-08-22T20:35:54.0052928Z 230950K .......... .......... .......... .......... .......... 37% 292M 1s 2024-08-22T20:35:54.0054657Z 231000K .......... .......... .......... .......... .......... 37% 285M 1s 2024-08-22T20:35:54.0056713Z 231050K .......... .......... .......... .......... .......... 37% 288M 1s 2024-08-22T20:35:54.0058324Z 231100K .......... .......... .......... .......... .......... 37% 241M 1s 2024-08-22T20:35:54.0060098Z 231150K .......... .......... .......... .......... .......... 37% 282M 1s 2024-08-22T20:35:54.0061852Z 231200K .......... .......... .......... .......... .......... 37% 272M 1s 2024-08-22T20:35:54.0063502Z 231250K .......... .......... .......... .......... .......... 37% 294M 1s 2024-08-22T20:35:54.0065233Z 231300K .......... .......... .......... .......... .......... 37% 295M 1s 2024-08-22T20:35:54.0067288Z 231350K .......... .......... .......... .......... .......... 37% 231M 1s 2024-08-22T20:35:54.0069481Z 231400K .......... .......... .......... .......... .......... 37% 225M 1s 2024-08-22T20:35:54.0071303Z 231450K .......... .......... .......... .......... .......... 37% 265M 1s 2024-08-22T20:35:54.0073095Z 231500K .......... .......... .......... .......... .......... 37% 274M 1s 2024-08-22T20:35:54.0074776Z 231550K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0076847Z 231600K .......... .......... .......... .......... .......... 37% 238M 1s 2024-08-22T20:35:54.0078732Z 231650K .......... .......... .......... .......... .......... 37% 277M 1s 2024-08-22T20:35:54.0080766Z 231700K .......... .......... .......... .......... .......... 37% 252M 1s 2024-08-22T20:35:54.0082488Z 231750K .......... .......... .......... .......... .......... 37% 246M 1s 2024-08-22T20:35:54.0084279Z 231800K .......... .......... .......... .......... .......... 37% 278M 1s 2024-08-22T20:35:54.0085929Z 231850K .......... .......... .......... .......... .......... 37% 294M 1s 2024-08-22T20:35:54.0087977Z 231900K .......... .......... .......... .......... .......... 37% 264M 1s 2024-08-22T20:35:54.0089786Z 231950K .......... .......... .......... .......... .......... 37% 283M 1s 2024-08-22T20:35:54.0091488Z 232000K .......... .......... .......... .......... .......... 37% 244M 1s 2024-08-22T20:35:54.0093263Z 232050K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0095096Z 232100K .......... .......... .......... .......... .......... 37% 258M 1s 2024-08-22T20:35:54.0097142Z 232150K .......... .......... .......... .......... .......... 37% 243M 1s 2024-08-22T20:35:54.0099267Z 232200K .......... .......... .......... .......... .......... 37% 267M 1s 2024-08-22T20:35:54.0101042Z 232250K .......... .......... .......... .......... .......... 37% 233M 1s 2024-08-22T20:35:54.0102741Z 232300K .......... .......... .......... .......... .......... 37% 290M 1s 2024-08-22T20:35:54.0104711Z 232350K .......... .......... .......... .......... .......... 37% 243M 1s 2024-08-22T20:35:54.0106428Z 232400K .......... .......... .......... .......... .......... 37% 295M 1s 2024-08-22T20:35:54.0108443Z 232450K .......... .......... .......... .......... .......... 37% 265M 1s 2024-08-22T20:35:54.0110224Z 232500K .......... .......... .......... .......... .......... 37% 236M 1s 2024-08-22T20:35:54.0111950Z 232550K .......... .......... .......... .......... .......... 37% 303M 1s 2024-08-22T20:35:54.0114192Z 232600K .......... .......... .......... .......... .......... 37% 219M 1s 2024-08-22T20:35:54.0115985Z 232650K .......... .......... .......... .......... .......... 37% 267M 1s 2024-08-22T20:35:54.0117760Z 232700K .......... .......... .......... .......... .......... 37% 271M 1s 2024-08-22T20:35:54.0119541Z 232750K .......... .......... .......... .......... .......... 37% 273M 1s 2024-08-22T20:35:54.0121325Z 232800K .......... .......... .......... .......... .......... 37% 279M 1s 2024-08-22T20:35:54.0123325Z 232850K .......... .......... .......... .......... .......... 37% 240M 1s 2024-08-22T20:35:54.0125051Z 232900K .......... .......... .......... .......... .......... 37% 295M 1s 2024-08-22T20:35:54.0126784Z 232950K .......... .......... .......... .......... .......... 37% 269M 1s 2024-08-22T20:35:54.0128465Z 233000K .......... .......... .......... .......... .......... 37% 293M 1s 2024-08-22T20:35:54.0130263Z 233050K .......... .......... .......... .......... .......... 37% 272M 1s 2024-08-22T20:35:54.0132546Z 233100K .......... .......... .......... .......... .......... 37% 275M 1s 2024-08-22T20:35:54.0134245Z 233150K .......... .......... .......... .......... .......... 37% 229M 1s 2024-08-22T20:35:54.0135945Z 233200K .......... .......... .......... .......... .......... 37% 275M 1s 2024-08-22T20:35:54.0137674Z 233250K .......... .......... .......... .......... .......... 37% 285M 1s 2024-08-22T20:35:54.0139628Z 233300K .......... .......... .......... .......... .......... 37% 283M 1s 2024-08-22T20:35:54.0141289Z 233350K .......... .......... .......... .......... .......... 37% 258M 1s 2024-08-22T20:35:54.0143080Z 233400K .......... .......... .......... .......... .......... 37% 274M 1s 2024-08-22T20:35:54.0144859Z 233450K .......... .......... .......... .......... .......... 37% 276M 1s 2024-08-22T20:35:54.0147017Z 233500K .......... .......... .......... .......... .......... 37% 271M 1s 2024-08-22T20:35:54.0148862Z 233550K .......... .......... .......... .......... .......... 37% 226M 1s 2024-08-22T20:35:54.0150745Z 233600K .......... .......... .......... .......... .......... 37% 251M 1s 2024-08-22T20:35:54.0152457Z 233650K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0154223Z 233700K .......... .......... .......... .......... .......... 37% 282M 1s 2024-08-22T20:35:54.0156100Z 233750K .......... .......... .......... .......... .......... 37% 254M 1s 2024-08-22T20:35:54.0157812Z 233800K .......... .......... .......... .......... .......... 37% 283M 1s 2024-08-22T20:35:54.0159672Z 233850K .......... .......... .......... .......... .......... 37% 290M 1s 2024-08-22T20:35:54.0161380Z 233900K .......... .......... .......... .......... .......... 37% 266M 1s 2024-08-22T20:35:54.0163604Z 233950K .......... .......... .......... .......... .......... 37% 258M 1s 2024-08-22T20:35:54.0165248Z 234000K .......... .......... .......... .......... .......... 37% 246M 1s 2024-08-22T20:35:54.0167135Z 234050K .......... .......... .......... .......... .......... 37% 309M 1s 2024-08-22T20:35:54.0168712Z 234100K .......... .......... .......... .......... .......... 37% 257M 1s 2024-08-22T20:35:54.0170543Z 234150K .......... .......... .......... .......... .......... 37% 266M 1s 2024-08-22T20:35:54.0172242Z 234200K .......... .......... .......... .......... .......... 37% 290M 1s 2024-08-22T20:35:54.0174177Z 234250K .......... .......... .......... .......... .......... 37% 252M 1s 2024-08-22T20:35:54.0176033Z 234300K .......... .......... .......... .......... .......... 37% 265M 1s 2024-08-22T20:35:54.0177863Z 234350K .......... .......... .......... .......... .......... 37% 263M 1s 2024-08-22T20:35:54.0179457Z 234400K .......... .......... .......... .......... .......... 37% 305M 1s 2024-08-22T20:35:54.0181291Z 234450K .......... .......... .......... .......... .......... 37% 268M 1s 2024-08-22T20:35:54.0183296Z 234500K .......... .......... .......... .......... .......... 37% 243M 1s 2024-08-22T20:35:54.0185012Z 234550K .......... .......... .......... .......... .......... 37% 293M 1s 2024-08-22T20:35:54.0186785Z 234600K .......... .......... .......... .......... .......... 37% 271M 1s 2024-08-22T20:35:54.0188801Z 234650K .......... .......... .......... .......... .......... 37% 277M 1s 2024-08-22T20:35:54.0190537Z 234700K .......... .......... .......... .......... .......... 37% 246M 1s 2024-08-22T20:35:54.0192618Z 234750K .......... .......... .......... .......... .......... 37% 238M 1s 2024-08-22T20:35:54.0194444Z 234800K .......... .......... .......... .......... .......... 37% 259M 1s 2024-08-22T20:35:54.0196181Z 234850K .......... .......... .......... .......... .......... 37% 283M 1s 2024-08-22T20:35:54.0198228Z 234900K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0199931Z 234950K .......... .......... .......... .......... .......... 37% 237M 1s 2024-08-22T20:35:54.0201936Z 235000K .......... .......... .......... .......... .......... 37% 243M 1s 2024-08-22T20:35:54.0203693Z 235050K .......... .......... .......... .......... .......... 37% 288M 1s 2024-08-22T20:35:54.0205404Z 235100K .......... .......... .......... .......... .......... 37% 279M 1s 2024-08-22T20:35:54.0207250Z 235150K .......... .......... .......... .......... .......... 37% 276M 1s 2024-08-22T20:35:54.0208973Z 235200K .......... .......... .......... .......... .......... 37% 278M 1s 2024-08-22T20:35:54.0211105Z 235250K .......... .......... .......... .......... .......... 37% 225M 1s 2024-08-22T20:35:54.0212896Z 235300K .......... .......... .......... .......... .......... 37% 272M 1s 2024-08-22T20:35:54.0214685Z 235350K .......... .......... .......... .......... .......... 37% 273M 1s 2024-08-22T20:35:54.0216532Z 235400K .......... .......... .......... .......... .......... 37% 260M 1s 2024-08-22T20:35:54.0218340Z 235450K .......... .......... .......... .......... .......... 37% 272M 1s 2024-08-22T20:35:54.0220425Z 235500K .......... .......... .......... .......... .......... 37% 287M 1s 2024-08-22T20:35:54.0222092Z 235550K .......... .......... .......... .......... .......... 37% 238M 1s 2024-08-22T20:35:54.0223833Z 235600K .......... .......... .......... .......... .......... 37% 280M 1s 2024-08-22T20:35:54.0225696Z 235650K .......... .......... .......... .......... .......... 37% 262M 1s 2024-08-22T20:35:54.0227425Z 235700K .......... .......... .......... .......... .......... 37% 284M 1s 2024-08-22T20:35:54.0229586Z 235750K .......... .......... .......... .......... .......... 37% 237M 1s 2024-08-22T20:35:54.0231987Z 235800K .......... .......... .......... .......... .......... 37% 213M 1s 2024-08-22T20:35:54.0233658Z 235850K .......... .......... .......... .......... .......... 37% 269M 1s 2024-08-22T20:35:54.0235365Z 235900K .......... .......... .......... .......... .......... 37% 277M 1s 2024-08-22T20:35:54.0237136Z 235950K .......... .......... .......... .......... .......... 37% 281M 1s 2024-08-22T20:35:54.0239273Z 236000K .......... .......... .......... .......... .......... 37% 280M 1s 2024-08-22T20:35:54.0240993Z 236050K .......... .......... .......... .......... .......... 37% 227M 1s 2024-08-22T20:35:54.0242974Z 236100K .......... .......... .......... .......... .......... 37% 247M 1s 2024-08-22T20:35:54.0244747Z 236150K .......... .......... .......... .......... .......... 37% 284M 1s 2024-08-22T20:35:54.0246836Z 236200K .......... .......... .......... .......... .......... 37% 229M 1s 2024-08-22T20:35:54.0248491Z 236250K .......... .......... .......... .......... .......... 38% 291M 1s 2024-08-22T20:35:54.0250415Z 236300K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0252219Z 236350K .......... .......... .......... .......... .......... 38% 271M 1s 2024-08-22T20:35:54.0253930Z 236400K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0255665Z 236450K .......... .......... .......... .......... .......... 38% 289M 1s 2024-08-22T20:35:54.0257307Z 236500K .......... .......... .......... .......... .......... 38% 290M 1s 2024-08-22T20:35:54.0259521Z 236550K .......... .......... .......... .......... .......... 38% 220M 1s 2024-08-22T20:35:54.0261179Z 236600K .......... .......... .......... .......... .......... 38% 294M 1s 2024-08-22T20:35:54.0262969Z 236650K .......... .......... .......... .......... .......... 38% 272M 1s 2024-08-22T20:35:54.0264866Z 236700K .......... .......... .......... .......... .......... 38% 261M 1s 2024-08-22T20:35:54.0266582Z 236750K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0268698Z 236800K .......... .......... .......... .......... .......... 38% 240M 1s 2024-08-22T20:35:54.0270596Z 236850K .......... .......... .......... .......... .......... 38% 246M 1s 2024-08-22T20:35:54.0272477Z 236900K .......... .......... .......... .......... .......... 38% 298M 1s 2024-08-22T20:35:54.0274238Z 236950K .......... .......... .......... .......... .......... 38% 239M 1s 2024-08-22T20:35:54.0276249Z 237000K .......... .......... .......... .......... .......... 38% 252M 1s 2024-08-22T20:35:54.0278086Z 237050K .......... .......... .......... .......... .......... 38% 264M 1s 2024-08-22T20:35:54.0279906Z 237100K .......... .......... .......... .......... .......... 38% 280M 1s 2024-08-22T20:35:54.0281681Z 237150K .......... .......... .......... .......... .......... 38% 277M 1s 2024-08-22T20:35:54.0283520Z 237200K .......... .......... .......... .......... .......... 38% 249M 1s 2024-08-22T20:35:54.0285811Z 237250K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0287517Z 237300K .......... .......... .......... .......... .......... 38% 232M 1s 2024-08-22T20:35:54.0289247Z 237350K .......... .......... .......... .......... .......... 38% 282M 1s 2024-08-22T20:35:54.0291135Z 237400K .......... .......... .......... .......... .......... 38% 263M 1s 2024-08-22T20:35:54.0292904Z 237450K .......... .......... .......... .......... .......... 38% 272M 1s 2024-08-22T20:35:54.0295051Z 237500K .......... .......... .......... .......... .......... 38% 227M 1s 2024-08-22T20:35:54.0296844Z 237550K .......... .......... .......... .......... .......... 38% 276M 1s 2024-08-22T20:35:54.0298450Z 237600K .......... .......... .......... .......... .......... 38% 306M 1s 2024-08-22T20:35:54.0300441Z 237650K .......... .......... .......... .......... .......... 38% 250M 1s 2024-08-22T20:35:54.0302337Z 237700K .......... .......... .......... .......... .......... 38% 253M 1s 2024-08-22T20:35:54.0304306Z 237750K .......... .......... .......... .......... .......... 38% 273M 1s 2024-08-22T20:35:54.0306265Z 237800K .......... .......... .......... .......... .......... 38% 228M 1s 2024-08-22T20:35:54.0308024Z 237850K .......... .......... .......... .......... .......... 38% 291M 1s 2024-08-22T20:35:54.0310023Z 237900K .......... .......... .......... .......... .......... 38% 254M 1s 2024-08-22T20:35:54.0311603Z 237950K .......... .......... .......... .......... .......... 38% 275M 1s 2024-08-22T20:35:54.0313777Z 238000K .......... .......... .......... .......... .......... 38% 265M 1s 2024-08-22T20:35:54.0315519Z 238050K .......... .......... .......... .......... .......... 38% 234M 1s 2024-08-22T20:35:54.0317271Z 238100K .......... .......... .......... .......... .......... 38% 280M 1s 2024-08-22T20:35:54.0319097Z 238150K .......... .......... .......... .......... .......... 38% 269M 1s 2024-08-22T20:35:54.0320975Z 238200K .......... .......... .......... .......... .......... 38% 261M 1s 2024-08-22T20:35:54.0323174Z 238250K .......... .......... .......... .......... .......... 38% 266M 1s 2024-08-22T20:35:54.0324889Z 238300K .......... .......... .......... .......... .......... 38% 233M 1s 2024-08-22T20:35:54.0326733Z 238350K .......... .......... .......... .......... .......... 38% 265M 1s 2024-08-22T20:35:54.0328656Z 238400K .......... .......... .......... .......... .......... 38% 270M 1s 2024-08-22T20:35:54.0330471Z 238450K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0332622Z 238500K .......... .......... .......... .......... .......... 38% 269M 1s 2024-08-22T20:35:54.0334269Z 238550K .......... .......... .......... .......... .......... 38% 243M 1s 2024-08-22T20:35:54.0335993Z 238600K .......... .......... .......... .......... .......... 38% 282M 1s 2024-08-22T20:35:54.0337991Z 238650K .......... .......... .......... .......... .......... 38% 246M 1s 2024-08-22T20:35:54.0339695Z 238700K .......... .......... .......... .......... .......... 38% 290M 1s 2024-08-22T20:35:54.0341319Z 238750K .......... .......... .......... .......... .......... 38% 299M 1s 2024-08-22T20:35:54.0343390Z 238800K .......... .......... .......... .......... .......... 38% 297M 1s 2024-08-22T20:35:54.0345000Z 238850K .......... .......... .......... .......... .......... 38% 237M 1s 2024-08-22T20:35:54.0346721Z 238900K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0348640Z 238950K .......... .......... .......... .......... .......... 38% 295M 1s 2024-08-22T20:35:54.0350671Z 239000K .......... .......... .......... .......... .......... 38% 245M 1s 2024-08-22T20:35:54.0352416Z 239050K .......... .......... .......... .......... .......... 38% 243M 1s 2024-08-22T20:35:54.0354384Z 239100K .......... .......... .......... .......... .......... 38% 244M 1s 2024-08-22T20:35:54.0356045Z 239150K .......... .......... .......... .......... .......... 38% 289M 1s 2024-08-22T20:35:54.0357725Z 239200K .......... .......... .......... .......... .......... 38% 295M 1s 2024-08-22T20:35:54.0359648Z 239250K .......... .......... .......... .......... .......... 38% 250M 1s 2024-08-22T20:35:54.0361404Z 239300K .......... .......... .......... .......... .......... 38% 281M 1s 2024-08-22T20:35:54.0363451Z 239350K .......... .......... .......... .......... .......... 38% 285M 1s 2024-08-22T20:35:54.0365032Z 239400K .......... .......... .......... .......... .......... 38% 252M 1s 2024-08-22T20:35:54.0366871Z 239450K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0368799Z 239500K .......... .......... .......... .......... .......... 38% 254M 1s 2024-08-22T20:35:54.0370726Z 239550K .......... .......... .......... .......... .......... 38% 279M 1s 2024-08-22T20:35:54.0372939Z 239600K .......... .......... .......... .......... .......... 38% 236M 1s 2024-08-22T20:35:54.0374589Z 239650K .......... .......... .......... .......... .......... 38% 249M 1s 2024-08-22T20:35:54.0376478Z 239700K .......... .......... .......... .......... .......... 38% 285M 1s 2024-08-22T20:35:54.0378129Z 239750K .......... .......... .......... .......... .......... 38% 264M 1s 2024-08-22T20:35:54.0380161Z 239800K .......... .......... .......... .......... .......... 38% 277M 1s 2024-08-22T20:35:54.0382375Z 239850K .......... .......... .......... .......... .......... 38% 229M 1s 2024-08-22T20:35:54.0384316Z 239900K .......... .......... .......... .......... .......... 38% 226M 1s 2024-08-22T20:35:54.0386019Z 239950K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0387784Z 240000K .......... .......... .......... .......... .......... 38% 281M 1s 2024-08-22T20:35:54.0390013Z 240050K .......... .......... .......... .......... .......... 38% 249M 1s 2024-08-22T20:35:54.0391930Z 240100K .......... .......... .......... .......... .......... 38% 244M 1s 2024-08-22T20:35:54.0393518Z 240150K .......... .......... .......... .......... .......... 38% 270M 1s 2024-08-22T20:35:54.0395207Z 240200K .......... .......... .......... .......... .......... 38% 295M 1s 2024-08-22T20:35:54.0397029Z 240250K .......... .......... .......... .......... .......... 38% 264M 1s 2024-08-22T20:35:54.0398858Z 240300K .......... .......... .......... .......... .......... 38% 279M 1s 2024-08-22T20:35:54.0400581Z 240350K .......... .......... .......... .......... .......... 38% 281M 1s 2024-08-22T20:35:54.0402579Z 240400K .......... .......... .......... .......... .......... 38% 237M 1s 2024-08-22T20:35:54.0404336Z 240450K .......... .......... .......... .......... .......... 38% 285M 1s 2024-08-22T20:35:54.0406209Z 240500K .......... .......... .......... .......... .......... 38% 255M 1s 2024-08-22T20:35:54.0408001Z 240550K .......... .......... .......... .......... .......... 38% 270M 1s 2024-08-22T20:35:54.0409825Z 240600K .......... .......... .......... .......... .......... 38% 273M 1s 2024-08-22T20:35:54.0411551Z 240650K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0413810Z 240700K .......... .......... .......... .......... .......... 38% 220M 1s 2024-08-22T20:35:54.0415833Z 240750K .......... .......... .......... .......... .......... 38% 235M 1s 2024-08-22T20:35:54.0417484Z 240800K .......... .......... .......... .......... .......... 38% 294M 1s 2024-08-22T20:35:54.0419226Z 240850K .......... .......... .......... .......... .......... 38% 284M 1s 2024-08-22T20:35:54.0421478Z 240900K .......... .......... .......... .......... .......... 38% 262M 1s 2024-08-22T20:35:54.0423148Z 240950K .......... .......... .......... .......... .......... 38% 237M 1s 2024-08-22T20:35:54.0425113Z 241000K .......... .......... .......... .......... .......... 38% 285M 1s 2024-08-22T20:35:54.0426901Z 241050K .......... .......... .......... .......... .......... 38% 241M 1s 2024-08-22T20:35:54.0428851Z 241100K .......... .......... .......... .......... .......... 38% 252M 1s 2024-08-22T20:35:54.0430718Z 241150K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0432506Z 241200K .......... .......... .......... .......... .......... 38% 284M 1s 2024-08-22T20:35:54.0434424Z 241250K .......... .......... .......... .......... .......... 38% 290M 1s 2024-08-22T20:35:54.0435979Z 241300K .......... .......... .......... .......... .......... 38% 264M 1s 2024-08-22T20:35:54.0437830Z 241350K .......... .......... .......... .......... .......... 38% 267M 1s 2024-08-22T20:35:54.0439948Z 241400K .......... .......... .......... .......... .......... 38% 226M 1s 2024-08-22T20:35:54.0441809Z 241450K .......... .......... .......... .......... .......... 38% 268M 1s 2024-08-22T20:35:54.0443533Z 241500K .......... .......... .......... .......... .......... 38% 278M 1s 2024-08-22T20:35:54.0445229Z 241550K .......... .......... .......... .......... .......... 38% 284M 1s 2024-08-22T20:35:54.0446996Z 241600K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0449305Z 241650K .......... .......... .......... .......... .......... 38% 224M 1s 2024-08-22T20:35:54.0450918Z 241700K .......... .......... .......... .......... .......... 38% 283M 1s 2024-08-22T20:35:54.0452849Z 241750K .......... .......... .......... .......... .......... 38% 248M 1s 2024-08-22T20:35:54.0454843Z 241800K .......... .......... .......... .......... .......... 38% 249M 1s 2024-08-22T20:35:54.0456650Z 241850K .......... .......... .......... .......... .......... 38% 261M 1s 2024-08-22T20:35:54.0458577Z 241900K .......... .......... .......... .......... .......... 38% 255M 1s 2024-08-22T20:35:54.0460309Z 241950K .......... .......... .......... .......... .......... 38% 281M 1s 2024-08-22T20:35:54.0462302Z 242000K .......... .......... .......... .......... .......... 38% 256M 1s 2024-08-22T20:35:54.0463966Z 242050K .......... .......... .......... .......... .......... 38% 286M 1s 2024-08-22T20:35:54.0465934Z 242100K .......... .......... .......... .......... .......... 38% 242M 1s 2024-08-22T20:35:54.0467607Z 242150K .......... .......... .......... .......... .......... 38% 295M 1s 2024-08-22T20:35:54.0469933Z 242200K .......... .......... .......... .......... .......... 38% 210M 1s 2024-08-22T20:35:54.0471695Z 242250K .......... .......... .......... .......... .......... 38% 277M 1s 2024-08-22T20:35:54.0473458Z 242300K .......... .......... .......... .......... .......... 38% 298M 1s 2024-08-22T20:35:54.0475127Z 242350K .......... .......... .......... .......... .......... 38% 274M 1s 2024-08-22T20:35:54.0477185Z 242400K .......... .......... .......... .......... .......... 38% 241M 1s 2024-08-22T20:35:54.0479038Z 242450K .......... .......... .......... .......... .......... 38% 258M 1s 2024-08-22T20:35:54.0481027Z 242500K .......... .......... .......... .......... .......... 39% 244M 1s 2024-08-22T20:35:54.0482760Z 242550K .......... .......... .......... .......... .......... 39% 287M 1s 2024-08-22T20:35:54.0484383Z 242600K .......... .......... .......... .......... .......... 39% 295M 1s 2024-08-22T20:35:54.0486208Z 242650K .......... .......... .......... .......... .......... 39% 271M 1s 2024-08-22T20:35:54.0488150Z 242700K .......... .......... .......... .......... .......... 39% 251M 1s 2024-08-22T20:35:54.0489891Z 242750K .......... .......... .......... .......... .......... 39% 278M 1s 2024-08-22T20:35:54.0491577Z 242800K .......... .......... .......... .......... .......... 39% 292M 1s 2024-08-22T20:35:54.0493495Z 242850K .......... .......... .......... .......... .......... 39% 288M 1s 2024-08-22T20:35:54.0495189Z 242900K .......... .......... .......... .......... .......... 39% 254M 1s 2024-08-22T20:35:54.0496974Z 242950K .......... .......... .......... .......... .......... 39% 273M 1s 2024-08-22T20:35:54.0499086Z 243000K .......... .......... .......... .......... .......... 39% 233M 1s 2024-08-22T20:35:54.0500747Z 243050K .......... .......... .......... .......... .......... 39% 293M 1s 2024-08-22T20:35:54.0502396Z 243100K .......... .......... .......... .......... .......... 39% 295M 1s 2024-08-22T20:35:54.0504162Z 243150K .......... .......... .......... .......... .......... 39% 276M 1s 2024-08-22T20:35:54.0506129Z 243200K .......... .......... .......... .......... .......... 39% 284M 1s 2024-08-22T20:35:54.0508060Z 243250K .......... .......... .......... .......... .......... 39% 236M 1s 2024-08-22T20:35:54.0510102Z 243300K .......... .......... .......... .......... .......... 39% 243M 1s 2024-08-22T20:35:54.0511982Z 243350K .......... .......... .......... .......... .......... 39% 256M 1s 2024-08-22T20:35:54.0513955Z 243400K .......... .......... .......... .......... .......... 39% 266M 1s 2024-08-22T20:35:54.0515543Z 243450K .......... .......... .......... .......... .......... 39% 276M 1s 2024-08-22T20:35:54.0517639Z 243500K .......... .......... .......... .......... .......... 39% 228M 1s 2024-08-22T20:35:54.0519606Z 243550K .......... .......... .......... .......... .......... 39% 251M 1s 2024-08-22T20:35:54.0521678Z 243600K .......... .......... .......... .......... .......... 39% 258M 1s 2024-08-22T20:35:54.0523250Z 243650K .......... .......... .......... .......... .......... 39% 283M 1s 2024-08-22T20:35:54.0525300Z 243700K .......... .......... .......... .......... .......... 39% 232M 1s 2024-08-22T20:35:54.0527166Z 243750K .......... .......... .......... .......... .......... 39% 266M 1s 2024-08-22T20:35:54.0528943Z 243800K .......... .......... .......... .......... .......... 39% 270M 1s 2024-08-22T20:35:54.0530811Z 243850K .......... .......... .......... .......... .......... 39% 271M 1s 2024-08-22T20:35:54.0532970Z 243900K .......... .......... .......... .......... .......... 39% 223M 1s 2024-08-22T20:35:54.0534800Z 243950K .......... .......... .......... .......... .......... 39% 264M 1s 2024-08-22T20:35:54.0536823Z 244000K .......... .......... .......... .......... .......... 39% 242M 1s 2024-08-22T20:35:54.0538549Z 244050K .......... .......... .......... .......... .......... 39% 287M 1s 2024-08-22T20:35:54.0540510Z 244100K .......... .......... .......... .......... .......... 39% 248M 1s 2024-08-22T20:35:54.0542652Z 244150K .......... .......... .......... .......... .......... 39% 226M 1s 2024-08-22T20:35:54.0544438Z 244200K .......... .......... .......... .......... .......... 39% 280M 1s 2024-08-22T20:35:54.0546342Z 244250K .......... .......... .......... .......... .......... 39% 265M 1s 2024-08-22T20:35:54.0548279Z 244300K .......... .......... .......... .......... .......... 39% 273M 1s 2024-08-22T20:35:54.0550348Z 244350K .......... .......... .......... .......... .......... 39% 216M 1s 2024-08-22T20:35:54.0552265Z 244400K .......... .......... .......... .......... .......... 39% 272M 1s 2024-08-22T20:35:54.0553867Z 244450K .......... .......... .......... .......... .......... 39% 268M 1s 2024-08-22T20:35:54.0555758Z 244500K .......... .......... .......... .......... .......... 39% 277M 1s 2024-08-22T20:35:54.0557766Z 244550K .......... .......... .......... .......... .......... 39% 233M 1s 2024-08-22T20:35:54.0559521Z 244600K .......... .......... .......... .......... .......... 39% 280M 1s 2024-08-22T20:35:54.0561273Z 244650K .......... .......... .......... .......... .......... 39% 276M 1s 2024-08-22T20:35:54.0563113Z 244700K .......... .......... .......... .......... .......... 39% 268M 1s 2024-08-22T20:35:54.0565362Z 244750K .......... .......... .......... .......... .......... 39% 246M 1s 2024-08-22T20:35:54.0566855Z 244800K .......... .......... .......... .......... .......... 39% 294M 1s 2024-08-22T20:35:54.0568559Z 244850K .......... .......... .......... .......... .......... 39% 271M 1s 2024-08-22T20:35:54.0570482Z 244900K .......... .......... .......... .......... .......... 39% 259M 1s 2024-08-22T20:35:54.0572838Z 244950K .......... .......... .......... .......... .......... 39% 238M 1s 2024-08-22T20:35:54.0574781Z 245000K .......... .......... .......... .......... .......... 39% 237M 1s 2024-08-22T20:35:54.0576354Z 245050K .......... .......... .......... .......... .......... 39% 275M 1s 2024-08-22T20:35:54.0578253Z 245100K .......... .......... .......... .......... .......... 39% 275M 1s 2024-08-22T20:35:54.0580163Z 245150K .......... .......... .......... .......... .......... 39% 277M 1s 2024-08-22T20:35:54.0581986Z 245200K .......... .......... .......... .......... .......... 39% 228M 1s 2024-08-22T20:35:54.0583803Z 245250K .......... .......... .......... .......... .......... 39% 278M 1s 2024-08-22T20:35:54.0585591Z 245300K .......... .......... .......... .......... .......... 39% 265M 1s 2024-08-22T20:35:54.0587323Z 245350K .......... .......... .......... .......... .......... 39% 283M 1s 2024-08-22T20:35:54.0589672Z 245400K .......... .......... .......... .......... .......... 39% 210M 1s 2024-08-22T20:35:54.0591236Z 245450K .......... .......... .......... .......... .......... 39% 309M 1s 2024-08-22T20:35:54.0593431Z 245500K .......... .......... .......... .......... .......... 39% 267M 1s 2024-08-22T20:35:54.0595327Z 245550K .......... .......... .......... .......... .......... 39% 232M 1s 2024-08-22T20:35:54.0597044Z 245600K .......... .......... .......... .......... .......... 39% 268M 1s 2024-08-22T20:35:54.0598938Z 245650K .......... .......... .......... .......... .......... 39% 249M 1s 2024-08-22T20:35:54.0600787Z 245700K .......... .......... .......... .......... .......... 39% 275M 1s 2024-08-22T20:35:54.0602478Z 245750K .......... .......... .......... .......... .......... 39% 283M 1s 2024-08-22T20:35:54.0604434Z 245800K .......... .......... .......... .......... .......... 39% 247M 1s 2024-08-22T20:35:54.0606393Z 245850K .......... .......... .......... .......... .......... 39% 245M 1s 2024-08-22T20:35:54.0608049Z 245900K .......... .......... .......... .......... .......... 39% 294M 1s 2024-08-22T20:35:54.0609954Z 245950K .......... .......... .......... .......... .......... 39% 264M 1s 2024-08-22T20:35:54.0612058Z 246000K .......... .......... .......... .......... .......... 39% 233M 1s 2024-08-22T20:35:54.0613887Z 246050K .......... .......... .......... .......... .......... 39% 263M 1s 2024-08-22T20:35:54.0615675Z 246100K .......... .......... .......... .......... .......... 39% 270M 1s 2024-08-22T20:35:54.0617842Z 246150K .......... .......... .......... .......... .......... 39% 278M 1s 2024-08-22T20:35:54.0619497Z 246200K .......... .......... .......... .......... .......... 39% 235M 1s 2024-08-22T20:35:54.0621216Z 246250K .......... .......... .......... .......... .......... 39% 284M 1s 2024-08-22T20:35:54.0623007Z 246300K .......... .......... .......... .......... .......... 39% 276M 1s 2024-08-22T20:35:54.0624741Z 246350K .......... .......... .......... .......... .......... 39% 282M 1s 2024-08-22T20:35:54.0626826Z 246400K .......... .......... .......... .......... .......... 39% 231M 1s 2024-08-22T20:35:54.0628967Z 246450K .......... .......... .......... .......... .......... 39% 242M 1s 2024-08-22T20:35:54.0630859Z 246500K .......... .......... .......... .......... .......... 39% 241M 1s 2024-08-22T20:35:54.0632646Z 246550K .......... .......... .......... .......... .......... 39% 275M 1s 2024-08-22T20:35:54.0634604Z 246600K .......... .......... .......... .......... .......... 39% 247M 1s 2024-08-22T20:35:54.0636525Z 246650K .......... .......... .......... .......... .......... 39% 254M 1s 2024-08-22T20:35:54.0638317Z 246700K .......... .......... .......... .......... .......... 39% 274M 1s 2024-08-22T20:35:54.0640390Z 246750K .......... .......... .......... .......... .......... 39% 277M 1s 2024-08-22T20:35:54.0642143Z 246800K .......... .......... .......... .......... .......... 39% 238M 1s 2024-08-22T20:35:54.0643863Z 246850K .......... .......... .......... .......... .......... 39% 281M 1s 2024-08-22T20:35:54.0646008Z 246900K .......... .......... .......... .......... .......... 39% 283M 1s 2024-08-22T20:35:54.0647835Z 246950K .......... .......... .......... .......... .......... 39% 216M 1s 2024-08-22T20:35:54.0649622Z 247000K .......... .......... .......... .......... .......... 39% 273M 1s 2024-08-22T20:35:54.0651526Z 247050K .......... .......... .......... .......... .......... 39% 254M 1s 2024-08-22T20:35:54.0653361Z 247100K .......... .......... .......... .......... .......... 39% 268M 1s 2024-08-22T20:35:54.0655140Z 247150K .......... .......... .......... .......... .......... 39% 278M 1s 2024-08-22T20:35:54.0657241Z 247200K .......... .......... .......... .......... .......... 39% 229M 1s 2024-08-22T20:35:54.0658989Z 247250K .......... .......... .......... .......... .......... 39% 277M 1s 2024-08-22T20:35:54.0660702Z 247300K .......... .......... .......... .......... .......... 39% 289M 1s 2024-08-22T20:35:54.0662383Z 247350K .......... .......... .......... .......... .......... 39% 294M 1s 2024-08-22T20:35:54.0664209Z 247400K .......... .......... .......... .......... .......... 39% 300M 1s 2024-08-22T20:35:54.0665915Z 247450K .......... .......... .......... .......... .......... 39% 255M 1s 2024-08-22T20:35:54.0668051Z 247500K .......... .......... .......... .......... .......... 39% 289M 1s 2024-08-22T20:35:54.0669523Z 247550K .......... .......... .......... .......... .......... 39% 261M 1s 2024-08-22T20:35:54.0671312Z 247600K .......... .......... .......... .......... .......... 39% 306M 1s 2024-08-22T20:35:54.0673277Z 247650K .......... .......... .......... .......... .......... 39% 251M 1s 2024-08-22T20:35:54.0674870Z 247700K .......... .......... .......... .......... .......... 39% 264M 1s 2024-08-22T20:35:54.0676518Z 247750K .......... .......... .......... .......... .......... 39% 293M 1s 2024-08-22T20:35:54.0678147Z 247800K .......... .......... .......... .......... .......... 39% 304M 1s 2024-08-22T20:35:54.0680091Z 247850K .......... .......... .......... .......... .......... 39% 251M 1s 2024-08-22T20:35:54.0681819Z 247900K .......... .......... .......... .......... .......... 39% 280M 1s 2024-08-22T20:35:54.0683529Z 247950K .......... .......... .......... .......... .......... 39% 285M 1s 2024-08-22T20:35:54.0685195Z 248000K .......... .......... .......... .......... .......... 39% 295M 1s 2024-08-22T20:35:54.0687315Z 248050K .......... .......... .......... .......... .......... 39% 233M 1s 2024-08-22T20:35:54.0689048Z 248100K .......... .......... .......... .......... .......... 39% 284M 1s 2024-08-22T20:35:54.0690950Z 248150K .......... .......... .......... .......... .......... 39% 252M 1s 2024-08-22T20:35:54.0692892Z 248200K .......... .......... .......... .......... .......... 39% 289M 1s 2024-08-22T20:35:54.0694558Z 248250K .......... .......... .......... .......... .......... 39% 256M 1s 2024-08-22T20:35:54.0696254Z 248300K .......... .......... .......... .......... .......... 39% 287M 1s 2024-08-22T20:35:54.0698001Z 248350K .......... .......... .......... .......... .......... 39% 278M 1s 2024-08-22T20:35:54.0699761Z 248400K .......... .......... .......... .......... .......... 39% 287M 1s 2024-08-22T20:35:54.0701474Z 248450K .......... .......... .......... .......... .......... 39% 285M 1s 2024-08-22T20:35:54.0703517Z 248500K .......... .......... .......... .......... .......... 39% 289M 1s 2024-08-22T20:35:54.0705244Z 248550K .......... .......... .......... .......... .......... 39% 230M 1s 2024-08-22T20:35:54.0706971Z 248600K .......... .......... .......... .......... .......... 39% 280M 1s 2024-08-22T20:35:54.0708943Z 248650K .......... .......... .......... .......... .......... 39% 260M 1s 2024-08-22T20:35:54.0710638Z 248700K .......... .......... .......... .......... .......... 40% 281M 1s 2024-08-22T20:35:54.0712335Z 248750K .......... .......... .......... .......... .......... 40% 292M 1s 2024-08-22T20:35:54.0714272Z 248800K .......... .......... .......... .......... .......... 40% 244M 1s 2024-08-22T20:35:54.0716300Z 248850K .......... .......... .......... .......... .......... 40% 275M 1s 2024-08-22T20:35:54.0717959Z 248900K .......... .......... .......... .......... .......... 40% 260M 1s 2024-08-22T20:35:54.0720020Z 248950K .......... .......... .......... .......... .......... 40% 283M 1s 2024-08-22T20:35:54.0721812Z 249000K .......... .......... .......... .......... .......... 40% 226M 1s 2024-08-22T20:35:54.0723654Z 249050K .......... .......... .......... .......... .......... 40% 265M 1s 2024-08-22T20:35:54.0725491Z 249100K .......... .......... .......... .......... .......... 40% 267M 1s 2024-08-22T20:35:54.0727188Z 249150K .......... .......... .......... .......... .......... 40% 282M 1s 2024-08-22T20:35:54.0728924Z 249200K .......... .......... .......... .......... .......... 40% 284M 1s 2024-08-22T20:35:54.0731021Z 249250K .......... .......... .......... .......... .......... 40% 234M 1s 2024-08-22T20:35:54.0732897Z 249300K .......... .......... .......... .......... .......... 40% 262M 1s 2024-08-22T20:35:54.0734731Z 249350K .......... .......... .......... .......... .......... 40% 267M 1s 2024-08-22T20:35:54.0736539Z 249400K .......... .......... .......... .......... .......... 40% 267M 1s 2024-08-22T20:35:54.0738476Z 249450K .......... .......... .......... .......... .......... 40% 282M 1s 2024-08-22T20:35:54.0739949Z 249500K .......... .......... .......... .......... .......... 40% 296M 1s 2024-08-22T20:35:54.0742015Z 249550K .......... .......... .......... .......... .......... 40% 233M 1s 2024-08-22T20:35:54.0743741Z 249600K .......... .......... .......... .......... .......... 40% 284M 1s 2024-08-22T20:35:54.0745494Z 249650K .......... .......... .......... .......... .......... 40% 281M 1s 2024-08-22T20:35:54.0747150Z 249700K .......... .......... .......... .......... .......... 40% 293M 1s 2024-08-22T20:35:54.0749246Z 249750K .......... .......... .......... .......... .......... 40% 233M 1s 2024-08-22T20:35:54.0751022Z 249800K .......... .......... .......... .......... .......... 40% 278M 1s 2024-08-22T20:35:54.0752797Z 249850K .......... .......... .......... .......... .......... 40% 267M 1s 2024-08-22T20:35:54.0754501Z 249900K .......... .......... .......... .......... .......... 40% 292M 1s 2024-08-22T20:35:54.0756439Z 249950K .......... .......... .......... .......... .......... 40% 250M 1s 2024-08-22T20:35:54.0758099Z 250000K .......... .......... .......... .......... .......... 40% 296M 1s 2024-08-22T20:35:54.0759889Z 250050K .......... .......... .......... .......... .......... 40% 272M 1s 2024-08-22T20:35:54.0761673Z 250100K .......... .......... .......... .......... .......... 40% 275M 1s 2024-08-22T20:35:54.0763577Z 250150K .......... .......... .......... .......... .......... 40% 254M 1s 2024-08-22T20:35:54.0765477Z 250200K .......... .......... .......... .......... .......... 40% 267M 1s 2024-08-22T20:35:54.0767134Z 250250K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0768925Z 250300K .......... .......... .......... .......... .......... 40% 264M 1s 2024-08-22T20:35:54.0770797Z 250350K .......... .......... .......... .......... .......... 40% 259M 1s 2024-08-22T20:35:54.0772511Z 250400K .......... .......... .......... .......... .......... 40% 287M 1s 2024-08-22T20:35:54.0774477Z 250450K .......... .......... .......... .......... .......... 40% 249M 1s 2024-08-22T20:35:54.0776209Z 250500K .......... .......... .......... .......... .......... 40% 285M 1s 2024-08-22T20:35:54.0777936Z 250550K .......... .......... .......... .......... .......... 40% 285M 1s 2024-08-22T20:35:54.0779851Z 250600K .......... .......... .......... .......... .......... 40% 249M 1s 2024-08-22T20:35:54.0781619Z 250650K .......... .......... .......... .......... .......... 40% 280M 1s 2024-08-22T20:35:54.0783571Z 250700K .......... .......... .......... .......... .......... 40% 253M 1s 2024-08-22T20:35:54.0785198Z 250750K .......... .......... .......... .......... .......... 40% 293M 1s 2024-08-22T20:35:54.0786963Z 250800K .......... .......... .......... .......... .......... 40% 276M 1s 2024-08-22T20:35:54.0789014Z 250850K .......... .......... .......... .......... .......... 40% 245M 1s 2024-08-22T20:35:54.0790795Z 250900K .......... .......... .......... .......... .......... 40% 269M 1s 2024-08-22T20:35:54.0792532Z 250950K .......... .......... .......... .......... .......... 40% 283M 1s 2024-08-22T20:35:54.0794687Z 251000K .......... .......... .......... .......... .......... 40% 229M 1s 2024-08-22T20:35:54.0796476Z 251050K .......... .......... .......... .......... .......... 40% 270M 1s 2024-08-22T20:35:54.0798442Z 251100K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0800006Z 251150K .......... .......... .......... .......... .......... 40% 258M 1s 2024-08-22T20:35:54.0801715Z 251200K .......... .......... .......... .......... .......... 40% 285M 1s 2024-08-22T20:35:54.0803384Z 251250K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0805529Z 251300K .......... .......... .......... .......... .......... 40% 234M 1s 2024-08-22T20:35:54.0807251Z 251350K .......... .......... .......... .......... .......... 40% 279M 1s 2024-08-22T20:35:54.0809369Z 251400K .......... .......... .......... .......... .......... 40% 284M 1s 2024-08-22T20:35:54.0810957Z 251450K .......... .......... .......... .......... .......... 40% 245M 1s 2024-08-22T20:35:54.0812804Z 251500K .......... .......... .......... .......... .......... 40% 268M 1s 2024-08-22T20:35:54.0815026Z 251550K .......... .......... .......... .......... .......... 40% 257M 1s 2024-08-22T20:35:54.0816868Z 251600K .......... .......... .......... .......... .......... 40% 235M 1s 2024-08-22T20:35:54.0818524Z 251650K .......... .......... .......... .......... .......... 40% 317M 1s 2024-08-22T20:35:54.0820208Z 251700K .......... .......... .......... .......... .......... 40% 253M 1s 2024-08-22T20:35:54.0821824Z 251750K .......... .......... .......... .......... .......... 40% 308M 1s 2024-08-22T20:35:54.0823480Z 251800K .......... .......... .......... .......... .......... 40% 292M 1s 2024-08-22T20:35:54.0825494Z 251850K .......... .......... .......... .......... .......... 40% 291M 1s 2024-08-22T20:35:54.0827295Z 251900K .......... .......... .......... .......... .......... 40% 259M 1s 2024-08-22T20:35:54.0829147Z 251950K .......... .......... .......... .......... .......... 40% 240M 1s 2024-08-22T20:35:54.0830761Z 252000K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0832875Z 252050K .......... .......... .......... .......... .......... 40% 236M 1s 2024-08-22T20:35:54.0834751Z 252100K .......... .......... .......... .......... .......... 40% 253M 1s 2024-08-22T20:35:54.0836715Z 252150K .......... .......... .......... .......... .......... 40% 249M 1s 2024-08-22T20:35:54.0838961Z 252200K .......... .......... .......... .......... .......... 40% 258M 1s 2024-08-22T20:35:54.0840591Z 252250K .......... .......... .......... .......... .......... 40% 247M 1s 2024-08-22T20:35:54.0842672Z 252300K .......... .......... .......... .......... .......... 40% 234M 1s 2024-08-22T20:35:54.0844393Z 252350K .......... .......... .......... .......... .......... 40% 281M 1s 2024-08-22T20:35:54.0846222Z 252400K .......... .......... .......... .......... .......... 40% 265M 1s 2024-08-22T20:35:54.0847945Z 252450K .......... .......... .......... .......... .......... 40% 283M 1s 2024-08-22T20:35:54.0849811Z 252500K .......... .......... .......... .......... .......... 40% 261M 1s 2024-08-22T20:35:54.0851972Z 252550K .......... .......... .......... .......... .......... 40% 228M 1s 2024-08-22T20:35:54.0853882Z 252600K .......... .......... .......... .......... .......... 40% 270M 1s 2024-08-22T20:35:54.0855483Z 252650K .......... .......... .......... .......... .......... 40% 288M 1s 2024-08-22T20:35:54.0857302Z 252700K .......... .......... .......... .......... .......... 40% 272M 1s 2024-08-22T20:35:54.0859239Z 252750K .......... .......... .......... .......... .......... 40% 246M 1s 2024-08-22T20:35:54.0861429Z 252800K .......... .......... .......... .......... .......... 40% 224M 1s 2024-08-22T20:35:54.0863193Z 252850K .......... .......... .......... .......... .......... 40% 276M 1s 2024-08-22T20:35:54.0865128Z 252900K .......... .......... .......... .......... .......... 40% 293M 1s 2024-08-22T20:35:54.0866772Z 252950K .......... .......... .......... .......... .......... 40% 265M 1s 2024-08-22T20:35:54.0868717Z 253000K .......... .......... .......... .......... .......... 40% 246M 1s 2024-08-22T20:35:54.0870843Z 253050K .......... .......... .......... .......... .......... 40% 266M 1s 2024-08-22T20:35:54.0872608Z 253100K .......... .......... .......... .......... .......... 40% 236M 1s 2024-08-22T20:35:54.0874402Z 253150K .......... .......... .......... .......... .......... 40% 269M 1s 2024-08-22T20:35:54.0876321Z 253200K .......... .......... .......... .......... .......... 40% 264M 1s 2024-08-22T20:35:54.0878069Z 253250K .......... .......... .......... .......... .......... 40% 268M 1s 2024-08-22T20:35:54.0879852Z 253300K .......... .......... .......... .......... .......... 40% 278M 1s 2024-08-22T20:35:54.0882241Z 253350K .......... .......... .......... .......... .......... 40% 221M 1s 2024-08-22T20:35:54.0883874Z 253400K .......... .......... .......... .......... .......... 40% 272M 1s 2024-08-22T20:35:54.0885800Z 253450K .......... .......... .......... .......... .......... 40% 248M 1s 2024-08-22T20:35:54.0887535Z 253500K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0889772Z 253550K .......... .......... .......... .......... .......... 40% 268M 1s 2024-08-22T20:35:54.0891479Z 253600K .......... .......... .......... .......... .......... 40% 227M 1s 2024-08-22T20:35:54.0893357Z 253650K .......... .......... .......... .......... .......... 40% 257M 1s 2024-08-22T20:35:54.0895401Z 253700K .......... .......... .......... .......... .......... 40% 237M 1s 2024-08-22T20:35:54.0897448Z 253750K .......... .......... .......... .......... .......... 40% 278M 1s 2024-08-22T20:35:54.0899185Z 253800K .......... .......... .......... .......... .......... 40% 238M 1s 2024-08-22T20:35:54.0900891Z 253850K .......... .......... .......... .......... .......... 40% 294M 1s 2024-08-22T20:35:54.0902778Z 253900K .......... .......... .......... .......... .......... 40% 256M 1s 2024-08-22T20:35:54.0904660Z 253950K .......... .......... .......... .......... .......... 40% 257M 1s 2024-08-22T20:35:54.0906322Z 254000K .......... .......... .......... .......... .......... 40% 293M 1s 2024-08-22T20:35:54.0908618Z 254050K .......... .......... .......... .......... .......... 40% 275M 1s 2024-08-22T20:35:54.0910508Z 254100K .......... .......... .......... .......... .......... 40% 204M 1s 2024-08-22T20:35:54.0912225Z 254150K .......... .......... .......... .......... .......... 40% 283M 1s 2024-08-22T20:35:54.0914071Z 254200K .......... .......... .......... .......... .......... 40% 285M 1s 2024-08-22T20:35:54.0915909Z 254250K .......... .......... .......... .......... .......... 40% 284M 1s 2024-08-22T20:35:54.0917629Z 254300K .......... .......... .......... .......... .......... 40% 247M 1s 2024-08-22T20:35:54.0919339Z 254350K .......... .......... .......... .......... .......... 40% 286M 1s 2024-08-22T20:35:54.0921187Z 254400K .......... .......... .......... .......... .......... 40% 274M 1s 2024-08-22T20:35:54.0923431Z 254450K .......... .......... .......... .......... .......... 40% 262M 1s 2024-08-22T20:35:54.0925180Z 254500K .......... .......... .......... .......... .......... 40% 225M 1s 2024-08-22T20:35:54.0926850Z 254550K .......... .......... .......... .......... .......... 40% 292M 1s 2024-08-22T20:35:54.0928567Z 254600K .......... .......... .......... .......... .......... 40% 281M 1s 2024-08-22T20:35:54.0930472Z 254650K .......... .......... .......... .......... .......... 40% 261M 1s 2024-08-22T20:35:54.0932271Z 254700K .......... .......... .......... .......... .......... 40% 268M 1s 2024-08-22T20:35:54.0934023Z 254750K .......... .......... .......... .......... .......... 40% 275M 1s 2024-08-22T20:35:54.0936185Z 254800K .......... .......... .......... .......... .......... 40% 232M 1s 2024-08-22T20:35:54.0938080Z 254850K .......... .......... .......... .......... .......... 40% 258M 1s 2024-08-22T20:35:54.0940101Z 254900K .......... .......... .......... .......... .......... 41% 240M 1s 2024-08-22T20:35:54.0941877Z 254950K .......... .......... .......... .......... .......... 41% 275M 1s 2024-08-22T20:35:54.0943761Z 255000K .......... .......... .......... .......... .......... 41% 257M 1s 2024-08-22T20:35:54.0945778Z 255050K .......... .......... .......... .......... .......... 41% 240M 1s 2024-08-22T20:35:54.0947606Z 255100K .......... .......... .......... .......... .......... 41% 270M 1s 2024-08-22T20:35:54.0949630Z 255150K .......... .......... .......... .......... .......... 41% 246M 1s 2024-08-22T20:35:54.0951338Z 255200K .......... .......... .......... .......... .......... 41% 277M 1s 2024-08-22T20:35:54.0953263Z 255250K .......... .......... .......... .......... .......... 41% 254M 1s 2024-08-22T20:35:54.0955569Z 255300K .......... .......... .......... .......... .......... 41% 233M 1s 2024-08-22T20:35:54.0957064Z 255350K .......... .......... .......... .......... .......... 41% 290M 1s 2024-08-22T20:35:54.0958951Z 255400K .......... .......... .......... .......... .......... 41% 256M 1s 2024-08-22T20:35:54.0960694Z 255450K .......... .......... .......... .......... .......... 41% 284M 1s 2024-08-22T20:35:54.0962408Z 255500K .......... .......... .......... .......... .......... 41% 282M 1s 2024-08-22T20:35:54.0964549Z 255550K .......... .......... .......... .......... .......... 41% 227M 1s 2024-08-22T20:35:54.0966625Z 255600K .......... .......... .......... .......... .......... 41% 251M 1s 2024-08-22T20:35:54.0968402Z 255650K .......... .......... .......... .......... .......... 41% 261M 1s 2024-08-22T20:35:54.0970024Z 255700K .......... .......... .......... .......... .......... 41% 290M 1s 2024-08-22T20:35:54.0971874Z 255750K .......... .......... .......... .......... .......... 41% 265M 1s 2024-08-22T20:35:54.0973530Z 255800K .......... .......... .......... .......... .......... 41% 298M 1s 2024-08-22T20:35:54.0975266Z 255850K .......... .......... .......... .......... .......... 41% 279M 1s 2024-08-22T20:35:54.0977098Z 255900K .......... .......... .......... .......... .......... 41% 264M 1s 2024-08-22T20:35:54.0978860Z 255950K .......... .......... .......... .......... .......... 41% 286M 1s 2024-08-22T20:35:54.0980903Z 256000K .......... .......... .......... .......... .......... 41% 236M 1s 2024-08-22T20:35:54.0982668Z 256050K .......... .......... .......... .......... .......... 41% 273M 1s 2024-08-22T20:35:54.0984405Z 256100K .......... .......... .......... .......... .......... 41% 286M 1s 2024-08-22T20:35:54.0986383Z 256150K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.0988499Z 256200K .......... .......... .......... .......... .......... 41% 253M 1s 2024-08-22T20:35:54.0990588Z 256250K .......... .......... .......... .......... .......... 41% 220M 1s 2024-08-22T20:35:54.0992373Z 256300K .......... .......... .......... .......... .......... 41% 253M 1s 2024-08-22T20:35:54.0994332Z 256350K .......... .......... .......... .......... .......... 41% 256M 1s 2024-08-22T20:35:54.0996460Z 256400K .......... .......... .......... .......... .......... 41% 264M 1s 2024-08-22T20:35:54.0997932Z 256450K .......... .......... .......... .......... .......... 41% 267M 1s 2024-08-22T20:35:54.0999911Z 256500K .......... .......... .......... .......... .......... 41% 273M 1s 2024-08-22T20:35:54.1002405Z 256550K .......... .......... .......... .......... .......... 41% 235M 1s 2024-08-22T20:35:54.1003629Z 256600K .......... .......... .......... .......... .......... 41% 252M 1s 2024-08-22T20:35:54.1005926Z 256650K .......... .......... .......... .......... .......... 41% 272M 1s 2024-08-22T20:35:54.1007504Z 256700K .......... .......... .......... .......... .......... 41% 250M 1s 2024-08-22T20:35:54.1009655Z 256750K .......... .......... .......... .......... .......... 41% 278M 1s 2024-08-22T20:35:54.1011400Z 256800K .......... .......... .......... .......... .......... 41% 229M 1s 2024-08-22T20:35:54.1013500Z 256850K .......... .......... .......... .......... .......... 41% 264M 1s 2024-08-22T20:35:54.1015284Z 256900K .......... .......... .......... .......... .......... 41% 239M 1s 2024-08-22T20:35:54.1016956Z 256950K .......... .......... .......... .......... .......... 41% 287M 1s 2024-08-22T20:35:54.1018976Z 257000K .......... .......... .......... .......... .......... 41% 240M 1s 2024-08-22T20:35:54.1020783Z 257050K .......... .......... .......... .......... .......... 41% 276M 1s 2024-08-22T20:35:54.1022618Z 257100K .......... .......... .......... .......... .......... 41% 270M 1s 2024-08-22T20:35:54.1024532Z 257150K .......... .......... .......... .......... .......... 41% 259M 1s 2024-08-22T20:35:54.1026261Z 257200K .......... .......... .......... .......... .......... 41% 273M 1s 2024-08-22T20:35:54.1028792Z 257250K .......... .......... .......... .......... .......... 41% 230M 1s 2024-08-22T20:35:54.1030633Z 257300K .......... .......... .......... .......... .......... 41% 227M 1s 2024-08-22T20:35:54.1032623Z 257350K .......... .......... .......... .......... .......... 41% 273M 1s 2024-08-22T20:35:54.1034339Z 257400K .......... .......... .......... .......... .......... 41% 244M 1s 2024-08-22T20:35:54.1036127Z 257450K .......... .......... .......... .......... .......... 41% 281M 1s 2024-08-22T20:35:54.1038032Z 257500K .......... .......... .......... .......... .......... 41% 251M 1s 2024-08-22T20:35:54.1039822Z 257550K .......... .......... .......... .......... .......... 41% 270M 1s 2024-08-22T20:35:54.1041803Z 257600K .......... .......... .......... .......... .......... 41% 287M 1s 2024-08-22T20:35:54.1043385Z 257650K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.1045035Z 257700K .......... .......... .......... .......... .......... 41% 296M 1s 2024-08-22T20:35:54.1046980Z 257750K .......... .......... .......... .......... .......... 41% 253M 1s 2024-08-22T20:35:54.1048594Z 257800K .......... .......... .......... .......... .......... 41% 300M 1s 2024-08-22T20:35:54.1050587Z 257850K .......... .......... .......... .......... .......... 41% 284M 1s 2024-08-22T20:35:54.1052212Z 257900K .......... .......... .......... .......... .......... 41% 261M 1s 2024-08-22T20:35:54.1053995Z 257950K .......... .......... .......... .......... .......... 41% 279M 1s 2024-08-22T20:35:54.1056013Z 258000K .......... .......... .......... .......... .......... 41% 294M 1s 2024-08-22T20:35:54.1057606Z 258050K .......... .......... .......... .......... .......... 41% 247M 1s 2024-08-22T20:35:54.1059374Z 258100K .......... .......... .......... .......... .......... 41% 291M 1s 2024-08-22T20:35:54.1061237Z 258150K .......... .......... .......... .......... .......... 41% 247M 1s 2024-08-22T20:35:54.1062975Z 258200K .......... .......... .......... .......... .......... 41% 281M 1s 2024-08-22T20:35:54.1065052Z 258250K .......... .......... .......... .......... .......... 41% 283M 1s 2024-08-22T20:35:54.1066738Z 258300K .......... .......... .......... .......... .......... 41% 243M 1s 2024-08-22T20:35:54.1068615Z 258350K .......... .......... .......... .......... .......... 41% 287M 1s 2024-08-22T20:35:54.1070393Z 258400K .......... .......... .......... .......... .......... 41% 249M 1s 2024-08-22T20:35:54.1072441Z 258450K .......... .......... .......... .......... .......... 41% 281M 1s 2024-08-22T20:35:54.1074087Z 258500K .......... .......... .......... .......... .......... 41% 250M 1s 2024-08-22T20:35:54.1075831Z 258550K .......... .......... .......... .......... .......... 41% 275M 1s 2024-08-22T20:35:54.1077658Z 258600K .......... .......... .......... .......... .......... 41% 277M 1s 2024-08-22T20:35:54.1079705Z 258650K .......... .......... .......... .......... .......... 41% 280M 1s 2024-08-22T20:35:54.1081365Z 258700K .......... .......... .......... .......... .......... 41% 244M 1s 2024-08-22T20:35:54.1083088Z 258750K .......... .......... .......... .......... .......... 41% 282M 1s 2024-08-22T20:35:54.1084974Z 258800K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.1086663Z 258850K .......... .......... .......... .......... .......... 41% 288M 1s 2024-08-22T20:35:54.1088686Z 258900K .......... .......... .......... .......... .......... 41% 248M 1s 2024-08-22T20:35:54.1090613Z 258950K .......... .......... .......... .......... .......... 41% 246M 1s 2024-08-22T20:35:54.1092342Z 259000K .......... .......... .......... .......... .......... 41% 280M 1s 2024-08-22T20:35:54.1094469Z 259050K .......... .......... .......... .......... .......... 41% 233M 1s 2024-08-22T20:35:54.1096459Z 259100K .......... .......... .......... .......... .......... 41% 249M 1s 2024-08-22T20:35:54.1098162Z 259150K .......... .......... .......... .......... .......... 41% 279M 1s 2024-08-22T20:35:54.1100177Z 259200K .......... .......... .......... .......... .......... 41% 266M 1s 2024-08-22T20:35:54.1102026Z 259250K .......... .......... .......... .......... .......... 41% 248M 1s 2024-08-22T20:35:54.1103666Z 259300K .......... .......... .......... .......... .......... 41% 287M 1s 2024-08-22T20:35:54.1105681Z 259350K .......... .......... .......... .......... .......... 41% 275M 1s 2024-08-22T20:35:54.1107593Z 259400K .......... .......... .......... .......... .......... 41% 234M 1s 2024-08-22T20:35:54.1109567Z 259450K .......... .......... .......... .......... .......... 41% 251M 1s 2024-08-22T20:35:54.1111798Z 259500K .......... .......... .......... .......... .......... 41% 250M 1s 2024-08-22T20:35:54.1113513Z 259550K .......... .......... .......... .......... .......... 41% 237M 1s 2024-08-22T20:35:54.1115494Z 259600K .......... .......... .......... .......... .......... 41% 243M 1s 2024-08-22T20:35:54.1117232Z 259650K .......... .......... .......... .......... .......... 41% 281M 1s 2024-08-22T20:35:54.1118860Z 259700K .......... .......... .......... .......... .......... 41% 301M 1s 2024-08-22T20:35:54.1120802Z 259750K .......... .......... .......... .......... .......... 41% 249M 1s 2024-08-22T20:35:54.1122610Z 259800K .......... .......... .......... .......... .......... 41% 276M 1s 2024-08-22T20:35:54.1124381Z 259850K .......... .......... .......... .......... .......... 41% 272M 1s 2024-08-22T20:35:54.1126353Z 259900K .......... .......... .......... .......... .......... 41% 246M 1s 2024-08-22T20:35:54.1128077Z 259950K .......... .......... .......... .......... .......... 41% 283M 1s 2024-08-22T20:35:54.1129683Z 260000K .......... .......... .......... .......... .......... 41% 305M 1s 2024-08-22T20:35:54.1131469Z 260050K .......... .......... .......... .......... .......... 41% 272M 1s 2024-08-22T20:35:54.1133075Z 260100K .......... .......... .......... .......... .......... 41% 307M 1s 2024-08-22T20:35:54.1135050Z 260150K .......... .......... .......... .......... .......... 41% 246M 1s 2024-08-22T20:35:54.1136951Z 260200K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.1138515Z 260250K .......... .......... .......... .......... .......... 41% 306M 1s 2024-08-22T20:35:54.1140250Z 260300K .......... .......... .......... .......... .......... 41% 285M 1s 2024-08-22T20:35:54.1142182Z 260350K .......... .......... .......... .......... .......... 41% 289M 1s 2024-08-22T20:35:54.1143475Z 260400K .......... .......... .......... .......... .......... 41% 300M 1s 2024-08-22T20:35:54.1145702Z 260450K .......... .......... .......... .......... .......... 41% 237M 1s 2024-08-22T20:35:54.1147235Z 260500K .......... .......... .......... .......... .......... 41% 305M 1s 2024-08-22T20:35:54.1148997Z 260550K .......... .......... .......... .......... .......... 41% 283M 1s 2024-08-22T20:35:54.1150956Z 260600K .......... .......... .......... .......... .......... 41% 245M 1s 2024-08-22T20:35:54.1152822Z 260650K .......... .......... .......... .......... .......... 41% 321M 1s 2024-08-22T20:35:54.1154334Z 260700K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.1156044Z 260750K .......... .......... .......... .......... .......... 41% 292M 1s 2024-08-22T20:35:54.1157721Z 260800K .......... .......... .......... .......... .......... 41% 291M 1s 2024-08-22T20:35:54.1159389Z 260850K .......... .......... .......... .......... .......... 41% 284M 1s 2024-08-22T20:35:54.1161071Z 260900K .......... .......... .......... .......... .......... 41% 292M 1s 2024-08-22T20:35:54.1163179Z 260950K .......... .......... .......... .......... .......... 41% 281M 1s 2024-08-22T20:35:54.1164690Z 261000K .......... .......... .......... .......... .......... 41% 260M 1s 2024-08-22T20:35:54.1166324Z 261050K .......... .......... .......... .......... .......... 41% 300M 1s 2024-08-22T20:35:54.1168140Z 261100K .......... .......... .......... .......... .......... 41% 268M 1s 2024-08-22T20:35:54.1169973Z 261150K .......... .......... .......... .......... .......... 42% 298M 1s 2024-08-22T20:35:54.1171416Z 261200K .......... .......... .......... .......... .......... 42% 307M 1s 2024-08-22T20:35:54.1173421Z 261250K .......... .......... .......... .......... .......... 42% 239M 1s 2024-08-22T20:35:54.1175089Z 261300K .......... .......... .......... .......... .......... 42% 289M 1s 2024-08-22T20:35:54.1176755Z 261350K .......... .......... .......... .......... .......... 42% 309M 1s 2024-08-22T20:35:54.1178319Z 261400K .......... .......... .......... .......... .......... 42% 302M 1s 2024-08-22T20:35:54.1180144Z 261450K .......... .......... .......... .......... .......... 42% 271M 1s 2024-08-22T20:35:54.1181892Z 261500K .......... .......... .......... .......... .......... 42% 274M 1s 2024-08-22T20:35:54.1183695Z 261550K .......... .......... .......... .......... .......... 42% 310M 1s 2024-08-22T20:35:54.1185241Z 261600K .......... .......... .......... .......... .......... 42% 272M 1s 2024-08-22T20:35:54.1187078Z 261650K .......... .......... .......... .......... .......... 42% 332M 1s 2024-08-22T20:35:54.1188972Z 261700K .......... .......... .......... .......... .......... 42% 224M 1s 2024-08-22T20:35:54.1190629Z 261750K .......... .......... .......... .......... .......... 42% 286M 1s 2024-08-22T20:35:54.1192197Z 261800K .......... .......... .......... .......... .......... 42% 309M 1s 2024-08-22T20:35:54.1193989Z 261850K .......... .......... .......... .......... .......... 42% 312M 1s 2024-08-22T20:35:54.1195523Z 261900K .......... .......... .......... .......... .......... 42% 282M 1s 2024-08-22T20:35:54.1197339Z 261950K .......... .......... .......... .......... .......... 42% 266M 1s 2024-08-22T20:35:54.1199245Z 262000K .......... .......... .......... .......... .......... 42% 256M 1s 2024-08-22T20:35:54.1200826Z 262050K .......... .......... .......... .......... .......... 42% 307M 1s 2024-08-22T20:35:54.1202433Z 262100K .......... .......... .......... .......... .......... 42% 308M 1s 2024-08-22T20:35:54.1204201Z 262150K .......... .......... .......... .......... .......... 42% 286M 1s 2024-08-22T20:35:54.1206116Z 262200K .......... .......... .......... .......... .......... 42% 247M 1s 2024-08-22T20:35:54.1207701Z 262250K .......... .......... .......... .......... .......... 42% 305M 1s 2024-08-22T20:35:54.1209291Z 262300K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1210967Z 262350K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1213025Z 262400K .......... .......... .......... .......... .......... 42% 230M 1s 2024-08-22T20:35:54.1214591Z 262450K .......... .......... .......... .......... .......... 42% 310M 1s 2024-08-22T20:35:54.1216160Z 262500K .......... .......... .......... .......... .......... 42% 315M 1s 2024-08-22T20:35:54.1217713Z 262550K .......... .......... .......... .......... .......... 42% 308M 1s 2024-08-22T20:35:54.1219506Z 262600K .......... .......... .......... .......... .......... 42% 275M 1s 2024-08-22T20:35:54.1221312Z 262650K .......... .......... .......... .......... .......... 42% 270M 1s 2024-08-22T20:35:54.1222934Z 262700K .......... .......... .......... .......... .......... 42% 300M 1s 2024-08-22T20:35:54.1224512Z 262750K .......... .......... .......... .......... .......... 42% 307M 1s 2024-08-22T20:35:54.1226433Z 262800K .......... .......... .......... .......... .......... 42% 254M 1s 2024-08-22T20:35:54.1228367Z 262850K .......... .......... .......... .......... .......... 42% 283M 1s 2024-08-22T20:35:54.1230275Z 262900K .......... .......... .......... .......... .......... 42% 233M 1s 2024-08-22T20:35:54.1231849Z 262950K .......... .......... .......... .......... .......... 42% 307M 1s 2024-08-22T20:35:54.1233450Z 263000K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1235035Z 263050K .......... .......... .......... .......... .......... 42% 310M 1s 2024-08-22T20:35:54.1237228Z 263100K .......... .......... .......... .......... .......... 42% 243M 1s 2024-08-22T20:35:54.1238902Z 263150K .......... .......... .......... .......... .......... 42% 279M 1s 2024-08-22T20:35:54.1240369Z 263200K .......... .......... .......... .......... .......... 42% 310M 1s 2024-08-22T20:35:54.1241935Z 263250K .......... .......... .......... .......... .......... 42% 311M 1s 2024-08-22T20:35:54.1243840Z 263300K .......... .......... .......... .......... .......... 42% 284M 1s 2024-08-22T20:35:54.1245655Z 263350K .......... .......... .......... .......... .......... 42% 242M 1s 2024-08-22T20:35:54.1247482Z 263400K .......... .......... .......... .......... .......... 42% 270M 1s 2024-08-22T20:35:54.1249060Z 263450K .......... .......... .......... .......... .......... 42% 313M 1s 2024-08-22T20:35:54.1250643Z 263500K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1252520Z 263550K .......... .......... .......... .......... .......... 42% 281M 1s 2024-08-22T20:35:54.1254140Z 263600K .......... .......... .......... .......... .......... 42% 275M 1s 2024-08-22T20:35:54.1256107Z 263650K .......... .......... .......... .......... .......... 42% 303M 1s 2024-08-22T20:35:54.1257635Z 263700K .......... .......... .......... .......... .......... 42% 259M 1s 2024-08-22T20:35:54.1259366Z 263750K .......... .......... .......... .......... .......... 42% 293M 1s 2024-08-22T20:35:54.1261173Z 263800K .......... .......... .......... .......... .......... 42% 262M 1s 2024-08-22T20:35:54.1262763Z 263850K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1264388Z 263900K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1266289Z 263950K .......... .......... .......... .......... .......... 42% 253M 1s 2024-08-22T20:35:54.1268314Z 264000K .......... .......... .......... .......... .......... 42% 274M 1s 2024-08-22T20:35:54.1269930Z 264050K .......... .......... .......... .......... .......... 42% 265M 1s 2024-08-22T20:35:54.1271528Z 264100K .......... .......... .......... .......... .......... 42% 304M 1s 2024-08-22T20:35:54.1273132Z 264150K .......... .......... .......... .......... .......... 42% 306M 1s 2024-08-22T20:35:54.1275236Z 264200K .......... .......... .......... .......... .......... 42% 287M 1s 2024-08-22T20:35:54.1276781Z 264250K .......... .......... .......... .......... .......... 42% 248M 1s 2024-08-22T20:35:54.1278416Z 264300K .......... .......... .......... .......... .......... 42% 316M 1s 2024-08-22T20:35:54.1280100Z 264350K .......... .......... .......... .......... .......... 42% 278M 1s 2024-08-22T20:35:54.1281986Z 264400K .......... .......... .......... .......... .......... 42% 262M 1s 2024-08-22T20:35:54.1283671Z 264450K .......... .......... .......... .......... .......... 42% 283M 1s 2024-08-22T20:35:54.1285382Z 264500K .......... .......... .......... .......... .......... 42% 288M 1s 2024-08-22T20:35:54.1287462Z 264550K .......... .......... .......... .......... .......... 42% 234M 1s 2024-08-22T20:35:54.1289063Z 264600K .......... .......... .......... .......... .......... 42% 310M 1s 2024-08-22T20:35:54.1290622Z 264650K .......... .......... .......... .......... .......... 42% 308M 1s 2024-08-22T20:35:54.1292339Z 264700K .......... .......... .......... .......... .......... 42% 289M 1s 2024-08-22T20:35:54.1294254Z 264750K .......... .......... .......... .......... .......... 42% 252M 1s 2024-08-22T20:35:54.1295827Z 264800K .......... .......... .......... .......... .......... 42% 311M 1s 2024-08-22T20:35:54.1297784Z 264850K .......... .......... .......... .......... .......... 42% 256M 1s 2024-08-22T20:35:54.1299480Z 264900K .......... .......... .......... .......... .......... 42% 280M 1s 2024-08-22T20:35:54.1301542Z 264950K .......... .......... .......... .......... .......... 42% 299M 1s 2024-08-22T20:35:54.1303338Z 265000K .......... .......... .......... .......... .......... 42% 224M 1s 2024-08-22T20:35:54.1305387Z 265050K .......... .......... .......... .......... .......... 42% 309M 1s 2024-08-22T20:35:54.1306547Z 265100K .......... .......... .......... .......... .......... 42% 267M 1s 2024-08-22T20:35:54.1308571Z 265150K .......... .......... .......... .......... .......... 42% 267M 1s 2024-08-22T20:35:54.1310491Z 265200K .......... .......... .......... .......... .......... 42% 245M 1s 2024-08-22T20:35:54.1312034Z 265250K .......... .......... .......... .......... .......... 42% 323M 1s 2024-08-22T20:35:54.1314203Z 265300K .......... .......... .......... .......... .......... 42% 272M 1s 2024-08-22T20:35:54.1315750Z 265350K .......... .......... .......... .......... .......... 42% 251M 1s 2024-08-22T20:35:54.1317431Z 265400K .......... .......... .......... .......... .......... 42% 289M 1s 2024-08-22T20:35:54.1319349Z 265450K .......... .......... .......... .......... .......... 42% 255M 1s 2024-08-22T20:35:54.1320964Z 265500K .......... .......... .......... .......... .......... 42% 305M 1s 2024-08-22T20:35:54.1323141Z 265550K .......... .......... .......... .......... .......... 42% 286M 1s 2024-08-22T20:35:54.1324835Z 265600K .......... .......... .......... .......... .......... 42% 223M 1s 2024-08-22T20:35:54.1326461Z 265650K .......... .......... .......... .......... .......... 42% 300M 1s 2024-08-22T20:35:54.1328336Z 265700K .......... .......... .......... .......... .......... 42% 281M 1s 2024-08-22T20:35:54.1330090Z 265750K .......... .......... .......... .......... .......... 42% 257M 1s 2024-08-22T20:35:54.1331720Z 265800K .......... .......... .......... .......... .......... 42% 303M 1s 2024-08-22T20:35:54.1333919Z 265850K .......... .......... .......... .......... .......... 42% 278M 1s 2024-08-22T20:35:54.1335502Z 265900K .......... .......... .......... .......... .......... 42% 241M 1s 2024-08-22T20:35:54.1337165Z 265950K .......... .......... .......... .......... .......... 42% 298M 1s 2024-08-22T20:35:54.1339037Z 266000K .......... .......... .......... .......... .......... 42% 256M 1s 2024-08-22T20:35:54.1340649Z 266050K .......... .......... .......... .......... .......... 42% 303M 1s 2024-08-22T20:35:54.1342441Z 266100K .......... .......... .......... .......... .......... 42% 279M 1s 2024-08-22T20:35:54.1344134Z 266150K .......... .......... .......... .......... .......... 42% 283M 1s 2024-08-22T20:35:54.1346135Z 266200K .......... .......... .......... .......... .......... 42% 242M 1s 2024-08-22T20:35:54.1348116Z 266250K .......... .......... .......... .......... .......... 42% 283M 1s 2024-08-22T20:35:54.1349754Z 266300K .......... .......... .......... .......... .......... 42% 267M 1s 2024-08-22T20:35:54.1351486Z 266350K .......... .......... .......... .......... .......... 42% 280M 1s 2024-08-22T20:35:54.1353522Z 266400K .......... .......... .......... .......... .......... 42% 237M 1s 2024-08-22T20:35:54.1355316Z 266450K .......... .......... .......... .......... .......... 42% 274M 1s 2024-08-22T20:35:54.1357141Z 266500K .......... .......... .......... .......... .......... 42% 267M 1s 2024-08-22T20:35:54.1358897Z 266550K .......... .......... .......... .......... .......... 42% 279M 1s 2024-08-22T20:35:54.1360840Z 266600K .......... .......... .......... .......... .......... 42% 248M 1s 2024-08-22T20:35:54.1362708Z 266650K .......... .......... .......... .......... .......... 42% 264M 1s 2024-08-22T20:35:54.1364628Z 266700K .......... .......... .......... .......... .......... 42% 265M 1s 2024-08-22T20:35:54.1366823Z 266750K .......... .......... .......... .......... .......... 42% 215M 1s 2024-08-22T20:35:54.1368630Z 266800K .......... .......... .......... .......... .......... 42% 271M 1s 2024-08-22T20:35:54.1370421Z 266850K .......... .......... .......... .......... .......... 42% 276M 1s 2024-08-22T20:35:54.1372221Z 266900K .......... .......... .......... .......... .......... 42% 269M 1s 2024-08-22T20:35:54.1373883Z 266950K .......... .......... .......... .......... .......... 42% 291M 1s 2024-08-22T20:35:54.1376068Z 267000K .......... .......... .......... .......... .......... 42% 309M 1s 2024-08-22T20:35:54.1377591Z 267050K .......... .......... .......... .......... .......... 42% 239M 1s 2024-08-22T20:35:54.1379159Z 267100K .......... .......... .......... .......... .......... 42% 301M 1s 2024-08-22T20:35:54.1380952Z 267150K .......... .......... .......... .......... .......... 42% 267M 1s 2024-08-22T20:35:54.1382700Z 267200K .......... .......... .......... .......... .......... 42% 289M 1s 2024-08-22T20:35:54.1384567Z 267250K .......... .......... .......... .......... .......... 42% 256M 1s 2024-08-22T20:35:54.1386206Z 267300K .......... .......... .......... .......... .......... 42% 303M 1s 2024-08-22T20:35:54.1388214Z 267350K .......... .......... .......... .......... .......... 43% 277M 1s 2024-08-22T20:35:54.1389953Z 267400K .......... .......... .......... .......... .......... 43% 252M 1s 2024-08-22T20:35:54.1391877Z 267450K .......... .......... .......... .......... .......... 43% 241M 1s 2024-08-22T20:35:54.1393975Z 267500K .......... .......... .......... .......... .......... 43% 244M 1s 2024-08-22T20:35:54.1395729Z 267550K .......... .......... .......... .......... .......... 43% 267M 1s 2024-08-22T20:35:54.1397487Z 267600K .......... .......... .......... .......... .......... 43% 279M 1s 2024-08-22T20:35:54.1399492Z 267650K .......... .......... .......... .......... .......... 43% 244M 1s 2024-08-22T20:35:54.1401338Z 267700K .......... .......... .......... .......... .......... 43% 260M 1s 2024-08-22T20:35:54.1403091Z 267750K .......... .......... .......... .......... .......... 43% 282M 1s 2024-08-22T20:35:54.1405223Z 267800K .......... .......... .......... .......... .......... 43% 227M 1s 2024-08-22T20:35:54.1406923Z 267850K .......... .......... .......... .......... .......... 43% 294M 1s 2024-08-22T20:35:54.1408822Z 267900K .......... .......... .......... .......... .......... 43% 269M 1s 2024-08-22T20:35:54.1410743Z 267950K .......... .......... .......... .......... .......... 43% 239M 1s 2024-08-22T20:35:54.1412693Z 268000K .......... .......... .......... .......... .......... 43% 259M 1s 2024-08-22T20:35:54.1414500Z 268050K .......... .......... .......... .......... .......... 43% 261M 1s 2024-08-22T20:35:54.1416636Z 268100K .......... .......... .......... .......... .......... 43% 229M 1s 2024-08-22T20:35:54.1418443Z 268150K .......... .......... .......... .......... .......... 43% 270M 1s 2024-08-22T20:35:54.1420258Z 268200K .......... .......... .......... .......... .......... 43% 284M 1s 2024-08-22T20:35:54.1422032Z 268250K .......... .......... .......... .......... .......... 43% 308M 1s 2024-08-22T20:35:54.1423628Z 268300K .......... .......... .......... .......... .......... 43% 260M 1s 2024-08-22T20:35:54.1425502Z 268350K .......... .......... .......... .......... .......... 43% 262M 1s 2024-08-22T20:35:54.1427216Z 268400K .......... .......... .......... .......... .......... 43% 284M 1s 2024-08-22T20:35:54.1429128Z 268450K .......... .......... .......... .......... .......... 43% 266M 1s 2024-08-22T20:35:54.1431017Z 268500K .......... .......... .......... .......... .......... 43% 289M 1s 2024-08-22T20:35:54.1432603Z 268550K .......... .......... .......... .......... .......... 43% 263M 1s 2024-08-22T20:35:54.1434738Z 268600K .......... .......... .......... .......... .......... 43% 230M 1s 2024-08-22T20:35:54.1436443Z 268650K .......... .......... .......... .......... .......... 43% 283M 1s 2024-08-22T20:35:54.1438252Z 268700K .......... .......... .......... .......... .......... 43% 271M 1s 2024-08-22T20:35:54.1440081Z 268750K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1442214Z 268800K .......... .......... .......... .......... .......... 43% 271M 1s 2024-08-22T20:35:54.1443723Z 268850K .......... .......... .......... .......... .......... 43% 258M 1s 2024-08-22T20:35:54.1445470Z 268900K .......... .......... .......... .......... .......... 43% 282M 1s 2024-08-22T20:35:54.1447510Z 268950K .......... .......... .......... .......... .......... 43% 267M 1s 2024-08-22T20:35:54.1449054Z 269000K .......... .......... .......... .......... .......... 43% 290M 1s 2024-08-22T20:35:54.1451062Z 269050K .......... .......... .......... .......... .......... 43% 282M 1s 2024-08-22T20:35:54.1452663Z 269100K .......... .......... .......... .......... .......... 43% 249M 1s 2024-08-22T20:35:54.1454375Z 269150K .......... .......... .......... .......... .......... 43% 299M 1s 2024-08-22T20:35:54.1456455Z 269200K .......... .......... .......... .......... .......... 43% 265M 1s 2024-08-22T20:35:54.1458165Z 269250K .......... .......... .......... .......... .......... 43% 246M 1s 2024-08-22T20:35:54.1459832Z 269300K .......... .......... .......... .......... .......... 43% 288M 1s 2024-08-22T20:35:54.1461886Z 269350K .......... .......... .......... .......... .......... 43% 246M 1s 2024-08-22T20:35:54.1463649Z 269400K .......... .......... .......... .......... .......... 43% 280M 1s 2024-08-22T20:35:54.1465677Z 269450K .......... .......... .......... .......... .......... 43% 271M 1s 2024-08-22T20:35:54.1467665Z 269500K .......... .......... .......... .......... .......... 43% 212M 1s 2024-08-22T20:35:54.1469854Z 269550K .......... .......... .......... .......... .......... 43% 229M 1s 2024-08-22T20:35:54.1471507Z 269600K .......... .......... .......... .......... .......... 43% 290M 1s 2024-08-22T20:35:54.1473152Z 269650K .......... .......... .......... .......... .......... 43% 300M 1s 2024-08-22T20:35:54.1475039Z 269700K .......... .......... .......... .......... .......... 43% 260M 1s 2024-08-22T20:35:54.1476884Z 269750K .......... .......... .......... .......... .......... 43% 256M 1s 2024-08-22T20:35:54.1478836Z 269800K .......... .......... .......... .......... .......... 43% 251M 1s 2024-08-22T20:35:54.1480548Z 269850K .......... .......... .......... .......... .......... 43% 284M 1s 2024-08-22T20:35:54.1482269Z 269900K .......... .......... .......... .......... .......... 43% 283M 1s 2024-08-22T20:35:54.1484245Z 269950K .......... .......... .......... .......... .......... 43% 287M 1s 2024-08-22T20:35:54.1485827Z 270000K .......... .......... .......... .......... .......... 43% 269M 1s 2024-08-22T20:35:54.1487588Z 270050K .......... .......... .......... .......... .......... 43% 272M 1s 2024-08-22T20:35:54.1489601Z 270100K .......... .......... .......... .......... .......... 43% 241M 1s 2024-08-22T20:35:54.1491255Z 270150K .......... .......... .......... .......... .......... 43% 319M 1s 2024-08-22T20:35:54.1493200Z 270200K .......... .......... .......... .......... .......... 43% 243M 1s 2024-08-22T20:35:54.1494984Z 270250K .......... .......... .......... .......... .......... 43% 267M 1s 2024-08-22T20:35:54.1497127Z 270300K .......... .......... .......... .......... .......... 43% 278M 1s 2024-08-22T20:35:54.1498748Z 270350K .......... .......... .......... .......... .......... 43% 242M 1s 2024-08-22T20:35:54.1500457Z 270400K .......... .......... .......... .......... .......... 43% 285M 1s 2024-08-22T20:35:54.1502396Z 270450K .......... .......... .......... .......... .......... 43% 259M 1s 2024-08-22T20:35:54.1504197Z 270500K .......... .......... .......... .......... .......... 43% 263M 1s 2024-08-22T20:35:54.1505977Z 270550K .......... .......... .......... .......... .......... 43% 275M 1s 2024-08-22T20:35:54.1508321Z 270600K .......... .......... .......... .......... .......... 43% 234M 1s 2024-08-22T20:35:54.1510117Z 270650K .......... .......... .......... .......... .......... 43% 240M 1s 2024-08-22T20:35:54.1512074Z 270700K .......... .......... .......... .......... .......... 43% 272M 1s 2024-08-22T20:35:54.1513744Z 270750K .......... .......... .......... .......... .......... 43% 267M 1s 2024-08-22T20:35:54.1515714Z 270800K .......... .......... .......... .......... .......... 43% 245M 1s 2024-08-22T20:35:54.1517391Z 270850K .......... .......... .......... .......... .......... 43% 293M 1s 2024-08-22T20:35:54.1519422Z 270900K .......... .......... .......... .......... .......... 43% 275M 1s 2024-08-22T20:35:54.1521492Z 270950K .......... .......... .......... .......... .......... 43% 222M 1s 2024-08-22T20:35:54.1523203Z 271000K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1524914Z 271050K .......... .......... .......... .......... .......... 43% 281M 1s 2024-08-22T20:35:54.1526792Z 271100K .......... .......... .......... .......... .......... 43% 268M 1s 2024-08-22T20:35:54.1528638Z 271150K .......... .......... .......... .......... .......... 43% 256M 1s 2024-08-22T20:35:54.1530702Z 271200K .......... .......... .......... .......... .......... 43% 245M 1s 2024-08-22T20:35:54.1532447Z 271250K .......... .......... .......... .......... .......... 43% 277M 1s 2024-08-22T20:35:54.1534188Z 271300K .......... .......... .......... .......... .......... 43% 276M 1s 2024-08-22T20:35:54.1535854Z 271350K .......... .......... .......... .......... .......... 43% 290M 1s 2024-08-22T20:35:54.1537882Z 271400K .......... .......... .......... .......... .......... 43% 247M 1s 2024-08-22T20:35:54.1539758Z 271450K .......... .......... .......... .......... .......... 43% 253M 1s 2024-08-22T20:35:54.1541442Z 271500K .......... .......... .......... .......... .......... 43% 295M 1s 2024-08-22T20:35:54.1543178Z 271550K .......... .......... .......... .......... .......... 43% 281M 1s 2024-08-22T20:35:54.1545210Z 271600K .......... .......... .......... .......... .......... 43% 279M 1s 2024-08-22T20:35:54.1546776Z 271650K .......... .......... .......... .......... .......... 43% 264M 1s 2024-08-22T20:35:54.1549068Z 271700K .......... .......... .......... .......... .......... 43% 253M 1s 2024-08-22T20:35:54.1550768Z 271750K .......... .......... .......... .......... .......... 43% 236M 1s 2024-08-22T20:35:54.1552653Z 271800K .......... .......... .......... .......... .......... 43% 279M 1s 2024-08-22T20:35:54.1554426Z 271850K .......... .......... .......... .......... .......... 43% 252M 1s 2024-08-22T20:35:54.1556289Z 271900K .......... .......... .......... .......... .......... 43% 268M 1s 2024-08-22T20:35:54.1558375Z 271950K .......... .......... .......... .......... .......... 43% 276M 1s 2024-08-22T20:35:54.1560060Z 272000K .......... .......... .......... .......... .......... 43% 240M 1s 2024-08-22T20:35:54.1561829Z 272050K .......... .......... .......... .......... .......... 43% 276M 1s 2024-08-22T20:35:54.1563578Z 272100K .......... .......... .......... .......... .......... 43% 295M 1s 2024-08-22T20:35:54.1565506Z 272150K .......... .......... .......... .......... .......... 43% 289M 1s 2024-08-22T20:35:54.1567115Z 272200K .......... .......... .......... .......... .......... 43% 251M 1s 2024-08-22T20:35:54.1568951Z 272250K .......... .......... .......... .......... .......... 43% 266M 1s 2024-08-22T20:35:54.1570811Z 272300K .......... .......... .......... .......... .......... 43% 263M 1s 2024-08-22T20:35:54.1572573Z 272350K .......... .......... .......... .......... .......... 43% 282M 1s 2024-08-22T20:35:54.1574815Z 272400K .......... .......... .......... .......... .......... 43% 264M 1s 2024-08-22T20:35:54.1576583Z 272450K .......... .......... .......... .......... .......... 43% 227M 1s 2024-08-22T20:35:54.1578396Z 272500K .......... .......... .......... .......... .......... 43% 265M 1s 2024-08-22T20:35:54.1580217Z 272550K .......... .......... .......... .......... .......... 43% 266M 1s 2024-08-22T20:35:54.1581820Z 272600K .......... .......... .......... .......... .......... 43% 303M 1s 2024-08-22T20:35:54.1584079Z 272650K .......... .......... .......... .......... .......... 43% 265M 1s 2024-08-22T20:35:54.1585868Z 272700K .......... .......... .......... .......... .......... 43% 222M 1s 2024-08-22T20:35:54.1587678Z 272750K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1589945Z 272800K .......... .......... .......... .......... .......... 43% 219M 1s 2024-08-22T20:35:54.1591810Z 272850K .......... .......... .......... .......... .......... 43% 281M 1s 2024-08-22T20:35:54.1593880Z 272900K .......... .......... .......... .......... .......... 43% 270M 1s 2024-08-22T20:35:54.1595473Z 272950K .......... .......... .......... .......... .......... 43% 241M 1s 2024-08-22T20:35:54.1597244Z 273000K .......... .......... .......... .......... .......... 43% 277M 1s 2024-08-22T20:35:54.1599095Z 273050K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1600764Z 273100K .......... .......... .......... .......... .......... 43% 280M 1s 2024-08-22T20:35:54.1603039Z 273150K .......... .......... .......... .......... .......... 43% 260M 1s 2024-08-22T20:35:54.1604689Z 273200K .......... .......... .......... .......... .......... 43% 238M 1s 2024-08-22T20:35:54.1606233Z 273250K .......... .......... .......... .......... .......... 43% 314M 1s 2024-08-22T20:35:54.1608015Z 273300K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1609608Z 273350K .......... .......... .......... .......... .......... 43% 309M 1s 2024-08-22T20:35:54.1611725Z 273400K .......... .......... .......... .......... .......... 43% 279M 1s 2024-08-22T20:35:54.1613436Z 273450K .......... .......... .......... .......... .......... 43% 234M 1s 2024-08-22T20:35:54.1615233Z 273500K .......... .......... .......... .......... .......... 43% 273M 1s 2024-08-22T20:35:54.1617178Z 273550K .......... .......... .......... .......... .......... 44% 278M 1s 2024-08-22T20:35:54.1618848Z 273600K .......... .......... .......... .......... .......... 44% 263M 1s 2024-08-22T20:35:54.1620676Z 273650K .......... .......... .......... .......... .......... 44% 264M 1s 2024-08-22T20:35:54.1622323Z 273700K .......... .......... .......... .......... .......... 44% 298M 1s 2024-08-22T20:35:54.1624163Z 273750K .......... .......... .......... .......... .......... 44% 270M 1s 2024-08-22T20:35:54.1626206Z 273800K .......... .......... .......... .......... .......... 44% 236M 1s 2024-08-22T20:35:54.1628060Z 273850K .......... .......... .......... .......... .......... 44% 297M 1s 2024-08-22T20:35:54.1629816Z 273900K .......... .......... .......... .......... .......... 44% 261M 1s 2024-08-22T20:35:54.1631847Z 273950K .......... .......... .......... .......... .......... 44% 279M 1s 2024-08-22T20:35:54.1633431Z 274000K .......... .......... .......... .......... .......... 44% 249M 1s 2024-08-22T20:35:54.1635201Z 274050K .......... .......... .......... .......... .......... 44% 280M 1s 2024-08-22T20:35:54.1637182Z 274100K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1638905Z 274150K .......... .......... .......... .......... .......... 44% 251M 1s 2024-08-22T20:35:54.1640841Z 274200K .......... .......... .......... .......... .......... 44% 301M 1s 2024-08-22T20:35:54.1642497Z 274250K .......... .......... .......... .......... .......... 44% 245M 1s 2024-08-22T20:35:54.1644207Z 274300K .......... .......... .......... .......... .......... 44% 290M 1s 2024-08-22T20:35:54.1646031Z 274350K .......... .......... .......... .......... .......... 44% 267M 1s 2024-08-22T20:35:54.1647874Z 274400K .......... .......... .......... .......... .......... 44% 262M 1s 2024-08-22T20:35:54.1649638Z 274450K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1651350Z 274500K .......... .......... .......... .......... .......... 44% 291M 1s 2024-08-22T20:35:54.1653126Z 274550K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1655168Z 274600K .......... .......... .......... .......... .......... 44% 237M 1s 2024-08-22T20:35:54.1656855Z 274650K .......... .......... .......... .......... .......... 44% 291M 1s 2024-08-22T20:35:54.1658636Z 274700K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1660562Z 274750K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1662570Z 274800K .......... .......... .......... .......... .......... 44% 248M 1s 2024-08-22T20:35:54.1664286Z 274850K .......... .......... .......... .......... .......... 44% 272M 1s 2024-08-22T20:35:54.1666108Z 274900K .......... .......... .......... .......... .......... 44% 254M 1s 2024-08-22T20:35:54.1667772Z 274950K .......... .......... .......... .......... .......... 44% 292M 1s 2024-08-22T20:35:54.1669859Z 275000K .......... .......... .......... .......... .......... 44% 247M 1s 2024-08-22T20:35:54.1671656Z 275050K .......... .......... .......... .......... .......... 44% 263M 1s 2024-08-22T20:35:54.1674064Z 275100K .......... .......... .......... .......... .......... 44% 233M 1s 2024-08-22T20:35:54.1675860Z 275150K .......... .......... .......... .......... .......... 44% 237M 1s 2024-08-22T20:35:54.1677837Z 275200K .......... .......... .......... .......... .......... 44% 242M 1s 2024-08-22T20:35:54.1679737Z 275250K .......... .......... .......... .......... .......... 44% 258M 1s 2024-08-22T20:35:54.1682059Z 275300K .......... .......... .......... .......... .......... 44% 256M 1s 2024-08-22T20:35:54.1683884Z 275350K .......... .......... .......... .......... .......... 44% 238M 1s 2024-08-22T20:35:54.1685557Z 275400K .......... .......... .......... .......... .......... 44% 254M 1s 2024-08-22T20:35:54.1687402Z 275450K .......... .......... .......... .......... .......... 44% 267M 1s 2024-08-22T20:35:54.1689235Z 275500K .......... .......... .......... .......... .......... 44% 266M 1s 2024-08-22T20:35:54.1691400Z 275550K .......... .......... .......... .......... .......... 44% 273M 1s 2024-08-22T20:35:54.1693370Z 275600K .......... .......... .......... .......... .......... 44% 235M 1s 2024-08-22T20:35:54.1695078Z 275650K .......... .......... .......... .......... .......... 44% 245M 1s 2024-08-22T20:35:54.1697019Z 275700K .......... .......... .......... .......... .......... 44% 261M 1s 2024-08-22T20:35:54.1698751Z 275750K .......... .......... .......... .......... .......... 44% 273M 1s 2024-08-22T20:35:54.1700766Z 275800K .......... .......... .......... .......... .......... 44% 241M 1s 2024-08-22T20:35:54.1702597Z 275850K .......... .......... .......... .......... .......... 44% 286M 1s 2024-08-22T20:35:54.1704537Z 275900K .......... .......... .......... .......... .......... 44% 234M 1s 2024-08-22T20:35:54.1706428Z 275950K .......... .......... .......... .......... .......... 44% 270M 1s 2024-08-22T20:35:54.1708577Z 276000K .......... .......... .......... .......... .......... 44% 278M 1s 2024-08-22T20:35:54.1710294Z 276050K .......... .......... .......... .......... .......... 44% 225M 1s 2024-08-22T20:35:54.1712124Z 276100K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1714137Z 276150K .......... .......... .......... .......... .......... 44% 238M 1s 2024-08-22T20:35:54.1715956Z 276200K .......... .......... .......... .......... .......... 44% 270M 1s 2024-08-22T20:35:54.1718128Z 276250K .......... .......... .......... .......... .......... 44% 280M 1s 2024-08-22T20:35:54.1719772Z 276300K .......... .......... .......... .......... .......... 44% 237M 1s 2024-08-22T20:35:54.1721537Z 276350K .......... .......... .......... .......... .......... 44% 279M 1s 2024-08-22T20:35:54.1723349Z 276400K .......... .......... .......... .......... .......... 44% 265M 1s 2024-08-22T20:35:54.1725263Z 276450K .......... .......... .......... .......... .......... 44% 256M 1s 2024-08-22T20:35:54.1727304Z 276500K .......... .......... .......... .......... .......... 44% 289M 1s 2024-08-22T20:35:54.1729338Z 276550K .......... .......... .......... .......... .......... 44% 205M 1s 2024-08-22T20:35:54.1731075Z 276600K .......... .......... .......... .......... .......... 44% 278M 1s 2024-08-22T20:35:54.1732795Z 276650K .......... .......... .......... .......... .......... 44% 281M 1s 2024-08-22T20:35:54.1734621Z 276700K .......... .......... .......... .......... .......... 44% 273M 1s 2024-08-22T20:35:54.1737039Z 276750K .......... .......... .......... .......... .......... 44% 215M 1s 2024-08-22T20:35:54.1738705Z 276800K .......... .......... .......... .......... .......... 44% 267M 1s 2024-08-22T20:35:54.1740383Z 276850K .......... .......... .......... .......... .......... 44% 284M 1s 2024-08-22T20:35:54.1742230Z 276900K .......... .......... .......... .......... .......... 44% 272M 1s 2024-08-22T20:35:54.1743934Z 276950K .......... .......... .......... .......... .......... 44% 285M 1s 2024-08-22T20:35:54.1746120Z 277000K .......... .......... .......... .......... .......... 44% 223M 1s 2024-08-22T20:35:54.1748162Z 277050K .......... .......... .......... .......... .......... 44% 262M 1s 2024-08-22T20:35:54.1750187Z 277100K .......... .......... .......... .......... .......... 44% 219M 1s 2024-08-22T20:35:54.1751934Z 277150K .......... .......... .......... .......... .......... 44% 279M 1s 2024-08-22T20:35:54.1753735Z 277200K .......... .......... .......... .......... .......... 44% 280M 1s 2024-08-22T20:35:54.1755682Z 277250K .......... .......... .......... .......... .......... 44% 246M 1s 2024-08-22T20:35:54.1757588Z 277300K .......... .......... .......... .......... .......... 44% 255M 1s 2024-08-22T20:35:54.1759339Z 277350K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1760966Z 277400K .......... .......... .......... .......... .......... 44% 300M 1s 2024-08-22T20:35:54.1763015Z 277450K .......... .......... .......... .......... .......... 44% 240M 1s 2024-08-22T20:35:54.1764636Z 277500K .......... .......... .......... .......... .......... 44% 301M 1s 2024-08-22T20:35:54.1766464Z 277550K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1768328Z 277600K .......... .......... .......... .......... .......... 44% 253M 1s 2024-08-22T20:35:54.1770351Z 277650K .......... .......... .......... .......... .......... 44% 241M 1s 2024-08-22T20:35:54.1771984Z 277700K .......... .......... .......... .......... .......... 44% 298M 1s 2024-08-22T20:35:54.1773918Z 277750K .......... .......... .......... .......... .......... 44% 261M 1s 2024-08-22T20:35:54.1775708Z 277800K .......... .......... .......... .......... .......... 44% 272M 1s 2024-08-22T20:35:54.1777608Z 277850K .......... .......... .......... .......... .......... 44% 255M 1s 2024-08-22T20:35:54.1779418Z 277900K .......... .......... .......... .......... .......... 44% 266M 1s 2024-08-22T20:35:54.1781638Z 277950K .......... .......... .......... .......... .......... 44% 229M 1s 2024-08-22T20:35:54.1783266Z 278000K .......... .......... .......... .......... .......... 44% 285M 1s 2024-08-22T20:35:54.1785230Z 278050K .......... .......... .......... .......... .......... 44% 251M 1s 2024-08-22T20:35:54.1787024Z 278100K .......... .......... .......... .......... .......... 44% 269M 1s 2024-08-22T20:35:54.1789363Z 278150K .......... .......... .......... .......... .......... 44% 217M 1s 2024-08-22T20:35:54.1791045Z 278200K .......... .......... .......... .......... .......... 44% 276M 1s 2024-08-22T20:35:54.1792816Z 278250K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1794604Z 278300K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1796398Z 278350K .......... .......... .......... .......... .......... 44% 271M 1s 2024-08-22T20:35:54.1798064Z 278400K .......... .......... .......... .......... .......... 44% 297M 1s 2024-08-22T20:35:54.1800141Z 278450K .......... .......... .......... .......... .......... 44% 233M 1s 2024-08-22T20:35:54.1801930Z 278500K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1803741Z 278550K .......... .......... .......... .......... .......... 44% 267M 1s 2024-08-22T20:35:54.1805547Z 278600K .......... .......... .......... .......... .......... 44% 270M 1s 2024-08-22T20:35:54.1807438Z 278650K .......... .......... .......... .......... .......... 44% 274M 1s 2024-08-22T20:35:54.1809643Z 278700K .......... .......... .......... .......... .......... 44% 229M 1s 2024-08-22T20:35:54.1811241Z 278750K .......... .......... .......... .......... .......... 44% 281M 1s 2024-08-22T20:35:54.1813326Z 278800K .......... .......... .......... .......... .......... 44% 268M 1s 2024-08-22T20:35:54.1815028Z 278850K .......... .......... .......... .......... .......... 44% 248M 1s 2024-08-22T20:35:54.1816807Z 278900K .......... .......... .......... .......... .......... 44% 279M 1s 2024-08-22T20:35:54.1818860Z 278950K .......... .......... .......... .......... .......... 44% 287M 1s 2024-08-22T20:35:54.1820457Z 279000K .......... .......... .......... .......... .......... 44% 245M 1s 2024-08-22T20:35:54.1822374Z 279050K .......... .......... .......... .......... .......... 44% 295M 1s 2024-08-22T20:35:54.1824053Z 279100K .......... .......... .......... .......... .......... 44% 249M 1s 2024-08-22T20:35:54.1825771Z 279150K .......... .......... .......... .......... .......... 44% 286M 1s 2024-08-22T20:35:54.1827787Z 279200K .......... .......... .......... .......... .......... 44% 244M 1s 2024-08-22T20:35:54.1829677Z 279250K .......... .......... .......... .......... .......... 44% 260M 1s 2024-08-22T20:35:54.1831585Z 279300K .......... .......... .......... .......... .......... 44% 293M 1s 2024-08-22T20:35:54.1833307Z 279350K .......... .......... .......... .......... .......... 44% 243M 1s 2024-08-22T20:35:54.1835172Z 279400K .......... .......... .......... .......... .......... 44% 267M 1s 2024-08-22T20:35:54.1837206Z 279450K .......... .......... .......... .......... .......... 44% 237M 1s 2024-08-22T20:35:54.1838863Z 279500K .......... .......... .......... .......... .......... 44% 304M 1s 2024-08-22T20:35:54.1840625Z 279550K .......... .......... .......... .......... .......... 44% 271M 1s 2024-08-22T20:35:54.1842631Z 279600K .......... .......... .......... .......... .......... 44% 288M 1s 2024-08-22T20:35:54.1844408Z 279650K .......... .......... .......... .......... .......... 44% 236M 1s 2024-08-22T20:35:54.1846143Z 279700K .......... .......... .......... .......... .......... 44% 275M 1s 2024-08-22T20:35:54.1847856Z 279750K .......... .......... .......... .......... .......... 44% 285M 1s 2024-08-22T20:35:54.1850099Z 279800K .......... .......... .......... .......... .......... 45% 263M 1s 2024-08-22T20:35:54.1851867Z 279850K .......... .......... .......... .......... .......... 45% 227M 1s 2024-08-22T20:35:54.1853728Z 279900K .......... .......... .......... .......... .......... 45% 279M 1s 2024-08-22T20:35:54.1855302Z 279950K .......... .......... .......... .......... .......... 45% 291M 1s 2024-08-22T20:35:54.1857292Z 280000K .......... .......... .......... .......... .......... 45% 278M 1s 2024-08-22T20:35:54.1859098Z 280050K .......... .......... .......... .......... .......... 45% 243M 1s 2024-08-22T20:35:54.1860888Z 280100K .......... .......... .......... .......... .......... 45% 274M 1s 2024-08-22T20:35:54.1862620Z 280150K .......... .......... .......... .......... .......... 45% 279M 1s 2024-08-22T20:35:54.1864652Z 280200K .......... .......... .......... .......... .......... 45% 244M 1s 2024-08-22T20:35:54.1866350Z 280250K .......... .......... .......... .......... .......... 45% 285M 1s 2024-08-22T20:35:54.1868438Z 280300K .......... .......... .......... .......... .......... 45% 264M 1s 2024-08-22T20:35:54.1870224Z 280350K .......... .......... .......... .......... .......... 45% 238M 1s 2024-08-22T20:35:54.1871887Z 280400K .......... .......... .......... .......... .......... 45% 293M 1s 2024-08-22T20:35:54.1873855Z 280450K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.1875611Z 280500K .......... .......... .......... .......... .......... 45% 280M 1s 2024-08-22T20:35:54.1877446Z 280550K .......... .......... .......... .......... .......... 45% 265M 1s 2024-08-22T20:35:54.1879456Z 280600K .......... .......... .......... .......... .......... 45% 241M 1s 2024-08-22T20:35:54.1881284Z 280650K .......... .......... .......... .......... .......... 45% 297M 1s 2024-08-22T20:35:54.1883151Z 280700K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.1884809Z 280750K .......... .......... .......... .......... .......... 45% 290M 1s 2024-08-22T20:35:54.1887107Z 280800K .......... .......... .......... .......... .......... 45% 265M 1s 2024-08-22T20:35:54.1888883Z 280850K .......... .......... .......... .......... .......... 45% 219M 1s 2024-08-22T20:35:54.1890486Z 280900K .......... .......... .......... .......... .......... 45% 293M 1s 2024-08-22T20:35:54.1892767Z 280950K .......... .......... .......... .......... .......... 45% 216M 1s 2024-08-22T20:35:54.1894563Z 281000K .......... .......... .......... .......... .......... 45% 267M 1s 2024-08-22T20:35:54.1896455Z 281050K .......... .......... .......... .......... .......... 45% 265M 1s 2024-08-22T20:35:54.1898198Z 281100K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.1900260Z 281150K .......... .......... .......... .......... .......... 45% 299M 1s 2024-08-22T20:35:54.1901891Z 281200K .......... .......... .......... .......... .......... 45% 232M 1s 2024-08-22T20:35:54.1903741Z 281250K .......... .......... .......... .......... .......... 45% 262M 1s 2024-08-22T20:35:54.1905608Z 281300K .......... .......... .......... .......... .......... 45% 264M 1s 2024-08-22T20:35:54.1907562Z 281350K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.1909588Z 281400K .......... .......... .......... .......... .......... 45% 254M 1s 2024-08-22T20:35:54.1911485Z 281450K .......... .......... .......... .......... .......... 45% 244M 1s 2024-08-22T20:35:54.1913190Z 281500K .......... .......... .......... .......... .......... 45% 285M 1s 2024-08-22T20:35:54.1915290Z 281550K .......... .......... .......... .......... .......... 45% 265M 1s 2024-08-22T20:35:54.1917035Z 281600K .......... .......... .......... .......... .......... 45% 248M 1s 2024-08-22T20:35:54.1918689Z 281650K .......... .......... .......... .......... .......... 45% 290M 1s 2024-08-22T20:35:54.1920552Z 281700K .......... .......... .......... .......... .......... 45% 316M 1s 2024-08-22T20:35:54.1922294Z 281750K .......... .......... .......... .......... .......... 45% 238M 1s 2024-08-22T20:35:54.1924006Z 281800K .......... .......... .......... .......... .......... 45% 287M 1s 2024-08-22T20:35:54.1925791Z 281850K .......... .......... .......... .......... .......... 45% 277M 1s 2024-08-22T20:35:54.1927736Z 281900K .......... .......... .......... .......... .......... 45% 248M 1s 2024-08-22T20:35:54.1929536Z 281950K .......... .......... .......... .......... .......... 45% 267M 1s 2024-08-22T20:35:54.1931282Z 282000K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.1933225Z 282050K .......... .......... .......... .......... .......... 45% 280M 1s 2024-08-22T20:35:54.1934995Z 282100K .......... .......... .......... .......... .......... 45% 246M 1s 2024-08-22T20:35:54.1936912Z 282150K .......... .......... .......... .......... .......... 45% 262M 1s 2024-08-22T20:35:54.1939018Z 282200K .......... .......... .......... .......... .......... 45% 227M 1s 2024-08-22T20:35:54.1940692Z 282250K .......... .......... .......... .......... .......... 45% 291M 1s 2024-08-22T20:35:54.1942829Z 282300K .......... .......... .......... .......... .......... 45% 274M 1s 2024-08-22T20:35:54.1944485Z 282350K .......... .......... .......... .......... .......... 45% 242M 1s 2024-08-22T20:35:54.1946559Z 282400K .......... .......... .......... .......... .......... 45% 237M 1s 2024-08-22T20:35:54.1948373Z 282450K .......... .......... .......... .......... .......... 45% 288M 1s 2024-08-22T20:35:54.1950179Z 282500K .......... .......... .......... .......... .......... 45% 256M 1s 2024-08-22T20:35:54.1952265Z 282550K .......... .......... .......... .......... .......... 45% 277M 1s 2024-08-22T20:35:54.1954159Z 282600K .......... .......... .......... .......... .......... 45% 242M 1s 2024-08-22T20:35:54.1955916Z 282650K .......... .......... .......... .......... .......... 45% 261M 1s 2024-08-22T20:35:54.1957454Z 282700K .......... .......... .......... .......... .......... 45% 298M 1s 2024-08-22T20:35:54.1959218Z 282750K .......... .......... .......... .......... .......... 45% 274M 1s 2024-08-22T20:35:54.1961081Z 282800K .......... .......... .......... .......... .......... 45% 283M 1s 2024-08-22T20:35:54.1963254Z 282850K .......... .......... .......... .......... .......... 45% 214M 1s 2024-08-22T20:35:54.1964977Z 282900K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.1967139Z 282950K .......... .......... .......... .......... .......... 45% 283M 1s 2024-08-22T20:35:54.1968774Z 283000K .......... .......... .......... .......... .......... 45% 234M 1s 2024-08-22T20:35:54.1970448Z 283050K .......... .......... .......... .......... .......... 45% 297M 1s 2024-08-22T20:35:54.1972577Z 283100K .......... .......... .......... .......... .......... 45% 265M 1s 2024-08-22T20:35:54.1974193Z 283150K .......... .......... .......... .......... .......... 45% 252M 1s 2024-08-22T20:35:54.1975970Z 283200K .......... .......... .......... .......... .......... 45% 281M 1s 2024-08-22T20:35:54.1977748Z 283250K .......... .......... .......... .......... .......... 45% 270M 1s 2024-08-22T20:35:54.1979687Z 283300K .......... .......... .......... .......... .......... 45% 261M 1s 2024-08-22T20:35:54.1981496Z 283350K .......... .......... .......... .......... .......... 45% 263M 1s 2024-08-22T20:35:54.1983342Z 283400K .......... .......... .......... .......... .......... 45% 291M 1s 2024-08-22T20:35:54.1985021Z 283450K .......... .......... .......... .......... .......... 45% 261M 1s 2024-08-22T20:35:54.1987094Z 283500K .......... .......... .......... .......... .......... 45% 239M 1s 2024-08-22T20:35:54.1989212Z 283550K .......... .......... .......... .......... .......... 45% 236M 1s 2024-08-22T20:35:54.1991287Z 283600K .......... .......... .......... .......... .......... 45% 231M 1s 2024-08-22T20:35:54.1993026Z 283650K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.1994780Z 283700K .......... .......... .......... .......... .......... 45% 271M 1s 2024-08-22T20:35:54.1996807Z 283750K .......... .......... .......... .......... .......... 45% 241M 1s 2024-08-22T20:35:54.1998515Z 283800K .......... .......... .......... .......... .......... 45% 299M 1s 2024-08-22T20:35:54.2000437Z 283850K .......... .......... .......... .......... .......... 45% 248M 1s 2024-08-22T20:35:54.2002463Z 283900K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.2004180Z 283950K .......... .......... .......... .......... .......... 45% 240M 1s 2024-08-22T20:35:54.2006009Z 284000K .......... .......... .......... .......... .......... 45% 268M 1s 2024-08-22T20:35:54.2007818Z 284050K .......... .......... .......... .......... .......... 45% 271M 1s 2024-08-22T20:35:54.2009835Z 284100K .......... .......... .......... .......... .......... 45% 292M 1s 2024-08-22T20:35:54.2011598Z 284150K .......... .......... .......... .......... .......... 45% 234M 1s 2024-08-22T20:35:54.2013430Z 284200K .......... .......... .......... .......... .......... 45% 269M 1s 2024-08-22T20:35:54.2015355Z 284250K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2017337Z 284300K .......... .......... .......... .......... .......... 45% 282M 1s 2024-08-22T20:35:54.2019111Z 284350K .......... .......... .......... .......... .......... 45% 240M 1s 2024-08-22T20:35:54.2020817Z 284400K .......... .......... .......... .......... .......... 45% 292M 1s 2024-08-22T20:35:54.2022554Z 284450K .......... .......... .......... .......... .......... 45% 280M 1s 2024-08-22T20:35:54.2024739Z 284500K .......... .......... .......... .......... .......... 45% 270M 1s 2024-08-22T20:35:54.2026628Z 284550K .......... .......... .......... .......... .......... 45% 230M 1s 2024-08-22T20:35:54.2028380Z 284600K .......... .......... .......... .......... .......... 45% 287M 1s 2024-08-22T20:35:54.2030185Z 284650K .......... .......... .......... .......... .......... 45% 245M 1s 2024-08-22T20:35:54.2032177Z 284700K .......... .......... .......... .......... .......... 45% 274M 1s 2024-08-22T20:35:54.2034165Z 284750K .......... .......... .......... .......... .......... 45% 237M 1s 2024-08-22T20:35:54.2036000Z 284800K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2038218Z 284850K .......... .......... .......... .......... .......... 45% 250M 1s 2024-08-22T20:35:54.2040126Z 284900K .......... .......... .......... .......... .......... 45% 219M 1s 2024-08-22T20:35:54.2042110Z 284950K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2044398Z 285000K .......... .......... .......... .......... .......... 45% 244M 1s 2024-08-22T20:35:54.2046060Z 285050K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2047723Z 285100K .......... .......... .......... .......... .......... 45% 290M 1s 2024-08-22T20:35:54.2049383Z 285150K .......... .......... .......... .......... .......... 45% 291M 1s 2024-08-22T20:35:54.2051542Z 285200K .......... .......... .......... .......... .......... 45% 284M 1s 2024-08-22T20:35:54.2053461Z 285250K .......... .......... .......... .......... .......... 45% 238M 1s 2024-08-22T20:35:54.2055219Z 285300K .......... .......... .......... .......... .......... 45% 237M 1s 2024-08-22T20:35:54.2056999Z 285350K .......... .......... .......... .......... .......... 45% 284M 1s 2024-08-22T20:35:54.2058613Z 285400K .......... .......... .......... .......... .......... 45% 291M 1s 2024-08-22T20:35:54.2060733Z 285450K .......... .......... .......... .......... .......... 45% 275M 1s 2024-08-22T20:35:54.2062647Z 285500K .......... .......... .......... .......... .......... 45% 217M 1s 2024-08-22T20:35:54.2064499Z 285550K .......... .......... .......... .......... .......... 45% 271M 1s 2024-08-22T20:35:54.2066231Z 285600K .......... .......... .......... .......... .......... 45% 283M 1s 2024-08-22T20:35:54.2068491Z 285650K .......... .......... .......... .......... .......... 45% 232M 1s 2024-08-22T20:35:54.2070265Z 285700K .......... .......... .......... .......... .......... 45% 246M 1s 2024-08-22T20:35:54.2072204Z 285750K .......... .......... .......... .......... .......... 45% 276M 1s 2024-08-22T20:35:54.2074062Z 285800K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2075694Z 285850K .......... .......... .......... .......... .......... 45% 289M 1s 2024-08-22T20:35:54.2077756Z 285900K .......... .......... .......... .......... .......... 45% 285M 1s 2024-08-22T20:35:54.2079356Z 285950K .......... .......... .......... .......... .......... 45% 249M 1s 2024-08-22T20:35:54.2081001Z 286000K .......... .......... .......... .......... .......... 46% 298M 1s 2024-08-22T20:35:54.2082702Z 286050K .......... .......... .......... .......... .......... 46% 288M 1s 2024-08-22T20:35:54.2084545Z 286100K .......... .......... .......... .......... .......... 46% 264M 1s 2024-08-22T20:35:54.2086565Z 286150K .......... .......... .......... .......... .......... 46% 296M 1s 2024-08-22T20:35:54.2088172Z 286200K .......... .......... .......... .......... .......... 46% 247M 1s 2024-08-22T20:35:54.2090116Z 286250K .......... .......... .......... .......... .......... 46% 255M 1s 2024-08-22T20:35:54.2091761Z 286300K .......... .......... .......... .......... .......... 46% 289M 1s 2024-08-22T20:35:54.2093447Z 286350K .......... .......... .......... .......... .......... 46% 291M 1s 2024-08-22T20:35:54.2095314Z 286400K .......... .......... .......... .......... .......... 46% 263M 1s 2024-08-22T20:35:54.2096952Z 286450K .......... .......... .......... .......... .......... 46% 297M 1s 2024-08-22T20:35:54.2099015Z 286500K .......... .......... .......... .......... .......... 46% 256M 1s 2024-08-22T20:35:54.2100694Z 286550K .......... .......... .......... .......... .......... 46% 294M 1s 2024-08-22T20:35:54.2102286Z 286600K .......... .......... .......... .......... .......... 46% 279M 1s 2024-08-22T20:35:54.2104230Z 286650K .......... .......... .......... .......... .......... 46% 249M 1s 2024-08-22T20:35:54.2106084Z 286700K .......... .......... .......... .......... .......... 46% 287M 1s 2024-08-22T20:35:54.2107941Z 286750K .......... .......... .......... .......... .......... 46% 261M 1s 2024-08-22T20:35:54.2109712Z 286800K .......... .......... .......... .......... .......... 46% 261M 1s 2024-08-22T20:35:54.2111566Z 286850K .......... .......... .......... .......... .......... 46% 276M 1s 2024-08-22T20:35:54.2113474Z 286900K .......... .......... .......... .......... .......... 46% 240M 1s 2024-08-22T20:35:54.2115136Z 286950K .......... .......... .......... .......... .......... 46% 296M 1s 2024-08-22T20:35:54.2117035Z 287000K .......... .......... .......... .......... .......... 46% 307M 1s 2024-08-22T20:35:54.2118607Z 287050K .......... .......... .......... .......... .......... 46% 258M 1s 2024-08-22T20:35:54.2120620Z 287100K .......... .......... .......... .......... .......... 46% 244M 1s 2024-08-22T20:35:54.2122275Z 287150K .......... .......... .......... .......... .......... 46% 294M 1s 2024-08-22T20:35:54.2124015Z 287200K .......... .......... .......... .......... .......... 46% 285M 1s 2024-08-22T20:35:54.2125685Z 287250K .......... .......... .......... .......... .......... 46% 291M 1s 2024-08-22T20:35:54.2127435Z 287300K .......... .......... .......... .......... .......... 46% 269M 1s 2024-08-22T20:35:54.2129654Z 287350K .......... .......... .......... .......... .......... 46% 278M 1s 2024-08-22T20:35:54.2131298Z 287400K .......... .......... .......... .......... .......... 46% 237M 1s 2024-08-22T20:35:54.2132996Z 287450K .......... .......... .......... .......... .......... 46% 289M 1s 2024-08-22T20:35:54.2134756Z 287500K .......... .......... .......... .......... .......... 46% 284M 1s 2024-08-22T20:35:54.2136369Z 287550K .......... .......... .......... .......... .......... 46% 293M 1s 2024-08-22T20:35:54.2138329Z 287600K .......... .......... .......... .......... .......... 46% 249M 1s 2024-08-22T20:35:54.2140399Z 287650K .......... .......... .......... .......... .......... 46% 234M 1s 2024-08-22T20:35:54.2142264Z 287700K .......... .......... .......... .......... .......... 46% 289M 1s 2024-08-22T20:35:54.2144012Z 287750K .......... .......... .......... .......... .......... 46% 297M 1s 2024-08-22T20:35:54.2145686Z 287800K .......... .......... .......... .......... .......... 46% 258M 1s 2024-08-22T20:35:54.2147422Z 287850K .......... .......... .......... .......... .......... 46% 279M 1s 2024-08-22T20:35:54.2149403Z 287900K .......... .......... .......... .......... .......... 46% 260M 1s 2024-08-22T20:35:54.2151222Z 287950K .......... .......... .......... .......... .......... 46% 303M 1s 2024-08-22T20:35:54.2152918Z 288000K .......... .......... .......... .......... .......... 46% 242M 1s 2024-08-22T20:35:54.2154550Z 288050K .......... .......... .......... .......... .......... 46% 300M 1s 2024-08-22T20:35:54.2156226Z 288100K .......... .......... .......... .......... .......... 46% 292M 1s 2024-08-22T20:35:54.2158246Z 288150K .......... .......... .......... .......... .......... 46% 270M 1s 2024-08-22T20:35:54.2159850Z 288200K .......... .......... .......... .......... .......... 46% 263M 1s 2024-08-22T20:35:54.2161647Z 288250K .......... .......... .......... .......... .......... 46% 282M 1s 2024-08-22T20:35:54.2163387Z 288300K .......... .......... .......... .......... .......... 46% 283M 1s 2024-08-22T20:35:54.2165499Z 288350K .......... .......... .......... .......... .......... 46% 277M 1s 2024-08-22T20:35:54.2167069Z 288400K .......... .......... .......... .......... .......... 46% 246M 1s 2024-08-22T20:35:54.2168897Z 288450K .......... .......... .......... .......... .......... 46% 296M 1s 2024-08-22T20:35:54.2170669Z 288500K .......... .......... .......... .......... .......... 46% 277M 1s 2024-08-22T20:35:54.2172159Z 288550K .......... .......... .......... .......... .......... 46% 293M 1s 2024-08-22T20:35:54.2174248Z 288600K .......... .......... .......... .......... .......... 46% 285M 1s 2024-08-22T20:35:54.2176119Z 288650K .......... .......... .......... .......... .......... 46% 231M 1s 2024-08-22T20:35:54.2177591Z 288700K .......... .......... .......... .......... .......... 46% 302M 1s 2024-08-22T20:35:54.2179411Z 288750K .......... .......... .......... .......... .......... 46% 267M 1s 2024-08-22T20:35:54.2181059Z 288800K .......... .......... .......... .......... .......... 46% 296M 1s 2024-08-22T20:35:54.2183154Z 288850K .......... .......... .......... .......... .......... 46% 287M 1s 2024-08-22T20:35:54.2184553Z 288900K .......... .......... .......... .......... .......... 46% 276M 1s 2024-08-22T20:35:54.2186426Z 288950K .......... .......... .......... .......... .......... 46% 259M 1s 2024-08-22T20:35:54.2188278Z 289000K .......... .......... .......... .......... .......... 46% 279M 1s 2024-08-22T20:35:54.2190093Z 289050K .......... .......... .......... .......... .......... 46% 254M 1s 2024-08-22T20:35:54.2191941Z 289100K .......... .......... .......... .......... .......... 46% 272M 1s 2024-08-22T20:35:54.2193832Z 289150K .......... .......... .......... .......... .......... 46% 252M 1s 2024-08-22T20:35:54.2195792Z 289200K .......... .......... .......... .......... .......... 46% 286M 1s 2024-08-22T20:35:54.2197485Z 289250K .......... .......... .......... .......... .......... 46% 252M 1s 2024-08-22T20:35:54.2199316Z 289300K .......... .......... .......... .......... .......... 46% 273M 1s 2024-08-22T20:35:54.2200967Z 289350K .......... .......... .......... .......... .......... 46% 293M 1s 2024-08-22T20:35:54.2203067Z 289400K .......... .......... .......... .......... .......... 46% 233M 1s 2024-08-22T20:35:54.2204807Z 289450K .......... .......... .......... .......... .......... 46% 278M 1s 2024-08-22T20:35:54.2206917Z 289500K .......... .......... .......... .......... .......... 46% 239M 1s 2024-08-22T20:35:54.2208574Z 289550K .......... .......... .......... .......... .......... 46% 280M 1s 2024-08-22T20:35:54.2210290Z 289600K .......... .......... .......... .......... .......... 46% 284M 1s 2024-08-22T20:35:54.2212593Z 289650K .......... .......... .......... .......... .......... 46% 232M 1s 2024-08-22T20:35:54.2214264Z 289700K .......... .......... .......... .......... .......... 46% 263M 1s 2024-08-22T20:35:54.2216137Z 289750K .......... .......... .......... .......... .......... 46% 262M 1s 2024-08-22T20:35:54.2217929Z 289800K .......... .......... .......... .......... .......... 46% 275M 1s 2024-08-22T20:35:54.2219677Z 289850K .......... .......... .......... .......... .......... 46% 274M 1s 2024-08-22T20:35:54.2221828Z 289900K .......... .......... .......... .......... .......... 46% 229M 1s 2024-08-22T20:35:54.2223557Z 289950K .......... .......... .......... .......... .......... 46% 287M 1s 2024-08-22T20:35:54.2225526Z 290000K .......... .......... .......... .......... .......... 46% 248M 1s 2024-08-22T20:35:54.2227159Z 290050K .......... .......... .......... .......... .......... 46% 292M 1s 2024-08-22T20:35:54.2229106Z 290100K .......... .......... .......... .......... .......... 46% 257M 1s 2024-08-22T20:35:54.2231241Z 290150K .......... .......... .......... .......... .......... 46% 225M 1s 2024-08-22T20:35:54.2233190Z 290200K .......... .......... .......... .......... .......... 46% 284M 1s 2024-08-22T20:35:54.2234829Z 290250K .......... .......... .......... .......... .......... 46% 260M 1s 2024-08-22T20:35:54.2236500Z 290300K .......... .......... .......... .......... .......... 46% 290M 1s 2024-08-22T20:35:54.2238158Z 290350K .......... .......... .......... .......... .......... 46% 303M 1s 2024-08-22T20:35:54.2240197Z 290400K .......... .......... .......... .......... .......... 46% 261M 1s 2024-08-22T20:35:54.2241884Z 290450K .......... .......... .......... .......... .......... 46% 284M 1s 2024-08-22T20:35:54.2243647Z 290500K .......... .......... .......... .......... .......... 46% 262M 1s 2024-08-22T20:35:54.2245416Z 290550K .......... .......... .......... .......... .......... 46% 267M 1s 2024-08-22T20:35:54.2247782Z 290600K .......... .......... .......... .......... .......... 46% 221M 1s 2024-08-22T20:35:54.2249399Z 290650K .......... .......... .......... .......... .......... 46% 275M 1s 2024-08-22T20:35:54.2251114Z 290700K .......... .......... .......... .......... .......... 46% 288M 1s 2024-08-22T20:35:54.2253091Z 290750K .......... .......... .......... .......... .......... 46% 288M 1s 2024-08-22T20:35:54.2254800Z 290800K .......... .......... .......... .......... .......... 46% 242M 1s 2024-08-22T20:35:54.2256520Z 290850K .......... .......... .......... .......... .......... 46% 286M 1s 2024-08-22T20:35:54.2258448Z 290900K .......... .......... .......... .......... .......... 46% 254M 1s 2024-08-22T20:35:54.2260336Z 290950K .......... .......... .......... .......... .......... 46% 263M 1s 2024-08-22T20:35:54.2262084Z 291000K .......... .......... .......... .......... .......... 46% 282M 1s 2024-08-22T20:35:54.2263971Z 291050K .......... .......... .......... .......... .......... 46% 254M 1s 2024-08-22T20:35:54.2265819Z 291100K .......... .......... .......... .......... .......... 46% 263M 1s 2024-08-22T20:35:54.2267986Z 291150K .......... .......... .......... .......... .......... 46% 242M 1s 2024-08-22T20:35:54.2269803Z 291200K .......... .......... .......... .......... .......... 46% 249M 1s 2024-08-22T20:35:54.2271556Z 291250K .......... .......... .......... .......... .......... 46% 275M 1s 2024-08-22T20:35:54.2273635Z 291300K .......... .......... .......... .......... .......... 46% 238M 1s 2024-08-22T20:35:54.2275274Z 291350K .......... .......... .......... .......... .......... 46% 297M 1s 2024-08-22T20:35:54.2277202Z 291400K .......... .......... .......... .......... .......... 46% 251M 1s 2024-08-22T20:35:54.2279165Z 291450K .......... .......... .......... .......... .......... 46% 250M 1s 2024-08-22T20:35:54.2280985Z 291500K .......... .......... .......... .......... .......... 46% 267M 1s 2024-08-22T20:35:54.2282895Z 291550K .......... .......... .......... .......... .......... 46% 256M 1s 2024-08-22T20:35:54.2284746Z 291600K .......... .......... .......... .......... .......... 46% 298M 1s 2024-08-22T20:35:54.2286529Z 291650K .......... .......... .......... .......... .......... 46% 246M 1s 2024-08-22T20:35:54.2288478Z 291700K .......... .......... .......... .......... .......... 46% 252M 1s 2024-08-22T20:35:54.2290601Z 291750K .......... .......... .......... .......... .......... 46% 288M 1s 2024-08-22T20:35:54.2292270Z 291800K .......... .......... .......... .......... .......... 46% 231M 1s 2024-08-22T20:35:54.2293994Z 291850K .......... .......... .......... .......... .......... 46% 287M 1s 2024-08-22T20:35:54.2296148Z 291900K .......... .......... .......... .......... .......... 46% 242M 1s 2024-08-22T20:35:54.2298063Z 291950K .......... .......... .......... .......... .......... 46% 270M 1s 2024-08-22T20:35:54.2299837Z 292000K .......... .......... .......... .......... .......... 46% 244M 1s 2024-08-22T20:35:54.2301568Z 292050K .......... .......... .......... .......... .......... 46% 275M 1s 2024-08-22T20:35:54.2303344Z 292100K .......... .......... .......... .......... .......... 46% 275M 1s 2024-08-22T20:35:54.2305469Z 292150K .......... .......... .......... .......... .......... 46% 231M 1s 2024-08-22T20:35:54.2307301Z 292200K .......... .......... .......... .......... .......... 47% 268M 1s 2024-08-22T20:35:54.2309417Z 292250K .......... .......... .......... .......... .......... 47% 264M 1s 2024-08-22T20:35:54.2311236Z 292300K .......... .......... .......... .......... .......... 47% 236M 1s 2024-08-22T20:35:54.2313233Z 292350K .......... .......... .......... .......... .......... 47% 275M 1s 2024-08-22T20:35:54.2315306Z 292400K .......... .......... .......... .......... .......... 47% 266M 1s 2024-08-22T20:35:54.2316674Z 292450K .......... .......... .......... .......... .......... 47% 265M 1s 2024-08-22T20:35:54.2318767Z 292500K .......... .......... .......... .......... .......... 47% 273M 1s 2024-08-22T20:35:54.2320503Z 292550K .......... .......... .......... .......... .......... 47% 255M 1s 2024-08-22T20:35:54.2322188Z 292600K .......... .......... .......... .......... .......... 47% 275M 1s 2024-08-22T20:35:54.2324254Z 292650K .......... .......... .......... .......... .......... 47% 238M 1s 2024-08-22T20:35:54.2326015Z 292700K .......... .......... .......... .......... .......... 47% 269M 1s 2024-08-22T20:35:54.2327802Z 292750K .......... .......... .......... .......... .......... 47% 276M 1s 2024-08-22T20:35:54.2329787Z 292800K .......... .......... .......... .......... .......... 47% 243M 1s 2024-08-22T20:35:54.2331560Z 292850K .......... .......... .......... .......... .......... 47% 275M 1s 2024-08-22T20:35:54.2333502Z 292900K .......... .......... .......... .......... .......... 47% 289M 1s 2024-08-22T20:35:54.2335337Z 292950K .......... .......... .......... .......... .......... 47% 242M 1s 2024-08-22T20:35:54.2337345Z 293000K .......... .......... .......... .......... .......... 47% 235M 1s 2024-08-22T20:35:54.2339120Z 293050K .......... .......... .......... .......... .......... 47% 277M 1s 2024-08-22T20:35:54.2341179Z 293100K .......... .......... .......... .......... .......... 47% 254M 1s 2024-08-22T20:35:54.2342811Z 293150K .......... .......... .......... .......... .......... 47% 276M 1s 2024-08-22T20:35:54.2344925Z 293200K .......... .......... .......... .......... .......... 47% 291M 1s 2024-08-22T20:35:54.2346788Z 293250K .......... .......... .......... .......... .......... 47% 213M 1s 2024-08-22T20:35:54.2348665Z 293300K .......... .......... .......... .......... .......... 47% 265M 1s 2024-08-22T20:35:54.2350325Z 293350K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2352238Z 293400K .......... .......... .......... .......... .......... 47% 259M 1s 2024-08-22T20:35:54.2354103Z 293450K .......... .......... .......... .......... .......... 47% 261M 1s 2024-08-22T20:35:54.2356240Z 293500K .......... .......... .......... .......... .......... 47% 286M 1s 2024-08-22T20:35:54.2357838Z 293550K .......... .......... .......... .......... .......... 47% 242M 1s 2024-08-22T20:35:54.2359924Z 293600K .......... .......... .......... .......... .......... 47% 240M 1s 2024-08-22T20:35:54.2361708Z 293650K .......... .......... .......... .......... .......... 47% 260M 1s 2024-08-22T20:35:54.2363621Z 293700K .......... .......... .......... .......... .......... 47% 255M 1s 2024-08-22T20:35:54.2365487Z 293750K .......... .......... .......... .......... .......... 47% 264M 1s 2024-08-22T20:35:54.2367335Z 293800K .......... .......... .......... .......... .......... 47% 261M 1s 2024-08-22T20:35:54.2369059Z 293850K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2370916Z 293900K .......... .......... .......... .......... .......... 47% 263M 1s 2024-08-22T20:35:54.2372518Z 293950K .......... .......... .......... .......... .......... 47% 303M 1s 2024-08-22T20:35:54.2374614Z 294000K .......... .......... .......... .......... .......... 47% 233M 1s 2024-08-22T20:35:54.2376595Z 294050K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2378289Z 294100K .......... .......... .......... .......... .......... 47% 249M 1s 2024-08-22T20:35:54.2380097Z 294150K .......... .......... .......... .......... .......... 47% 273M 1s 2024-08-22T20:35:54.2382078Z 294200K .......... .......... .......... .......... .......... 47% 247M 1s 2024-08-22T20:35:54.2383687Z 294250K .......... .......... .......... .......... .......... 47% 302M 1s 2024-08-22T20:35:54.2385681Z 294300K .......... .......... .......... .......... .......... 47% 274M 1s 2024-08-22T20:35:54.2387172Z 294350K .......... .......... .......... .......... .......... 47% 292M 1s 2024-08-22T20:35:54.2389238Z 294400K .......... .......... .......... .......... .......... 47% 241M 1s 2024-08-22T20:35:54.2390862Z 294450K .......... .......... .......... .......... .......... 47% 294M 1s 2024-08-22T20:35:54.2392734Z 294500K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2394579Z 294550K .......... .......... .......... .......... .......... 47% 278M 1s 2024-08-22T20:35:54.2396190Z 294600K .......... .......... .......... .......... .......... 47% 256M 1s 2024-08-22T20:35:54.2398116Z 294650K .......... .......... .......... .......... .......... 47% 265M 1s 2024-08-22T20:35:54.2399691Z 294700K .......... .......... .......... .......... .......... 47% 302M 1s 2024-08-22T20:35:54.2401480Z 294750K .......... .......... .......... .......... .......... 47% 314M 1s 2024-08-22T20:35:54.2403140Z 294800K .......... .......... .......... .......... .......... 47% 263M 1s 2024-08-22T20:35:54.2404813Z 294850K .......... .......... .......... .......... .......... 47% 285M 1s 2024-08-22T20:35:54.2406442Z 294900K .......... .......... .......... .......... .......... 47% 311M 1s 2024-08-22T20:35:54.2408447Z 294950K .......... .......... .......... .......... .......... 47% 272M 1s 2024-08-22T20:35:54.2410125Z 295000K .......... .......... .......... .......... .......... 47% 251M 1s 2024-08-22T20:35:54.2411790Z 295050K .......... .......... .......... .......... .......... 47% 293M 1s 2024-08-22T20:35:54.2413506Z 295100K .......... .......... .......... .......... .......... 47% 286M 1s 2024-08-22T20:35:54.2415432Z 295150K .......... .......... .......... .......... .......... 47% 280M 1s 2024-08-22T20:35:54.2417558Z 295200K .......... .......... .......... .......... .......... 47% 239M 1s 2024-08-22T20:35:54.2419147Z 295250K .......... .......... .......... .......... .......... 47% 263M 1s 2024-08-22T20:35:54.2420959Z 295300K .......... .......... .......... .......... .......... 47% 273M 1s 2024-08-22T20:35:54.2422755Z 295350K .......... .......... .......... .......... .......... 47% 269M 1s 2024-08-22T20:35:54.2424500Z 295400K .......... .......... .......... .......... .......... 47% 285M 1s 2024-08-22T20:35:54.2426393Z 295450K .......... .......... .......... .......... .......... 47% 252M 1s 2024-08-22T20:35:54.2428275Z 295500K .......... .......... .......... .......... .......... 47% 276M 1s 2024-08-22T20:35:54.2430514Z 295550K .......... .......... .......... .......... .......... 47% 222M 1s 2024-08-22T20:35:54.2432117Z 295600K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2434293Z 295650K .......... .......... .......... .......... .......... 47% 269M 1s 2024-08-22T20:35:54.2435972Z 295700K .......... .......... .......... .......... .......... 47% 236M 1s 2024-08-22T20:35:54.2437695Z 295750K .......... .......... .......... .......... .......... 47% 287M 1s 2024-08-22T20:35:54.2439411Z 295800K .......... .......... .......... .......... .......... 47% 285M 1s 2024-08-22T20:35:54.2441716Z 295850K .......... .......... .......... .......... .......... 47% 260M 1s 2024-08-22T20:35:54.2443372Z 295900K .......... .......... .......... .......... .......... 47% 236M 1s 2024-08-22T20:35:54.2445159Z 295950K .......... .......... .......... .......... .......... 47% 268M 1s 2024-08-22T20:35:54.2447014Z 296000K .......... .......... .......... .......... .......... 47% 283M 1s 2024-08-22T20:35:54.2449007Z 296050K .......... .......... .......... .......... .......... 47% 274M 1s 2024-08-22T20:35:54.2450791Z 296100K .......... .......... .......... .......... .......... 47% 231M 1s 2024-08-22T20:35:54.2452695Z 296150K .......... .......... .......... .......... .......... 47% 265M 1s 2024-08-22T20:35:54.2454448Z 296200K .......... .......... .......... .......... .......... 47% 269M 1s 2024-08-22T20:35:54.2456941Z 296250K .......... .......... .......... .......... .......... 47% 257M 1s 2024-08-22T20:35:54.2458707Z 296300K .......... .......... .......... .......... .......... 47% 221M 1s 2024-08-22T20:35:54.2460429Z 296350K .......... .......... .......... .......... .......... 47% 265M 1s 2024-08-22T20:35:54.2462512Z 296400K .......... .......... .......... .......... .......... 47% 233M 1s 2024-08-22T20:35:54.2464485Z 296450K .......... .......... .......... .......... .......... 47% 268M 1s 2024-08-22T20:35:54.2466049Z 296500K .......... .......... .......... .......... .......... 47% 282M 1s 2024-08-22T20:35:54.2467957Z 296550K .......... .......... .......... .......... .......... 47% 278M 1s 2024-08-22T20:35:54.2470185Z 296600K .......... .......... .......... .......... .......... 47% 209M 1s 2024-08-22T20:35:54.2471859Z 296650K .......... .......... .......... .......... .......... 47% 285M 1s 2024-08-22T20:35:54.2474005Z 296700K .......... .......... .......... .......... .......... 47% 272M 1s 2024-08-22T20:35:54.2475600Z 296750K .......... .......... .......... .......... .......... 47% 251M 1s 2024-08-22T20:35:54.2477342Z 296800K .......... .......... .......... .......... .......... 47% 282M 1s 2024-08-22T20:35:54.2479086Z 296850K .......... .......... .......... .......... .......... 47% 281M 1s 2024-08-22T20:35:54.2481040Z 296900K .......... .......... .......... .......... .......... 47% 250M 1s 2024-08-22T20:35:54.2482789Z 296950K .......... .......... .......... .......... .......... 47% 278M 1s 2024-08-22T20:35:54.2484483Z 297000K .......... .......... .......... .......... .......... 47% 293M 1s 2024-08-22T20:35:54.2486462Z 297050K .......... .......... .......... .......... .......... 47% 245M 1s 2024-08-22T20:35:54.2488313Z 297100K .......... .......... .......... .......... .......... 47% 263M 1s 2024-08-22T20:35:54.2490232Z 297150K .......... .......... .......... .......... .......... 47% 255M 1s 2024-08-22T20:35:54.2492447Z 297200K .......... .......... .......... .......... .......... 47% 234M 1s 2024-08-22T20:35:54.2494471Z 297250K .......... .......... .......... .......... .......... 47% 266M 1s 2024-08-22T20:35:54.2496100Z 297300K .......... .......... .......... .......... .......... 47% 241M 1s 2024-08-22T20:35:54.2498152Z 297350K .......... .......... .......... .......... .......... 47% 304M 1s 2024-08-22T20:35:54.2499833Z 297400K .......... .......... .......... .......... .......... 47% 243M 1s 2024-08-22T20:35:54.2501547Z 297450K .......... .......... .......... .......... .......... 47% 277M 1s 2024-08-22T20:35:54.2503349Z 297500K .......... .......... .......... .......... .......... 47% 293M 1s 2024-08-22T20:35:54.2505006Z 297550K .......... .......... .......... .......... .......... 47% 275M 1s 2024-08-22T20:35:54.2506986Z 297600K .......... .......... .......... .......... .......... 47% 304M 1s 2024-08-22T20:35:54.2508853Z 297650K .......... .......... .......... .......... .......... 47% 214M 1s 2024-08-22T20:35:54.2510574Z 297700K .......... .......... .......... .......... .......... 47% 287M 1s 2024-08-22T20:35:54.2512476Z 297750K .......... .......... .......... .......... .......... 47% 255M 1s 2024-08-22T20:35:54.2514165Z 297800K .......... .......... .......... .......... .......... 47% 288M 1s 2024-08-22T20:35:54.2515960Z 297850K .......... .......... .......... .......... .......... 47% 273M 1s 2024-08-22T20:35:54.2517980Z 297900K .......... .......... .......... .......... .......... 47% 244M 1s 2024-08-22T20:35:54.2519911Z 297950K .......... .......... .......... .......... .......... 47% 268M 1s 2024-08-22T20:35:54.2521683Z 298000K .......... .......... .......... .......... .......... 47% 255M 1s 2024-08-22T20:35:54.2523395Z 298050K .......... .......... .......... .......... .......... 47% 293M 1s 2024-08-22T20:35:54.2525116Z 298100K .......... .......... .......... .......... .......... 47% 279M 1s 2024-08-22T20:35:54.2527245Z 298150K .......... .......... .......... .......... .......... 47% 231M 1s 2024-08-22T20:35:54.2529244Z 298200K .......... .......... .......... .......... .......... 47% 267M 1s 2024-08-22T20:35:54.2530896Z 298250K .......... .......... .......... .......... .......... 47% 291M 1s 2024-08-22T20:35:54.2532625Z 298300K .......... .......... .......... .......... .......... 47% 298M 1s 2024-08-22T20:35:54.2534390Z 298350K .......... .......... .......... .......... .......... 47% 244M 1s 2024-08-22T20:35:54.2536331Z 298400K .......... .......... .......... .......... .......... 47% 269M 1s 2024-08-22T20:35:54.2537978Z 298450K .......... .......... .......... .......... .......... 48% 276M 1s 2024-08-22T20:35:54.2539597Z 298500K .......... .......... .......... .......... .......... 48% 301M 1s 2024-08-22T20:35:54.2541536Z 298550K .......... .......... .......... .......... .......... 48% 259M 1s 2024-08-22T20:35:54.2543019Z 298600K .......... .......... .......... .......... .......... 48% 312M 1s 2024-08-22T20:35:54.2545208Z 298650K .......... .......... .......... .......... .......... 48% 224M 1s 2024-08-22T20:35:54.2547107Z 298700K .......... .......... .......... .......... .......... 48% 258M 1s 2024-08-22T20:35:54.2549040Z 298750K .......... .......... .......... .......... .......... 48% 251M 1s 2024-08-22T20:35:54.2550849Z 298800K .......... .......... .......... .......... .......... 48% 278M 1s 2024-08-22T20:35:54.2552609Z 298850K .......... .......... .......... .......... .......... 48% 276M 1s 2024-08-22T20:35:54.2554685Z 298900K .......... .......... .......... .......... .......... 48% 231M 1s 2024-08-22T20:35:54.2556382Z 298950K .......... .......... .......... .......... .......... 48% 287M 1s 2024-08-22T20:35:54.2558316Z 299000K .......... .......... .......... .......... .......... 48% 317M 1s 2024-08-22T20:35:54.2559960Z 299050K .......... .......... .......... .......... .......... 48% 242M 1s 2024-08-22T20:35:54.2561718Z 299100K .......... .......... .......... .......... .......... 48% 276M 1s 2024-08-22T20:35:54.2563736Z 299150K .......... .......... .......... .......... .......... 48% 306M 1s 2024-08-22T20:35:54.2565531Z 299200K .......... .......... .......... .......... .......... 48% 220M 1s 2024-08-22T20:35:54.2567302Z 299250K .......... .......... .......... .......... .......... 48% 274M 1s 2024-08-22T20:35:54.2569085Z 299300K .......... .......... .......... .......... .......... 48% 276M 1s 2024-08-22T20:35:54.2571092Z 299350K .......... .......... .......... .......... .......... 48% 281M 1s 2024-08-22T20:35:54.2572980Z 299400K .......... .......... .......... .......... .......... 48% 269M 1s 2024-08-22T20:35:54.2574821Z 299450K .......... .......... .......... .......... .......... 48% 239M 1s 2024-08-22T20:35:54.2576356Z 299500K .......... .......... .......... .......... .......... 48% 291M 1s 2024-08-22T20:35:54.2578196Z 299550K .......... .......... .......... .......... .......... 48% 286M 1s 2024-08-22T20:35:54.2580046Z 299600K .......... .......... .......... .......... .......... 48% 250M 1s 2024-08-22T20:35:54.2581889Z 299650K .......... .......... .......... .......... .......... 48% 268M 1s 2024-08-22T20:35:54.2584181Z 299700K .......... .......... .......... .......... .......... 48% 260M 1s 2024-08-22T20:35:54.2585816Z 299750K .......... .......... .......... .......... .......... 48% 232M 1s 2024-08-22T20:35:54.2587552Z 299800K .......... .......... .......... .......... .......... 48% 279M 1s 2024-08-22T20:35:54.2589573Z 299850K .......... .......... .......... .......... .......... 48% 255M 1s 2024-08-22T20:35:54.2591293Z 299900K .......... .......... .......... .......... .......... 48% 271M 1s 2024-08-22T20:35:54.2593559Z 299950K .......... .......... .......... .......... .......... 48% 220M 1s 2024-08-22T20:35:54.2595577Z 300000K .......... .......... .......... .......... .......... 48% 255M 1s 2024-08-22T20:35:54.2597504Z 300050K .......... .......... .......... .......... .......... 48% 270M 1s 2024-08-22T20:35:54.2599391Z 300100K .......... .......... .......... .......... .......... 48% 225M 1s 2024-08-22T20:35:54.2601463Z 300150K .......... .......... .......... .......... .......... 48% 257M 1s 2024-08-22T20:35:54.2603465Z 300200K .......... .......... .......... .......... .......... 48% 242M 1s 2024-08-22T20:35:54.2605744Z 300250K .......... .......... .......... .......... .......... 48% 246M 1s 2024-08-22T20:35:54.2607464Z 300300K .......... .......... .......... .......... .......... 48% 228M 1s 2024-08-22T20:35:54.2609368Z 300350K .......... .......... .......... .......... .......... 48% 274M 1s 2024-08-22T20:35:54.2611129Z 300400K .......... .......... .......... .......... .......... 48% 259M 1s 2024-08-22T20:35:54.2612984Z 300450K .......... .......... .......... .......... .......... 48% 262M 1s 2024-08-22T20:35:54.2614774Z 300500K .......... .......... .......... .......... .......... 48% 269M 1s 2024-08-22T20:35:54.2616542Z 300550K .......... .......... .......... .......... .......... 48% 275M 1s 2024-08-22T20:35:54.2618700Z 300600K .......... .......... .......... .......... .......... 48% 274M 1s 2024-08-22T20:35:54.2620300Z 300650K .......... .......... .......... .......... .......... 48% 250M 1s 2024-08-22T20:35:54.2622094Z 300700K .......... .......... .......... .......... .......... 48% 270M 1s 2024-08-22T20:35:54.2623779Z 300750K .......... .......... .......... .......... .......... 48% 291M 1s 2024-08-22T20:35:54.2625807Z 300800K .......... .......... .......... .......... .......... 48% 289M 1s 2024-08-22T20:35:54.2627461Z 300850K .......... .......... .......... .......... .......... 48% 245M 1s 2024-08-22T20:35:54.2629485Z 300900K .......... .......... .......... .......... .......... 48% 246M 1s 2024-08-22T20:35:54.2631245Z 300950K .......... .......... .......... .......... .......... 48% 270M 1s 2024-08-22T20:35:54.2633037Z 301000K .......... .......... .......... .......... .......... 48% 275M 1s 2024-08-22T20:35:54.2635395Z 301050K .......... .......... .......... .......... .......... 48% 206M 1s 2024-08-22T20:35:54.2637505Z 301100K .......... .......... .......... .......... .......... 48% 272M 1s 2024-08-22T20:35:54.2639198Z 301150K .......... .......... .......... .......... .......... 48% 242M 1s 2024-08-22T20:35:54.2641113Z 301200K .......... .......... .......... .......... .......... 48% 260M 1s 2024-08-22T20:35:54.2642901Z 301250K .......... .......... .......... .......... .......... 48% 271M 1s 2024-08-22T20:35:54.2645156Z 301300K .......... .......... .......... .......... .......... 48% 253M 1s 2024-08-22T20:35:54.2646806Z 301350K .......... .......... .......... .......... .......... 48% 247M 1s 2024-08-22T20:35:54.2649017Z 301400K .......... .......... .......... .......... .......... 48% 291M 1s 2024-08-22T20:35:54.2650502Z 301450K .......... .......... .......... .......... .......... 48% 242M 1s 2024-08-22T20:35:54.2652435Z 301500K .......... .......... .......... .......... .......... 48% 252M 1s 2024-08-22T20:35:54.2654191Z 301550K .......... .......... .......... .......... .......... 48% 276M 1s 2024-08-22T20:35:54.2655838Z 301600K .......... .......... .......... .......... .......... 48% 298M 1s 2024-08-22T20:35:54.2657861Z 301650K .......... .......... .......... .......... .......... 48% 274M 1s 2024-08-22T20:35:54.2659726Z 301700K .......... .......... .......... .......... .......... 48% 233M 1s 2024-08-22T20:35:54.2661488Z 301750K .......... .......... .......... .......... .......... 48% 274M 1s 2024-08-22T20:35:54.2663258Z 301800K .......... .......... .......... .......... .......... 48% 279M 1s 2024-08-22T20:35:54.2665377Z 301850K .......... .......... .......... .......... .......... 48% 271M 1s 2024-08-22T20:35:54.2666977Z 301900K .......... .......... .......... .......... .......... 48% 255M 1s 2024-08-22T20:35:54.2669150Z 301950K .......... .......... .......... .......... .......... 48% 227M 1s 2024-08-22T20:35:54.2670926Z 302000K .......... .......... .......... .......... .......... 48% 269M 1s 2024-08-22T20:35:54.2672638Z 302050K .......... .......... .......... .......... .......... 48% 284M 1s 2024-08-22T20:35:54.2674457Z 302100K .......... .......... .......... .......... .......... 48% 311M 1s 2024-08-22T20:35:54.2676542Z 302150K .......... .......... .......... .......... .......... 48% 261M 1s 2024-08-22T20:35:54.2678049Z 302200K .......... .......... .......... .......... .......... 48% 252M 1s 2024-08-22T20:35:54.2679851Z 302250K .......... .......... .......... .......... .......... 48% 266M 1s 2024-08-22T20:35:54.2681736Z 302300K .......... .......... .......... .......... .......... 48% 278M 1s 2024-08-22T20:35:54.2683509Z 302350K .......... .......... .......... .......... .......... 48% 257M 1s 2024-08-22T20:35:54.2685225Z 302400K .......... .......... .......... .......... .......... 48% 285M 1s 2024-08-22T20:35:54.2687211Z 302450K .......... .......... .......... .......... .......... 48% 249M 1s 2024-08-22T20:35:54.2689065Z 302500K .......... .......... .......... .......... .......... 48% 267M 1s 2024-08-22T20:35:54.2691125Z 302550K .......... .......... .......... .......... .......... 48% 230M 1s 2024-08-22T20:35:54.2692785Z 302600K .......... .......... .......... .......... .......... 48% 298M 1s 2024-08-22T20:35:54.2694690Z 302650K .......... .......... .......... .......... .......... 48% 272M 1s 2024-08-22T20:35:54.2696502Z 302700K .......... .......... .......... .......... .......... 48% 255M 1s 2024-08-22T20:35:54.2698328Z 302750K .......... .......... .......... .......... .......... 48% 265M 1s 2024-08-22T20:35:54.2700150Z 302800K .......... .......... .......... .......... .......... 48% 272M 1s 2024-08-22T20:35:54.2701748Z 302850K .......... .......... .......... .......... .......... 48% 300M 1s 2024-08-22T20:35:54.2703827Z 302900K .......... .......... .......... .......... .......... 48% 238M 1s 2024-08-22T20:35:54.2705451Z 302950K .......... .......... .......... .......... .......... 48% 295M 1s 2024-08-22T20:35:54.2707320Z 303000K .......... .......... .......... .......... .......... 48% 271M 1s 2024-08-22T20:35:54.2709447Z 303050K .......... .......... .......... .......... .......... 48% 265M 1s 2024-08-22T20:35:54.2711068Z 303100K .......... .......... .......... .......... .......... 48% 246M 1s 2024-08-22T20:35:54.2712740Z 303150K .......... .......... .......... .......... .......... 48% 292M 1s 2024-08-22T20:35:54.2714416Z 303200K .......... .......... .......... .......... .......... 48% 295M 1s 2024-08-22T20:35:54.2716225Z 303250K .......... .......... .......... .......... .......... 48% 268M 1s 2024-08-22T20:35:54.2718115Z 303300K .......... .......... .......... .......... .......... 48% 257M 1s 2024-08-22T20:35:54.2720000Z 303350K .......... .......... .......... .......... .......... 48% 291M 1s 2024-08-22T20:35:54.2721492Z 303400K .......... .......... .......... .......... .......... 48% 289M 1s 2024-08-22T20:35:54.2723160Z 303450K .......... .......... .......... .......... .......... 48% 294M 1s 2024-08-22T20:35:54.2725215Z 303500K .......... .......... .......... .......... .......... 48% 251M 1s 2024-08-22T20:35:54.2727072Z 303550K .......... .......... .......... .......... .......... 48% 254M 1s 2024-08-22T20:35:54.2728863Z 303600K .......... .......... .......... .......... .......... 48% 267M 1s 2024-08-22T20:35:54.2730588Z 303650K .......... .......... .......... .......... .......... 48% 291M 1s 2024-08-22T20:35:54.2732304Z 303700K .......... .......... .......... .......... .......... 48% 278M 1s 2024-08-22T20:35:54.2734236Z 303750K .......... .......... .......... .......... .......... 48% 252M 1s 2024-08-22T20:35:54.2736087Z 303800K .......... .......... .......... .......... .......... 48% 263M 1s 2024-08-22T20:35:54.2737810Z 303850K .......... .......... .......... .......... .......... 48% 285M 1s 2024-08-22T20:35:54.2739730Z 303900K .......... .......... .......... .......... .......... 48% 260M 1s 2024-08-22T20:35:54.2741416Z 303950K .......... .......... .......... .......... .......... 48% 285M 1s 2024-08-22T20:35:54.2743296Z 304000K .......... .......... .......... .......... .......... 48% 256M 1s 2024-08-22T20:35:54.2745383Z 304050K .......... .......... .......... .......... .......... 48% 259M 1s 2024-08-22T20:35:54.2747189Z 304100K .......... .......... .......... .......... .......... 48% 265M 1s 2024-08-22T20:35:54.2749020Z 304150K .......... .......... .......... .......... .......... 48% 250M 1s 2024-08-22T20:35:54.2751076Z 304200K .......... .......... .......... .......... .......... 48% 241M 1s 2024-08-22T20:35:54.2752890Z 304250K .......... .......... .......... .......... .......... 48% 266M 1s 2024-08-22T20:35:54.2754940Z 304300K .......... .......... .......... .......... .......... 48% 280M 1s 2024-08-22T20:35:54.2756770Z 304350K .......... .......... .......... .......... .......... 48% 227M 1s 2024-08-22T20:35:54.2758895Z 304400K .......... .......... .......... .......... .......... 48% 227M 1s 2024-08-22T20:35:54.2760558Z 304450K .......... .......... .......... .......... .......... 48% 290M 1s 2024-08-22T20:35:54.2762310Z 304500K .......... .......... .......... .......... .......... 48% 283M 1s 2024-08-22T20:35:54.2764093Z 304550K .......... .......... .......... .......... .......... 48% 273M 1s 2024-08-22T20:35:54.2765869Z 304600K .......... .......... .......... .......... .......... 48% 273M 1s 2024-08-22T20:35:54.2767680Z 304650K .......... .......... .......... .......... .......... 49% 271M 1s 2024-08-22T20:35:54.2769803Z 304700K .......... .......... .......... .......... .......... 49% 230M 1s 2024-08-22T20:35:54.2771446Z 304750K .......... .......... .......... .......... .......... 49% 295M 1s 2024-08-22T20:35:54.2773278Z 304800K .......... .......... .......... .......... .......... 49% 269M 1s 2024-08-22T20:35:54.2775010Z 304850K .......... .......... .......... .......... .......... 49% 281M 1s 2024-08-22T20:35:54.2776784Z 304900K .......... .......... .......... .......... .......... 49% 275M 1s 2024-08-22T20:35:54.2778923Z 304950K .......... .......... .......... .......... .......... 49% 228M 1s 2024-08-22T20:35:54.2780764Z 305000K .......... .......... .......... .......... .......... 49% 265M 1s 2024-08-22T20:35:54.2782851Z 305050K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2784600Z 305100K .......... .......... .......... .......... .......... 49% 254M 1s 2024-08-22T20:35:54.2786308Z 305150K .......... .......... .......... .......... .......... 49% 272M 1s 2024-08-22T20:35:54.2788353Z 305200K .......... .......... .......... .......... .......... 49% 276M 1s 2024-08-22T20:35:54.2790627Z 305250K .......... .......... .......... .......... .......... 49% 234M 1s 2024-08-22T20:35:54.2792570Z 305300K .......... .......... .......... .......... .......... 49% 219M 1s 2024-08-22T20:35:54.2794175Z 305350K .......... .......... .......... .......... .......... 49% 281M 1s 2024-08-22T20:35:54.2796104Z 305400K .......... .......... .......... .......... .......... 49% 262M 1s 2024-08-22T20:35:54.2798104Z 305450K .......... .......... .......... .......... .......... 49% 273M 1s 2024-08-22T20:35:54.2799791Z 305500K .......... .......... .......... .......... .......... 49% 244M 1s 2024-08-22T20:35:54.2801464Z 305550K .......... .......... .......... .......... .......... 49% 293M 1s 2024-08-22T20:35:54.2803246Z 305600K .......... .......... .......... .......... .......... 49% 279M 1s 2024-08-22T20:35:54.2805476Z 305650K .......... .......... .......... .......... .......... 49% 264M 1s 2024-08-22T20:35:54.2807271Z 305700K .......... .......... .......... .......... .......... 49% 227M 1s 2024-08-22T20:35:54.2809083Z 305750K .......... .......... .......... .......... .......... 49% 263M 1s 2024-08-22T20:35:54.2810880Z 305800K .......... .......... .......... .......... .......... 49% 272M 1s 2024-08-22T20:35:54.2812825Z 305850K .......... .......... .......... .......... .......... 49% 286M 1s 2024-08-22T20:35:54.2814469Z 305900K .......... .......... .......... .......... .......... 49% 258M 1s 2024-08-22T20:35:54.2816228Z 305950K .......... .......... .......... .......... .......... 49% 280M 1s 2024-08-22T20:35:54.2818057Z 306000K .......... .......... .......... .......... .......... 49% 296M 1s 2024-08-22T20:35:54.2819848Z 306050K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2821577Z 306100K .......... .......... .......... .......... .......... 49% 278M 1s 2024-08-22T20:35:54.2823597Z 306150K .......... .......... .......... .......... .......... 49% 281M 1s 2024-08-22T20:35:54.2825506Z 306200K .......... .......... .......... .......... .......... 49% 228M 1s 2024-08-22T20:35:54.2827043Z 306250K .......... .......... .......... .......... .......... 49% 287M 1s 2024-08-22T20:35:54.2828875Z 306300K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2830550Z 306350K .......... .......... .......... .......... .......... 49% 290M 1s 2024-08-22T20:35:54.2832695Z 306400K .......... .......... .......... .......... .......... 49% 280M 1s 2024-08-22T20:35:54.2834267Z 306450K .......... .......... .......... .......... .......... 49% 247M 1s 2024-08-22T20:35:54.2836092Z 306500K .......... .......... .......... .......... .......... 49% 268M 1s 2024-08-22T20:35:54.2837903Z 306550K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2839627Z 306600K .......... .......... .......... .......... .......... 49% 286M 1s 2024-08-22T20:35:54.2841767Z 306650K .......... .......... .......... .......... .......... 49% 284M 1s 2024-08-22T20:35:54.2843407Z 306700K .......... .......... .......... .......... .......... 49% 236M 1s 2024-08-22T20:35:54.2845239Z 306750K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2847045Z 306800K .......... .......... .......... .......... .......... 49% 270M 1s 2024-08-22T20:35:54.2848952Z 306850K .......... .......... .......... .......... .......... 49% 260M 1s 2024-08-22T20:35:54.2851052Z 306900K .......... .......... .......... .......... .......... 49% 289M 1s 2024-08-22T20:35:54.2852792Z 306950K .......... .......... .......... .......... .......... 49% 229M 1s 2024-08-22T20:35:54.2854560Z 307000K .......... .......... .......... .......... .......... 49% 274M 1s 2024-08-22T20:35:54.2856164Z 307050K .......... .......... .......... .......... .......... 49% 296M 1s 2024-08-22T20:35:54.2857990Z 307100K .......... .......... .......... .......... .......... 49% 274M 1s 2024-08-22T20:35:54.2860108Z 307150K .......... .......... .......... .......... .......... 49% 285M 1s 2024-08-22T20:35:54.2861782Z 307200K .......... .......... .......... .......... .......... 49% 232M 1s 2024-08-22T20:35:54.2863598Z 307250K .......... .......... .......... .......... .......... 49% 298M 1s 2024-08-22T20:35:54.2865265Z 307300K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2867084Z 307350K .......... .......... .......... .......... .......... 49% 267M 1s 2024-08-22T20:35:54.2869235Z 307400K .......... .......... .......... .......... .......... 49% 273M 1s 2024-08-22T20:35:54.2870865Z 307450K .......... .......... .......... .......... .......... 49% 246M 1s 2024-08-22T20:35:54.2872601Z 307500K .......... .......... .......... .......... .......... 49% 285M 1s 2024-08-22T20:35:54.2874403Z 307550K .......... .......... .......... .......... .......... 49% 266M 1s 2024-08-22T20:35:54.2876158Z 307600K .......... .......... .......... .......... .......... 49% 283M 1s 2024-08-22T20:35:54.2878294Z 307650K .......... .......... .......... .......... .......... 49% 278M 1s 2024-08-22T20:35:54.2879975Z 307700K .......... .......... .......... .......... .......... 49% 240M 1s 2024-08-22T20:35:54.2881785Z 307750K .......... .......... .......... .......... .......... 49% 268M 1s 2024-08-22T20:35:54.2883674Z 307800K .......... .......... .......... .......... .......... 49% 258M 1s 2024-08-22T20:35:54.2885370Z 307850K .......... .......... .......... .......... .......... 49% 284M 1s 2024-08-22T20:35:54.2887491Z 307900K .......... .......... .......... .......... .......... 49% 235M 1s 2024-08-22T20:35:54.2889343Z 307950K .......... .......... .......... .......... .......... 49% 285M 1s 2024-08-22T20:35:54.2891037Z 308000K .......... .......... .......... .......... .......... 49% 286M 1s 2024-08-22T20:35:54.2892633Z 308050K .......... .......... .......... .......... .......... 49% 278M 1s 2024-08-22T20:35:54.2894371Z 308100K .......... .......... .......... .......... .......... 49% 283M 1s 2024-08-22T20:35:54.2896572Z 308150K .......... .......... .......... .......... .......... 49% 235M 1s 2024-08-22T20:35:54.2898214Z 308200K .......... .......... .......... .......... .......... 49% 277M 1s 2024-08-22T20:35:54.2900034Z 308250K .......... .......... .......... .......... .......... 49% 270M 1s 2024-08-22T20:35:54.2901808Z 308300K .......... .......... .......... .......... .......... 49% 276M 1s 2024-08-22T20:35:54.2903437Z 308350K .......... .......... .......... .......... .......... 49% 295M 1s 2024-08-22T20:35:54.2905474Z 308400K .......... .......... .......... .......... .......... 49% 239M 1s 2024-08-22T20:35:54.2907154Z 308450K .......... .......... .......... .......... .......... 49% 295M 1s 2024-08-22T20:35:54.2909088Z 308500K .......... .......... .......... .......... .......... 49% 253M 1s 2024-08-22T20:35:54.2910875Z 308550K .......... .......... .......... .......... .......... 49% 271M 1s 2024-08-22T20:35:54.2912583Z 308600K .......... .......... .......... .......... .......... 49% 285M 1s 2024-08-22T20:35:54.2914706Z 308650K .......... .......... .......... .......... .......... 49% 231M 1s 2024-08-22T20:35:54.2916355Z 308700K .......... .......... .......... .......... .......... 49% 296M 1s 2024-08-22T20:35:54.2917964Z 308750K .......... .......... .......... .......... .......... 49% 310M 1s 2024-08-22T20:35:54.2919725Z 308800K .......... .......... .......... .......... .......... 49% 279M 1s 2024-08-22T20:35:54.2921474Z 308850K .......... .......... .......... .......... .......... 49% 274M 1s 2024-08-22T20:35:54.2923559Z 308900K .......... .......... .......... .......... .......... 49% 233M 1s 2024-08-22T20:35:54.2925456Z 308950K .......... .......... .......... .......... .......... 49% 282M 1s 2024-08-22T20:35:54.2927071Z 309000K .......... .......... .......... .......... .......... 49% 278M 1s 2024-08-22T20:35:54.2928831Z 309050K .......... .......... .......... .......... .......... 49% 274M 1s 2024-08-22T20:35:54.2930487Z 309100K .......... .......... .......... .......... .......... 49% 293M 1s 2024-08-22T20:35:54.2932532Z 309150K .......... .......... .......... .......... .......... 49% 240M 1s 2024-08-22T20:35:54.2934401Z 309200K .......... .......... .......... .......... .......... 49% 281M 1s 2024-08-22T20:35:54.2935965Z 309250K .......... .......... .......... .......... .......... 49% 287M 1s 2024-08-22T20:35:54.2937758Z 309300K .......... .......... .......... .......... .......... 49% 283M 1s 2024-08-22T20:35:54.2940008Z 309350K .......... .......... .......... .......... .......... 49% 265M 1s 2024-08-22T20:35:54.2941830Z 309400K .......... .......... .......... .......... .......... 49% 214M 1s 2024-08-22T20:35:54.2943662Z 309450K .......... .......... .......... .......... .......... 49% 270M 1s 2024-08-22T20:35:54.2945615Z 309500K .......... .......... .......... .......... .......... 49% 258M 1s 2024-08-22T20:35:54.2947562Z 309550K .......... .......... .......... .......... .......... 49% 243M 1s 2024-08-22T20:35:54.2949750Z 309600K .......... .......... .......... .......... .......... 49% 274M 1s 2024-08-22T20:35:54.2951527Z 309650K .......... .......... .......... .......... .......... 49% 226M 1s 2024-08-22T20:35:54.2953329Z 309700K .......... .......... .......... .......... .......... 49% 264M 1s 2024-08-22T20:35:54.2955064Z 309750K .......... .......... .......... .......... .......... 49% 283M 1s 2024-08-22T20:35:54.2956953Z 309800K .......... .......... .......... .......... .......... 49% 258M 1s 2024-08-22T20:35:54.2959125Z 309850K .......... .......... .......... .......... .......... 49% 279M 1s 2024-08-22T20:35:54.2960896Z 309900K .......... .......... .......... .......... .......... 49% 240M 1s 2024-08-22T20:35:54.2962596Z 309950K .......... .......... .......... .......... .......... 49% 283M 1s 2024-08-22T20:35:54.2964177Z 310000K .......... .......... .......... .......... .......... 49% 286M 1s 2024-08-22T20:35:54.2965974Z 310050K .......... .......... .......... .......... .......... 49% 271M 1s 2024-08-22T20:35:54.2968170Z 310100K .......... .......... .......... .......... .......... 49% 284M 1s 2024-08-22T20:35:54.2969653Z 310150K .......... .......... .......... .......... .......... 49% 249M 1s 2024-08-22T20:35:54.2971290Z 310200K .......... .......... .......... .......... .......... 49% 299M 1s 2024-08-22T20:35:54.2973256Z 310250K .......... .......... .......... .......... .......... 49% 265M 1s 2024-08-22T20:35:54.2975164Z 310300K .......... .......... .......... .......... .......... 49% 268M 1s 2024-08-22T20:35:54.2976954Z 310350K .......... .......... .......... .......... .......... 49% 239M 1s 2024-08-22T20:35:54.2978735Z 310400K .......... .......... .......... .......... .......... 49% 284M 1s 2024-08-22T20:35:54.2980485Z 310450K .......... .......... .......... .......... .......... 49% 272M 1s 2024-08-22T20:35:54.2982496Z 310500K .......... .......... .......... .......... .......... 49% 295M 1s 2024-08-22T20:35:54.2984151Z 310550K .......... .......... .......... .......... .......... 49% 249M 1s 2024-08-22T20:35:54.2985890Z 310600K .......... .......... .......... .......... .......... 49% 273M 1s 2024-08-22T20:35:54.2987717Z 310650K .......... .......... .......... .......... .......... 49% 289M 1s 2024-08-22T20:35:54.2989948Z 310700K .......... .......... .......... .......... .......... 49% 254M 1s 2024-08-22T20:35:54.2991840Z 310750K .......... .......... .......... .......... .......... 49% 210M 1s 2024-08-22T20:35:54.2993699Z 310800K .......... .......... .......... .......... .......... 49% 264M 1s 2024-08-22T20:35:54.2995525Z 310850K .......... .......... .......... .......... .......... 49% 272M 1s 2024-08-22T20:35:54.2997794Z 310900K .......... .......... .......... .......... .......... 50% 250M 1s 2024-08-22T20:35:54.2999405Z 310950K .......... .......... .......... .......... .......... 50% 248M 1s 2024-08-22T20:35:54.3001233Z 311000K .......... .......... .......... .......... .......... 50% 271M 1s 2024-08-22T20:35:54.3003054Z 311050K .......... .......... .......... .......... .......... 50% 272M 1s 2024-08-22T20:35:54.3005084Z 311100K .......... .......... .......... .......... .......... 50% 279M 1s 2024-08-22T20:35:54.3006901Z 311150K .......... .......... .......... .......... .......... 50% 243M 1s 2024-08-22T20:35:54.3008637Z 311200K .......... .......... .......... .......... .......... 50% 262M 1s 2024-08-22T20:35:54.3010428Z 311250K .......... .......... .......... .......... .......... 50% 273M 1s 2024-08-22T20:35:54.3012232Z 311300K .......... .......... .......... .......... .......... 50% 270M 1s 2024-08-22T20:35:54.3014430Z 311350K .......... .......... .......... .......... .......... 50% 226M 1s 2024-08-22T20:35:54.3016176Z 311400K .......... .......... .......... .......... .......... 50% 281M 1s 2024-08-22T20:35:54.3017958Z 311450K .......... .......... .......... .......... .......... 50% 266M 1s 2024-08-22T20:35:54.3019889Z 311500K .......... .......... .......... .......... .......... 50% 273M 1s 2024-08-22T20:35:54.3021821Z 311550K .......... .......... .......... .......... .......... 50% 240M 1s 2024-08-22T20:35:54.3023682Z 311600K .......... .......... .......... .......... .......... 50% 262M 1s 2024-08-22T20:35:54.3025911Z 311650K .......... .......... .......... .......... .......... 50% 269M 1s 2024-08-22T20:35:54.3027655Z 311700K .......... .......... .......... .......... .......... 50% 222M 1s 2024-08-22T20:35:54.3029578Z 311750K .......... .......... .......... .......... .......... 50% 263M 1s 2024-08-22T20:35:54.3031516Z 311800K .......... .......... .......... .......... .......... 50% 251M 1s 2024-08-22T20:35:54.3033441Z 311850K .......... .......... .......... .......... .......... 50% 282M 1s 2024-08-22T20:35:54.3035119Z 311900K .......... .......... .......... .......... .......... 50% 273M 1s 2024-08-22T20:35:54.3037070Z 311950K .......... .......... .......... .......... .......... 50% 281M 1s 2024-08-22T20:35:54.3038801Z 312000K .......... .......... .......... .......... .......... 50% 234M 1s 2024-08-22T20:35:54.3040895Z 312050K .......... .......... .......... .......... .......... 50% 249M 1s 2024-08-22T20:35:54.3042562Z 312100K .......... .......... .......... .......... .......... 50% 271M 1s 2024-08-22T20:35:54.3044193Z 312150K .......... .......... .......... .......... .......... 50% 299M 1s 2024-08-22T20:35:54.3046315Z 312200K .......... .......... .......... .......... .......... 50% 287M 1s 2024-08-22T20:35:54.3048139Z 312250K .......... .......... .......... .......... .......... 50% 217M 1s 2024-08-22T20:35:54.3049962Z 312300K .......... .......... .......... .......... .......... 50% 268M 1s 2024-08-22T20:35:54.3051816Z 312350K .......... .......... .......... .......... .......... 50% 272M 1s 2024-08-22T20:35:54.3053483Z 312400K .......... .......... .......... .......... .......... 50% 283M 1s 2024-08-22T20:35:54.3055721Z 312450K .......... .......... .......... .......... .......... 50% 265M 1s 2024-08-22T20:35:54.3057162Z 312500K .......... .......... .......... .......... .......... 50% 269M 1s 2024-08-22T20:35:54.3059086Z 312550K .......... .......... .......... .......... .......... 50% 259M 1s 2024-08-22T20:35:54.3060733Z 312600K .......... .......... .......... .......... .......... 50% 290M 1s 2024-08-22T20:35:54.3062527Z 312650K .......... .......... .......... .......... .......... 50% 275M 1s 2024-08-22T20:35:54.3064711Z 312700K .......... .......... .......... .......... .......... 50% 228M 1s 2024-08-22T20:35:54.3066485Z 312750K .......... .......... .......... .......... .......... 50% 268M 1s 2024-08-22T20:35:54.3068848Z 312800K .......... .......... .......... .......... .......... 50% 257M 1s 2024-08-22T20:35:54.3070667Z 312850K .......... .......... .......... .......... .......... 50% 217M 1s 2024-08-22T20:35:54.3072298Z 312900K .......... .......... .......... .......... .......... 50% 290M 1s 2024-08-22T20:35:54.3074384Z 312950K .......... .......... .......... .......... .......... 50% 233M 1s 2024-08-22T20:35:54.3076116Z 313000K .......... .......... .......... .......... .......... 50% 282M 1s 2024-08-22T20:35:54.3077911Z 313050K .......... .......... .......... .......... .......... 50% 270M 1s 2024-08-22T20:35:54.3079878Z 313100K .......... .......... .......... .......... .......... 50% 271M 1s 2024-08-22T20:35:54.3081640Z 313150K .......... .......... .......... .......... .......... 50% 254M 1s 2024-08-22T20:35:54.3083666Z 313200K .......... .......... .......... .......... .......... 50% 241M 1s 2024-08-22T20:35:54.3085390Z 313250K .......... .......... .......... .......... .......... 50% 283M 1s 2024-08-22T20:35:54.3087183Z 313300K .......... .......... .......... .......... .......... 50% 281M 1s 2024-08-22T20:35:54.3089103Z 313350K .......... .......... .......... .......... .......... 50% 282M 1s 2024-08-22T20:35:54.3090807Z 313400K .......... .......... .......... .......... .......... 50% 257M 1s 2024-08-22T20:35:54.3092581Z 313450K .......... .......... .......... .......... .......... 50% 271M 1s 2024-08-22T20:35:54.3094228Z 313500K .......... .......... .......... .......... .......... 50% 297M 1s 2024-08-22T20:35:54.3095980Z 313550K .......... .......... .......... .......... .......... 50% 279M 1s 2024-08-22T20:35:54.3097928Z 313600K .......... .......... .......... .......... .......... 50% 281M 1s 2024-08-22T20:35:54.3099654Z 313650K .......... .......... .......... .......... .......... 50% 249M 1s 2024-08-22T20:35:54.3101703Z 313700K .......... .......... .......... .......... .......... 50% 240M 1s 2024-08-22T20:35:54.3103533Z 313750K .......... .......... .......... .......... .......... 50% 266M 1s 2024-08-22T20:35:54.3105486Z 313800K .......... .......... .......... .......... .......... 50% 279M 1s 2024-08-22T20:35:54.3107490Z 313850K .......... .......... .......... .......... .......... 50% 284M 1s 2024-08-22T20:35:54.3109222Z 313900K .......... .......... .......... .......... .......... 50% 220M 1s 2024-08-22T20:35:54.3111202Z 313950K .......... .......... .......... .......... .......... 50% 244M 1s 2024-08-22T20:35:54.3113089Z 314000K .......... .......... .......... .......... .......... 50% 264M 1s 2024-08-22T20:35:54.3114935Z 314050K .......... .......... .......... .......... .......... 50% 268M 1s 2024-08-22T20:35:54.3116905Z 314100K .......... .......... .......... .......... .......... 50% 283M 1s 2024-08-22T20:35:54.3118661Z 314150K .......... .......... .......... .......... .......... 50% 239M 1s 2024-08-22T20:35:54.3120519Z 314200K .......... .......... .......... .......... .......... 50% 259M 1s 2024-08-22T20:35:54.3122121Z 314250K .......... .......... .......... .......... .......... 50% 304M 1s 2024-08-22T20:35:54.3123893Z 314300K .......... .......... .......... .......... .......... 50% 284M 1s 2024-08-22T20:35:54.3125897Z 314350K .......... .......... .......... .......... .......... 50% 269M 1s 2024-08-22T20:35:54.3127552Z 314400K .......... .......... .......... .......... .......... 50% 258M 1s 2024-08-22T20:35:54.3129320Z 314450K .......... .......... .......... .......... .......... 50% 277M 1s 2024-08-22T20:35:54.3131004Z 314500K .......... .......... .......... .......... .......... 50% 292M 1s 2024-08-22T20:35:54.3132896Z 314550K .......... .......... .......... .......... .......... 50% 261M 1s 2024-08-22T20:35:54.3134785Z 314600K .......... .......... .......... .......... .......... 50% 288M 1s 2024-08-22T20:35:54.3136576Z 314650K .......... .......... .......... .......... .......... 50% 242M 1s 2024-08-22T20:35:54.3138539Z 314700K .......... .......... .......... .......... .......... 50% 248M 1s 2024-08-22T20:35:54.3140363Z 314750K .......... .......... .......... .......... .......... 50% 268M 1s 2024-08-22T20:35:54.3142094Z 314800K .......... .......... .......... .......... .......... 50% 289M 1s 2024-08-22T20:35:54.3143973Z 314850K .......... .......... .......... .......... .......... 50% 290M 1s 2024-08-22T20:35:54.3145863Z 314900K .......... .......... .......... .......... .......... 50% 230M 1s 2024-08-22T20:35:54.3148022Z 314950K .......... .......... .......... .......... .......... 50% 248M 1s 2024-08-22T20:35:54.3149881Z 315000K .......... .......... .......... .......... .......... 50% 247M 1s 2024-08-22T20:35:54.3151607Z 315050K .......... .......... .......... .......... .......... 50% 306M 1s 2024-08-22T20:35:54.3153444Z 315100K .......... .......... .......... .......... .......... 50% 248M 1s 2024-08-22T20:35:54.3155114Z 315150K .......... .......... .......... .......... .......... 50% 289M 1s 2024-08-22T20:35:54.3156761Z 315200K .......... .......... .......... .......... .......... 50% 294M 1s 2024-08-22T20:35:54.3158520Z 315250K .......... .......... .......... .......... .......... 50% 280M 1s 2024-08-22T20:35:54.3160762Z 315300K .......... .......... .......... .......... .......... 50% 220M 1s 2024-08-22T20:35:54.3162581Z 315350K .......... .......... .......... .......... .......... 50% 269M 1s 2024-08-22T20:35:54.3164369Z 315400K .......... .......... .......... .......... .......... 50% 279M 1s 2024-08-22T20:35:54.3166110Z 315450K .......... .......... .......... .......... .......... 50% 273M 1s 2024-08-22T20:35:54.3168022Z 315500K .......... .......... .......... .......... .......... 50% 253M 1s 2024-08-22T20:35:54.3169800Z 315550K .......... .......... .......... .......... .......... 50% 274M 1s 2024-08-22T20:35:54.3171758Z 315600K .......... .......... .......... .......... .......... 50% 256M 1s 2024-08-22T20:35:54.3173430Z 315650K .......... .......... .......... .......... .......... 50% 284M 1s 2024-08-22T20:35:54.3175598Z 315700K .......... .......... .......... .......... .......... 50% 224M 1s 2024-08-22T20:35:54.3177327Z 315750K .......... .......... .......... .......... .......... 50% 284M 1s 2024-08-22T20:35:54.3179261Z 315800K .......... .......... .......... .......... .......... 50% 287M 1s 2024-08-22T20:35:54.3181032Z 315850K .......... .......... .......... .......... .......... 50% 267M 1s 2024-08-22T20:35:54.3182829Z 315900K .......... .......... .......... .......... .......... 50% 248M 1s 2024-08-22T20:35:54.3184731Z 315950K .......... .......... .......... .......... .......... 50% 284M 1s 2024-08-22T20:35:54.3186801Z 316000K .......... .......... .......... .......... .......... 50% 270M 1s 2024-08-22T20:35:54.3188600Z 316050K .......... .......... .......... .......... .......... 50% 219M 1s 2024-08-22T20:35:54.3190408Z 316100K .......... .......... .......... .......... .......... 50% 265M 1s 2024-08-22T20:35:54.3192219Z 316150K .......... .......... .......... .......... .......... 50% 272M 1s 2024-08-22T20:35:54.3194166Z 316200K .......... .......... .......... .......... .......... 50% 285M 1s 2024-08-22T20:35:54.3196088Z 316250K .......... .......... .......... .......... .......... 50% 276M 1s 2024-08-22T20:35:54.3197710Z 316300K .......... .......... .......... .......... .......... 50% 246M 1s 2024-08-22T20:35:54.3199465Z 316350K .......... .......... .......... .......... .......... 50% 275M 1s 2024-08-22T20:35:54.3201146Z 316400K .......... .......... .......... .......... .......... 50% 291M 1s 2024-08-22T20:35:54.3203066Z 316450K .......... .......... .......... .......... .......... 50% 258M 1s 2024-08-22T20:35:54.3204900Z 316500K .......... .......... .......... .......... .......... 50% 266M 1s 2024-08-22T20:35:54.3206987Z 316550K .......... .......... .......... .......... .......... 50% 229M 1s 2024-08-22T20:35:54.3208731Z 316600K .......... .......... .......... .......... .......... 50% 281M 1s 2024-08-22T20:35:54.3210670Z 316650K .......... .......... .......... .......... .......... 50% 251M 1s 2024-08-22T20:35:54.3212500Z 316700K .......... .......... .......... .......... .......... 50% 267M 1s 2024-08-22T20:35:54.3214465Z 316750K .......... .......... .......... .......... .......... 50% 286M 1s 2024-08-22T20:35:54.3216131Z 316800K .......... .......... .......... .......... .......... 50% 255M 1s 2024-08-22T20:35:54.3217897Z 316850K .......... .......... .......... .......... .......... 50% 276M 1s 2024-08-22T20:35:54.3219674Z 316900K .......... .......... .......... .......... .......... 50% 274M 1s 2024-08-22T20:35:54.3221638Z 316950K .......... .......... .......... .......... .......... 50% 285M 1s 2024-08-22T20:35:54.3223491Z 317000K .......... .......... .......... .......... .......... 50% 251M 1s 2024-08-22T20:35:54.3225135Z 317050K .......... .......... .......... .......... .......... 50% 272M 1s 2024-08-22T20:35:54.3226833Z 317100K .......... .......... .......... .......... .......... 51% 291M 1s 2024-08-22T20:35:54.3228543Z 317150K .......... .......... .......... .......... .......... 51% 305M 1s 2024-08-22T20:35:54.3230207Z 317200K .......... .......... .......... .......... .......... 51% 272M 1s 2024-08-22T20:35:54.3232011Z 317250K .......... .......... .......... .......... .......... 51% 269M 1s 2024-08-22T20:35:54.3233816Z 317300K .......... .......... .......... .......... .......... 51% 276M 1s 2024-08-22T20:35:54.3235896Z 317350K .......... .......... .......... .......... .......... 51% 232M 1s 2024-08-22T20:35:54.3237596Z 317400K .......... .......... .......... .......... .......... 51% 289M 1s 2024-08-22T20:35:54.3239450Z 317450K .......... .......... .......... .......... .......... 51% 261M 1s 2024-08-22T20:35:54.3241103Z 317500K .......... .......... .......... .......... .......... 51% 293M 1s 2024-08-22T20:35:54.3242847Z 317550K .......... .......... .......... .......... .......... 51% 286M 1s 2024-08-22T20:35:54.3244926Z 317600K .......... .......... .......... .......... .......... 51% 234M 1s 2024-08-22T20:35:54.3246689Z 317650K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3248733Z 317700K .......... .......... .......... .......... .......... 51% 274M 1s 2024-08-22T20:35:54.3250752Z 317750K .......... .......... .......... .......... .......... 51% 232M 1s 2024-08-22T20:35:54.3252562Z 317800K .......... .......... .......... .......... .......... 51% 265M 1s 2024-08-22T20:35:54.3254239Z 317850K .......... .......... .......... .......... .......... 51% 281M 1s 2024-08-22T20:35:54.3256410Z 317900K .......... .......... .......... .......... .......... 51% 288M 1s 2024-08-22T20:35:54.3258117Z 317950K .......... .......... .......... .......... .......... 51% 249M 1s 2024-08-22T20:35:54.3259690Z 318000K .......... .......... .......... .......... .......... 51% 261M 1s 2024-08-22T20:35:54.3261470Z 318050K .......... .......... .......... .......... .......... 51% 276M 1s 2024-08-22T20:35:54.3263306Z 318100K .......... .......... .......... .......... .......... 51% 267M 1s 2024-08-22T20:35:54.3265311Z 318150K .......... .......... .......... .......... .......... 51% 242M 1s 2024-08-22T20:35:54.3267344Z 318200K .......... .......... .......... .......... .......... 51% 245M 1s 2024-08-22T20:35:54.3269470Z 318250K .......... .......... .......... .......... .......... 51% 232M 1s 2024-08-22T20:35:54.3271246Z 318300K .......... .......... .......... .......... .......... 51% 266M 1s 2024-08-22T20:35:54.3273156Z 318350K .......... .......... .......... .......... .......... 51% 254M 1s 2024-08-22T20:35:54.3275037Z 318400K .......... .......... .......... .......... .......... 51% 261M 1s 2024-08-22T20:35:54.3276844Z 318450K .......... .......... .......... .......... .......... 51% 272M 1s 2024-08-22T20:35:54.3278726Z 318500K .......... .......... .......... .......... .......... 51% 262M 1s 2024-08-22T20:35:54.3280365Z 318550K .......... .......... .......... .......... .......... 51% 292M 1s 2024-08-22T20:35:54.3282312Z 318600K .......... .......... .......... .......... .......... 51% 294M 1s 2024-08-22T20:35:54.3283897Z 318650K .......... .......... .......... .......... .......... 51% 266M 1s 2024-08-22T20:35:54.3285650Z 318700K .......... .......... .......... .......... .......... 51% 277M 1s 2024-08-22T20:35:54.3287483Z 318750K .......... .......... .......... .......... .......... 51% 262M 1s 2024-08-22T20:35:54.3289319Z 318800K .......... .......... .......... .......... .......... 51% 270M 1s 2024-08-22T20:35:54.3291415Z 318850K .......... .......... .......... .......... .......... 51% 275M 1s 2024-08-22T20:35:54.3293093Z 318900K .......... .......... .......... .......... .......... 51% 241M 1s 2024-08-22T20:35:54.3294762Z 318950K .......... .......... .......... .......... .......... 51% 322M 1s 2024-08-22T20:35:54.3296650Z 319000K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3298245Z 319050K .......... .......... .......... .......... .......... 51% 262M 1s 2024-08-22T20:35:54.3299994Z 319100K .......... .......... .......... .......... .......... 51% 280M 1s 2024-08-22T20:35:54.3302017Z 319150K .......... .......... .......... .......... .......... 51% 290M 1s 2024-08-22T20:35:54.3303712Z 319200K .......... .......... .......... .......... .......... 51% 242M 1s 2024-08-22T20:35:54.3305526Z 319250K .......... .......... .......... .......... .......... 51% 269M 1s 2024-08-22T20:35:54.3307276Z 319300K .......... .......... .......... .......... .......... 51% 285M 1s 2024-08-22T20:35:54.3309267Z 319350K .......... .......... .......... .......... .......... 51% 243M 1s 2024-08-22T20:35:54.3311380Z 319400K .......... .......... .......... .......... .......... 51% 228M 1s 2024-08-22T20:35:54.3313107Z 319450K .......... .......... .......... .......... .......... 51% 290M 1s 2024-08-22T20:35:54.3315100Z 319500K .......... .......... .......... .......... .......... 51% 245M 1s 2024-08-22T20:35:54.3316928Z 319550K .......... .......... .......... .......... .......... 51% 264M 1s 2024-08-22T20:35:54.3318636Z 319600K .......... .......... .......... .......... .......... 51% 279M 1s 2024-08-22T20:35:54.3320394Z 319650K .......... .......... .......... .......... .......... 51% 280M 1s 2024-08-22T20:35:54.3322663Z 319700K .......... .......... .......... .......... .......... 51% 234M 1s 2024-08-22T20:35:54.3324362Z 319750K .......... .......... .......... .......... .......... 51% 281M 1s 2024-08-22T20:35:54.3326069Z 319800K .......... .......... .......... .......... .......... 51% 268M 1s 2024-08-22T20:35:54.3328320Z 319850K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3329841Z 319900K .......... .......... .......... .......... .......... 51% 245M 1s 2024-08-22T20:35:54.3331932Z 319950K .......... .......... .......... .......... .......... 51% 285M 1s 2024-08-22T20:35:54.3333476Z 320000K .......... .......... .......... .......... .......... 51% 263M 1s 2024-08-22T20:35:54.3335204Z 320050K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3336977Z 320100K .......... .......... .......... .......... .......... 51% 277M 1s 2024-08-22T20:35:54.3338874Z 320150K .......... .......... .......... .......... .......... 51% 263M 1s 2024-08-22T20:35:54.3340935Z 320200K .......... .......... .......... .......... .......... 51% 233M 1s 2024-08-22T20:35:54.3342590Z 320250K .......... .......... .......... .......... .......... 51% 292M 1s 2024-08-22T20:35:54.3344423Z 320300K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3346407Z 320350K .......... .......... .......... .......... .......... 51% 238M 1s 2024-08-22T20:35:54.3348366Z 320400K .......... .......... .......... .......... .......... 51% 293M 1s 2024-08-22T20:35:54.3349827Z 320450K .......... .......... .......... .......... .......... 51% 281M 1s 2024-08-22T20:35:54.3351564Z 320500K .......... .......... .......... .......... .......... 51% 278M 1s 2024-08-22T20:35:54.3353182Z 320550K .......... .......... .......... .......... .......... 51% 302M 1s 2024-08-22T20:35:54.3354840Z 320600K .......... .......... .......... .......... .......... 51% 299M 1s 2024-08-22T20:35:54.3357019Z 320650K .......... .......... .......... .......... .......... 51% 222M 1s 2024-08-22T20:35:54.3358637Z 320700K .......... .......... .......... .......... .......... 51% 310M 1s 2024-08-22T20:35:54.3360392Z 320750K .......... .......... .......... .......... .......... 51% 272M 1s 2024-08-22T20:35:54.3362020Z 320800K .......... .......... .......... .......... .......... 51% 305M 1s 2024-08-22T20:35:54.3363889Z 320850K .......... .......... .......... .......... .......... 51% 258M 1s 2024-08-22T20:35:54.3365673Z 320900K .......... .......... .......... .......... .......... 51% 295M 1s 2024-08-22T20:35:54.3367223Z 320950K .......... .......... .......... .......... .......... 51% 290M 1s 2024-08-22T20:35:54.3368954Z 321000K .......... .......... .......... .......... .......... 51% 285M 1s 2024-08-22T20:35:54.3371087Z 321050K .......... .......... .......... .......... .......... 51% 228M 1s 2024-08-22T20:35:54.3372924Z 321100K .......... .......... .......... .......... .......... 51% 276M 1s 2024-08-22T20:35:54.3374675Z 321150K .......... .......... .......... .......... .......... 51% 267M 1s 2024-08-22T20:35:54.3376275Z 321200K .......... .......... .......... .......... .......... 51% 302M 1s 2024-08-22T20:35:54.3378249Z 321250K .......... .......... .......... .......... .......... 51% 248M 1s 2024-08-22T20:35:54.3380147Z 321300K .......... .......... .......... .......... .......... 51% 258M 1s 2024-08-22T20:35:54.3381818Z 321350K .......... .......... .......... .......... .......... 51% 289M 1s 2024-08-22T20:35:54.3383583Z 321400K .......... .......... .......... .......... .......... 51% 284M 1s 2024-08-22T20:35:54.3385551Z 321450K .......... .......... .......... .......... .......... 51% 244M 1s 2024-08-22T20:35:54.3387320Z 321500K .......... .......... .......... .......... .......... 51% 297M 1s 2024-08-22T20:35:54.3389291Z 321550K .......... .......... .......... .......... .......... 51% 232M 1s 2024-08-22T20:35:54.3391022Z 321600K .......... .......... .......... .......... .......... 51% 283M 1s 2024-08-22T20:35:54.3393446Z 321650K .......... .......... .......... .......... .......... 51% 270M 1s 2024-08-22T20:35:54.3395014Z 321700K .......... .......... .......... .......... .......... 51% 225M 1s 2024-08-22T20:35:54.3396876Z 321750K .......... .......... .......... .......... .......... 51% 301M 1s 2024-08-22T20:35:54.3398930Z 321800K .......... .......... .......... .......... .......... 51% 213M 1s 2024-08-22T20:35:54.3400665Z 321850K .......... .......... .......... .......... .......... 51% 271M 1s 2024-08-22T20:35:54.3402702Z 321900K .......... .......... .......... .......... .......... 51% 244M 1s 2024-08-22T20:35:54.3404322Z 321950K .......... .......... .......... .......... .......... 51% 304M 1s 2024-08-22T20:35:54.3406391Z 322000K .......... .......... .......... .......... .......... 51% 265M 1s 2024-08-22T20:35:54.3408431Z 322050K .......... .......... .......... .......... .......... 51% 245M 1s 2024-08-22T20:35:54.3410067Z 322100K .......... .......... .......... .......... .......... 51% 246M 1s 2024-08-22T20:35:54.3412120Z 322150K .......... .......... .......... .......... .......... 51% 244M 1s 2024-08-22T20:35:54.3413970Z 322200K .......... .......... .......... .......... .......... 51% 266M 1s 2024-08-22T20:35:54.3415789Z 322250K .......... .......... .......... .......... .......... 51% 266M 1s 2024-08-22T20:35:54.3417643Z 322300K .......... .......... .......... .......... .......... 51% 302M 1s 2024-08-22T20:35:54.3419441Z 322350K .......... .......... .......... .......... .......... 51% 240M 1s 2024-08-22T20:35:54.3421304Z 322400K .......... .......... .......... .......... .......... 51% 268M 1s 2024-08-22T20:35:54.3423482Z 322450K .......... .......... .......... .......... .......... 51% 220M 1s 2024-08-22T20:35:54.3425210Z 322500K .......... .......... .......... .......... .......... 51% 293M 1s 2024-08-22T20:35:54.3427081Z 322550K .......... .......... .......... .......... .......... 51% 251M 1s 2024-08-22T20:35:54.3429121Z 322600K .......... .......... .......... .......... .......... 51% 250M 1s 2024-08-22T20:35:54.3431159Z 322650K .......... .......... .......... .......... .......... 51% 248M 1s 2024-08-22T20:35:54.3432722Z 322700K .......... .......... .......... .......... .......... 51% 291M 1s 2024-08-22T20:35:54.3434762Z 322750K .......... .......... .......... .......... .......... 51% 243M 1s 2024-08-22T20:35:54.3436801Z 322800K .......... .......... .......... .......... .......... 51% 256M 1s 2024-08-22T20:35:54.3438827Z 322850K .......... .......... .......... .......... .......... 51% 240M 1s 2024-08-22T20:35:54.3440783Z 322900K .......... .......... .......... .......... .......... 51% 234M 1s 2024-08-22T20:35:54.3442507Z 322950K .......... .......... .......... .......... .......... 51% 289M 1s 2024-08-22T20:35:54.3444686Z 323000K .......... .......... .......... .......... .......... 51% 235M 1s 2024-08-22T20:35:54.3446309Z 323050K .......... .......... .......... .......... .......... 51% 276M 1s 2024-08-22T20:35:54.3448276Z 323100K .......... .......... .......... .......... .......... 51% 243M 1s 2024-08-22T20:35:54.3450138Z 323150K .......... .......... .......... .......... .......... 51% 273M 1s 2024-08-22T20:35:54.3452292Z 323200K .......... .......... .......... .......... .......... 51% 279M 1s 2024-08-22T20:35:54.3453816Z 323250K .......... .......... .......... .......... .......... 51% 248M 1s 2024-08-22T20:35:54.3455604Z 323300K .......... .......... .......... .......... .......... 52% 274M 1s 2024-08-22T20:35:54.3457525Z 323350K .......... .......... .......... .......... .......... 52% 255M 1s 2024-08-22T20:35:54.3459217Z 323400K .......... .......... .......... .......... .......... 52% 289M 1s 2024-08-22T20:35:54.3461148Z 323450K .......... .......... .......... .......... .......... 52% 254M 1s 2024-08-22T20:35:54.3462895Z 323500K .......... .......... .......... .......... .......... 52% 279M 1s 2024-08-22T20:35:54.3464880Z 323550K .......... .......... .......... .......... .......... 52% 255M 1s 2024-08-22T20:35:54.3466813Z 323600K .......... .......... .......... .......... .......... 52% 265M 1s 2024-08-22T20:35:54.3468739Z 323650K .......... .......... .......... .......... .......... 52% 240M 1s 2024-08-22T20:35:54.3470974Z 323700K .......... .......... .......... .......... .......... 52% 261M 1s 2024-08-22T20:35:54.3472626Z 323750K .......... .......... .......... .......... .......... 52% 253M 1s 2024-08-22T20:35:54.3474356Z 323800K .......... .......... .......... .......... .......... 52% 263M 1s 2024-08-22T20:35:54.3476169Z 323850K .......... .......... .......... .......... .......... 52% 272M 1s 2024-08-22T20:35:54.3478033Z 323900K .......... .......... .......... .......... .......... 52% 262M 1s 2024-08-22T20:35:54.3479953Z 323950K .......... .......... .......... .......... .......... 52% 254M 1s 2024-08-22T20:35:54.3482120Z 324000K .......... .......... .......... .......... .......... 52% 225M 1s 2024-08-22T20:35:54.3483963Z 324050K .......... .......... .......... .......... .......... 52% 262M 1s 2024-08-22T20:35:54.3485669Z 324100K .......... .......... .......... .......... .......... 52% 283M 1s 2024-08-22T20:35:54.3487478Z 324150K .......... .......... .......... .......... .......... 52% 272M 1s 2024-08-22T20:35:54.3489442Z 324200K .......... .......... .......... .......... .......... 52% 248M 1s 2024-08-22T20:35:54.3491069Z 324250K .......... .......... .......... .......... .......... 52% 297M 1s 2024-08-22T20:35:54.3492930Z 324300K .......... .......... .......... .......... .......... 52% 289M 1s 2024-08-22T20:35:54.3494654Z 324350K .......... .......... .......... .......... .......... 52% 245M 1s 2024-08-22T20:35:54.3496753Z 324400K .......... .......... .......... .......... .......... 52% 307M 1s 2024-08-22T20:35:54.3498489Z 324450K .......... .......... .......... .......... .......... 52% 229M 1s 2024-08-22T20:35:54.3500178Z 324500K .......... .......... .......... .......... .......... 52% 294M 1s 2024-08-22T20:35:54.3502196Z 324550K .......... .......... .......... .......... .......... 52% 243M 1s 2024-08-22T20:35:54.3504168Z 324600K .......... .......... .......... .......... .......... 52% 246M 1s 2024-08-22T20:35:54.3505854Z 324650K .......... .......... .......... .......... .......... 52% 285M 1s 2024-08-22T20:35:54.3507997Z 324700K .......... .......... .......... .......... .......... 52% 296M 1s 2024-08-22T20:35:54.3509597Z 324750K .......... .......... .......... .......... .......... 52% 236M 1s 2024-08-22T20:35:54.3511536Z 324800K .......... .......... .......... .......... .......... 52% 285M 1s 2024-08-22T20:35:54.3513305Z 324850K .......... .......... .......... .......... .......... 52% 241M 1s 2024-08-22T20:35:54.3515069Z 324900K .......... .......... .......... .......... .......... 52% 288M 1s 2024-08-22T20:35:54.3516873Z 324950K .......... .......... .......... .......... .......... 52% 262M 1s 2024-08-22T20:35:54.3518974Z 325000K .......... .......... .......... .......... .......... 52% 231M 1s 2024-08-22T20:35:54.3520852Z 325050K .......... .......... .......... .......... .......... 52% 264M 1s 2024-08-22T20:35:54.3522657Z 325100K .......... .......... .......... .......... .......... 52% 267M 1s 2024-08-22T20:35:54.3524452Z 325150K .......... .......... .......... .......... .......... 52% 276M 1s 2024-08-22T20:35:54.3526480Z 325200K .......... .......... .......... .......... .......... 52% 243M 1s 2024-08-22T20:35:54.3528250Z 325250K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3530096Z 325300K .......... .......... .......... .......... .......... 52% 264M 1s 2024-08-22T20:35:54.3532022Z 325350K .......... .......... .......... .......... .......... 52% 253M 1s 2024-08-22T20:35:54.3533836Z 325400K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3535780Z 325450K .......... .......... .......... .......... .......... 52% 254M 1s 2024-08-22T20:35:54.3537514Z 325500K .......... .......... .......... .......... .......... 52% 278M 1s 2024-08-22T20:35:54.3539505Z 325550K .......... .......... .......... .......... .......... 52% 272M 1s 2024-08-22T20:35:54.3541376Z 325600K .......... .......... .......... .......... .......... 52% 253M 1s 2024-08-22T20:35:54.3543337Z 325650K .......... .......... .......... .......... .......... 52% 238M 1s 2024-08-22T20:35:54.3545171Z 325700K .......... .......... .......... .......... .......... 52% 279M 1s 2024-08-22T20:35:54.3546807Z 325750K .......... .......... .......... .......... .......... 52% 276M 1s 2024-08-22T20:35:54.3548902Z 325800K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3550667Z 325850K .......... .......... .......... .......... .......... 52% 239M 1s 2024-08-22T20:35:54.3552469Z 325900K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3554123Z 325950K .......... .......... .......... .......... .......... 52% 292M 1s 2024-08-22T20:35:54.3556257Z 326000K .......... .......... .......... .......... .......... 52% 265M 1s 2024-08-22T20:35:54.3558090Z 326050K .......... .......... .......... .......... .......... 52% 235M 1s 2024-08-22T20:35:54.3559874Z 326100K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3561863Z 326150K .......... .......... .......... .......... .......... 52% 245M 1s 2024-08-22T20:35:54.3563638Z 326200K .......... .......... .......... .......... .......... 52% 272M 1s 2024-08-22T20:35:54.3565277Z 326250K .......... .......... .......... .......... .......... 52% 299M 1s 2024-08-22T20:35:54.3567133Z 326300K .......... .......... .......... .......... .......... 52% 269M 1s 2024-08-22T20:35:54.3568778Z 326350K .......... .......... .......... .......... .......... 52% 289M 1s 2024-08-22T20:35:54.3570997Z 326400K .......... .......... .......... .......... .......... 52% 274M 1s 2024-08-22T20:35:54.3572527Z 326450K .......... .......... .......... .......... .......... 52% 250M 1s 2024-08-22T20:35:54.3574492Z 326500K .......... .......... .......... .......... .......... 52% 282M 1s 2024-08-22T20:35:54.3576331Z 326550K .......... .......... .......... .......... .......... 52% 236M 1s 2024-08-22T20:35:54.3578469Z 326600K .......... .......... .......... .......... .......... 52% 276M 1s 2024-08-22T20:35:54.3580272Z 326650K .......... .......... .......... .......... .......... 52% 224M 1s 2024-08-22T20:35:54.3582046Z 326700K .......... .......... .......... .......... .......... 52% 278M 1s 2024-08-22T20:35:54.3584262Z 326750K .......... .......... .......... .......... .......... 52% 233M 1s 2024-08-22T20:35:54.3585878Z 326800K .......... .......... .......... .......... .......... 52% 279M 1s 2024-08-22T20:35:54.3588026Z 326850K .......... .......... .......... .......... .......... 52% 297M 1s 2024-08-22T20:35:54.3589726Z 326900K .......... .......... .......... .......... .......... 52% 224M 1s 2024-08-22T20:35:54.3591543Z 326950K .......... .......... .......... .......... .......... 52% 282M 1s 2024-08-22T20:35:54.3593407Z 327000K .......... .......... .......... .......... .......... 52% 249M 1s 2024-08-22T20:35:54.3595042Z 327050K .......... .......... .......... .......... .......... 52% 294M 1s 2024-08-22T20:35:54.3596680Z 327100K .......... .......... .......... .......... .......... 52% 304M 1s 2024-08-22T20:35:54.3598638Z 327150K .......... .......... .......... .......... .......... 52% 250M 1s 2024-08-22T20:35:54.3600371Z 327200K .......... .......... .......... .......... .......... 52% 278M 1s 2024-08-22T20:35:54.3602337Z 327250K .......... .......... .......... .......... .......... 52% 285M 1s 2024-08-22T20:35:54.3604081Z 327300K .......... .......... .......... .......... .......... 52% 243M 1s 2024-08-22T20:35:54.3606064Z 327350K .......... .......... .......... .......... .......... 52% 317M 1s 2024-08-22T20:35:54.3607920Z 327400K .......... .......... .......... .......... .......... 52% 215M 1s 2024-08-22T20:35:54.3609597Z 327450K .......... .......... .......... .......... .......... 52% 288M 1s 2024-08-22T20:35:54.3611830Z 327500K .......... .......... .......... .......... .......... 52% 239M 1s 2024-08-22T20:35:54.3613549Z 327550K .......... .......... .......... .......... .......... 52% 281M 1s 2024-08-22T20:35:54.3615381Z 327600K .......... .......... .......... .......... .......... 52% 248M 1s 2024-08-22T20:35:54.3617381Z 327650K .......... .......... .......... .......... .......... 52% 262M 1s 2024-08-22T20:35:54.3619423Z 327700K .......... .......... .......... .......... .......... 52% 225M 1s 2024-08-22T20:35:54.3621132Z 327750K .......... .......... .......... .......... .......... 52% 280M 1s 2024-08-22T20:35:54.3623012Z 327800K .......... .......... .......... .......... .......... 52% 294M 1s 2024-08-22T20:35:54.3624640Z 327850K .......... .......... .......... .......... .......... 52% 262M 1s 2024-08-22T20:35:54.3626656Z 327900K .......... .......... .......... .......... .......... 52% 245M 1s 2024-08-22T20:35:54.3628568Z 327950K .......... .......... .......... .......... .......... 52% 256M 1s 2024-08-22T20:35:54.3630495Z 328000K .......... .......... .......... .......... .......... 52% 284M 1s 2024-08-22T20:35:54.3632262Z 328050K .......... .......... .......... .......... .......... 52% 244M 1s 2024-08-22T20:35:54.3633944Z 328100K .......... .......... .......... .......... .......... 52% 291M 1s 2024-08-22T20:35:54.3636015Z 328150K .......... .......... .......... .......... .......... 52% 235M 1s 2024-08-22T20:35:54.3637858Z 328200K .......... .......... .......... .......... .......... 52% 273M 1s 2024-08-22T20:35:54.3640004Z 328250K .......... .......... .......... .......... .......... 52% 260M 1s 2024-08-22T20:35:54.3641640Z 328300K .......... .......... .......... .......... .......... 52% 249M 1s 2024-08-22T20:35:54.3643400Z 328350K .......... .......... .......... .......... .......... 52% 284M 1s 2024-08-22T20:35:54.3645065Z 328400K .......... .......... .......... .......... .......... 52% 296M 1s 2024-08-22T20:35:54.3646943Z 328450K .......... .......... .......... .......... .......... 52% 257M 1s 2024-08-22T20:35:54.3648600Z 328500K .......... .......... .......... .......... .......... 52% 294M 1s 2024-08-22T20:35:54.3650616Z 328550K .......... .......... .......... .......... .......... 52% 238M 1s 2024-08-22T20:35:54.3652467Z 328600K .......... .......... .......... .......... .......... 52% 264M 1s 2024-08-22T20:35:54.3654582Z 328650K .......... .......... .......... .......... .......... 52% 266M 1s 2024-08-22T20:35:54.3656535Z 328700K .......... .......... .......... .......... .......... 52% 237M 1s 2024-08-22T20:35:54.3658044Z 328750K .......... .......... .......... .......... .......... 52% 295M 1s 2024-08-22T20:35:54.3659691Z 328800K .......... .......... .......... .......... .......... 52% 297M 1s 2024-08-22T20:35:54.3661859Z 328850K .......... .......... .......... .......... .......... 52% 277M 1s 2024-08-22T20:35:54.3663771Z 328900K .......... .......... .......... .......... .......... 52% 209M 1s 2024-08-22T20:35:54.3665440Z 328950K .......... .......... .......... .......... .......... 52% 296M 1s 2024-08-22T20:35:54.3667416Z 329000K .......... .......... .......... .......... .......... 52% 286M 1s 2024-08-22T20:35:54.3669271Z 329050K .......... .......... .......... .......... .......... 52% 230M 1s 2024-08-22T20:35:54.3671009Z 329100K .......... .......... .......... .......... .......... 52% 283M 1s 2024-08-22T20:35:54.3672749Z 329150K .......... .......... .......... .......... .......... 52% 278M 1s 2024-08-22T20:35:54.3674879Z 329200K .......... .......... .......... .......... .......... 52% 274M 1s 2024-08-22T20:35:54.3676585Z 329250K .......... .......... .......... .......... .......... 52% 238M 1s 2024-08-22T20:35:54.3678389Z 329300K .......... .......... .......... .......... .......... 52% 278M 1s 2024-08-22T20:35:54.3680126Z 329350K .......... .......... .......... .......... .......... 52% 273M 1s 2024-08-22T20:35:54.3682134Z 329400K .......... .......... .......... .......... .......... 52% 242M 1s 2024-08-22T20:35:54.3684156Z 329450K .......... .......... .......... .......... .......... 52% 270M 1s 2024-08-22T20:35:54.3685799Z 329500K .......... .......... .......... .......... .......... 52% 289M 1s 2024-08-22T20:35:54.3687396Z 329550K .......... .......... .......... .......... .......... 53% 283M 1s 2024-08-22T20:35:54.3689543Z 329600K .......... .......... .......... .......... .......... 53% 241M 1s 2024-08-22T20:35:54.3691239Z 329650K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3692983Z 329700K .......... .......... .......... .......... .......... 53% 282M 1s 2024-08-22T20:35:54.3694766Z 329750K .......... .......... .......... .......... .......... 53% 295M 1s 2024-08-22T20:35:54.3696732Z 329800K .......... .......... .......... .......... .......... 53% 232M 1s 2024-08-22T20:35:54.3698468Z 329850K .......... .......... .......... .......... .......... 53% 280M 1s 2024-08-22T20:35:54.3700407Z 329900K .......... .......... .......... .......... .......... 53% 254M 1s 2024-08-22T20:35:54.3702722Z 329950K .......... .......... .......... .......... .......... 53% 255M 1s 2024-08-22T20:35:54.3704475Z 330000K .......... .......... .......... .......... .......... 53% 225M 1s 2024-08-22T20:35:54.3706279Z 330050K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3708227Z 330100K .......... .......... .......... .......... .......... 53% 284M 1s 2024-08-22T20:35:54.3710602Z 330150K .......... .......... .......... .......... .......... 53% 192M 1s 2024-08-22T20:35:54.3712322Z 330200K .......... .......... .......... .......... .......... 53% 276M 1s 2024-08-22T20:35:54.3714113Z 330250K .......... .......... .......... .......... .......... 53% 270M 1s 2024-08-22T20:35:54.3716205Z 330300K .......... .......... .......... .......... .......... 53% 235M 1s 2024-08-22T20:35:54.3718164Z 330350K .......... .......... .......... .......... .......... 53% 248M 1s 2024-08-22T20:35:54.3719991Z 330400K .......... .......... .......... .......... .......... 53% 268M 1s 2024-08-22T20:35:54.3721765Z 330450K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3723483Z 330500K .......... .......... .......... .......... .......... 53% 284M 1s 2024-08-22T20:35:54.3725424Z 330550K .......... .......... .......... .......... .......... 53% 239M 1s 2024-08-22T20:35:54.3727508Z 330600K .......... .......... .......... .......... .......... 53% 300M 1s 2024-08-22T20:35:54.3729440Z 330650K .......... .......... .......... .......... .......... 53% 232M 1s 2024-08-22T20:35:54.3730984Z 330700K .......... .......... .......... .......... .......... 53% 284M 1s 2024-08-22T20:35:54.3732618Z 330750K .......... .......... .......... .......... .......... 53% 296M 1s 2024-08-22T20:35:54.3734607Z 330800K .......... .......... .......... .......... .......... 53% 277M 1s 2024-08-22T20:35:54.3736643Z 330850K .......... .......... .......... .......... .......... 53% 257M 1s 2024-08-22T20:35:54.3738349Z 330900K .......... .......... .......... .......... .......... 53% 239M 1s 2024-08-22T20:35:54.3740118Z 330950K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3741970Z 331000K .......... .......... .......... .......... .......... 53% 263M 1s 2024-08-22T20:35:54.3743640Z 331050K .......... .......... .......... .......... .......... 53% 289M 1s 2024-08-22T20:35:54.3745428Z 331100K .......... .......... .......... .......... .......... 53% 275M 1s 2024-08-22T20:35:54.3747581Z 331150K .......... .......... .......... .......... .......... 53% 228M 1s 2024-08-22T20:35:54.3749465Z 331200K .......... .......... .......... .......... .......... 53% 264M 1s 2024-08-22T20:35:54.3751334Z 331250K .......... .......... .......... .......... .......... 53% 254M 1s 2024-08-22T20:35:54.3752970Z 331300K .......... .......... .......... .......... .......... 53% 297M 1s 2024-08-22T20:35:54.3755113Z 331350K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3757040Z 331400K .......... .......... .......... .......... .......... 53% 232M 1s 2024-08-22T20:35:54.3758668Z 331450K .......... .......... .......... .......... .......... 53% 292M 1s 2024-08-22T20:35:54.3760289Z 331500K .......... .......... .......... .......... .......... 53% 285M 1s 2024-08-22T20:35:54.3762351Z 331550K .......... .......... .......... .......... .......... 53% 250M 1s 2024-08-22T20:35:54.3764046Z 331600K .......... .......... .......... .......... .......... 53% 269M 1s 2024-08-22T20:35:54.3765840Z 331650K .......... .......... .......... .......... .......... 53% 269M 1s 2024-08-22T20:35:54.3767954Z 331700K .......... .......... .......... .......... .......... 53% 229M 1s 2024-08-22T20:35:54.3769811Z 331750K .......... .......... .......... .......... .......... 53% 310M 1s 2024-08-22T20:35:54.3771643Z 331800K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3773355Z 331850K .......... .......... .......... .......... .......... 53% 250M 1s 2024-08-22T20:35:54.3775292Z 331900K .......... .......... .......... .......... .......... 53% 250M 1s 2024-08-22T20:35:54.3777081Z 331950K .......... .......... .......... .......... .......... 53% 271M 1s 2024-08-22T20:35:54.3779036Z 332000K .......... .......... .......... .......... .......... 53% 250M 1s 2024-08-22T20:35:54.3780937Z 332050K .......... .......... .......... .......... .......... 53% 275M 1s 2024-08-22T20:35:54.3782754Z 332100K .......... .......... .......... .......... .......... 53% 251M 1s 2024-08-22T20:35:54.3784614Z 332150K .......... .......... .......... .......... .......... 53% 262M 1s 2024-08-22T20:35:54.3786427Z 332200K .......... .......... .......... .......... .......... 53% 270M 1s 2024-08-22T20:35:54.3788759Z 332250K .......... .......... .......... .......... .......... 53% 212M 1s 2024-08-22T20:35:54.3790589Z 332300K .......... .......... .......... .......... .......... 53% 261M 1s 2024-08-22T20:35:54.3792269Z 332350K .......... .......... .......... .......... .......... 53% 295M 1s 2024-08-22T20:35:54.3794412Z 332400K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3796538Z 332450K .......... .......... .......... .......... .......... 53% 235M 1s 2024-08-22T20:35:54.3798290Z 332500K .......... .......... .......... .......... .......... 53% 231M 1s 2024-08-22T20:35:54.3800048Z 332550K .......... .......... .......... .......... .......... 53% 275M 1s 2024-08-22T20:35:54.3801822Z 332600K .......... .......... .......... .......... .......... 53% 301M 1s 2024-08-22T20:35:54.3803582Z 332650K .......... .......... .......... .......... .......... 53% 256M 1s 2024-08-22T20:35:54.3805323Z 332700K .......... .......... .......... .......... .......... 53% 286M 1s 2024-08-22T20:35:54.3807164Z 332750K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3809166Z 332800K .......... .......... .......... .......... .......... 53% 242M 1s 2024-08-22T20:35:54.3810830Z 332850K .......... .......... .......... .......... .......... 53% 293M 1s 2024-08-22T20:35:54.3812841Z 332900K .......... .......... .......... .......... .......... 53% 245M 1s 2024-08-22T20:35:54.3814535Z 332950K .......... .......... .......... .......... .......... 53% 282M 1s 2024-08-22T20:35:54.3816206Z 333000K .......... .......... .......... .......... .......... 53% 295M 1s 2024-08-22T20:35:54.3818122Z 333050K .......... .......... .......... .......... .......... 53% 258M 1s 2024-08-22T20:35:54.3820242Z 333100K .......... .......... .......... .......... .......... 53% 241M 1s 2024-08-22T20:35:54.3822110Z 333150K .......... .......... .......... .......... .......... 53% 278M 1s 2024-08-22T20:35:54.3823889Z 333200K .......... .......... .......... .......... .......... 53% 241M 1s 2024-08-22T20:35:54.3825515Z 333250K .......... .......... .......... .......... .......... 53% 302M 1s 2024-08-22T20:35:54.3827340Z 333300K .......... .......... .......... .......... .......... 53% 268M 1s 2024-08-22T20:35:54.3829267Z 333350K .......... .......... .......... .......... .......... 53% 281M 1s 2024-08-22T20:35:54.3831171Z 333400K .......... .......... .......... .......... .......... 53% 281M 1s 2024-08-22T20:35:54.3832778Z 333450K .......... .......... .......... .......... .......... 53% 251M 1s 2024-08-22T20:35:54.3834723Z 333500K .......... .......... .......... .......... .......... 53% 267M 1s 2024-08-22T20:35:54.3836312Z 333550K .......... .......... .......... .......... .......... 53% 283M 1s 2024-08-22T20:35:54.3838543Z 333600K .......... .......... .......... .......... .......... 53% 268M 1s 2024-08-22T20:35:54.3840221Z 333650K .......... .......... .......... .......... .......... 53% 234M 1s 2024-08-22T20:35:54.3842041Z 333700K .......... .......... .......... .......... .......... 53% 271M 1s 2024-08-22T20:35:54.3843771Z 333750K .......... .......... .......... .......... .......... 53% 281M 1s 2024-08-22T20:35:54.3845702Z 333800K .......... .......... .......... .......... .......... 53% 257M 1s 2024-08-22T20:35:54.3847426Z 333850K .......... .......... .......... .......... .......... 53% 277M 1s 2024-08-22T20:35:54.3849163Z 333900K .......... .......... .......... .......... .......... 53% 287M 1s 2024-08-22T20:35:54.3851019Z 333950K .......... .......... .......... .......... .......... 53% 258M 1s 2024-08-22T20:35:54.3853260Z 334000K .......... .......... .......... .......... .......... 53% 220M 1s 2024-08-22T20:35:54.3855147Z 334050K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3856822Z 334100K .......... .......... .......... .......... .......... 53% 269M 1s 2024-08-22T20:35:54.3858808Z 334150K .......... .......... .......... .......... .......... 53% 248M 1s 2024-08-22T20:35:54.3860881Z 334200K .......... .......... .......... .......... .......... 53% 239M 1s 2024-08-22T20:35:54.3862578Z 334250K .......... .......... .......... .......... .......... 53% 280M 1s 2024-08-22T20:35:54.3864449Z 334300K .......... .......... .......... .......... .......... 53% 265M 1s 2024-08-22T20:35:54.3866509Z 334350K .......... .......... .......... .......... .......... 53% 292M 1s 2024-08-22T20:35:54.3868313Z 334400K .......... .......... .......... .......... .......... 53% 235M 1s 2024-08-22T20:35:54.3870168Z 334450K .......... .......... .......... .......... .......... 53% 250M 1s 2024-08-22T20:35:54.3872089Z 334500K .......... .......... .......... .......... .......... 53% 249M 1s 2024-08-22T20:35:54.3874053Z 334550K .......... .......... .......... .......... .......... 53% 272M 1s 2024-08-22T20:35:54.3875966Z 334600K .......... .......... .......... .......... .......... 53% 238M 1s 2024-08-22T20:35:54.3877709Z 334650K .......... .......... .......... .......... .......... 53% 276M 1s 2024-08-22T20:35:54.3879549Z 334700K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3881328Z 334750K .......... .......... .......... .......... .......... 53% 276M 1s 2024-08-22T20:35:54.3883229Z 334800K .......... .......... .......... .......... .......... 53% 265M 1s 2024-08-22T20:35:54.3885382Z 334850K .......... .......... .......... .......... .......... 53% 274M 1s 2024-08-22T20:35:54.3887140Z 334900K .......... .......... .......... .......... .......... 53% 223M 1s 2024-08-22T20:35:54.3888951Z 334950K .......... .......... .......... .......... .......... 53% 270M 1s 2024-08-22T20:35:54.3890722Z 335000K .......... .......... .......... .......... .......... 53% 278M 1s 2024-08-22T20:35:54.3892852Z 335050K .......... .......... .......... .......... .......... 53% 232M 1s 2024-08-22T20:35:54.3894632Z 335100K .......... .......... .......... .......... .......... 53% 275M 1s 2024-08-22T20:35:54.3896340Z 335150K .......... .......... .......... .......... .......... 53% 280M 1s 2024-08-22T20:35:54.3898404Z 335200K .......... .......... .......... .......... .......... 53% 266M 1s 2024-08-22T20:35:54.3900204Z 335250K .......... .......... .......... .......... .......... 53% 246M 1s 2024-08-22T20:35:54.3902515Z 335300K .......... .......... .......... .......... .......... 53% 227M 1s 2024-08-22T20:35:54.3904287Z 335350K .......... .......... .......... .......... .......... 53% 272M 1s 2024-08-22T20:35:54.3905987Z 335400K .......... .......... .......... .......... .......... 53% 281M 1s 2024-08-22T20:35:54.3908117Z 335450K .......... .......... .......... .......... .......... 53% 292M 1s 2024-08-22T20:35:54.3909688Z 335500K .......... .......... .......... .......... .......... 53% 229M 1s 2024-08-22T20:35:54.3911775Z 335550K .......... .......... .......... .......... .......... 53% 231M 1s 2024-08-22T20:35:54.3913411Z 335600K .......... .......... .......... .......... .......... 53% 295M 1s 2024-08-22T20:35:54.3915197Z 335650K .......... .......... .......... .......... .......... 53% 276M 1s 2024-08-22T20:35:54.3917177Z 335700K .......... .......... .......... .......... .......... 53% 280M 1s 2024-08-22T20:35:54.3918950Z 335750K .......... .......... .......... .......... .......... 54% 241M 1s 2024-08-22T20:35:54.3920732Z 335800K .......... .......... .......... .......... .......... 54% 276M 1s 2024-08-22T20:35:54.3922398Z 335850K .......... .......... .......... .......... .......... 54% 293M 1s 2024-08-22T20:35:54.3924312Z 335900K .......... .......... .......... .......... .......... 54% 256M 1s 2024-08-22T20:35:54.3926361Z 335950K .......... .......... .......... .......... .......... 54% 243M 1s 2024-08-22T20:35:54.3928192Z 336000K .......... .......... .......... .......... .......... 54% 262M 1s 2024-08-22T20:35:54.3930242Z 336050K .......... .......... .......... .......... .......... 54% 298M 1s 2024-08-22T20:35:54.3931889Z 336100K .......... .......... .......... .......... .......... 54% 236M 1s 2024-08-22T20:35:54.3933695Z 336150K .......... .......... .......... .......... .......... 54% 274M 1s 2024-08-22T20:35:54.3935503Z 336200K .......... .......... .......... .......... .......... 54% 263M 1s 2024-08-22T20:35:54.3937330Z 336250K .......... .......... .......... .......... .......... 54% 270M 1s 2024-08-22T20:35:54.3939461Z 336300K .......... .......... .......... .......... .......... 54% 286M 1s 2024-08-22T20:35:54.3941069Z 336350K .......... .......... .......... .......... .......... 54% 239M 1s 2024-08-22T20:35:54.3942809Z 336400K .......... .......... .......... .......... .......... 54% 285M 1s 2024-08-22T20:35:54.3944437Z 336450K .......... .......... .......... .......... .......... 54% 298M 1s 2024-08-22T20:35:54.3946604Z 336500K .......... .......... .......... .......... .......... 54% 243M 1s 2024-08-22T20:35:54.3948213Z 336550K .......... .......... .......... .......... .......... 54% 300M 1s 2024-08-22T20:35:54.3950558Z 336600K .......... .......... .......... .......... .......... 54% 196M 1s 2024-08-22T20:35:54.3952424Z 336650K .......... .......... .......... .......... .......... 54% 260M 1s 2024-08-22T20:35:54.3954327Z 336700K .......... .......... .......... .......... .......... 54% 258M 1s 2024-08-22T20:35:54.3956068Z 336750K .......... .......... .......... .......... .......... 54% 282M 1s 2024-08-22T20:35:54.3957983Z 336800K .......... .......... .......... .......... .......... 54% 255M 1s 2024-08-22T20:35:54.3959827Z 336850K .......... .......... .......... .......... .......... 54% 263M 1s 2024-08-22T20:35:54.3961563Z 336900K .......... .......... .......... .......... .......... 54% 283M 1s 2024-08-22T20:35:54.3963437Z 336950K .......... .......... .......... .......... .......... 54% 257M 1s 2024-08-22T20:35:54.3965109Z 337000K .......... .......... .......... .......... .......... 54% 294M 1s 2024-08-22T20:35:54.3966798Z 337050K .......... .......... .......... .......... .......... 54% 289M 1s 2024-08-22T20:35:54.3968649Z 337100K .......... .......... .......... .......... .......... 54% 265M 1s 2024-08-22T20:35:54.3970274Z 337150K .......... .......... .......... .......... .......... 54% 300M 1s 2024-08-22T20:35:54.3972157Z 337200K .......... .......... .......... .......... .......... 54% 272M 1s 2024-08-22T20:35:54.3974507Z 337250K .......... .......... .......... .......... .......... 54% 221M 1s 2024-08-22T20:35:54.3976375Z 337300K .......... .......... .......... .......... .......... 54% 258M 1s 2024-08-22T20:35:54.3978049Z 337350K .......... .......... .......... .......... .......... 54% 268M 1s 2024-08-22T20:35:54.3979975Z 337400K .......... .......... .......... .......... .......... 54% 264M 1s 2024-08-22T20:35:54.3981703Z 337450K .......... .......... .......... .......... .......... 54% 279M 1s 2024-08-22T20:35:54.3983781Z 337500K .......... .......... .......... .......... .......... 54% 270M 1s 2024-08-22T20:35:54.3985491Z 337550K .......... .......... .......... .......... .......... 54% 235M 1s 2024-08-22T20:35:54.3987194Z 337600K .......... .......... .......... .......... .......... 54% 284M 1s 2024-08-22T20:35:54.3989107Z 337650K .......... .......... .......... .......... .......... 54% 268M 1s 2024-08-22T20:35:54.3991062Z 337700K .......... .......... .......... .......... .......... 54% 282M 1s 2024-08-22T20:35:54.3993016Z 337750K .......... .......... .......... .......... .......... 54% 216M 1s 2024-08-22T20:35:54.3994787Z 337800K .......... .......... .......... .......... .......... 54% 273M 1s 2024-08-22T20:35:54.3996782Z 337850K .......... .......... .......... .......... .......... 54% 245M 1s 2024-08-22T20:35:54.3998516Z 337900K .......... .......... .......... .......... .......... 54% 277M 1s 2024-08-22T20:35:54.4000522Z 337950K .......... .......... .......... .......... .......... 54% 253M 1s 2024-08-22T20:35:54.4002267Z 338000K .......... .......... .......... .......... .......... 54% 271M 1s 2024-08-22T20:35:54.4004005Z 338050K .......... .......... .......... .......... .......... 54% 280M 1s 2024-08-22T20:35:54.4005647Z 338100K .......... .......... .......... .......... .......... 54% 307M 1s 2024-08-22T20:35:54.4007729Z 338150K .......... .......... .......... .......... .......... 54% 230M 1s 2024-08-22T20:35:54.4009645Z 338200K .......... .......... .......... .......... .......... 54% 257M 1s 2024-08-22T20:35:54.4011374Z 338250K .......... .......... .......... .......... .......... 54% 289M 1s 2024-08-22T20:35:54.4013201Z 338300K .......... .......... .......... .......... .......... 54% 259M 1s 2024-08-22T20:35:54.4015192Z 338350K .......... .......... .......... .......... .......... 54% 280M 1s 2024-08-22T20:35:54.4017098Z 338400K .......... .......... .......... .......... .......... 54% 227M 1s 2024-08-22T20:35:54.4018909Z 338450K .......... .......... .......... .......... .......... 54% 295M 1s 2024-08-22T20:35:54.4021070Z 338500K .......... .......... .......... .......... .......... 54% 212M 1s 2024-08-22T20:35:54.4023016Z 338550K .......... .......... .......... .......... .......... 54% 283M 1s 2024-08-22T20:35:54.4024638Z 338600K .......... .......... .......... .......... .......... 54% 261M 1s 2024-08-22T20:35:54.4026564Z 338650K .......... .......... .......... .......... .......... 54% 254M 1s 2024-08-22T20:35:54.4028854Z 338700K .......... .......... .......... .......... .......... 54% 275M 1s 2024-08-22T20:35:54.4030557Z 338750K .......... .......... .......... .......... .......... 54% 221M 1s 2024-08-22T20:35:54.4032534Z 338800K .......... .......... .......... .......... .......... 54% 246M 1s 2024-08-22T20:35:54.4034218Z 338850K .......... .......... .......... .......... .......... 54% 296M 1s 2024-08-22T20:35:54.4035968Z 338900K .......... .......... .......... .......... .......... 54% 273M 1s 2024-08-22T20:35:54.4038194Z 338950K .......... .......... .......... .......... .......... 54% 277M 1s 2024-08-22T20:35:54.4039821Z 339000K .......... .......... .......... .......... .......... 54% 234M 1s 2024-08-22T20:35:54.4041623Z 339050K .......... .......... .......... .......... .......... 54% 278M 1s 2024-08-22T20:35:54.4043353Z 339100K .......... .......... .......... .......... .......... 54% 274M 1s 2024-08-22T20:35:54.4045094Z 339150K .......... .......... .......... .......... .......... 54% 280M 1s 2024-08-22T20:35:54.4047390Z 339200K .......... .......... .......... .......... .......... 54% 231M 1s 2024-08-22T20:35:54.4049064Z 339250K .......... .......... .......... .......... .......... 54% 289M 1s 2024-08-22T20:35:54.4050843Z 339300K .......... .......... .......... .......... .......... 54% 254M 1s 2024-08-22T20:35:54.4052694Z 339350K .......... .......... .......... .......... .......... 54% 285M 1s 2024-08-22T20:35:54.4054439Z 339400K .......... .......... .......... .......... .......... 54% 264M 1s 2024-08-22T20:35:54.4056569Z 339450K .......... .......... .......... .......... .......... 54% 226M 1s 2024-08-22T20:35:54.4058231Z 339500K .......... .......... .......... .......... .......... 54% 295M 1s 2024-08-22T20:35:54.4060232Z 339550K .......... .......... .......... .......... .......... 54% 285M 1s 2024-08-22T20:35:54.4061930Z 339600K .......... .......... .......... .......... .......... 54% 244M 1s 2024-08-22T20:35:54.4063700Z 339650K .......... .......... .......... .......... .......... 54% 279M 1s 2024-08-22T20:35:54.4065395Z 339700K .......... .......... .......... .......... .......... 54% 292M 1s 2024-08-22T20:35:54.4067235Z 339750K .......... .......... .......... .......... .......... 54% 261M 1s 2024-08-22T20:35:54.4069576Z 339800K .......... .......... .......... .......... .......... 54% 244M 1s 2024-08-22T20:35:54.4071111Z 339850K .......... .......... .......... .......... .......... 54% 257M 1s 2024-08-22T20:35:54.4072821Z 339900K .......... .......... .......... .......... .......... 54% 295M 1s 2024-08-22T20:35:54.4074614Z 339950K .......... .......... .......... .......... .......... 54% 263M 1s 2024-08-22T20:35:54.4076622Z 340000K .......... .......... .......... .......... .......... 54% 246M 1s 2024-08-22T20:35:54.4078605Z 340050K .......... .......... .......... .......... .......... 54% 281M 1s 2024-08-22T20:35:54.4080331Z 340100K .......... .......... .......... .......... .......... 54% 249M 1s 2024-08-22T20:35:54.4081969Z 340150K .......... .......... .......... .......... .......... 54% 294M 1s 2024-08-22T20:35:54.4083765Z 340200K .......... .......... .......... .......... .......... 54% 275M 1s 2024-08-22T20:35:54.4085603Z 340250K .......... .......... .......... .......... .......... 54% 261M 1s 2024-08-22T20:35:54.4087656Z 340300K .......... .......... .......... .......... .......... 54% 271M 1s 2024-08-22T20:35:54.4089285Z 340350K .......... .......... .......... .......... .......... 54% 260M 1s 2024-08-22T20:35:54.4091181Z 340400K .......... .......... .......... .......... .......... 54% 280M 1s 2024-08-22T20:35:54.4092818Z 340450K .......... .......... .......... .......... .......... 54% 279M 1s 2024-08-22T20:35:54.4094934Z 340500K .......... .......... .......... .......... .......... 54% 231M 1s 2024-08-22T20:35:54.4096952Z 340550K .......... .......... .......... .......... .......... 54% 274M 1s 2024-08-22T20:35:54.4098806Z 340600K .......... .......... .......... .......... .......... 54% 234M 1s 2024-08-22T20:35:54.4100515Z 340650K .......... .......... .......... .......... .......... 54% 282M 1s 2024-08-22T20:35:54.4102334Z 340700K .......... .......... .......... .......... .......... 54% 266M 1s 2024-08-22T20:35:54.4104130Z 340750K .......... .......... .......... .......... .......... 54% 273M 1s 2024-08-22T20:35:54.4106065Z 340800K .......... .......... .......... .......... .......... 54% 252M 1s 2024-08-22T20:35:54.4107981Z 340850K .......... .......... .......... .......... .......... 54% 275M 1s 2024-08-22T20:35:54.4109848Z 340900K .......... .......... .......... .......... .......... 54% 245M 1s 2024-08-22T20:35:54.4111780Z 340950K .......... .......... .......... .......... .......... 54% 251M 1s 2024-08-22T20:35:54.4113488Z 341000K .......... .......... .......... .......... .......... 54% 292M 1s 2024-08-22T20:35:54.4115473Z 341050K .......... .......... .......... .......... .......... 54% 246M 1s 2024-08-22T20:35:54.4117296Z 341100K .......... .......... .......... .......... .......... 54% 261M 1s 2024-08-22T20:35:54.4119254Z 341150K .......... .......... .......... .......... .......... 54% 281M 1s 2024-08-22T20:35:54.4121204Z 341200K .......... .......... .......... .......... .......... 54% 245M 1s 2024-08-22T20:35:54.4122845Z 341250K .......... .......... .......... .......... .......... 54% 271M 1s 2024-08-22T20:35:54.4124974Z 341300K .......... .......... .......... .......... .......... 54% 248M 1s 2024-08-22T20:35:54.4126598Z 341350K .......... .......... .......... .......... .......... 54% 271M 1s 2024-08-22T20:35:54.4128562Z 341400K .......... .......... .......... .......... .......... 54% 255M 1s 2024-08-22T20:35:54.4130174Z 341450K .......... .......... .......... .......... .......... 54% 301M 1s 2024-08-22T20:35:54.4131898Z 341500K .......... .......... .......... .......... .......... 54% 282M 1s 2024-08-22T20:35:54.4133846Z 341550K .......... .......... .......... .......... .......... 54% 246M 1s 2024-08-22T20:35:54.4135577Z 341600K .......... .......... .......... .......... .......... 54% 277M 1s 2024-08-22T20:35:54.4137741Z 341650K .......... .......... .......... .......... .......... 54% 230M 1s 2024-08-22T20:35:54.4139433Z 341700K .......... .......... .......... .......... .......... 54% 289M 1s 2024-08-22T20:35:54.4141271Z 341750K .......... .......... .......... .......... .......... 54% 267M 1s 2024-08-22T20:35:54.4142970Z 341800K .......... .......... .......... .......... .......... 54% 284M 1s 2024-08-22T20:35:54.4144689Z 341850K .......... .......... .......... .......... .......... 54% 269M 1s 2024-08-22T20:35:54.4146659Z 341900K .......... .......... .......... .......... .......... 54% 264M 1s 2024-08-22T20:35:54.4148401Z 341950K .......... .......... .......... .......... .......... 55% 306M 1s 2024-08-22T20:35:54.4149985Z 342000K .......... .......... .......... .......... .......... 55% 281M 1s 2024-08-22T20:35:54.4151717Z 342050K .......... .......... .......... .......... .......... 55% 281M 1s 2024-08-22T20:35:54.4153535Z 342100K .......... .......... .......... .......... .......... 55% 267M 1s 2024-08-22T20:35:54.4155716Z 342150K .......... .......... .......... .......... .......... 55% 264M 1s 2024-08-22T20:35:54.4157404Z 342200K .......... .......... .......... .......... .......... 55% 244M 1s 2024-08-22T20:35:54.4159307Z 342250K .......... .......... .......... .......... .......... 55% 262M 1s 2024-08-22T20:35:54.4161293Z 342300K .......... .......... .......... .......... .......... 55% 258M 1s 2024-08-22T20:35:54.4163181Z 342350K .......... .......... .......... .......... .......... 55% 259M 1s 2024-08-22T20:35:54.4164976Z 342400K .......... .......... .......... .......... .......... 55% 252M 1s 2024-08-22T20:35:54.4166694Z 342450K .......... .......... .......... .......... .......... 55% 286M 1s 2024-08-22T20:35:54.4168442Z 342500K .......... .......... .......... .......... .......... 55% 281M 1s 2024-08-22T20:35:54.4170457Z 342550K .......... .......... .......... .......... .......... 55% 238M 1s 2024-08-22T20:35:54.4172177Z 342600K .......... .......... .......... .......... .......... 55% 288M 1s 2024-08-22T20:35:54.4173791Z 342650K .......... .......... .......... .......... .......... 55% 299M 1s 2024-08-22T20:35:54.4175703Z 342700K .......... .......... .......... .......... .......... 55% 255M 1s 2024-08-22T20:35:54.4177445Z 342750K .......... .......... .......... .......... .......... 55% 285M 1s 2024-08-22T20:35:54.4179327Z 342800K .......... .......... .......... .......... .......... 55% 290M 1s 2024-08-22T20:35:54.4180962Z 342850K .......... .......... .......... .......... .......... 55% 270M 1s 2024-08-22T20:35:54.4182726Z 342900K .......... .......... .......... .......... .......... 55% 273M 1s 2024-08-22T20:35:54.4184478Z 342950K .......... .......... .......... .......... .......... 55% 280M 1s 2024-08-22T20:35:54.4186674Z 343000K .......... .......... .......... .......... .......... 55% 253M 1s 2024-08-22T20:35:54.4188522Z 343050K .......... .......... .......... .......... .......... 55% 247M 1s 2024-08-22T20:35:54.4190661Z 343100K .......... .......... .......... .......... .......... 55% 228M 1s 2024-08-22T20:35:54.4192440Z 343150K .......... .......... .......... .......... .......... 55% 278M 1s 2024-08-22T20:35:54.4194558Z 343200K .......... .......... .......... .......... .......... 55% 272M 1s 2024-08-22T20:35:54.4196410Z 343250K .......... .......... .......... .......... .......... 55% 221M 1s 2024-08-22T20:35:54.4198270Z 343300K .......... .......... .......... .......... .......... 55% 274M 1s 2024-08-22T20:35:54.4200011Z 343350K .......... .......... .......... .......... .......... 55% 253M 1s 2024-08-22T20:35:54.4201720Z 343400K .......... .......... .......... .......... .......... 55% 279M 1s 2024-08-22T20:35:54.4203960Z 343450K .......... .......... .......... .......... .......... 55% 220M 1s 2024-08-22T20:35:54.4205883Z 343500K .......... .......... .......... .......... .......... 55% 261M 1s 2024-08-22T20:35:54.4207555Z 343550K .......... .......... .......... .......... .......... 55% 288M 1s 2024-08-22T20:35:54.4209407Z 343600K .......... .......... .......... .......... .......... 55% 260M 1s 2024-08-22T20:35:54.4211445Z 343650K .......... .......... .......... .......... .......... 55% 238M 1s 2024-08-22T20:35:54.4213305Z 343700K .......... .......... .......... .......... .......... 55% 262M 1s 2024-08-22T20:35:54.4215341Z 343750K .......... .......... .......... .......... .......... 55% 282M 1s 2024-08-22T20:35:54.4217204Z 343800K .......... .......... .......... .......... .......... 55% 226M 1s 2024-08-22T20:35:54.4219010Z 343850K .......... .......... .......... .......... .......... 55% 268M 1s 2024-08-22T20:35:54.4220774Z 343900K .......... .......... .......... .......... .......... 55% 279M 1s 2024-08-22T20:35:54.4222859Z 343950K .......... .......... .......... .......... .......... 55% 236M 1s 2024-08-22T20:35:54.4224589Z 344000K .......... .......... .......... .......... .......... 55% 283M 1s 2024-08-22T20:35:54.4226421Z 344050K .......... .......... .......... .......... .......... 55% 264M 1s 2024-08-22T20:35:54.4228598Z 344100K .......... .......... .......... .......... .......... 55% 225M 1s 2024-08-22T20:35:54.4230820Z 344150K .......... .......... .......... .......... .......... 55% 260M 1s 2024-08-22T20:35:54.4232575Z 344200K .......... .......... .......... .......... .......... 55% 231M 1s 2024-08-22T20:35:54.4234355Z 344250K .......... .......... .......... .......... .......... 55% 287M 1s 2024-08-22T20:35:54.4236392Z 344300K .......... .......... .......... .......... .......... 55% 266M 1s 2024-08-22T20:35:54.4238219Z 344350K .......... .......... .......... .......... .......... 55% 233M 1s 2024-08-22T20:35:54.4240417Z 344400K .......... .......... .......... .......... .......... 55% 273M 1s 2024-08-22T20:35:54.4242219Z 344450K .......... .......... .......... .......... .......... 55% 221M 1s 2024-08-22T20:35:54.4243867Z 344500K .......... .......... .......... .......... .......... 55% 295M 1s 2024-08-22T20:35:54.4245846Z 344550K .......... .......... .......... .......... .......... 55% 253M 1s 2024-08-22T20:35:54.4247484Z 344600K .......... .......... .......... .......... .......... 55% 289M 1s 2024-08-22T20:35:54.4249697Z 344650K .......... .......... .......... .......... .......... 55% 267M 1s 2024-08-22T20:35:54.4251305Z 344700K .......... .......... .......... .......... .......... 55% 247M 1s 2024-08-22T20:35:54.4252991Z 344750K .......... .......... .......... .......... .......... 55% 286M 1s 2024-08-22T20:35:54.4254880Z 344800K .......... .......... .......... .......... .......... 55% 258M 1s 2024-08-22T20:35:54.4256544Z 344850K .......... .......... .......... .......... .......... 55% 292M 1s 2024-08-22T20:35:54.4258596Z 344900K .......... .......... .......... .......... .......... 55% 297M 1s 2024-08-22T20:35:54.4260214Z 344950K .......... .......... .......... .......... .......... 55% 242M 1s 2024-08-22T20:35:54.4262035Z 345000K .......... .......... .......... .......... .......... 55% 275M 1s 2024-08-22T20:35:54.4264162Z 345050K .......... .......... .......... .......... .......... 55% 246M 1s 2024-08-22T20:35:54.4265844Z 345100K .......... .......... .......... .......... .......... 55% 281M 1s 2024-08-22T20:35:54.4267747Z 345150K .......... .......... .......... .......... .......... 55% 297M 1s 2024-08-22T20:35:54.4269725Z 345200K .......... .......... .......... .......... .......... 55% 221M 1s 2024-08-22T20:35:54.4271409Z 345250K .......... .......... .......... .......... .......... 55% 270M 1s 2024-08-22T20:35:54.4273505Z 345300K .......... .......... .......... .......... .......... 55% 229M 1s 2024-08-22T20:35:54.4275193Z 345350K .......... .......... .......... .......... .......... 55% 292M 1s 2024-08-22T20:35:54.4277186Z 345400K .......... .......... .......... .......... .......... 55% 245M 1s 2024-08-22T20:35:54.4278910Z 345450K .......... .......... .......... .......... .......... 55% 291M 1s 2024-08-22T20:35:54.4280592Z 345500K .......... .......... .......... .......... .......... 55% 283M 1s 2024-08-22T20:35:54.4282374Z 345550K .......... .......... .......... .......... .......... 55% 280M 1s 2024-08-22T20:35:54.4284096Z 345600K .......... .......... .......... .......... .......... 55% 279M 1s 2024-08-22T20:35:54.4285813Z 345650K .......... .......... .......... .......... .......... 55% 286M 1s 2024-08-22T20:35:54.4287891Z 345700K .......... .......... .......... .......... .......... 55% 233M 1s 2024-08-22T20:35:54.4289662Z 345750K .......... .......... .......... .......... .......... 55% 274M 1s 2024-08-22T20:35:54.4291754Z 345800K .......... .......... .......... .......... .......... 55% 269M 1s 2024-08-22T20:35:54.4293394Z 345850K .......... .......... .......... .......... .......... 55% 255M 1s 2024-08-22T20:35:54.4295118Z 345900K .......... .......... .......... .......... .......... 55% 291M 1s 2024-08-22T20:35:54.4297123Z 345950K .......... .......... .......... .......... .......... 55% 243M 1s 2024-08-22T20:35:54.4298839Z 346000K .......... .......... .......... .......... .......... 55% 281M 1s 2024-08-22T20:35:54.4300740Z 346050K .......... .......... .......... .......... .......... 55% 257M 1s 2024-08-22T20:35:54.4302480Z 346100K .......... .......... .......... .......... .......... 55% 277M 1s 2024-08-22T20:35:54.4304641Z 346150K .......... .......... .......... .......... .......... 55% 228M 1s 2024-08-22T20:35:54.4306308Z 346200K .......... .......... .......... .......... .......... 55% 297M 1s 2024-08-22T20:35:54.4308259Z 346250K .......... .......... .......... .......... .......... 55% 282M 1s 2024-08-22T20:35:54.4309859Z 346300K .......... .......... .......... .......... .......... 55% 268M 1s 2024-08-22T20:35:54.4312050Z 346350K .......... .......... .......... .......... .......... 55% 221M 1s 2024-08-22T20:35:54.4314026Z 346400K .......... .......... .......... .......... .......... 55% 247M 1s 2024-08-22T20:35:54.4315684Z 346450K .......... .......... .......... .......... .......... 55% 293M 1s 2024-08-22T20:35:54.4317332Z 346500K .......... .......... .......... .......... .......... 55% 302M 1s 2024-08-22T20:35:54.4319042Z 346550K .......... .......... .......... .......... .......... 55% 282M 1s 2024-08-22T20:35:54.4321101Z 346600K .......... .......... .......... .......... .......... 55% 235M 1s 2024-08-22T20:35:54.4322963Z 346650K .......... .......... .......... .......... .......... 55% 264M 1s 2024-08-22T20:35:54.4324714Z 346700K .......... .......... .......... .......... .......... 55% 277M 1s 2024-08-22T20:35:54.4326553Z 346750K .......... .......... .......... .......... .......... 55% 268M 1s 2024-08-22T20:35:54.4328768Z 346800K .......... .......... .......... .......... .......... 55% 224M 1s 2024-08-22T20:35:54.4330710Z 346850K .......... .......... .......... .......... .......... 55% 247M 1s 2024-08-22T20:35:54.4332430Z 346900K .......... .......... .......... .......... .......... 55% 284M 1s 2024-08-22T20:35:54.4334401Z 346950K .......... .......... .......... .......... .......... 55% 265M 1s 2024-08-22T20:35:54.4336391Z 347000K .......... .......... .......... .......... .......... 55% 251M 1s 2024-08-22T20:35:54.4338020Z 347050K .......... .......... .......... .......... .......... 55% 293M 1s 2024-08-22T20:35:54.4339660Z 347100K .......... .......... .......... .......... .......... 55% 284M 1s 2024-08-22T20:35:54.4341685Z 347150K .......... .......... .......... .......... .......... 55% 269M 1s 2024-08-22T20:35:54.4343607Z 347200K .......... .......... .......... .......... .......... 55% 225M 1s 2024-08-22T20:35:54.4345286Z 347250K .......... .......... .......... .......... .......... 55% 290M 1s 2024-08-22T20:35:54.4347017Z 347300K .......... .......... .......... .......... .......... 55% 283M 1s 2024-08-22T20:35:54.4349156Z 347350K .......... .......... .......... .......... .......... 55% 240M 1s 2024-08-22T20:35:54.4350893Z 347400K .......... .......... .......... .......... .......... 55% 268M 1s 2024-08-22T20:35:54.4352967Z 347450K .......... .......... .......... .......... .......... 55% 238M 1s 2024-08-22T20:35:54.4354892Z 347500K .......... .......... .......... .......... .......... 55% 248M 1s 2024-08-22T20:35:54.4356730Z 347550K .......... .......... .......... .......... .......... 55% 263M 1s 2024-08-22T20:35:54.4358913Z 347600K .......... .......... .......... .......... .......... 55% 226M 1s 2024-08-22T20:35:54.4360561Z 347650K .......... .......... .......... .......... .......... 55% 294M 1s 2024-08-22T20:35:54.4362362Z 347700K .......... .......... .......... .......... .......... 55% 274M 1s 2024-08-22T20:35:54.4364017Z 347750K .......... .......... .......... .......... .......... 55% 293M 1s 2024-08-22T20:35:54.4365787Z 347800K .......... .......... .......... .......... .......... 55% 273M 1s 2024-08-22T20:35:54.4368183Z 347850K .......... .......... .......... .......... .......... 55% 253M 1s 2024-08-22T20:35:54.4369952Z 347900K .......... .......... .......... .......... .......... 55% 220M 1s 2024-08-22T20:35:54.4371685Z 347950K .......... .......... .......... .......... .......... 55% 283M 1s 2024-08-22T20:35:54.4373348Z 348000K .......... .......... .......... .......... .......... 55% 310M 1s 2024-08-22T20:35:54.4375132Z 348050K .......... .......... .......... .......... .......... 55% 263M 1s 2024-08-22T20:35:54.4377366Z 348100K .......... .......... .......... .......... .......... 55% 266M 1s 2024-08-22T20:35:54.4379152Z 348150K .......... .......... .......... .......... .......... 55% 222M 1s 2024-08-22T20:35:54.4381106Z 348200K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4382738Z 348250K .......... .......... .......... .......... .......... 56% 274M 1s 2024-08-22T20:35:54.4384547Z 348300K .......... .......... .......... .......... .......... 56% 272M 1s 2024-08-22T20:35:54.4386809Z 348350K .......... .......... .......... .......... .......... 56% 257M 1s 2024-08-22T20:35:54.4388610Z 348400K .......... .......... .......... .......... .......... 56% 227M 1s 2024-08-22T20:35:54.4390527Z 348450K .......... .......... .......... .......... .......... 56% 289M 1s 2024-08-22T20:35:54.4392340Z 348500K .......... .......... .......... .......... .......... 56% 239M 1s 2024-08-22T20:35:54.4394254Z 348550K .......... .......... .......... .......... .......... 56% 250M 1s 2024-08-22T20:35:54.4396354Z 348600K .......... .......... .......... .......... .......... 56% 235M 1s 2024-08-22T20:35:54.4398285Z 348650K .......... .......... .......... .......... .......... 56% 253M 1s 2024-08-22T20:35:54.4399935Z 348700K .......... .......... .......... .......... .......... 56% 295M 1s 2024-08-22T20:35:54.4401704Z 348750K .......... .......... .......... .......... .......... 56% 274M 1s 2024-08-22T20:35:54.4403624Z 348800K .......... .......... .......... .......... .......... 56% 254M 1s 2024-08-22T20:35:54.4405702Z 348850K .......... .......... .......... .......... .......... 56% 239M 1s 2024-08-22T20:35:54.4407513Z 348900K .......... .......... .......... .......... .......... 56% 285M 1s 2024-08-22T20:35:54.4409353Z 348950K .......... .......... .......... .......... .......... 56% 280M 1s 2024-08-22T20:35:54.4411245Z 349000K .......... .......... .......... .......... .......... 56% 281M 1s 2024-08-22T20:35:54.4412737Z 349050K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4414982Z 349100K .......... .......... .......... .......... .......... 56% 227M 1s 2024-08-22T20:35:54.4416609Z 349150K .......... .......... .......... .......... .......... 56% 274M 1s 2024-08-22T20:35:54.4418384Z 349200K .......... .......... .......... .......... .......... 56% 279M 1s 2024-08-22T20:35:54.4420221Z 349250K .......... .......... .......... .......... .......... 56% 263M 1s 2024-08-22T20:35:54.4422098Z 349300K .......... .......... .......... .......... .......... 56% 260M 1s 2024-08-22T20:35:54.4424379Z 349350K .......... .......... .......... .......... .......... 56% 268M 1s 2024-08-22T20:35:54.4426103Z 349400K .......... .......... .......... .......... .......... 56% 225M 1s 2024-08-22T20:35:54.4428251Z 349450K .......... .......... .......... .......... .......... 56% 284M 1s 2024-08-22T20:35:54.4429953Z 349500K .......... .......... .......... .......... .......... 56% 225M 1s 2024-08-22T20:35:54.4431873Z 349550K .......... .......... .......... .......... .......... 56% 260M 1s 2024-08-22T20:35:54.4433891Z 349600K .......... .......... .......... .......... .......... 56% 235M 1s 2024-08-22T20:35:54.4435664Z 349650K .......... .......... .......... .......... .......... 56% 276M 1s 2024-08-22T20:35:54.4437765Z 349700K .......... .......... .......... .......... .......... 56% 290M 1s 2024-08-22T20:35:54.4439532Z 349750K .......... .......... .......... .......... .......... 56% 223M 1s 2024-08-22T20:35:54.4441347Z 349800K .......... .......... .......... .......... .......... 56% 283M 1s 2024-08-22T20:35:54.4443437Z 349850K .......... .......... .......... .......... .......... 56% 228M 1s 2024-08-22T20:35:54.4445195Z 349900K .......... .......... .......... .......... .......... 56% 274M 1s 2024-08-22T20:35:54.4446926Z 349950K .......... .......... .......... .......... .......... 56% 289M 1s 2024-08-22T20:35:54.4449177Z 350000K .......... .......... .......... .......... .......... 56% 213M 1s 2024-08-22T20:35:54.4450883Z 350050K .......... .......... .......... .......... .......... 56% 289M 1s 2024-08-22T20:35:54.4452858Z 350100K .......... .......... .......... .......... .......... 56% 248M 1s 2024-08-22T20:35:54.4454712Z 350150K .......... .......... .......... .......... .......... 56% 264M 1s 2024-08-22T20:35:54.4456684Z 350200K .......... .......... .......... .......... .......... 56% 286M 1s 2024-08-22T20:35:54.4458392Z 350250K .......... .......... .......... .......... .......... 56% 243M 1s 2024-08-22T20:35:54.4460266Z 350300K .......... .......... .......... .......... .......... 56% 261M 1s 2024-08-22T20:35:54.4462094Z 350350K .......... .......... .......... .......... .......... 56% 266M 1s 2024-08-22T20:35:54.4463775Z 350400K .......... .......... .......... .......... .......... 56% 294M 1s 2024-08-22T20:35:54.4465973Z 350450K .......... .......... .......... .......... .......... 56% 221M 1s 2024-08-22T20:35:54.4467720Z 350500K .......... .......... .......... .......... .......... 56% 280M 1s 2024-08-22T20:35:54.4469662Z 350550K .......... .......... .......... .......... .......... 56% 256M 1s 2024-08-22T20:35:54.4471733Z 350600K .......... .......... .......... .......... .......... 56% 272M 1s 2024-08-22T20:35:54.4473581Z 350650K .......... .......... .......... .......... .......... 56% 229M 1s 2024-08-22T20:35:54.4475639Z 350700K .......... .......... .......... .......... .......... 56% 284M 1s 2024-08-22T20:35:54.4477328Z 350750K .......... .......... .......... .......... .......... 56% 236M 1s 2024-08-22T20:35:54.4479119Z 350800K .......... .......... .......... .......... .......... 56% 276M 1s 2024-08-22T20:35:54.4480876Z 350850K .......... .......... .......... .......... .......... 56% 275M 1s 2024-08-22T20:35:54.4483138Z 350900K .......... .......... .......... .......... .......... 56% 241M 1s 2024-08-22T20:35:54.4484720Z 350950K .......... .......... .......... .......... .......... 56% 273M 1s 2024-08-22T20:35:54.4486441Z 351000K .......... .......... .......... .......... .......... 56% 281M 1s 2024-08-22T20:35:54.4488562Z 351050K .......... .......... .......... .......... .......... 56% 235M 1s 2024-08-22T20:35:54.4490288Z 351100K .......... .......... .......... .......... .......... 56% 278M 1s 2024-08-22T20:35:54.4492191Z 351150K .......... .......... .......... .......... .......... 56% 252M 1s 2024-08-22T20:35:54.4494031Z 351200K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4495781Z 351250K .......... .......... .......... .......... .......... 56% 274M 1s 2024-08-22T20:35:54.4498078Z 351300K .......... .......... .......... .......... .......... 56% 260M 1s 2024-08-22T20:35:54.4499868Z 351350K .......... .......... .......... .......... .......... 56% 221M 1s 2024-08-22T20:35:54.4501733Z 351400K .......... .......... .......... .......... .......... 56% 265M 1s 2024-08-22T20:35:54.4503464Z 351450K .......... .......... .......... .......... .......... 56% 278M 1s 2024-08-22T20:35:54.4505395Z 351500K .......... .......... .......... .......... .......... 56% 295M 1s 2024-08-22T20:35:54.4507312Z 351550K .......... .......... .......... .......... .......... 56% 224M 1s 2024-08-22T20:35:54.4509297Z 351600K .......... .......... .......... .......... .......... 56% 254M 1s 2024-08-22T20:35:54.4510933Z 351650K .......... .......... .......... .......... .......... 56% 290M 1s 2024-08-22T20:35:54.4513114Z 351700K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4514734Z 351750K .......... .......... .......... .......... .......... 56% 248M 1s 2024-08-22T20:35:54.4516461Z 351800K .......... .......... .......... .......... .......... 56% 277M 1s 2024-08-22T20:35:54.4518273Z 351850K .......... .......... .......... .......... .......... 56% 285M 1s 2024-08-22T20:35:54.4520285Z 351900K .......... .......... .......... .......... .......... 56% 233M 1s 2024-08-22T20:35:54.4522113Z 351950K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4523872Z 352000K .......... .......... .......... .......... .......... 56% 272M 1s 2024-08-22T20:35:54.4526117Z 352050K .......... .......... .......... .......... .......... 56% 219M 1s 2024-08-22T20:35:54.4528104Z 352100K .......... .......... .......... .......... .......... 56% 282M 1s 2024-08-22T20:35:54.4529896Z 352150K .......... .......... .......... .......... .......... 56% 278M 1s 2024-08-22T20:35:54.4531439Z 352200K .......... .......... .......... .......... .......... 56% 250M 1s 2024-08-22T20:35:54.4533440Z 352250K .......... .......... .......... .......... .......... 56% 256M 1s 2024-08-22T20:35:54.4535307Z 352300K .......... .......... .......... .......... .......... 56% 267M 1s 2024-08-22T20:35:54.4537315Z 352350K .......... .......... .......... .......... .......... 56% 287M 1s 2024-08-22T20:35:54.4539024Z 352400K .......... .......... .......... .......... .......... 56% 242M 1s 2024-08-22T20:35:54.4540636Z 352450K .......... .......... .......... .......... .......... 56% 297M 1s 2024-08-22T20:35:54.4542757Z 352500K .......... .......... .......... .......... .......... 56% 233M 1s 2024-08-22T20:35:54.4544629Z 352550K .......... .......... .......... .......... .......... 56% 260M 1s 2024-08-22T20:35:54.4546487Z 352600K .......... .......... .......... .......... .......... 56% 285M 1s 2024-08-22T20:35:54.4548389Z 352650K .......... .......... .......... .......... .......... 56% 253M 1s 2024-08-22T20:35:54.4550266Z 352700K .......... .......... .......... .......... .......... 56% 247M 1s 2024-08-22T20:35:54.4552195Z 352750K .......... .......... .......... .......... .......... 56% 249M 1s 2024-08-22T20:35:54.4553966Z 352800K .......... .......... .......... .......... .......... 56% 281M 1s 2024-08-22T20:35:54.4555829Z 352850K .......... .......... .......... .......... .......... 56% 291M 1s 2024-08-22T20:35:54.4557703Z 352900K .......... .......... .......... .......... .......... 56% 255M 1s 2024-08-22T20:35:54.4559202Z 352950K .......... .......... .......... .......... .......... 56% 292M 1s 2024-08-22T20:35:54.4561413Z 353000K .......... .......... .......... .......... .......... 56% 236M 1s 2024-08-22T20:35:54.4563005Z 353050K .......... .......... .......... .......... .......... 56% 283M 1s 2024-08-22T20:35:54.4564845Z 353100K .......... .......... .......... .......... .......... 56% 310M 1s 2024-08-22T20:35:54.4566613Z 353150K .......... .......... .......... .......... .......... 56% 243M 1s 2024-08-22T20:35:54.4568408Z 353200K .......... .......... .......... .......... .......... 56% 270M 1s 2024-08-22T20:35:54.4570473Z 353250K .......... .......... .......... .......... .......... 56% 235M 1s 2024-08-22T20:35:54.4572207Z 353300K .......... .......... .......... .......... .......... 56% 282M 1s 2024-08-22T20:35:54.4574024Z 353350K .......... .......... .......... .......... .......... 56% 271M 1s 2024-08-22T20:35:54.4575996Z 353400K .......... .......... .......... .......... .......... 56% 245M 1s 2024-08-22T20:35:54.4577717Z 353450K .......... .......... .......... .......... .......... 56% 289M 1s 2024-08-22T20:35:54.4579542Z 353500K .......... .......... .......... .......... .......... 56% 261M 1s 2024-08-22T20:35:54.4581249Z 353550K .......... .......... .......... .......... .......... 56% 286M 1s 2024-08-22T20:35:54.4582972Z 353600K .......... .......... .......... .......... .......... 56% 285M 1s 2024-08-22T20:35:54.4584898Z 353650K .......... .......... .......... .......... .......... 56% 252M 1s 2024-08-22T20:35:54.4586604Z 353700K .......... .......... .......... .......... .......... 56% 290M 1s 2024-08-22T20:35:54.4588729Z 353750K .......... .......... .......... .......... .......... 56% 230M 1s 2024-08-22T20:35:54.4590552Z 353800K .......... .......... .......... .......... .......... 56% 270M 1s 2024-08-22T20:35:54.4592210Z 353850K .......... .......... .......... .......... .......... 56% 289M 1s 2024-08-22T20:35:54.4594112Z 353900K .......... .......... .......... .......... .......... 56% 255M 1s 2024-08-22T20:35:54.4595992Z 353950K .......... .......... .......... .......... .......... 56% 263M 1s 2024-08-22T20:35:54.4598163Z 354000K .......... .......... .......... .......... .......... 56% 224M 1s 2024-08-22T20:35:54.4600094Z 354050K .......... .......... .......... .......... .......... 56% 280M 1s 2024-08-22T20:35:54.4601798Z 354100K .......... .......... .......... .......... .......... 56% 261M 1s 2024-08-22T20:35:54.4603656Z 354150K .......... .......... .......... .......... .......... 56% 258M 1s 2024-08-22T20:35:54.4605569Z 354200K .......... .......... .......... .......... .......... 56% 262M 1s 2024-08-22T20:35:54.4607683Z 354250K .......... .......... .......... .......... .......... 56% 228M 1s 2024-08-22T20:35:54.4609403Z 354300K .......... .......... .......... .......... .......... 56% 287M 1s 2024-08-22T20:35:54.4611228Z 354350K .......... .......... .......... .......... .......... 56% 270M 1s 2024-08-22T20:35:54.4613069Z 354400K .......... .......... .......... .......... .......... 57% 267M 1s 2024-08-22T20:35:54.4614852Z 354450K .......... .......... .......... .......... .......... 57% 265M 1s 2024-08-22T20:35:54.4616821Z 354500K .......... .......... .......... .......... .......... 57% 247M 1s 2024-08-22T20:35:54.4618583Z 354550K .......... .......... .......... .......... .......... 57% 280M 1s 2024-08-22T20:35:54.4620185Z 354600K .......... .......... .......... .......... .......... 57% 308M 1s 2024-08-22T20:35:54.4622001Z 354650K .......... .......... .......... .......... .......... 57% 263M 1s 2024-08-22T20:35:54.4623704Z 354700K .......... .......... .......... .......... .......... 57% 288M 1s 2024-08-22T20:35:54.4625408Z 354750K .......... .......... .......... .......... .......... 57% 285M 1s 2024-08-22T20:35:54.4627327Z 354800K .......... .......... .......... .......... .......... 57% 283M 1s 2024-08-22T20:35:54.4629328Z 354850K .......... .......... .......... .......... .......... 57% 244M 1s 2024-08-22T20:35:54.4631049Z 354900K .......... .......... .......... .......... .......... 57% 257M 1s 2024-08-22T20:35:54.4632780Z 354950K .......... .......... .......... .......... .......... 57% 307M 1s 2024-08-22T20:35:54.4634319Z 355000K .......... .......... .......... .......... .......... 57% 290M 1s 2024-08-22T20:35:54.4636018Z 355050K .......... .......... .......... .......... .......... 57% 289M 1s 2024-08-22T20:35:54.4637980Z 355100K .......... .......... .......... .......... .......... 57% 248M 1s 2024-08-22T20:35:54.4639615Z 355150K .......... .......... .......... .......... .......... 57% 299M 1s 2024-08-22T20:35:54.4641235Z 355200K .......... .......... .......... .......... .......... 57% 303M 1s 2024-08-22T20:35:54.4642808Z 355250K .......... .......... .......... .......... .......... 57% 308M 1s 2024-08-22T20:35:54.4644633Z 355300K .......... .......... .......... .......... .......... 57% 268M 1s 2024-08-22T20:35:54.4646218Z 355350K .......... .......... .......... .......... .......... 57% 306M 1s 2024-08-22T20:35:54.4648000Z 355400K .......... .......... .......... .......... .......... 57% 309M 1s 2024-08-22T20:35:54.4649524Z 355450K .......... .......... .......... .......... .......... 57% 283M 1s 2024-08-22T20:35:54.4651209Z 355500K .......... .......... .......... .......... .......... 57% 302M 1s 2024-08-22T20:35:54.4653293Z 355550K .......... .......... .......... .......... .......... 57% 232M 1s 2024-08-22T20:35:54.4654978Z 355600K .......... .......... .......... .......... .......... 57% 288M 1s 2024-08-22T20:35:54.4656853Z 355650K .......... .......... .......... .......... .......... 57% 291M 1s 2024-08-22T20:35:54.4658540Z 355700K .......... .......... .......... .......... .......... 57% 255M 1s 2024-08-22T20:35:54.4660280Z 355750K .......... .......... .......... .......... .......... 57% 282M 1s 2024-08-22T20:35:54.4662214Z 355800K .......... .......... .......... .......... .......... 57% 255M 1s 2024-08-22T20:35:54.4663970Z 355850K .......... .......... .......... .......... .......... 57% 274M 1s 2024-08-22T20:35:54.4665589Z 355900K .......... .......... .......... .......... .......... 57% 302M 1s 2024-08-22T20:35:54.4667314Z 355950K .......... .......... .......... .......... .......... 57% 284M 1s 2024-08-22T20:35:54.4669537Z 356000K .......... .......... .......... .......... .......... 57% 236M 1s 2024-08-22T20:35:54.4671171Z 356050K .......... .......... .......... .......... .......... 57% 276M 1s 2024-08-22T20:35:54.4672763Z 356100K .......... .......... .......... .......... .......... 57% 307M 1s 2024-08-22T20:35:54.4674401Z 356150K .......... .......... .......... .......... .......... 57% 297M 1s 2024-08-22T20:35:54.4676356Z 356200K .......... .......... .......... .......... .......... 57% 250M 1s 2024-08-22T20:35:54.4678129Z 356250K .......... .......... .......... .......... .......... 57% 273M 1s 2024-08-22T20:35:54.4679752Z 356300K .......... .......... .......... .......... .......... 57% 303M 1s 2024-08-22T20:35:54.4681578Z 356350K .......... .......... .......... .......... .......... 57% 268M 1s 2024-08-22T20:35:54.4683564Z 356400K .......... .......... .......... .......... .......... 57% 250M 1s 2024-08-22T20:35:54.4685419Z 356450K .......... .......... .......... .......... .......... 57% 256M 1s 2024-08-22T20:35:54.4687141Z 356500K .......... .......... .......... .......... .......... 57% 283M 1s 2024-08-22T20:35:54.4688887Z 356550K .......... .......... .......... .......... .......... 57% 283M 1s 2024-08-22T20:35:54.4690793Z 356600K .......... .......... .......... .......... .......... 57% 291M 1s 2024-08-22T20:35:54.4692468Z 356650K .......... .......... .......... .......... .......... 57% 258M 1s 2024-08-22T20:35:54.4694570Z 356700K .......... .......... .......... .......... .......... 57% 232M 1s 2024-08-22T20:35:54.4696620Z 356750K .......... .......... .......... .......... .......... 57% 263M 1s 2024-08-22T20:35:54.4698426Z 356800K .......... .......... .......... .......... .......... 57% 308M 1s 2024-08-22T20:35:54.4699938Z 356850K .......... .......... .......... .......... .......... 57% 259M 1s 2024-08-22T20:35:54.4701694Z 356900K .......... .......... .......... .......... .......... 57% 297M 1s 2024-08-22T20:35:54.4703629Z 356950K .......... .......... .......... .......... .......... 57% 233M 1s 2024-08-22T20:35:54.4705369Z 357000K .......... .......... .......... .......... .......... 57% 288M 1s 2024-08-22T20:35:54.4707002Z 357050K .......... .......... .......... .......... .......... 57% 292M 1s 2024-08-22T20:35:54.4708920Z 357100K .......... .......... .......... .......... .......... 57% 251M 1s 2024-08-22T20:35:54.4710634Z 357150K .......... .......... .......... .......... .......... 57% 287M 1s 2024-08-22T20:35:54.4712559Z 357200K .......... .......... .......... .......... .......... 57% 255M 1s 2024-08-22T20:35:54.4714537Z 357250K .......... .......... .......... .......... .......... 57% 281M 1s 2024-08-22T20:35:54.4716160Z 357300K .......... .......... .......... .......... .......... 57% 262M 1s 2024-08-22T20:35:54.4717855Z 357350K .......... .......... .......... .......... .......... 57% 285M 1s 2024-08-22T20:35:54.4719513Z 357400K .......... .......... .......... .......... .......... 57% 296M 1s 2024-08-22T20:35:54.4721420Z 357450K .......... .......... .......... .......... .......... 57% 272M 1s 2024-08-22T20:35:54.4723168Z 357500K .......... .......... .......... .......... .......... 57% 262M 1s 2024-08-22T20:35:54.4725137Z 357550K .......... .......... .......... .......... .......... 57% 252M 1s 2024-08-22T20:35:54.4726800Z 357600K .......... .......... .......... .......... .......... 57% 292M 1s 2024-08-22T20:35:54.4728747Z 357650K .......... .......... .......... .......... .......... 57% 300M 1s 2024-08-22T20:35:54.4730204Z 357700K .......... .......... .......... .......... .......... 57% 272M 1s 2024-08-22T20:35:54.4732145Z 357750K .......... .......... .......... .......... .......... 57% 251M 1s 2024-08-22T20:35:54.4733756Z 357800K .......... .......... .......... .......... .......... 57% 305M 1s 2024-08-22T20:35:54.4735567Z 357850K .......... .......... .......... .......... .......... 57% 274M 1s 2024-08-22T20:35:54.4737510Z 357900K .......... .......... .......... .......... .......... 57% 248M 1s 2024-08-22T20:35:54.4739340Z 357950K .......... .......... .......... .......... .......... 57% 289M 1s 2024-08-22T20:35:54.4740905Z 358000K .......... .......... .......... .......... .......... 57% 289M 1s 2024-08-22T20:35:54.4742679Z 358050K .......... .......... .......... .......... .......... 57% 275M 1s 2024-08-22T20:35:54.4744480Z 358100K .......... .......... .......... .......... .......... 57% 278M 1s 2024-08-22T20:35:54.4746488Z 358150K .......... .......... .......... .......... .......... 57% 236M 1s 2024-08-22T20:35:54.4748352Z 358200K .......... .......... .......... .......... .......... 57% 308M 1s 2024-08-22T20:35:54.4750089Z 358250K .......... .......... .......... .......... .......... 57% 250M 1s 2024-08-22T20:35:54.4751810Z 358300K .......... .......... .......... .......... .......... 57% 280M 1s 2024-08-22T20:35:54.4753617Z 358350K .......... .......... .......... .......... .......... 57% 269M 1s 2024-08-22T20:35:54.4755591Z 358400K .......... .......... .......... .......... .......... 57% 295M 1s 2024-08-22T20:35:54.4757164Z 358450K .......... .......... .......... .......... .......... 57% 254M 1s 2024-08-22T20:35:54.4759011Z 358500K .......... .......... .......... .......... .......... 57% 263M 1s 2024-08-22T20:35:54.4760668Z 358550K .......... .......... .......... .......... .......... 57% 293M 1s 2024-08-22T20:35:54.4762738Z 358600K .......... .......... .......... .......... .......... 57% 258M 1s 2024-08-22T20:35:54.4764384Z 358650K .......... .......... .......... .......... .......... 57% 275M 1s 2024-08-22T20:35:54.4766274Z 358700K .......... .......... .......... .......... .......... 57% 284M 1s 2024-08-22T20:35:54.4768140Z 358750K .......... .......... .......... .......... .......... 57% 244M 1s 2024-08-22T20:35:54.4769837Z 358800K .......... .......... .......... .......... .......... 57% 287M 1s 2024-08-22T20:35:54.4772137Z 358850K .......... .......... .......... .......... .......... 57% 264M 1s 2024-08-22T20:35:54.4773590Z 358900K .......... .......... .......... .......... .......... 57% 252M 1s 2024-08-22T20:35:54.4775267Z 358950K .......... .......... .......... .......... .......... 57% 289M 1s 2024-08-22T20:35:54.4777226Z 359000K .......... .......... .......... .......... .......... 57% 248M 1s 2024-08-22T20:35:54.4778842Z 359050K .......... .......... .......... .......... .......... 57% 302M 1s 2024-08-22T20:35:54.4780719Z 359100K .......... .......... .......... .......... .......... 57% 260M 1s 2024-08-22T20:35:54.4782578Z 359150K .......... .......... .......... .......... .......... 57% 272M 1s 2024-08-22T20:35:54.4784285Z 359200K .......... .......... .......... .......... .......... 57% 277M 1s 2024-08-22T20:35:54.4786207Z 359250K .......... .......... .......... .......... .......... 57% 253M 1s 2024-08-22T20:35:54.4788072Z 359300K .......... .......... .......... .......... .......... 57% 292M 1s 2024-08-22T20:35:54.4790089Z 359350K .......... .......... .......... .......... .......... 57% 267M 1s 2024-08-22T20:35:54.4791720Z 359400K .......... .......... .......... .......... .......... 57% 245M 1s 2024-08-22T20:35:54.4793432Z 359450K .......... .......... .......... .......... .......... 57% 284M 1s 2024-08-22T20:35:54.4795555Z 359500K .......... .......... .......... .......... .......... 57% 233M 1s 2024-08-22T20:35:54.4797241Z 359550K .......... .......... .......... .......... .......... 57% 287M 1s 2024-08-22T20:35:54.4799267Z 359600K .......... .......... .......... .......... .......... 57% 241M 1s 2024-08-22T20:35:54.4800995Z 359650K .......... .......... .......... .......... .......... 57% 280M 1s 2024-08-22T20:35:54.4802753Z 359700K .......... .......... .......... .......... .......... 57% 283M 1s 2024-08-22T20:35:54.4804701Z 359750K .......... .......... .......... .......... .......... 57% 290M 1s 2024-08-22T20:35:54.4806532Z 359800K .......... .......... .......... .......... .......... 57% 230M 1s 2024-08-22T20:35:54.4808206Z 359850K .......... .......... .......... .......... .......... 57% 290M 1s 2024-08-22T20:35:54.4810314Z 359900K .......... .......... .......... .......... .......... 57% 266M 1s 2024-08-22T20:35:54.4812143Z 359950K .......... .......... .......... .......... .......... 57% 270M 1s 2024-08-22T20:35:54.4813880Z 360000K .......... .......... .......... .......... .......... 57% 240M 1s 2024-08-22T20:35:54.4815617Z 360050K .......... .......... .......... .......... .......... 57% 290M 1s 2024-08-22T20:35:54.4817467Z 360100K .......... .......... .......... .......... .......... 57% 261M 1s 2024-08-22T20:35:54.4819620Z 360150K .......... .......... .......... .......... .......... 57% 268M 1s 2024-08-22T20:35:54.4821436Z 360200K .......... .......... .......... .......... .......... 57% 226M 1s 2024-08-22T20:35:54.4823232Z 360250K .......... .......... .......... .......... .......... 57% 270M 1s 2024-08-22T20:35:54.4824990Z 360300K .......... .......... .......... .......... .......... 57% 292M 1s 2024-08-22T20:35:54.4827170Z 360350K .......... .......... .......... .......... .......... 57% 243M 1s 2024-08-22T20:35:54.4829019Z 360400K .......... .......... .......... .......... .......... 57% 232M 1s 2024-08-22T20:35:54.4830906Z 360450K .......... .......... .......... .......... .......... 57% 258M 1s 2024-08-22T20:35:54.4832714Z 360500K .......... .......... .......... .......... .......... 57% 275M 1s 2024-08-22T20:35:54.4834882Z 360550K .......... .......... .......... .......... .......... 57% 279M 1s 2024-08-22T20:35:54.4836540Z 360600K .......... .......... .......... .......... .......... 58% 231M 1s 2024-08-22T20:35:54.4838568Z 360650K .......... .......... .......... .......... .......... 58% 271M 1s 2024-08-22T20:35:54.4840250Z 360700K .......... .......... .......... .......... .......... 58% 279M 1s 2024-08-22T20:35:54.4842051Z 360750K .......... .......... .......... .......... .......... 58% 284M 1s 2024-08-22T20:35:54.4843836Z 360800K .......... .......... .......... .......... .......... 58% 261M 1s 2024-08-22T20:35:54.4845458Z 360850K .......... .......... .......... .......... .......... 58% 276M 1s 2024-08-22T20:35:54.4847187Z 360900K .......... .......... .......... .......... .......... 58% 284M 1s 2024-08-22T20:35:54.4849161Z 360950K .......... .......... .......... .......... .......... 58% 250M 1s 2024-08-22T20:35:54.4851171Z 361000K .......... .......... .......... .......... .......... 58% 252M 1s 2024-08-22T20:35:54.4852888Z 361050K .......... .......... .......... .......... .......... 58% 270M 1s 2024-08-22T20:35:54.4854779Z 361100K .......... .......... .......... .......... .......... 58% 257M 1s 2024-08-22T20:35:54.4856564Z 361150K .......... .......... .......... .......... .......... 58% 272M 1s 2024-08-22T20:35:54.4858415Z 361200K .......... .......... .......... .......... .......... 58% 265M 1s 2024-08-22T20:35:54.4860081Z 361250K .......... .......... .......... .......... .......... 58% 293M 1s 2024-08-22T20:35:54.4862136Z 361300K .......... .......... .......... .......... .......... 58% 237M 1s 2024-08-22T20:35:54.4863717Z 361350K .......... .......... .......... .......... .......... 58% 306M 1s 2024-08-22T20:35:54.4865473Z 361400K .......... .......... .......... .......... .......... 58% 281M 1s 2024-08-22T20:35:54.4867279Z 361450K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.4869323Z 361500K .......... .......... .......... .......... .......... 58% 242M 1s 2024-08-22T20:35:54.4870958Z 361550K .......... .......... .......... .......... .......... 58% 293M 1s 2024-08-22T20:35:54.4872932Z 361600K .......... .......... .......... .......... .......... 58% 251M 1s 2024-08-22T20:35:54.4874748Z 361650K .......... .......... .......... .......... .......... 58% 273M 1s 2024-08-22T20:35:54.4876674Z 361700K .......... .......... .......... .......... .......... 58% 248M 1s 2024-08-22T20:35:54.4878657Z 361750K .......... .......... .......... .......... .......... 58% 245M 1s 2024-08-22T20:35:54.4880453Z 361800K .......... .......... .......... .......... .......... 58% 275M 1s 2024-08-22T20:35:54.4882363Z 361850K .......... .......... .......... .......... .......... 58% 275M 1s 2024-08-22T20:35:54.4884466Z 361900K .......... .......... .......... .......... .......... 58% 258M 1s 2024-08-22T20:35:54.4886159Z 361950K .......... .......... .......... .......... .......... 58% 235M 1s 2024-08-22T20:35:54.4888083Z 362000K .......... .......... .......... .......... .......... 58% 255M 1s 2024-08-22T20:35:54.4889988Z 362050K .......... .......... .......... .......... .......... 58% 254M 1s 2024-08-22T20:35:54.4891890Z 362100K .......... .......... .......... .......... .......... 58% 262M 1s 2024-08-22T20:35:54.4893983Z 362150K .......... .......... .......... .......... .......... 58% 233M 1s 2024-08-22T20:35:54.4895728Z 362200K .......... .......... .......... .......... .......... 58% 281M 1s 2024-08-22T20:35:54.4897808Z 362250K .......... .......... .......... .......... .......... 58% 274M 1s 2024-08-22T20:35:54.4899417Z 362300K .......... .......... .......... .......... .......... 58% 251M 1s 2024-08-22T20:35:54.4901329Z 362350K .......... .......... .......... .......... .......... 58% 270M 1s 2024-08-22T20:35:54.4903164Z 362400K .......... .......... .......... .......... .......... 58% 258M 1s 2024-08-22T20:35:54.4905161Z 362450K .......... .......... .......... .......... .......... 58% 278M 1s 2024-08-22T20:35:54.4906971Z 362500K .......... .......... .......... .......... .......... 58% 239M 1s 2024-08-22T20:35:54.4908918Z 362550K .......... .......... .......... .......... .......... 58% 245M 1s 2024-08-22T20:35:54.4910899Z 362600K .......... .......... .......... .......... .......... 58% 272M 1s 2024-08-22T20:35:54.4913009Z 362650K .......... .......... .......... .......... .......... 58% 234M 1s 2024-08-22T20:35:54.4914642Z 362700K .......... .......... .......... .......... .......... 58% 271M 1s 2024-08-22T20:35:54.4916833Z 362750K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.4918457Z 362800K .......... .......... .......... .......... .......... 58% 246M 1s 2024-08-22T20:35:54.4920261Z 362850K .......... .......... .......... .......... .......... 58% 262M 1s 2024-08-22T20:35:54.4922107Z 362900K .......... .......... .......... .......... .......... 58% 272M 1s 2024-08-22T20:35:54.4924255Z 362950K .......... .......... .......... .......... .......... 58% 224M 1s 2024-08-22T20:35:54.4925956Z 363000K .......... .......... .......... .......... .......... 58% 291M 1s 2024-08-22T20:35:54.4927764Z 363050K .......... .......... .......... .......... .......... 58% 264M 1s 2024-08-22T20:35:54.4929640Z 363100K .......... .......... .......... .......... .......... 58% 260M 1s 2024-08-22T20:35:54.4931418Z 363150K .......... .......... .......... .......... .......... 58% 274M 1s 2024-08-22T20:35:54.4933175Z 363200K .......... .......... .......... .......... .......... 58% 281M 1s 2024-08-22T20:35:54.4935100Z 363250K .......... .......... .......... .......... .......... 58% 257M 1s 2024-08-22T20:35:54.4936747Z 363300K .......... .......... .......... .......... .......... 58% 294M 1s 2024-08-22T20:35:54.4938733Z 363350K .......... .......... .......... .......... .......... 58% 305M 1s 2024-08-22T20:35:54.4940471Z 363400K .......... .......... .......... .......... .......... 58% 227M 1s 2024-08-22T20:35:54.4942220Z 363450K .......... .......... .......... .......... .......... 58% 279M 1s 2024-08-22T20:35:54.4943920Z 363500K .......... .......... .......... .......... .......... 58% 289M 1s 2024-08-22T20:35:54.4945785Z 363550K .......... .......... .......... .......... .......... 58% 272M 1s 2024-08-22T20:35:54.4948209Z 363600K .......... .......... .......... .......... .......... 58% 267M 1s 2024-08-22T20:35:54.4949784Z 363650K .......... .......... .......... .......... .......... 58% 220M 1s 2024-08-22T20:35:54.4951533Z 363700K .......... .......... .......... .......... .......... 58% 278M 1s 2024-08-22T20:35:54.4953370Z 363750K .......... .......... .......... .......... .......... 58% 265M 1s 2024-08-22T20:35:54.4955170Z 363800K .......... .......... .......... .......... .......... 58% 290M 1s 2024-08-22T20:35:54.4956766Z 363850K .......... .......... .......... .......... .......... 58% 291M 1s 2024-08-22T20:35:54.4958783Z 363900K .......... .......... .......... .......... .......... 58% 237M 1s 2024-08-22T20:35:54.4960867Z 363950K .......... .......... .......... .......... .......... 58% 278M 1s 2024-08-22T20:35:54.4962693Z 364000K .......... .......... .......... .......... .......... 58% 232M 1s 2024-08-22T20:35:54.4964456Z 364050K .......... .......... .......... .......... .......... 58% 269M 1s 2024-08-22T20:35:54.4966274Z 364100K .......... .......... .......... .......... .......... 58% 271M 1s 2024-08-22T20:35:54.4968107Z 364150K .......... .......... .......... .......... .......... 58% 264M 1s 2024-08-22T20:35:54.4970052Z 364200K .......... .......... .......... .......... .......... 58% 301M 1s 2024-08-22T20:35:54.4971858Z 364250K .......... .......... .......... .......... .......... 58% 228M 1s 2024-08-22T20:35:54.4973487Z 364300K .......... .......... .......... .......... .......... 58% 305M 1s 2024-08-22T20:35:54.4975696Z 364350K .......... .......... .......... .......... .......... 58% 221M 1s 2024-08-22T20:35:54.4977381Z 364400K .......... .......... .......... .......... .......... 58% 288M 1s 2024-08-22T20:35:54.4979432Z 364450K .......... .......... .......... .......... .......... 58% 276M 1s 2024-08-22T20:35:54.4981233Z 364500K .......... .......... .......... .......... .......... 58% 234M 1s 2024-08-22T20:35:54.4983199Z 364550K .......... .......... .......... .......... .......... 58% 271M 1s 2024-08-22T20:35:54.4984845Z 364600K .......... .......... .......... .......... .......... 58% 292M 1s 2024-08-22T20:35:54.4986833Z 364650K .......... .......... .......... .......... .......... 58% 233M 1s 2024-08-22T20:35:54.4989270Z 364700K .......... .......... .......... .......... .......... 58% 242M 1s 2024-08-22T20:35:54.4990962Z 364750K .......... .......... .......... .......... .......... 58% 229M 1s 2024-08-22T20:35:54.4992692Z 364800K .......... .......... .......... .......... .......... 58% 291M 1s 2024-08-22T20:35:54.4994695Z 364850K .......... .......... .......... .......... .......... 58% 240M 1s 2024-08-22T20:35:54.4996509Z 364900K .......... .......... .......... .......... .......... 58% 269M 1s 2024-08-22T20:35:54.4998393Z 364950K .......... .......... .......... .......... .......... 58% 267M 1s 2024-08-22T20:35:54.5000492Z 365000K .......... .......... .......... .......... .......... 58% 227M 1s 2024-08-22T20:35:54.5002612Z 365050K .......... .......... .......... .......... .......... 58% 286M 1s 2024-08-22T20:35:54.5004278Z 365100K .......... .......... .......... .......... .......... 58% 236M 1s 2024-08-22T20:35:54.5005955Z 365150K .......... .......... .......... .......... .......... 58% 291M 1s 2024-08-22T20:35:54.5007645Z 365200K .......... .......... .......... .......... .......... 58% 283M 1s 2024-08-22T20:35:54.5009614Z 365250K .......... .......... .......... .......... .......... 58% 251M 1s 2024-08-22T20:35:54.5011454Z 365300K .......... .......... .......... .......... .......... 58% 263M 1s 2024-08-22T20:35:54.5013088Z 365350K .......... .......... .......... .......... .......... 58% 295M 1s 2024-08-22T20:35:54.5014808Z 365400K .......... .......... .......... .......... .......... 58% 290M 1s 2024-08-22T20:35:54.5016764Z 365450K .......... .......... .......... .......... .......... 58% 249M 1s 2024-08-22T20:35:54.5018568Z 365500K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.5020218Z 365550K .......... .......... .......... .......... .......... 58% 295M 1s 2024-08-22T20:35:54.5021982Z 365600K .......... .......... .......... .......... .......... 58% 284M 1s 2024-08-22T20:35:54.5024199Z 365650K .......... .......... .......... .......... .......... 58% 219M 1s 2024-08-22T20:35:54.5026010Z 365700K .......... .......... .......... .......... .......... 58% 273M 1s 2024-08-22T20:35:54.5028157Z 365750K .......... .......... .......... .......... .......... 58% 262M 1s 2024-08-22T20:35:54.5029881Z 365800K .......... .......... .......... .......... .......... 58% 241M 1s 2024-08-22T20:35:54.5031861Z 365850K .......... .......... .......... .......... .......... 58% 239M 1s 2024-08-22T20:35:54.5033731Z 365900K .......... .......... .......... .......... .......... 58% 265M 1s 2024-08-22T20:35:54.5035675Z 365950K .......... .......... .......... .......... .......... 58% 257M 1s 2024-08-22T20:35:54.5037478Z 366000K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.5039317Z 366050K .......... .......... .......... .......... .......... 58% 262M 1s 2024-08-22T20:35:54.5041468Z 366100K .......... .......... .......... .......... .......... 58% 270M 1s 2024-08-22T20:35:54.5043334Z 366150K .......... .......... .......... .......... .......... 58% 221M 1s 2024-08-22T20:35:54.5045061Z 366200K .......... .......... .......... .......... .......... 58% 284M 1s 2024-08-22T20:35:54.5046940Z 366250K .......... .......... .......... .......... .......... 58% 261M 1s 2024-08-22T20:35:54.5048867Z 366300K .......... .......... .......... .......... .......... 58% 249M 1s 2024-08-22T20:35:54.5050704Z 366350K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.5052783Z 366400K .......... .......... .......... .......... .......... 58% 234M 1s 2024-08-22T20:35:54.5054615Z 366450K .......... .......... .......... .......... .......... 58% 268M 1s 2024-08-22T20:35:54.5056681Z 366500K .......... .......... .......... .......... .......... 58% 261M 1s 2024-08-22T20:35:54.5058694Z 366550K .......... .......... .......... .......... .......... 58% 273M 1s 2024-08-22T20:35:54.5060310Z 366600K .......... .......... .......... .......... .......... 58% 240M 1s 2024-08-22T20:35:54.5062198Z 366650K .......... .......... .......... .......... .......... 58% 278M 1s 2024-08-22T20:35:54.5063761Z 366700K .......... .......... .......... .......... .......... 58% 288M 1s 2024-08-22T20:35:54.5066006Z 366750K .......... .......... .......... .......... .......... 58% 255M 1s 2024-08-22T20:35:54.5067943Z 366800K .......... .......... .......... .......... .......... 58% 226M 1s 2024-08-22T20:35:54.5069847Z 366850K .......... .......... .......... .......... .......... 59% 242M 1s 2024-08-22T20:35:54.5071589Z 366900K .......... .......... .......... .......... .......... 59% 283M 1s 2024-08-22T20:35:54.5073291Z 366950K .......... .......... .......... .......... .......... 59% 287M 1s 2024-08-22T20:35:54.5075413Z 367000K .......... .......... .......... .......... .......... 59% 226M 1s 2024-08-22T20:35:54.5077308Z 367050K .......... .......... .......... .......... .......... 59% 261M 1s 2024-08-22T20:35:54.5079009Z 367100K .......... .......... .......... .......... .......... 59% 288M 1s 2024-08-22T20:35:54.5081041Z 367150K .......... .......... .......... .......... .......... 59% 236M 1s 2024-08-22T20:35:54.5082816Z 367200K .......... .......... .......... .......... .......... 59% 291M 1s 2024-08-22T20:35:54.5084691Z 367250K .......... .......... .......... .......... .......... 59% 253M 1s 2024-08-22T20:35:54.5086805Z 367300K .......... .......... .......... .......... .......... 59% 229M 1s 2024-08-22T20:35:54.5088653Z 367350K .......... .......... .......... .......... .......... 59% 276M 1s 2024-08-22T20:35:54.5090596Z 367400K .......... .......... .......... .......... .......... 59% 273M 1s 2024-08-22T20:35:54.5092263Z 367450K .......... .......... .......... .......... .......... 59% 263M 1s 2024-08-22T20:35:54.5094478Z 367500K .......... .......... .......... .......... .......... 59% 217M 1s 2024-08-22T20:35:54.5096113Z 367550K .......... .......... .......... .......... .......... 59% 292M 1s 2024-08-22T20:35:54.5097835Z 367600K .......... .......... .......... .......... .......... 59% 302M 1s 2024-08-22T20:35:54.5099698Z 367650K .......... .......... .......... .......... .......... 59% 254M 1s 2024-08-22T20:35:54.5101685Z 367700K .......... .......... .......... .......... .......... 59% 262M 1s 2024-08-22T20:35:54.5103432Z 367750K .......... .......... .......... .......... .......... 59% 260M 1s 2024-08-22T20:35:54.5105234Z 367800K .......... .......... .......... .......... .......... 59% 269M 1s 2024-08-22T20:35:54.5106926Z 367850K .......... .......... .......... .......... .......... 59% 289M 1s 2024-08-22T20:35:54.5109091Z 367900K .......... .......... .......... .......... .......... 59% 233M 1s 2024-08-22T20:35:54.5110704Z 367950K .......... .......... .......... .......... .......... 59% 289M 1s 2024-08-22T20:35:54.5112775Z 368000K .......... .......... .......... .......... .......... 59% 237M 1s 2024-08-22T20:35:54.5114411Z 368050K .......... .......... .......... .......... .......... 59% 296M 1s 2024-08-22T20:35:54.5116185Z 368100K .......... .......... .......... .......... .......... 59% 302M 1s 2024-08-22T20:35:54.5117949Z 368150K .......... .......... .......... .......... .......... 59% 255M 1s 2024-08-22T20:35:54.5120037Z 368200K .......... .......... .......... .......... .......... 59% 284M 1s 2024-08-22T20:35:54.5121795Z 368250K .......... .......... .......... .......... .......... 59% 231M 1s 2024-08-22T20:35:54.5123691Z 368300K .......... .......... .......... .......... .......... 59% 258M 1s 2024-08-22T20:35:54.5125642Z 368350K .......... .......... .......... .......... .......... 59% 263M 1s 2024-08-22T20:35:54.5127515Z 368400K .......... .......... .......... .......... .......... 59% 246M 1s 2024-08-22T20:35:54.5129456Z 368450K .......... .......... .......... .......... .......... 59% 276M 1s 2024-08-22T20:35:54.5131431Z 368500K .......... .......... .......... .......... .......... 59% 246M 1s 2024-08-22T20:35:54.5133002Z 368550K .......... .......... .......... .......... .......... 59% 286M 1s 2024-08-22T20:35:54.5135136Z 368600K .......... .......... .......... .......... .......... 59% 242M 1s 2024-08-22T20:35:54.5136670Z 368650K .......... .......... .......... .......... .......... 59% 302M 1s 2024-08-22T20:35:54.5138515Z 368700K .......... .......... .......... .......... .......... 59% 266M 1s 2024-08-22T20:35:54.5140421Z 368750K .......... .......... .......... .......... .......... 59% 251M 1s 2024-08-22T20:35:54.5142121Z 368800K .......... .......... .......... .......... .......... 59% 281M 1s 2024-08-22T20:35:54.5144286Z 368850K .......... .......... .......... .......... .......... 59% 262M 1s 2024-08-22T20:35:54.5145937Z 368900K .......... .......... .......... .......... .......... 59% 253M 1s 2024-08-22T20:35:54.5147720Z 368950K .......... .......... .......... .......... .......... 59% 271M 1s 2024-08-22T20:35:54.5149829Z 369000K .......... .......... .......... .......... .......... 59% 237M 1s 2024-08-22T20:35:54.5151510Z 369050K .......... .......... .......... .......... .......... 59% 285M 1s 2024-08-22T20:35:54.5153495Z 369100K .......... .......... .......... .......... .......... 59% 280M 1s 2024-08-22T20:35:54.5155357Z 369150K .......... .......... .......... .......... .......... 59% 231M 1s 2024-08-22T20:35:54.5157253Z 369200K .......... .......... .......... .......... .......... 59% 265M 1s 2024-08-22T20:35:54.5159195Z 369250K .......... .......... .......... .......... .......... 59% 245M 1s 2024-08-22T20:35:54.5160872Z 369300K .......... .......... .......... .......... .......... 59% 294M 1s 2024-08-22T20:35:54.5162815Z 369350K .......... .......... .......... .......... .......... 59% 251M 1s 2024-08-22T20:35:54.5164850Z 369400K .......... .......... .......... .......... .......... 59% 241M 1s 2024-08-22T20:35:54.5166657Z 369450K .......... .......... .......... .......... .......... 59% 276M 1s 2024-08-22T20:35:54.5168897Z 369500K .......... .......... .......... .......... .......... 59% 262M 1s 2024-08-22T20:35:54.5170557Z 369550K .......... .......... .......... .......... .......... 59% 233M 1s 2024-08-22T20:35:54.5172338Z 369600K .......... .......... .......... .......... .......... 59% 275M 1s 2024-08-22T20:35:54.5174281Z 369650K .......... .......... .......... .......... .......... 59% 274M 1s 2024-08-22T20:35:54.5175797Z 369700K .......... .......... .......... .......... .......... 59% 290M 1s 2024-08-22T20:35:54.5177820Z 369750K .......... .......... .......... .......... .......... 59% 241M 1s 2024-08-22T20:35:54.5179545Z 369800K .......... .......... .......... .......... .......... 59% 283M 1s 2024-08-22T20:35:54.5181593Z 369850K .......... .......... .......... .......... .......... 59% 283M 1s 2024-08-22T20:35:54.5183297Z 369900K .......... .......... .......... .......... .......... 59% 246M 1s 2024-08-22T20:35:54.5185119Z 369950K .......... .......... .......... .......... .......... 59% 266M 1s 2024-08-22T20:35:54.5186764Z 370000K .......... .......... .......... .......... .......... 59% 300M 1s 2024-08-22T20:35:54.5188866Z 370050K .......... .......... .......... .......... .......... 59% 260M 1s 2024-08-22T20:35:54.5190812Z 370100K .......... .......... .......... .......... .......... 59% 223M 1s 2024-08-22T20:35:54.5192618Z 370150K .......... .......... .......... .......... .......... 59% 269M 1s 2024-08-22T20:35:54.5194590Z 370200K .......... .......... .......... .......... .......... 59% 247M 1s 2024-08-22T20:35:54.5196266Z 370250K .......... .......... .......... .......... .......... 59% 291M 1s 2024-08-22T20:35:54.5197988Z 370300K .......... .......... .......... .......... .......... 59% 282M 1s 2024-08-22T20:35:54.5199737Z 370350K .......... .......... .......... .......... .......... 59% 280M 1s 2024-08-22T20:35:54.5201919Z 370400K .......... .......... .......... .......... .......... 59% 241M 1s 2024-08-22T20:35:54.5203792Z 370450K .......... .......... .......... .......... .......... 59% 260M 1s 2024-08-22T20:35:54.5205317Z 370500K .......... .......... .......... .......... .......... 59% 294M 1s 2024-08-22T20:35:54.5207219Z 370550K .......... .......... .......... .......... .......... 59% 280M 1s 2024-08-22T20:35:54.5208874Z 370600K .......... .......... .......... .......... .......... 59% 279M 1s 2024-08-22T20:35:54.5210828Z 370650K .......... .......... .......... .......... .......... 59% 240M 1s 2024-08-22T20:35:54.5212614Z 370700K .......... .......... .......... .......... .......... 59% 274M 1s 2024-08-22T20:35:54.5214454Z 370750K .......... .......... .......... .......... .......... 59% 269M 1s 2024-08-22T20:35:54.5216251Z 370800K .......... .......... .......... .......... .......... 59% 274M 1s 2024-08-22T20:35:54.5218300Z 370850K .......... .......... .......... .......... .......... 59% 233M 1s 2024-08-22T20:35:54.5219968Z 370900K .......... .......... .......... .......... .......... 59% 294M 1s 2024-08-22T20:35:54.5221787Z 370950K .......... .......... .......... .......... .......... 59% 269M 1s 2024-08-22T20:35:54.5223518Z 371000K .......... .......... .......... .......... .......... 59% 286M 1s 2024-08-22T20:35:54.5225419Z 371050K .......... .......... .......... .......... .......... 59% 260M 1s 2024-08-22T20:35:54.5227316Z 371100K .......... .......... .......... .......... .......... 59% 271M 1s 2024-08-22T20:35:54.5229525Z 371150K .......... .......... .......... .......... .......... 59% 210M 1s 2024-08-22T20:35:54.5231285Z 371200K .......... .......... .......... .......... .......... 59% 273M 1s 2024-08-22T20:35:54.5233058Z 371250K .......... .......... .......... .......... .......... 59% 287M 1s 2024-08-22T20:35:54.5235026Z 371300K .......... .......... .......... .......... .......... 59% 241M 1s 2024-08-22T20:35:54.5236789Z 371350K .......... .......... .......... .......... .......... 59% 284M 1s 2024-08-22T20:35:54.5238593Z 371400K .......... .......... .......... .......... .......... 59% 286M 1s 2024-08-22T20:35:54.5240466Z 371450K .......... .......... .......... .......... .......... 59% 243M 1s 2024-08-22T20:35:54.5242472Z 371500K .......... .......... .......... .......... .......... 59% 246M 1s 2024-08-22T20:35:54.5244270Z 371550K .......... .......... .......... .......... .......... 59% 267M 1s 2024-08-22T20:35:54.5246213Z 371600K .......... .......... .......... .......... .......... 59% 270M 1s 2024-08-22T20:35:54.5247934Z 371650K .......... .......... .......... .......... .......... 59% 265M 1s 2024-08-22T20:35:54.5249810Z 371700K .......... .......... .......... .......... .......... 59% 256M 1s 2024-08-22T20:35:54.5251435Z 371750K .......... .......... .......... .......... .......... 59% 303M 1s 2024-08-22T20:35:54.5253073Z 371800K .......... .......... .......... .......... .......... 59% 299M 1s 2024-08-22T20:35:54.5255019Z 371850K .......... .......... .......... .......... .......... 59% 250M 1s 2024-08-22T20:35:54.5256757Z 371900K .......... .......... .......... .......... .......... 59% 281M 1s 2024-08-22T20:35:54.5258410Z 371950K .......... .......... .......... .......... .......... 59% 297M 1s 2024-08-22T20:35:54.5260357Z 372000K .......... .......... .......... .......... .......... 59% 254M 1s 2024-08-22T20:35:54.5262061Z 372050K .......... .......... .......... .......... .......... 59% 290M 1s 2024-08-22T20:35:54.5264066Z 372100K .......... .......... .......... .......... .......... 59% 286M 1s 2024-08-22T20:35:54.5265810Z 372150K .......... .......... .......... .......... .......... 59% 235M 1s 2024-08-22T20:35:54.5267599Z 372200K .......... .......... .......... .......... .......... 59% 272M 1s 2024-08-22T20:35:54.5269537Z 372250K .......... .......... .......... .......... .......... 59% 256M 1s 2024-08-22T20:35:54.5271615Z 372300K .......... .......... .......... .......... .......... 59% 277M 1s 2024-08-22T20:35:54.5273497Z 372350K .......... .......... .......... .......... .......... 59% 235M 1s 2024-08-22T20:35:54.5275288Z 372400K .......... .......... .......... .......... .......... 59% 274M 1s 2024-08-22T20:35:54.5276943Z 372450K .......... .......... .......... .......... .......... 59% 268M 1s 2024-08-22T20:35:54.5278984Z 372500K .......... .......... .......... .......... .......... 59% 260M 1s 2024-08-22T20:35:54.5280821Z 372550K .......... .......... .......... .......... .......... 59% 247M 1s 2024-08-22T20:35:54.5282778Z 372600K .......... .......... .......... .......... .......... 59% 244M 1s 2024-08-22T20:35:54.5284458Z 372650K .......... .......... .......... .......... .......... 59% 301M 1s 2024-08-22T20:35:54.5286212Z 372700K .......... .......... .......... .......... .......... 59% 271M 1s 2024-08-22T20:35:54.5288171Z 372750K .......... .......... .......... .......... .......... 59% 255M 1s 2024-08-22T20:35:54.5289983Z 372800K .......... .......... .......... .......... .......... 59% 262M 1s 2024-08-22T20:35:54.5291718Z 372850K .......... .......... .......... .......... .......... 59% 291M 1s 2024-08-22T20:35:54.5293700Z 372900K .......... .......... .......... .......... .......... 59% 244M 1s 2024-08-22T20:35:54.5295947Z 372950K .......... .......... .......... .......... .......... 59% 265M 1s 2024-08-22T20:35:54.5297552Z 373000K .......... .......... .......... .......... .......... 59% 238M 1s 2024-08-22T20:35:54.5299410Z 373050K .......... .......... .......... .......... .......... 60% 262M 1s 2024-08-22T20:35:54.5301251Z 373100K .......... .......... .......... .......... .......... 60% 275M 1s 2024-08-22T20:35:54.5303334Z 373150K .......... .......... .......... .......... .......... 60% 228M 1s 2024-08-22T20:35:54.5305108Z 373200K .......... .......... .......... .......... .......... 60% 278M 1s 2024-08-22T20:35:54.5307002Z 373250K .......... .......... .......... .......... .......... 60% 255M 1s 2024-08-22T20:35:54.5308955Z 373300K .......... .......... .......... .......... .......... 60% 252M 1s 2024-08-22T20:35:54.5311112Z 373350K .......... .......... .......... .......... .......... 60% 227M 1s 2024-08-22T20:35:54.5312812Z 373400K .......... .......... .......... .......... .......... 60% 284M 1s 2024-08-22T20:35:54.5314550Z 373450K .......... .......... .......... .......... .......... 60% 281M 1s 2024-08-22T20:35:54.5316345Z 373500K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5318559Z 373550K .......... .......... .......... .......... .......... 60% 230M 1s 2024-08-22T20:35:54.5320258Z 373600K .......... .......... .......... .......... .......... 60% 272M 1s 2024-08-22T20:35:54.5321943Z 373650K .......... .......... .......... .......... .......... 60% 285M 1s 2024-08-22T20:35:54.5323684Z 373700K .......... .......... .......... .......... .......... 60% 293M 1s 2024-08-22T20:35:54.5325550Z 373750K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5327549Z 373800K .......... .......... .......... .......... .......... 60% 217M 1s 2024-08-22T20:35:54.5329290Z 373850K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5331138Z 373900K .......... .......... .......... .......... .......... 60% 264M 1s 2024-08-22T20:35:54.5332944Z 373950K .......... .......... .......... .......... .......... 60% 269M 1s 2024-08-22T20:35:54.5334761Z 374000K .......... .......... .......... .......... .......... 60% 271M 1s 2024-08-22T20:35:54.5336769Z 374050K .......... .......... .......... .......... .......... 60% 246M 1s 2024-08-22T20:35:54.5338564Z 374100K .......... .......... .......... .......... .......... 60% 269M 1s 2024-08-22T20:35:54.5340399Z 374150K .......... .......... .......... .......... .......... 60% 263M 1s 2024-08-22T20:35:54.5342115Z 374200K .......... .......... .......... .......... .......... 60% 291M 1s 2024-08-22T20:35:54.5344006Z 374250K .......... .......... .......... .......... .......... 60% 254M 1s 2024-08-22T20:35:54.5345955Z 374300K .......... .......... .......... .......... .......... 60% 274M 1s 2024-08-22T20:35:54.5348180Z 374350K .......... .......... .......... .......... .......... 60% 279M 1s 2024-08-22T20:35:54.5349964Z 374400K .......... .......... .......... .......... .......... 60% 206M 1s 2024-08-22T20:35:54.5351799Z 374450K .......... .......... .......... .......... .......... 60% 281M 1s 2024-08-22T20:35:54.5353934Z 374500K .......... .......... .......... .......... .......... 60% 249M 1s 2024-08-22T20:35:54.5355664Z 374550K .......... .......... .......... .......... .......... 60% 235M 1s 2024-08-22T20:35:54.5357463Z 374600K .......... .......... .......... .......... .......... 60% 274M 1s 2024-08-22T20:35:54.5359527Z 374650K .......... .......... .......... .......... .......... 60% 236M 1s 2024-08-22T20:35:54.5361294Z 374700K .......... .......... .......... .......... .......... 60% 288M 1s 2024-08-22T20:35:54.5363262Z 374750K .......... .......... .......... .......... .......... 60% 275M 1s 2024-08-22T20:35:54.5365130Z 374800K .......... .......... .......... .......... .......... 60% 230M 1s 2024-08-22T20:35:54.5366981Z 374850K .......... .......... .......... .......... .......... 60% 267M 1s 2024-08-22T20:35:54.5369234Z 374900K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5370909Z 374950K .......... .......... .......... .......... .......... 60% 220M 1s 2024-08-22T20:35:54.5372603Z 375000K .......... .......... .......... .......... .......... 60% 293M 1s 2024-08-22T20:35:54.5374591Z 375050K .......... .......... .......... .......... .......... 60% 240M 1s 2024-08-22T20:35:54.5376730Z 375100K .......... .......... .......... .......... .......... 60% 269M 1s 2024-08-22T20:35:54.5378506Z 375150K .......... .......... .......... .......... .......... 60% 232M 1s 2024-08-22T20:35:54.5380460Z 375200K .......... .......... .......... .......... .......... 60% 253M 1s 2024-08-22T20:35:54.5382157Z 375250K .......... .......... .......... .......... .......... 60% 287M 1s 2024-08-22T20:35:54.5384368Z 375300K .......... .......... .......... .......... .......... 60% 280M 1s 2024-08-22T20:35:54.5386023Z 375350K .......... .......... .......... .......... .......... 60% 229M 1s 2024-08-22T20:35:54.5388019Z 375400K .......... .......... .......... .......... .......... 60% 264M 1s 2024-08-22T20:35:54.5389771Z 375450K .......... .......... .......... .......... .......... 60% 262M 1s 2024-08-22T20:35:54.5391885Z 375500K .......... .......... .......... .......... .......... 60% 280M 1s 2024-08-22T20:35:54.5393468Z 375550K .......... .......... .......... .......... .......... 60% 245M 1s 2024-08-22T20:35:54.5395524Z 375600K .......... .......... .......... .......... .......... 60% 296M 1s 2024-08-22T20:35:54.5397130Z 375650K .......... .......... .......... .......... .......... 60% 240M 1s 2024-08-22T20:35:54.5398993Z 375700K .......... .......... .......... .......... .......... 60% 266M 1s 2024-08-22T20:35:54.5400813Z 375750K .......... .......... .......... .......... .......... 60% 272M 1s 2024-08-22T20:35:54.5403005Z 375800K .......... .......... .......... .......... .......... 60% 221M 1s 2024-08-22T20:35:54.5404773Z 375850K .......... .......... .......... .......... .......... 60% 281M 1s 2024-08-22T20:35:54.5406916Z 375900K .......... .......... .......... .......... .......... 60% 276M 1s 2024-08-22T20:35:54.5408565Z 375950K .......... .......... .......... .......... .......... 60% 249M 1s 2024-08-22T20:35:54.5410451Z 376000K .......... .......... .......... .......... .......... 60% 275M 1s 2024-08-22T20:35:54.5412182Z 376050K .......... .......... .......... .......... .......... 60% 251M 1s 2024-08-22T20:35:54.5414326Z 376100K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5415870Z 376150K .......... .......... .......... .......... .......... 60% 248M 1s 2024-08-22T20:35:54.5417458Z 376200K .......... .......... .......... .......... .......... 60% 312M 1s 2024-08-22T20:35:54.5419385Z 376250K .......... .......... .......... .......... .......... 60% 273M 1s 2024-08-22T20:35:54.5421557Z 376300K .......... .......... .......... .......... .......... 60% 227M 1s 2024-08-22T20:35:54.5423091Z 376350K .......... .......... .......... .......... .......... 60% 286M 1s 2024-08-22T20:35:54.5425383Z 376400K .......... .......... .......... .......... .......... 60% 275M 1s 2024-08-22T20:35:54.5426989Z 376450K .......... .......... .......... .......... .......... 60% 230M 1s 2024-08-22T20:35:54.5428769Z 376500K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5430690Z 376550K .......... .......... .......... .......... .......... 60% 249M 1s 2024-08-22T20:35:54.5432596Z 376600K .......... .......... .......... .......... .......... 60% 271M 1s 2024-08-22T20:35:54.5434465Z 376650K .......... .......... .......... .......... .......... 60% 247M 1s 2024-08-22T20:35:54.5436104Z 376700K .......... .......... .......... .......... .......... 60% 296M 1s 2024-08-22T20:35:54.5437798Z 376750K .......... .......... .......... .......... .......... 60% 295M 1s 2024-08-22T20:35:54.5439563Z 376800K .......... .......... .......... .......... .......... 60% 283M 1s 2024-08-22T20:35:54.5441578Z 376850K .......... .......... .......... .......... .......... 60% 234M 1s 2024-08-22T20:35:54.5443268Z 376900K .......... .......... .......... .......... .......... 60% 290M 1s 2024-08-22T20:35:54.5444909Z 376950K .......... .......... .......... .......... .......... 60% 295M 1s 2024-08-22T20:35:54.5446769Z 377000K .......... .......... .......... .......... .......... 60% 267M 1s 2024-08-22T20:35:54.5448591Z 377050K .......... .......... .......... .......... .......... 60% 268M 1s 2024-08-22T20:35:54.5450669Z 377100K .......... .......... .......... .......... .......... 60% 284M 1s 2024-08-22T20:35:54.5452429Z 377150K .......... .......... .......... .......... .......... 60% 228M 1s 2024-08-22T20:35:54.5454107Z 377200K .......... .......... .......... .......... .......... 60% 292M 1s 2024-08-22T20:35:54.5455950Z 377250K .......... .......... .......... .......... .......... 60% 263M 1s 2024-08-22T20:35:54.5457747Z 377300K .......... .......... .......... .......... .......... 60% 276M 1s 2024-08-22T20:35:54.5459942Z 377350K .......... .......... .......... .......... .......... 60% 220M 1s 2024-08-22T20:35:54.5461655Z 377400K .......... .......... .......... .......... .......... 60% 290M 1s 2024-08-22T20:35:54.5463609Z 377450K .......... .......... .......... .......... .......... 60% 270M 1s 2024-08-22T20:35:54.5465303Z 377500K .......... .......... .......... .......... .......... 60% 264M 1s 2024-08-22T20:35:54.5467041Z 377550K .......... .......... .......... .......... .......... 60% 281M 1s 2024-08-22T20:35:54.5469313Z 377600K .......... .......... .......... .......... .......... 60% 213M 1s 2024-08-22T20:35:54.5471086Z 377650K .......... .......... .......... .......... .......... 60% 278M 1s 2024-08-22T20:35:54.5472788Z 377700K .......... .......... .......... .......... .......... 60% 288M 1s 2024-08-22T20:35:54.5474726Z 377750K .......... .......... .......... .......... .......... 60% 254M 1s 2024-08-22T20:35:54.5476541Z 377800K .......... .......... .......... .......... .......... 60% 270M 1s 2024-08-22T20:35:54.5478550Z 377850K .......... .......... .......... .......... .......... 60% 240M 1s 2024-08-22T20:35:54.5480264Z 377900K .......... .......... .......... .......... .......... 60% 290M 1s 2024-08-22T20:35:54.5482006Z 377950K .......... .......... .......... .......... .......... 60% 274M 1s 2024-08-22T20:35:54.5483993Z 378000K .......... .......... .......... .......... .......... 60% 247M 1s 2024-08-22T20:35:54.5485728Z 378050K .......... .......... .......... .......... .......... 60% 294M 1s 2024-08-22T20:35:54.5487844Z 378100K .......... .......... .......... .......... .......... 60% 222M 1s 2024-08-22T20:35:54.5489570Z 378150K .......... .......... .......... .......... .......... 60% 282M 1s 2024-08-22T20:35:54.5491383Z 378200K .......... .......... .......... .......... .......... 60% 299M 1s 2024-08-22T20:35:54.5493299Z 378250K .......... .......... .......... .......... .......... 60% 251M 1s 2024-08-22T20:35:54.5494820Z 378300K .......... .......... .......... .......... .......... 60% 295M 1s 2024-08-22T20:35:54.5496778Z 378350K .......... .......... .......... .......... .......... 60% 269M 1s 2024-08-22T20:35:54.5498730Z 378400K .......... .......... .......... .......... .......... 60% 232M 1s 2024-08-22T20:35:54.5500313Z 378450K .......... .......... .......... .......... .......... 60% 309M 1s 2024-08-22T20:35:54.5502275Z 378500K .......... .......... .......... .......... .......... 60% 249M 1s 2024-08-22T20:35:54.5503824Z 378550K .......... .......... .......... .......... .......... 60% 314M 1s 2024-08-22T20:35:54.5506174Z 378600K .......... .......... .......... .......... .......... 60% 254M 1s 2024-08-22T20:35:54.5508063Z 378650K .......... .......... .......... .......... .......... 60% 232M 1s 2024-08-22T20:35:54.5510083Z 378700K .......... .......... .......... .......... .......... 60% 268M 1s 2024-08-22T20:35:54.5511826Z 378750K .......... .......... .......... .......... .......... 60% 228M 1s 2024-08-22T20:35:54.5513701Z 378800K .......... .......... .......... .......... .......... 60% 263M 1s 2024-08-22T20:35:54.5515803Z 378850K .......... .......... .......... .......... .......... 60% 228M 1s 2024-08-22T20:35:54.5517512Z 378900K .......... .......... .......... .......... .......... 60% 284M 1s 2024-08-22T20:35:54.5519227Z 378950K .......... .......... .......... .......... .......... 60% 283M 1s 2024-08-22T20:35:54.5521213Z 379000K .......... .......... .......... .......... .......... 60% 245M 1s 2024-08-22T20:35:54.5522883Z 379050K .......... .......... .......... .......... .......... 60% 295M 1s 2024-08-22T20:35:54.5524991Z 379100K .......... .......... .......... .......... .......... 60% 241M 1s 2024-08-22T20:35:54.5526816Z 379150K .......... .......... .......... .......... .......... 60% 255M 1s 2024-08-22T20:35:54.5528646Z 379200K .......... .......... .......... .......... .......... 60% 272M 1s 2024-08-22T20:35:54.5530575Z 379250K .......... .......... .......... .......... .......... 61% 266M 1s 2024-08-22T20:35:54.5532423Z 379300K .......... .......... .......... .......... .......... 61% 245M 1s 2024-08-22T20:35:54.5534240Z 379350K .......... .......... .......... .......... .......... 61% 271M 1s 2024-08-22T20:35:54.5535943Z 379400K .......... .......... .......... .......... .......... 61% 288M 1s 2024-08-22T20:35:54.5537705Z 379450K .......... .......... .......... .......... .......... 61% 276M 1s 2024-08-22T20:35:54.5539876Z 379500K .......... .......... .......... .......... .......... 61% 223M 1s 2024-08-22T20:35:54.5541721Z 379550K .......... .......... .......... .......... .......... 61% 269M 1s 2024-08-22T20:35:54.5543398Z 379600K .......... .......... .......... .......... .......... 61% 286M 1s 2024-08-22T20:35:54.5545582Z 379650K .......... .......... .......... .......... .......... 61% 271M 1s 2024-08-22T20:35:54.5547250Z 379700K .......... .......... .......... .......... .......... 61% 240M 1s 2024-08-22T20:35:54.5549381Z 379750K .......... .......... .......... .......... .......... 61% 247M 1s 2024-08-22T20:35:54.5550999Z 379800K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5553182Z 379850K .......... .......... .......... .......... .......... 61% 273M 1s 2024-08-22T20:35:54.5554950Z 379900K .......... .......... .......... .......... .......... 61% 224M 1s 2024-08-22T20:35:54.5556724Z 379950K .......... .......... .......... .......... .......... 61% 271M 1s 2024-08-22T20:35:54.5558871Z 380000K .......... .......... .......... .......... .......... 61% 227M 1s 2024-08-22T20:35:54.5561284Z 380050K .......... .......... .......... .......... .......... 61% 262M 1s 2024-08-22T20:35:54.5562669Z 380100K .......... .......... .......... .......... .......... 61% 288M 1s 2024-08-22T20:35:54.5564899Z 380150K .......... .......... .......... .......... .......... 61% 278M 1s 2024-08-22T20:35:54.5566472Z 380200K .......... .......... .......... .......... .......... 61% 233M 1s 2024-08-22T20:35:54.5568123Z 380250K .......... .......... .......... .......... .......... 61% 270M 1s 2024-08-22T20:35:54.5570704Z 380300K .......... .......... .......... .......... .......... 61% 244M 1s 2024-08-22T20:35:54.5571679Z 380350K .......... .......... .......... .......... .......... 61% 292M 1s 2024-08-22T20:35:54.5573677Z 380400K .......... .......... .......... .......... .......... 61% 272M 1s 2024-08-22T20:35:54.5575765Z 380450K .......... .......... .......... .......... .......... 61% 245M 1s 2024-08-22T20:35:54.5577445Z 380500K .......... .......... .......... .......... .......... 61% 291M 1s 2024-08-22T20:35:54.5579416Z 380550K .......... .......... .......... .......... .......... 61% 267M 1s 2024-08-22T20:35:54.5580779Z 380600K .......... .......... .......... .......... .......... 61% 267M 1s 2024-08-22T20:35:54.5582752Z 380650K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5584996Z 380700K .......... .......... .......... .......... .......... 61% 248M 1s 2024-08-22T20:35:54.5586560Z 380750K .......... .......... .......... .......... .......... 61% 302M 1s 2024-08-22T20:35:54.5588659Z 380800K .......... .......... .......... .......... .......... 61% 288M 1s 2024-08-22T20:35:54.5590205Z 380850K .......... .......... .......... .......... .......... 61% 253M 1s 2024-08-22T20:35:54.5592246Z 380900K .......... .......... .......... .......... .......... 61% 261M 1s 2024-08-22T20:35:54.5593885Z 380950K .......... .......... .......... .......... .......... 61% 242M 1s 2024-08-22T20:35:54.5595680Z 381000K .......... .......... .......... .......... .......... 61% 287M 1s 2024-08-22T20:35:54.5597460Z 381050K .......... .......... .......... .......... .......... 61% 260M 1s 2024-08-22T20:35:54.5599375Z 381100K .......... .......... .......... .......... .......... 61% 254M 1s 2024-08-22T20:35:54.5601631Z 381150K .......... .......... .......... .......... .......... 61% 238M 1s 2024-08-22T20:35:54.5603069Z 381200K .......... .......... .......... .......... .......... 61% 266M 1s 2024-08-22T20:35:54.5605112Z 381250K .......... .......... .......... .......... .......... 61% 271M 1s 2024-08-22T20:35:54.5606748Z 381300K .......... .......... .......... .......... .......... 61% 297M 1s 2024-08-22T20:35:54.5608467Z 381350K .......... .......... .......... .......... .......... 61% 247M 1s 2024-08-22T20:35:54.5610679Z 381400K .......... .......... .......... .......... .......... 61% 250M 1s 2024-08-22T20:35:54.5612784Z 381450K .......... .......... .......... .......... .......... 61% 270M 1s 2024-08-22T20:35:54.5614022Z 381500K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5616023Z 381550K .......... .......... .......... .......... .......... 61% 289M 1s 2024-08-22T20:35:54.5617456Z 381600K .......... .......... .......... .......... .......... 61% 277M 1s 2024-08-22T20:35:54.5619190Z 381650K .......... .......... .......... .......... .......... 61% 280M 1s 2024-08-22T20:35:54.5621529Z 381700K .......... .......... .......... .......... .......... 61% 220M 1s 2024-08-22T20:35:54.5623207Z 381750K .......... .......... .......... .......... .......... 61% 290M 1s 2024-08-22T20:35:54.5625368Z 381800K .......... .......... .......... .......... .......... 61% 242M 1s 2024-08-22T20:35:54.5627610Z 381850K .......... .......... .......... .......... .......... 61% 264M 1s 2024-08-22T20:35:54.5629396Z 381900K .......... .......... .......... .......... .......... 61% 256M 1s 2024-08-22T20:35:54.5631456Z 381950K .......... .......... .......... .......... .......... 61% 221M 1s 2024-08-22T20:35:54.5632804Z 382000K .......... .......... .......... .......... .......... 61% 279M 1s 2024-08-22T20:35:54.5634700Z 382050K .......... .......... .......... .......... .......... 61% 269M 1s 2024-08-22T20:35:54.5637270Z 382100K .......... .......... .......... .......... .......... 61% 232M 1s 2024-08-22T20:35:54.5638509Z 382150K .......... .......... .......... .......... .......... 61% 270M 1s 2024-08-22T20:35:54.5640489Z 382200K .......... .......... .......... .......... .......... 61% 281M 1s 2024-08-22T20:35:54.5643055Z 382250K .......... .......... .......... .......... .......... 61% 255M 1s 2024-08-22T20:35:54.5644057Z 382300K .......... .......... .......... .......... .......... 61% 254M 1s 2024-08-22T20:35:54.5646405Z 382350K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5647515Z 382400K .......... .......... .......... .......... .......... 61% 281M 1s 2024-08-22T20:35:54.5650020Z 382450K .......... .......... .......... .......... .......... 61% 267M 1s 2024-08-22T20:35:54.5651568Z 382500K .......... .......... .......... .......... .......... 61% 243M 1s 2024-08-22T20:35:54.5653021Z 382550K .......... .......... .......... .......... .......... 61% 294M 1s 2024-08-22T20:35:54.5655571Z 382600K .......... .......... .......... .......... .......... 61% 259M 1s 2024-08-22T20:35:54.5656698Z 382650K .......... .......... .......... .......... .......... 61% 276M 1s 2024-08-22T20:35:54.5659282Z 382700K .......... .......... .......... .......... .......... 61% 252M 1s 2024-08-22T20:35:54.5660385Z 382750K .......... .......... .......... .......... .......... 61% 287M 1s 2024-08-22T20:35:54.5662738Z 382800K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5664211Z 382850K .......... .......... .......... .......... .......... 61% 243M 1s 2024-08-22T20:35:54.5666143Z 382900K .......... .......... .......... .......... .......... 61% 299M 1s 2024-08-22T20:35:54.5667611Z 382950K .......... .......... .......... .......... .......... 61% 264M 1s 2024-08-22T20:35:54.5670098Z 383000K .......... .......... .......... .......... .......... 61% 244M 1s 2024-08-22T20:35:54.5671603Z 383050K .......... .......... .......... .......... .......... 61% 247M 1s 2024-08-22T20:35:54.5673726Z 383100K .......... .......... .......... .......... .......... 61% 251M 1s 2024-08-22T20:35:54.5675231Z 383150K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5677497Z 383200K .......... .......... .......... .......... .......... 61% 281M 1s 2024-08-22T20:35:54.5678869Z 383250K .......... .......... .......... .......... .......... 61% 271M 1s 2024-08-22T20:35:54.5680606Z 383300K .......... .......... .......... .......... .......... 61% 268M 1s 2024-08-22T20:35:54.5683417Z 383350K .......... .......... .......... .......... .......... 61% 225M 1s 2024-08-22T20:35:54.5685142Z 383400K .......... .......... .......... .......... .......... 61% 266M 1s 2024-08-22T20:35:54.5687085Z 383450K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5688739Z 383500K .......... .......... .......... .......... .......... 61% 256M 1s 2024-08-22T20:35:54.5690267Z 383550K .......... .......... .......... .......... .......... 61% 259M 1s 2024-08-22T20:35:54.5693042Z 383600K .......... .......... .......... .......... .......... 61% 224M 1s 2024-08-22T20:35:54.5694278Z 383650K .......... .......... .......... .......... .......... 61% 278M 1s 2024-08-22T20:35:54.5696107Z 383700K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5697999Z 383750K .......... .......... .......... .......... .......... 61% 245M 1s 2024-08-22T20:35:54.5699759Z 383800K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5701641Z 383850K .......... .......... .......... .......... .......... 61% 310M 1s 2024-08-22T20:35:54.5703334Z 383900K .......... .......... .......... .......... .......... 61% 247M 1s 2024-08-22T20:35:54.5705123Z 383950K .......... .......... .......... .......... .......... 61% 278M 1s 2024-08-22T20:35:54.5707239Z 384000K .......... .......... .......... .......... .......... 61% 229M 1s 2024-08-22T20:35:54.5709355Z 384050K .......... .......... .......... .......... .......... 61% 254M 1s 2024-08-22T20:35:54.5710916Z 384100K .......... .......... .......... .......... .......... 61% 280M 1s 2024-08-22T20:35:54.5712664Z 384150K .......... .......... .......... .......... .......... 61% 273M 1s 2024-08-22T20:35:54.5714817Z 384200K .......... .......... .......... .......... .......... 61% 230M 1s 2024-08-22T20:35:54.5716446Z 384250K .......... .......... .......... .......... .......... 61% 295M 1s 2024-08-22T20:35:54.5718140Z 384300K .......... .......... .......... .......... .......... 61% 289M 1s 2024-08-22T20:35:54.5719868Z 384350K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5722516Z 384400K .......... .......... .......... .......... .......... 61% 238M 1s 2024-08-22T20:35:54.5723555Z 384450K .......... .......... .......... .......... .......... 61% 275M 1s 2024-08-22T20:35:54.5725291Z 384500K .......... .......... .......... .......... .......... 61% 290M 1s 2024-08-22T20:35:54.5727307Z 384550K .......... .......... .......... .......... .......... 61% 267M 1s 2024-08-22T20:35:54.5729234Z 384600K .......... .......... .......... .......... .......... 61% 242M 1s 2024-08-22T20:35:54.5730745Z 384650K .......... .......... .......... .......... .......... 61% 298M 1s 2024-08-22T20:35:54.5733210Z 384700K .......... .......... .......... .......... .......... 61% 272M 1s 2024-08-22T20:35:54.5734792Z 384750K .......... .......... .......... .......... .......... 61% 285M 1s 2024-08-22T20:35:54.5736927Z 384800K .......... .......... .......... .......... .......... 61% 245M 1s 2024-08-22T20:35:54.5737899Z 384850K .......... .......... .......... .......... .......... 61% 292M 1s 2024-08-22T20:35:54.5740429Z 384900K .......... .......... .......... .......... .......... 61% 243M 1s 2024-08-22T20:35:54.5741703Z 384950K .......... .......... .......... .......... .......... 61% 290M 1s 2024-08-22T20:35:54.5743662Z 385000K .......... .......... .......... .......... .......... 61% 295M 1s 2024-08-22T20:35:54.5746008Z 385050K .......... .......... .......... .......... .......... 61% 237M 1s 2024-08-22T20:35:54.5747083Z 385100K .......... .......... .......... .......... .......... 61% 280M 1s 2024-08-22T20:35:54.5749657Z 385150K .......... .......... .......... .......... .......... 61% 212M 1s 2024-08-22T20:35:54.5751184Z 385200K .......... .......... .......... .......... .......... 61% 272M 1s 2024-08-22T20:35:54.5752865Z 385250K .......... .......... .......... .......... .......... 61% 292M 1s 2024-08-22T20:35:54.5754905Z 385300K .......... .......... .......... .......... .......... 61% 291M 1s 2024-08-22T20:35:54.5756418Z 385350K .......... .......... .......... .......... .......... 61% 270M 1s 2024-08-22T20:35:54.5758439Z 385400K .......... .......... .......... .......... .......... 61% 295M 1s 2024-08-22T20:35:54.5760335Z 385450K .......... .......... .......... .......... .......... 61% 221M 1s 2024-08-22T20:35:54.5761864Z 385500K .......... .......... .......... .......... .......... 62% 294M 1s 2024-08-22T20:35:54.5763875Z 385550K .......... .......... .......... .......... .......... 62% 263M 1s 2024-08-22T20:35:54.5765479Z 385600K .......... .......... .......... .......... .......... 62% 287M 1s 2024-08-22T20:35:54.5767729Z 385650K .......... .......... .......... .......... .......... 62% 227M 1s 2024-08-22T20:35:54.5769264Z 385700K .......... .......... .......... .......... .......... 62% 296M 1s 2024-08-22T20:35:54.5771451Z 385750K .......... .......... .......... .......... .......... 62% 275M 1s 2024-08-22T20:35:54.5773409Z 385800K .......... .......... .......... .......... .......... 62% 266M 1s 2024-08-22T20:35:54.5774636Z 385850K .......... .......... .......... .......... .......... 62% 273M 1s 2024-08-22T20:35:54.5776654Z 385900K .......... .......... .......... .......... .......... 62% 258M 1s 2024-08-22T20:35:54.5778879Z 385950K .......... .......... .......... .......... .......... 62% 244M 1s 2024-08-22T20:35:54.5781034Z 386000K .......... .......... .......... .......... .......... 62% 282M 1s 2024-08-22T20:35:54.5782148Z 386050K .......... .......... .......... .......... .......... 62% 259M 1s 2024-08-22T20:35:54.5784544Z 386100K .......... .......... .......... .......... .......... 62% 268M 1s 2024-08-22T20:35:54.5786113Z 386150K .......... .......... .......... .......... .......... 62% 287M 1s 2024-08-22T20:35:54.5788681Z 386200K .......... .......... .......... .......... .......... 62% 203M 1s 2024-08-22T20:35:54.5790151Z 386250K .......... .......... .......... .......... .......... 62% 250M 1s 2024-08-22T20:35:54.5792365Z 386300K .......... .......... .......... .......... .......... 62% 254M 1s 2024-08-22T20:35:54.5793775Z 386350K .......... .......... .......... .......... .......... 62% 273M 1s 2024-08-22T20:35:54.5796325Z 386400K .......... .......... .......... .......... .......... 62% 261M 1s 2024-08-22T20:35:54.5797464Z 386450K .......... .......... .......... .......... .......... 62% 256M 1s 2024-08-22T20:35:54.5799286Z 386500K .......... .......... .......... .......... .......... 62% 293M 1s 2024-08-22T20:35:54.5801467Z 386550K .......... .......... .......... .......... .......... 62% 243M 1s 2024-08-22T20:35:54.5802843Z 386600K .......... .......... .......... .......... .......... 62% 287M 1s 2024-08-22T20:35:54.5805338Z 386650K .......... .......... .......... .......... .......... 62% 210M 1s 2024-08-22T20:35:54.5807512Z 386700K .......... .......... .......... .......... .......... 62% 261M 1s 2024-08-22T20:35:54.5808944Z 386750K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5810532Z 386800K .......... .......... .......... .......... .......... 62% 306M 1s 2024-08-22T20:35:54.5812959Z 386850K .......... .......... .......... .......... .......... 62% 221M 1s 2024-08-22T20:35:54.5814456Z 386900K .......... .......... .......... .......... .......... 62% 279M 1s 2024-08-22T20:35:54.5816470Z 386950K .......... .......... .......... .......... .......... 62% 287M 1s 2024-08-22T20:35:54.5818395Z 387000K .......... .......... .......... .......... .......... 62% 264M 1s 2024-08-22T20:35:54.5819450Z 387050K .......... .......... .......... .......... .......... 62% 313M 1s 2024-08-22T20:35:54.5822232Z 387100K .......... .......... .......... .......... .......... 62% 248M 1s 2024-08-22T20:35:54.5823002Z 387150K .......... .......... .......... .......... .......... 62% 310M 1s 2024-08-22T20:35:54.5825326Z 387200K .......... .......... .......... .......... .......... 62% 301M 1s 2024-08-22T20:35:54.5826807Z 387250K .......... .......... .......... .......... .......... 62% 244M 1s 2024-08-22T20:35:54.5828741Z 387300K .......... .......... .......... .......... .......... 62% 302M 1s 2024-08-22T20:35:54.5830773Z 387350K .......... .......... .......... .......... .......... 62% 207M 1s 2024-08-22T20:35:54.5832392Z 387400K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5834713Z 387450K .......... .......... .......... .......... .......... 62% 255M 1s 2024-08-22T20:35:54.5836239Z 387500K .......... .......... .......... .......... .......... 62% 249M 1s 2024-08-22T20:35:54.5838797Z 387550K .......... .......... .......... .......... .......... 62% 294M 1s 2024-08-22T20:35:54.5841029Z 387600K .......... .......... .......... .......... .......... 62% 223M 1s 2024-08-22T20:35:54.5841979Z 387650K .......... .......... .......... .......... .......... 62% 262M 1s 2024-08-22T20:35:54.5844143Z 387700K .......... .......... .......... .......... .......... 62% 270M 1s 2024-08-22T20:35:54.5846336Z 387750K .......... .......... .......... .......... .......... 62% 253M 1s 2024-08-22T20:35:54.5847943Z 387800K .......... .......... .......... .......... .......... 62% 314M 1s 2024-08-22T20:35:54.5850072Z 387850K .......... .......... .......... .......... .......... 62% 225M 1s 2024-08-22T20:35:54.5851554Z 387900K .......... .......... .......... .......... .......... 62% 264M 1s 2024-08-22T20:35:54.5853379Z 387950K .......... .......... .......... .......... .......... 62% 272M 1s 2024-08-22T20:35:54.5855292Z 388000K .......... .......... .......... .......... .......... 62% 268M 1s 2024-08-22T20:35:54.5857001Z 388050K .......... .......... .......... .......... .......... 62% 247M 1s 2024-08-22T20:35:54.5858768Z 388100K .......... .......... .......... .......... .......... 62% 277M 1s 2024-08-22T20:35:54.5860475Z 388150K .......... .......... .......... .......... .......... 62% 283M 1s 2024-08-22T20:35:54.5862108Z 388200K .......... .......... .......... .......... .......... 62% 301M 1s 2024-08-22T20:35:54.5863942Z 388250K .......... .......... .......... .......... .......... 62% 264M 1s 2024-08-22T20:35:54.5865727Z 388300K .......... .......... .......... .......... .......... 62% 271M 1s 2024-08-22T20:35:54.5867499Z 388350K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5869517Z 388400K .......... .......... .......... .......... .......... 62% 253M 1s 2024-08-22T20:35:54.5871763Z 388450K .......... .......... .......... .......... .......... 62% 214M 1s 2024-08-22T20:35:54.5873253Z 388500K .......... .......... .......... .......... .......... 62% 299M 1s 2024-08-22T20:35:54.5875057Z 388550K .......... .......... .......... .......... .......... 62% 293M 1s 2024-08-22T20:35:54.5876798Z 388600K .......... .......... .......... .......... .......... 62% 272M 1s 2024-08-22T20:35:54.5878745Z 388650K .......... .......... .......... .......... .......... 62% 283M 1s 2024-08-22T20:35:54.5880370Z 388700K .......... .......... .......... .......... .......... 62% 261M 1s 2024-08-22T20:35:54.5881989Z 388750K .......... .......... .......... .......... .......... 62% 302M 1s 2024-08-22T20:35:54.5884039Z 388800K .......... .......... .......... .......... .......... 62% 239M 1s 2024-08-22T20:35:54.5885763Z 388850K .......... .......... .......... .......... .......... 62% 295M 1s 2024-08-22T20:35:54.5887397Z 388900K .......... .......... .......... .......... .......... 62% 290M 1s 2024-08-22T20:35:54.5888908Z 388950K .......... .......... .......... .......... .......... 62% 308M 1s 2024-08-22T20:35:54.5890887Z 389000K .......... .......... .......... .......... .......... 62% 261M 1s 2024-08-22T20:35:54.5892656Z 389050K .......... .......... .......... .......... .......... 62% 274M 1s 2024-08-22T20:35:54.5894678Z 389100K .......... .......... .......... .......... .......... 62% 242M 1s 2024-08-22T20:35:54.5896467Z 389150K .......... .......... .......... .......... .......... 62% 269M 1s 2024-08-22T20:35:54.5898464Z 389200K .......... .......... .......... .......... .......... 62% 283M 1s 2024-08-22T20:35:54.5900216Z 389250K .......... .......... .......... .......... .......... 62% 249M 1s 2024-08-22T20:35:54.5901823Z 389300K .......... .......... .......... .......... .......... 62% 285M 1s 2024-08-22T20:35:54.5904459Z 389350K .......... .......... .......... .......... .......... 62% 237M 1s 2024-08-22T20:35:54.5905493Z 389400K .......... .......... .......... .......... .......... 62% 293M 1s 2024-08-22T20:35:54.5907476Z 389450K .......... .......... .......... .......... .......... 62% 283M 1s 2024-08-22T20:35:54.5909559Z 389500K .......... .......... .......... .......... .......... 62% 228M 1s 2024-08-22T20:35:54.5911144Z 389550K .......... .......... .......... .......... .......... 62% 279M 1s 2024-08-22T20:35:54.5913500Z 389600K .......... .......... .......... .......... .......... 62% 218M 1s 2024-08-22T20:35:54.5915077Z 389650K .......... .......... .......... .......... .......... 62% 298M 1s 2024-08-22T20:35:54.5917202Z 389700K .......... .......... .......... .......... .......... 62% 276M 1s 2024-08-22T20:35:54.5918754Z 389750K .......... .......... .......... .......... .......... 62% 263M 1s 2024-08-22T20:35:54.5920748Z 389800K .......... .......... .......... .......... .......... 62% 299M 1s 2024-08-22T20:35:54.5922307Z 389850K .......... .......... .......... .......... .......... 62% 240M 1s 2024-08-22T20:35:54.5924604Z 389900K .......... .......... .......... .......... .......... 62% 306M 1s 2024-08-22T20:35:54.5926171Z 389950K .......... .......... .......... .......... .......... 62% 239M 1s 2024-08-22T20:35:54.5928397Z 390000K .......... .......... .......... .......... .......... 62% 266M 1s 2024-08-22T20:35:54.5929698Z 390050K .......... .......... .......... .......... .......... 62% 279M 1s 2024-08-22T20:35:54.5931617Z 390100K .......... .......... .......... .......... .......... 62% 247M 1s 2024-08-22T20:35:54.5933930Z 390150K .......... .......... .......... .......... .......... 62% 216M 1s 2024-08-22T20:35:54.5935669Z 390200K .......... .......... .......... .......... .......... 62% 265M 1s 2024-08-22T20:35:54.5938048Z 390250K .......... .......... .......... .......... .......... 62% 269M 1s 2024-08-22T20:35:54.5939964Z 390300K .......... .......... .......... .......... .......... 62% 233M 1s 2024-08-22T20:35:54.5941276Z 390350K .......... .......... .......... .......... .......... 62% 304M 1s 2024-08-22T20:35:54.5943830Z 390400K .......... .......... .......... .......... .......... 62% 260M 1s 2024-08-22T20:35:54.5944996Z 390450K .......... .......... .......... .......... .......... 62% 241M 1s 2024-08-22T20:35:54.5946681Z 390500K .......... .......... .......... .......... .......... 62% 285M 1s 2024-08-22T20:35:54.5949376Z 390550K .......... .......... .......... .......... .......... 62% 218M 1s 2024-08-22T20:35:54.5950717Z 390600K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5953089Z 390650K .......... .......... .......... .......... .......... 62% 264M 1s 2024-08-22T20:35:54.5954743Z 390700K .......... .......... .......... .......... .......... 62% 225M 1s 2024-08-22T20:35:54.5956743Z 390750K .......... .......... .......... .......... .......... 62% 269M 1s 2024-08-22T20:35:54.5958801Z 390800K .......... .......... .......... .......... .......... 62% 232M 1s 2024-08-22T20:35:54.5960584Z 390850K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5962602Z 390900K .......... .......... .......... .......... .......... 62% 278M 1s 2024-08-22T20:35:54.5964533Z 390950K .......... .......... .......... .......... .......... 62% 235M 1s 2024-08-22T20:35:54.5966170Z 391000K .......... .......... .......... .......... .......... 62% 293M 1s 2024-08-22T20:35:54.5968213Z 391050K .......... .......... .......... .......... .......... 62% 238M 1s 2024-08-22T20:35:54.5969736Z 391100K .......... .......... .......... .......... .......... 62% 273M 1s 2024-08-22T20:35:54.5972417Z 391150K .......... .......... .......... .......... .......... 62% 266M 1s 2024-08-22T20:35:54.5973536Z 391200K .......... .......... .......... .......... .......... 62% 260M 1s 2024-08-22T20:35:54.5975687Z 391250K .......... .......... .......... .......... .......... 62% 288M 1s 2024-08-22T20:35:54.5977198Z 391300K .......... .......... .......... .......... .......... 62% 280M 1s 2024-08-22T20:35:54.5979230Z 391350K .......... .......... .......... .......... .......... 62% 286M 1s 2024-08-22T20:35:54.5980920Z 391400K .......... .......... .......... .......... .......... 62% 254M 1s 2024-08-22T20:35:54.5983165Z 391450K .......... .......... .......... .......... .......... 62% 226M 1s 2024-08-22T20:35:54.5984372Z 391500K .......... .......... .......... .......... .......... 62% 289M 1s 2024-08-22T20:35:54.5986985Z 391550K .......... .......... .......... .......... .......... 62% 271M 1s 2024-08-22T20:35:54.5988620Z 391600K .......... .......... .......... .......... .......... 62% 243M 1s 2024-08-22T20:35:54.5990720Z 391650K .......... .......... .......... .......... .......... 62% 237M 1s 2024-08-22T20:35:54.5992274Z 391700K .......... .......... .......... .......... .......... 63% 276M 1s 2024-08-22T20:35:54.5993860Z 391750K .......... .......... .......... .......... .......... 63% 287M 1s 2024-08-22T20:35:54.5996203Z 391800K .......... .......... .......... .......... .......... 63% 220M 1s 2024-08-22T20:35:54.5998091Z 391850K .......... .......... .......... .......... .......... 63% 270M 1s 2024-08-22T20:35:54.6000175Z 391900K .......... .......... .......... .......... .......... 63% 246M 1s 2024-08-22T20:35:54.6002226Z 391950K .......... .......... .......... .......... .......... 63% 277M 1s 2024-08-22T20:35:54.6003399Z 392000K .......... .......... .......... .......... .......... 63% 257M 1s 2024-08-22T20:35:54.6006050Z 392050K .......... .......... .......... .......... .......... 63% 266M 1s 2024-08-22T20:35:54.6008082Z 392100K .......... .......... .......... .......... .......... 63% 229M 1s 2024-08-22T20:35:54.6009026Z 392150K .......... .......... .......... .......... .......... 63% 289M 1s 2024-08-22T20:35:54.6011065Z 392200K .......... .......... .......... .......... .......... 63% 254M 1s 2024-08-22T20:35:54.6012732Z 392250K .......... .......... .......... .......... .......... 63% 293M 1s 2024-08-22T20:35:54.6014849Z 392300K .......... .......... .......... .......... .......... 63% 245M 1s 2024-08-22T20:35:54.6016699Z 392350K .......... .......... .......... .......... .......... 63% 257M 1s 2024-08-22T20:35:54.6018285Z 392400K .......... .......... .......... .......... .......... 63% 293M 1s 2024-08-22T20:35:54.6020718Z 392450K .......... .......... .......... .......... .......... 63% 249M 1s 2024-08-22T20:35:54.6022393Z 392500K .......... .......... .......... .......... .......... 63% 266M 1s 2024-08-22T20:35:54.6023792Z 392550K .......... .......... .......... .......... .......... 63% 270M 1s 2024-08-22T20:35:54.6026285Z 392600K .......... .......... .......... .......... .......... 63% 244M 1s 2024-08-22T20:35:54.6028299Z 392650K .......... .......... .......... .......... .......... 63% 250M 1s 2024-08-22T20:35:54.6029807Z 392700K .......... .......... .......... .......... .......... 63% 271M 1s 2024-08-22T20:35:54.6032133Z 392750K .......... .......... .......... .......... .......... 63% 225M 1s 2024-08-22T20:35:54.6033405Z 392800K .......... .......... .......... .......... .......... 63% 284M 1s 2024-08-22T20:35:54.6035373Z 392850K .......... .......... .......... .......... .......... 63% 279M 1s 2024-08-22T20:35:54.6037280Z 392900K .......... .......... .......... .......... .......... 63% 282M 1s 2024-08-22T20:35:54.6039227Z 392950K .......... .......... .......... .......... .......... 63% 226M 1s 2024-08-22T20:35:54.6040753Z 393000K .......... .......... .......... .......... .......... 63% 294M 1s 2024-08-22T20:35:54.6043413Z 393050K .......... .......... .......... .......... .......... 63% 264M 1s 2024-08-22T20:35:54.6044658Z 393100K .......... .......... .......... .......... .......... 63% 238M 1s 2024-08-22T20:35:54.6046465Z 393150K .......... .......... .......... .......... .......... 63% 289M 1s 2024-08-22T20:35:54.6048961Z 393200K .......... .......... .......... .......... .......... 63% 279M 1s 2024-08-22T20:35:54.6050196Z 393250K .......... .......... .......... .......... .......... 63% 266M 1s 2024-08-22T20:35:54.6052673Z 393300K .......... .......... .......... .......... .......... 63% 284M 1s 2024-08-22T20:35:54.6054441Z 393350K .......... .......... .......... .......... .......... 63% 213M 1s 2024-08-22T20:35:54.6055855Z 393400K .......... .......... .......... .......... .......... 63% 284M 1s 2024-08-22T20:35:54.6057955Z 393450K .......... .......... .......... .......... .......... 63% 272M 1s 2024-08-22T20:35:54.6059438Z 393500K .......... .......... .......... .......... .......... 63% 255M 1s 2024-08-22T20:35:54.6061891Z 393550K .......... .......... .......... .......... .......... 63% 263M 1s 2024-08-22T20:35:54.6063258Z 393600K .......... .......... .......... .......... .......... 63% 242M 1s 2024-08-22T20:35:54.6065191Z 393650K .......... .......... .......... .......... .......... 63% 281M 1s 2024-08-22T20:35:54.6066675Z 393700K .......... .......... .......... .......... .......... 63% 294M 1s 2024-08-22T20:35:54.6069116Z 393750K .......... .......... .......... .......... .......... 63% 231M 1s 2024-08-22T20:35:54.6071064Z 393800K .......... .......... .......... .......... .......... 63% 254M 1s 2024-08-22T20:35:54.6072606Z 393850K .......... .......... .......... .......... .......... 63% 293M 1s 2024-08-22T20:35:54.6074583Z 393900K .......... .......... .......... .......... .......... 63% 234M 1s 2024-08-22T20:35:54.6076361Z 393950K .......... .......... .......... .......... .......... 63% 273M 1s 2024-08-22T20:35:54.6078299Z 394000K .......... .......... .......... .......... .......... 63% 256M 1s 2024-08-22T20:35:54.6080518Z 394050K .......... .......... .......... .......... .......... 63% 259M 1s 2024-08-22T20:35:54.6082743Z 394100K .......... .......... .......... .......... .......... 63% 241M 1s 2024-08-22T20:35:54.6083817Z 394150K .......... .......... .......... .......... .......... 63% 289M 1s 2024-08-22T20:35:54.6086217Z 394200K .......... .......... .......... .......... .......... 63% 274M 1s 2024-08-22T20:35:54.6087889Z 394250K .......... .......... .......... .......... .......... 63% 248M 1s 2024-08-22T20:35:54.6089714Z 394300K .......... .......... .......... .......... .......... 63% 296M 1s 2024-08-22T20:35:54.6091255Z 394350K .......... .......... .......... .......... .......... 63% 229M 1s 2024-08-22T20:35:54.6093158Z 394400K .......... .......... .......... .......... .......... 63% 281M 1s 2024-08-22T20:35:54.6095228Z 394450K .......... .......... .......... .......... .......... 63% 285M 1s 2024-08-22T20:35:54.6097047Z 394500K .......... .......... .......... .......... .......... 63% 232M 1s 2024-08-22T20:35:54.6098907Z 394550K .......... .......... .......... .......... .......... 63% 253M 1s 2024-08-22T20:35:54.6100775Z 394600K .......... .......... .......... .......... .......... 63% 258M 1s 2024-08-22T20:35:54.6102331Z 394650K .......... .......... .......... .......... .......... 63% 285M 1s 2024-08-22T20:35:54.6104460Z 394700K .......... .......... .......... .......... .......... 63% 279M 1s 2024-08-22T20:35:54.6105909Z 394750K .......... .......... .......... .......... .......... 63% 273M 1s 2024-08-22T20:35:54.6108883Z 394800K .......... .......... .......... .......... .......... 63% 245M 1s 2024-08-22T20:35:54.6110106Z 394850K .......... .......... .......... .......... .......... 63% 316M 1s 2024-08-22T20:35:54.6111606Z 394900K .......... .......... .......... .......... .......... 63% 222M 1s 2024-08-22T20:35:54.6113567Z 394950K .......... .......... .......... .......... .......... 63% 278M 1s 2024-08-22T20:35:54.6115166Z 395000K .......... .......... .......... .......... .......... 63% 282M 1s 2024-08-22T20:35:54.6118091Z 395050K .......... .......... .......... .......... .......... 63% 271M 1s 2024-08-22T20:35:54.6118884Z 395100K .......... .......... .......... .......... .......... 63% 253M 1s 2024-08-22T20:35:54.6121155Z 395150K .......... .......... .......... .......... .......... 63% 287M 1s 2024-08-22T20:35:54.6123133Z 395200K .......... .......... .......... .......... .......... 63% 249M 1s 2024-08-22T20:35:54.6124152Z 395250K .......... .......... .......... .......... .......... 63% 294M 1s 2024-08-22T20:35:54.6126507Z 395300K .......... .......... .......... .......... .......... 63% 278M 1s 2024-08-22T20:35:54.6127644Z 395350K .......... .......... .......... .......... .......... 63% 279M 1s 2024-08-22T20:35:54.6130291Z 395400K .......... .......... .......... .......... .......... 63% 293M 1s 2024-08-22T20:35:54.6131947Z 395450K .......... .......... .......... .......... .......... 63% 229M 1s 2024-08-22T20:35:54.6133839Z 395500K .......... .......... .......... .......... .......... 63% 269M 1s 2024-08-22T20:35:54.6135486Z 395550K .......... .......... .......... .......... .......... 63% 256M 1s 2024-08-22T20:35:54.6137422Z 395600K .......... .......... .......... .......... .......... 63% 253M 1s 2024-08-22T20:35:54.6139383Z 395650K .......... .......... .......... .......... .......... 63% 260M 1s 2024-08-22T20:35:54.6141428Z 395700K .......... .......... .......... .......... .......... 63% 240M 1s 2024-08-22T20:35:54.6143186Z 395750K .......... .......... .......... .......... .......... 63% 263M 1s 2024-08-22T20:35:54.6145350Z 395800K .......... .......... .......... .......... .......... 63% 259M 1s 2024-08-22T20:35:54.6147607Z 395850K .......... .......... .......... .......... .......... 63% 265M 1s 2024-08-22T20:35:54.6149017Z 395900K .......... .......... .......... .......... .......... 63% 243M 1s 2024-08-22T20:35:54.6150735Z 395950K .......... .......... .......... .......... .......... 63% 235M 1s 2024-08-22T20:35:54.6152621Z 396000K .......... .......... .......... .......... .......... 63% 292M 1s 2024-08-22T20:35:54.6154836Z 396050K .......... .......... .......... .......... .......... 63% 259M 1s 2024-08-22T20:35:54.6156972Z 396100K .......... .......... .......... .......... .......... 63% 223M 1s 2024-08-22T20:35:54.6158452Z 396150K .......... .......... .......... .......... .......... 63% 289M 1s 2024-08-22T20:35:54.6160351Z 396200K .......... .......... .......... .......... .......... 63% 235M 1s 2024-08-22T20:35:54.6162197Z 396250K .......... .......... .......... .......... .......... 63% 285M 1s 2024-08-22T20:35:54.6164517Z 396300K .......... .......... .......... .......... .......... 63% 219M 1s 2024-08-22T20:35:54.6166058Z 396350K .......... .......... .......... .......... .......... 63% 278M 1s 2024-08-22T20:35:54.6168053Z 396400K .......... .......... .......... .......... .......... 63% 290M 1s 2024-08-22T20:35:54.6169764Z 396450K .......... .......... .......... .......... .......... 63% 241M 1s 2024-08-22T20:35:54.6171644Z 396500K .......... .......... .......... .......... .......... 63% 273M 1s 2024-08-22T20:35:54.6173615Z 396550K .......... .......... .......... .......... .......... 63% 260M 1s 2024-08-22T20:35:54.6175616Z 396600K .......... .......... .......... .......... .......... 63% 228M 1s 2024-08-22T20:35:54.6177270Z 396650K .......... .......... .......... .......... .......... 63% 272M 1s 2024-08-22T20:35:54.6179533Z 396700K .......... .......... .......... .......... .......... 63% 241M 1s 2024-08-22T20:35:54.6181840Z 396750K .......... .......... .......... .......... .......... 63% 253M 1s 2024-08-22T20:35:54.6183011Z 396800K .......... .......... .......... .......... .......... 63% 266M 1s 2024-08-22T20:35:54.6184994Z 396850K .......... .......... .......... .......... .......... 63% 269M 1s 2024-08-22T20:35:54.6187314Z 396900K .......... .......... .......... .......... .......... 63% 301M 1s 2024-08-22T20:35:54.6188895Z 396950K .......... .......... .......... .......... .......... 63% 222M 1s 2024-08-22T20:35:54.6190766Z 397000K .......... .......... .......... .......... .......... 63% 261M 1s 2024-08-22T20:35:54.6192801Z 397050K .......... .......... .......... .......... .......... 63% 244M 1s 2024-08-22T20:35:54.6194253Z 397100K .......... .......... .......... .......... .......... 63% 276M 1s 2024-08-22T20:35:54.6196693Z 397150K .......... .......... .......... .......... .......... 63% 280M 1s 2024-08-22T20:35:54.6198034Z 397200K .......... .......... .......... .......... .......... 63% 236M 1s 2024-08-22T20:35:54.6200342Z 397250K .......... .......... .......... .......... .......... 63% 285M 1s 2024-08-22T20:35:54.6202366Z 397300K .......... .......... .......... .......... .......... 63% 240M 1s 2024-08-22T20:35:54.6203382Z 397350K .......... .......... .......... .......... .......... 63% 315M 1s 2024-08-22T20:35:54.6205293Z 397400K .......... .......... .......... .......... .......... 63% 288M 1s 2024-08-22T20:35:54.6207113Z 397450K .......... .......... .......... .......... .......... 63% 257M 1s 2024-08-22T20:35:54.6208755Z 397500K .......... .......... .......... .......... .......... 63% 276M 1s 2024-08-22T20:35:54.6210984Z 397550K .......... .......... .......... .......... .......... 63% 269M 1s 2024-08-22T20:35:54.6212702Z 397600K .......... .......... .......... .......... .......... 63% 253M 1s 2024-08-22T20:35:54.6214961Z 397650K .......... .......... .......... .......... .......... 63% 221M 1s 2024-08-22T20:35:54.6216708Z 397700K .......... .......... .......... .......... .......... 63% 271M 1s 2024-08-22T20:35:54.6218311Z 397750K .......... .......... .......... .......... .......... 63% 275M 1s 2024-08-22T20:35:54.6220333Z 397800K .......... .......... .......... .......... .......... 63% 277M 1s 2024-08-22T20:35:54.6222056Z 397850K .......... .......... .......... .......... .......... 63% 251M 1s 2024-08-22T20:35:54.6223797Z 397900K .......... .......... .......... .......... .......... 63% 279M 1s 2024-08-22T20:35:54.6226045Z 397950K .......... .......... .......... .......... .......... 64% 282M 1s 2024-08-22T20:35:54.6227706Z 398000K .......... .......... .......... .......... .......... 64% 234M 1s 2024-08-22T20:35:54.6229558Z 398050K .......... .......... .......... .......... .......... 64% 263M 1s 2024-08-22T20:35:54.6231751Z 398100K .......... .......... .......... .......... .......... 64% 267M 1s 2024-08-22T20:35:54.6233497Z 398150K .......... .......... .......... .......... .......... 64% 285M 1s 2024-08-22T20:35:54.6235699Z 398200K .......... .......... .......... .......... .......... 64% 283M 1s 2024-08-22T20:35:54.6237084Z 398250K .......... .......... .......... .......... .......... 64% 240M 1s 2024-08-22T20:35:54.6239316Z 398300K .......... .......... .......... .......... .......... 64% 245M 1s 2024-08-22T20:35:54.6241319Z 398350K .......... .......... .......... .......... .......... 64% 272M 1s 2024-08-22T20:35:54.6242608Z 398400K .......... .......... .......... .......... .......... 64% 236M 1s 2024-08-22T20:35:54.6244969Z 398450K .......... .......... .......... .......... .......... 64% 238M 1s 2024-08-22T20:35:54.6246449Z 398500K .......... .......... .......... .......... .......... 64% 269M 1s 2024-08-22T20:35:54.6248578Z 398550K .......... .......... .......... .......... .......... 64% 291M 1s 2024-08-22T20:35:54.6250471Z 398600K .......... .......... .......... .......... .......... 64% 227M 1s 2024-08-22T20:35:54.6252717Z 398650K .......... .......... .......... .......... .......... 64% 284M 1s 2024-08-22T20:35:54.6254044Z 398700K .......... .......... .......... .......... .......... 64% 248M 1s 2024-08-22T20:35:54.6256332Z 398750K .......... .......... .......... .......... .......... 64% 238M 1s 2024-08-22T20:35:54.6258193Z 398800K .......... .......... .......... .......... .......... 64% 285M 1s 2024-08-22T20:35:54.6259972Z 398850K .......... .......... .......... .......... .......... 64% 292M 1s 2024-08-22T20:35:54.6261902Z 398900K .......... .......... .......... .......... .......... 64% 258M 1s 2024-08-22T20:35:54.6263527Z 398950K .......... .......... .......... .......... .......... 64% 303M 1s 2024-08-22T20:35:54.6265443Z 399000K .......... .......... .......... .......... .......... 64% 216M 1s 2024-08-22T20:35:54.6266991Z 399050K .......... .......... .......... .......... .......... 64% 286M 1s 2024-08-22T20:35:54.6269464Z 399100K .......... .......... .......... .......... .......... 64% 219M 1s 2024-08-22T20:35:54.6270932Z 399150K .......... .......... .......... .......... .......... 64% 276M 1s 2024-08-22T20:35:54.6272921Z 399200K .......... .......... .......... .......... .......... 64% 264M 1s 2024-08-22T20:35:54.6274919Z 399250K .......... .......... .......... .......... .......... 64% 239M 1s 2024-08-22T20:35:54.6277284Z 399300K .......... .......... .......... .......... .......... 64% 274M 1s 2024-08-22T20:35:54.6279069Z 399350K .......... .......... .......... .......... .......... 64% 217M 1s 2024-08-22T20:35:54.6280587Z 399400K .......... .......... .......... .......... .......... 64% 283M 1s 2024-08-22T20:35:54.6282540Z 399450K .......... .......... .......... .......... .......... 64% 265M 1s 2024-08-22T20:35:54.6284440Z 399500K .......... .......... .......... .......... .......... 64% 258M 1s 2024-08-22T20:35:54.6286145Z 399550K .......... .......... .......... .......... .......... 64% 296M 1s 2024-08-22T20:35:54.6288601Z 399600K .......... .......... .......... .......... .......... 64% 236M 1s 2024-08-22T20:35:54.6290332Z 399650K .......... .......... .......... .......... .......... 64% 250M 1s 2024-08-22T20:35:54.6291698Z 399700K .......... .......... .......... .......... .......... 64% 288M 1s 2024-08-22T20:35:54.6293715Z 399750K .......... .......... .......... .......... .......... 64% 285M 1s 2024-08-22T20:35:54.6295929Z 399800K .......... .......... .......... .......... .......... 64% 259M 1s 2024-08-22T20:35:54.6297386Z 399850K .......... .......... .......... .......... .......... 64% 241M 1s 2024-08-22T20:35:54.6299214Z 399900K .......... .......... .......... .......... .......... 64% 280M 1s 2024-08-22T20:35:54.6300980Z 399950K .......... .......... .......... .......... .......... 64% 284M 1s 2024-08-22T20:35:54.6302926Z 400000K .......... .......... .......... .......... .......... 64% 260M 1s 2024-08-22T20:35:54.6304681Z 400050K .......... .......... .......... .......... .......... 64% 250M 1s 2024-08-22T20:35:54.6306941Z 400100K .......... .......... .......... .......... .......... 64% 233M 1s 2024-08-22T20:35:54.6308703Z 400150K .......... .......... .......... .......... .......... 64% 260M 1s 2024-08-22T20:35:54.6310606Z 400200K .......... .......... .......... .......... .......... 64% 272M 1s 2024-08-22T20:35:54.6312342Z 400250K .......... .......... .......... .......... .......... 64% 258M 1s 2024-08-22T20:35:54.6314216Z 400300K .......... .......... .......... .......... .......... 64% 261M 1s 2024-08-22T20:35:54.6316054Z 400350K .......... .......... .......... .......... .......... 64% 284M 1s 2024-08-22T20:35:54.6318282Z 400400K .......... .......... .......... .......... .......... 64% 224M 1s 2024-08-22T20:35:54.6320171Z 400450K .......... .......... .......... .......... .......... 64% 277M 1s 2024-08-22T20:35:54.6321961Z 400500K .......... .......... .......... .......... .......... 64% 242M 1s 2024-08-22T20:35:54.6323779Z 400550K .......... .......... .......... .......... .......... 64% 272M 1s 2024-08-22T20:35:54.6326022Z 400600K .......... .......... .......... .......... .......... 64% 213M 1s 2024-08-22T20:35:54.6327689Z 400650K .......... .......... .......... .......... .......... 64% 301M 1s 2024-08-22T20:35:54.6329838Z 400700K .......... .......... .......... .......... .......... 64% 277M 1s 2024-08-22T20:35:54.6331571Z 400750K .......... .......... .......... .......... .......... 64% 223M 1s 2024-08-22T20:35:54.6333661Z 400800K .......... .......... .......... .......... .......... 64% 256M 1s 2024-08-22T20:35:54.6335832Z 400850K .......... .......... .......... .......... .......... 64% 265M 1s 2024-08-22T20:35:54.6337427Z 400900K .......... .......... .......... .......... .......... 64% 243M 1s 2024-08-22T20:35:54.6339401Z 400950K .......... .......... .......... .......... .......... 64% 275M 1s 2024-08-22T20:35:54.6341030Z 401000K .......... .......... .......... .......... .......... 64% 255M 1s 2024-08-22T20:35:54.6342881Z 401050K .......... .......... .......... .......... .......... 64% 284M 1s 2024-08-22T20:35:54.6344717Z 401100K .......... .......... .......... .......... .......... 64% 253M 1s 2024-08-22T20:35:54.6346524Z 401150K .......... .......... .......... .......... .......... 64% 281M 1s 2024-08-22T20:35:54.6348558Z 401200K .......... .......... .......... .......... .......... 64% 294M 1s 2024-08-22T20:35:54.6350326Z 401250K .......... .......... .......... .......... .......... 64% 218M 1s 2024-08-22T20:35:54.6352331Z 401300K .......... .......... .......... .......... .......... 64% 259M 1s 2024-08-22T20:35:54.6354299Z 401350K .......... .......... .......... .......... .......... 64% 250M 1s 2024-08-22T20:35:54.6356220Z 401400K .......... .......... .......... .......... .......... 64% 241M 1s 2024-08-22T20:35:54.6358212Z 401450K .......... .......... .......... .......... .......... 64% 292M 1s 2024-08-22T20:35:54.6359979Z 401500K .......... .......... .......... .......... .......... 64% 240M 1s 2024-08-22T20:35:54.6362014Z 401550K .......... .......... .......... .......... .......... 64% 283M 1s 2024-08-22T20:35:54.6363848Z 401600K .......... .......... .......... .......... .......... 64% 240M 1s 2024-08-22T20:35:54.6365712Z 401650K .......... .......... .......... .......... .......... 64% 318M 1s 2024-08-22T20:35:54.6367435Z 401700K .......... .......... .......... .......... .......... 64% 229M 1s 2024-08-22T20:35:54.6369263Z 401750K .......... .......... .......... .......... .......... 64% 276M 1s 2024-08-22T20:35:54.6370883Z 401800K .......... .......... .......... .......... .......... 64% 291M 1s 2024-08-22T20:35:54.6372799Z 401850K .......... .......... .......... .......... .......... 64% 256M 1s 2024-08-22T20:35:54.6374743Z 401900K .......... .......... .......... .......... .......... 64% 262M 1s 2024-08-22T20:35:54.6376803Z 401950K .......... .......... .......... .......... .......... 64% 267M 1s 2024-08-22T20:35:54.6378632Z 402000K .......... .......... .......... .......... .......... 64% 235M 1s 2024-08-22T20:35:54.6380173Z 402050K .......... .......... .......... .......... .......... 64% 299M 1s 2024-08-22T20:35:54.6382229Z 402100K .......... .......... .......... .......... .......... 64% 276M 1s 2024-08-22T20:35:54.6383710Z 402150K .......... .......... .......... .......... .......... 64% 292M 1s 2024-08-22T20:35:54.6385517Z 402200K .......... .......... .......... .......... .......... 64% 245M 1s 2024-08-22T20:35:54.6387327Z 402250K .......... .......... .......... .......... .......... 64% 271M 1s 2024-08-22T20:35:54.6389285Z 402300K .......... .......... .......... .......... .......... 64% 254M 1s 2024-08-22T20:35:54.6391008Z 402350K .......... .......... .......... .......... .......... 64% 279M 1s 2024-08-22T20:35:54.6393210Z 402400K .......... .......... .......... .......... .......... 64% 239M 1s 2024-08-22T20:35:54.6394815Z 402450K .......... .......... .......... .......... .......... 64% 277M 1s 2024-08-22T20:35:54.6396545Z 402500K .......... .......... .......... .......... .......... 64% 299M 1s 2024-08-22T20:35:54.6398749Z 402550K .......... .......... .......... .......... .......... 64% 232M 1s 2024-08-22T20:35:54.6400609Z 402600K .......... .......... .......... .......... .......... 64% 270M 1s 2024-08-22T20:35:54.6402338Z 402650K .......... .......... .......... .......... .......... 64% 255M 1s 2024-08-22T20:35:54.6404157Z 402700K .......... .......... .......... .......... .......... 64% 280M 1s 2024-08-22T20:35:54.6406210Z 402750K .......... .......... .......... .......... .......... 64% 273M 1s 2024-08-22T20:35:54.6407614Z 402800K .......... .......... .......... .......... .......... 64% 253M 1s 2024-08-22T20:35:54.6409766Z 402850K .......... .......... .......... .......... .......... 64% 260M 1s 2024-08-22T20:35:54.6411553Z 402900K .......... .......... .......... .......... .......... 64% 280M 1s 2024-08-22T20:35:54.6413708Z 402950K .......... .......... .......... .......... .......... 64% 232M 1s 2024-08-22T20:35:54.6415579Z 403000K .......... .......... .......... .......... .......... 64% 267M 1s 2024-08-22T20:35:54.6417028Z 403050K .......... .......... .......... .......... .......... 64% 286M 1s 2024-08-22T20:35:54.6419220Z 403100K .......... .......... .......... .......... .......... 64% 235M 1s 2024-08-22T20:35:54.6420921Z 403150K .......... .......... .......... .......... .......... 64% 276M 1s 2024-08-22T20:35:54.6422796Z 403200K .......... .......... .......... .......... .......... 64% 264M 1s 2024-08-22T20:35:54.6424354Z 403250K .......... .......... .......... .......... .......... 64% 291M 1s 2024-08-22T20:35:54.6426742Z 403300K .......... .......... .......... .......... .......... 64% 220M 1s 2024-08-22T20:35:54.6428787Z 403350K .......... .......... .......... .......... .......... 64% 241M 1s 2024-08-22T20:35:54.6430967Z 403400K .......... .......... .......... .......... .......... 64% 277M 1s 2024-08-22T20:35:54.6432664Z 403450K .......... .......... .......... .......... .......... 64% 225M 1s 2024-08-22T20:35:54.6434301Z 403500K .......... .......... .......... .......... .......... 64% 300M 1s 2024-08-22T20:35:54.6436628Z 403550K .......... .......... .......... .......... .......... 64% 237M 1s 2024-08-22T20:35:54.6437892Z 403600K .......... .......... .......... .......... .......... 64% 287M 1s 2024-08-22T20:35:54.6439916Z 403650K .......... .......... .......... .......... .......... 64% 265M 1s 2024-08-22T20:35:54.6441973Z 403700K .......... .......... .......... .......... .......... 64% 226M 1s 2024-08-22T20:35:54.6443644Z 403750K .......... .......... .......... .......... .......... 64% 301M 1s 2024-08-22T20:35:54.6445316Z 403800K .......... .......... .......... .......... .......... 64% 299M 1s 2024-08-22T20:35:54.6447231Z 403850K .......... .......... .......... .......... .......... 64% 252M 1s 2024-08-22T20:35:54.6449099Z 403900K .......... .......... .......... .......... .......... 64% 268M 1s 2024-08-22T20:35:54.6451125Z 403950K .......... .......... .......... .......... .......... 64% 280M 1s 2024-08-22T20:35:54.6452884Z 404000K .......... .......... .......... .......... .......... 64% 259M 1s 2024-08-22T20:35:54.6454681Z 404050K .......... .......... .......... .......... .......... 64% 289M 1s 2024-08-22T20:35:54.6456490Z 404100K .......... .......... .......... .......... .......... 64% 235M 1s 2024-08-22T20:35:54.6458227Z 404150K .......... .......... .......... .......... .......... 65% 295M 1s 2024-08-22T20:35:54.6460302Z 404200K .......... .......... .......... .......... .......... 65% 222M 1s 2024-08-22T20:35:54.6461906Z 404250K .......... .......... .......... .......... .......... 65% 290M 1s 2024-08-22T20:35:54.6463816Z 404300K .......... .......... .......... .......... .......... 65% 257M 1s 2024-08-22T20:35:54.6465723Z 404350K .......... .......... .......... .......... .......... 65% 263M 1s 2024-08-22T20:35:54.6467413Z 404400K .......... .......... .......... .......... .......... 65% 293M 1s 2024-08-22T20:35:54.6469703Z 404450K .......... .......... .......... .......... .......... 65% 218M 1s 2024-08-22T20:35:54.6471799Z 404500K .......... .......... .......... .......... .......... 65% 274M 1s 2024-08-22T20:35:54.6473272Z 404550K .......... .......... .......... .......... .......... 65% 243M 1s 2024-08-22T20:35:54.6475384Z 404600K .......... .......... .......... .......... .......... 65% 267M 1s 2024-08-22T20:35:54.6477097Z 404650K .......... .......... .......... .......... .......... 65% 267M 1s 2024-08-22T20:35:54.6479088Z 404700K .......... .......... .......... .......... .......... 65% 256M 1s 2024-08-22T20:35:54.6480999Z 404750K .......... .......... .......... .......... .......... 65% 254M 1s 2024-08-22T20:35:54.6482941Z 404800K .......... .......... .......... .......... .......... 65% 259M 1s 2024-08-22T20:35:54.6484506Z 404850K .......... .......... .......... .......... .......... 65% 275M 1s 2024-08-22T20:35:54.6486294Z 404900K .......... .......... .......... .......... .......... 65% 282M 1s 2024-08-22T20:35:54.6488250Z 404950K .......... .......... .......... .......... .......... 65% 252M 1s 2024-08-22T20:35:54.6490264Z 405000K .......... .......... .......... .......... .......... 65% 298M 1s 2024-08-22T20:35:54.6491899Z 405050K .......... .......... .......... .......... .......... 65% 239M 1s 2024-08-22T20:35:54.6493455Z 405100K .......... .......... .......... .......... .......... 65% 311M 1s 2024-08-22T20:35:54.6495451Z 405150K .......... .......... .......... .......... .......... 65% 245M 1s 2024-08-22T20:35:54.6497095Z 405200K .......... .......... .......... .......... .......... 65% 300M 1s 2024-08-22T20:35:54.6499263Z 405250K .......... .......... .......... .......... .......... 65% 297M 1s 2024-08-22T20:35:54.6500882Z 405300K .......... .......... .......... .......... .......... 65% 231M 1s 2024-08-22T20:35:54.6502709Z 405350K .......... .......... .......... .......... .......... 65% 288M 1s 2024-08-22T20:35:54.6504597Z 405400K .......... .......... .......... .......... .......... 65% 257M 1s 2024-08-22T20:35:54.6506301Z 405450K .......... .......... .......... .......... .......... 65% 270M 1s 2024-08-22T20:35:54.6508455Z 405500K .......... .......... .......... .......... .......... 65% 290M 1s 2024-08-22T20:35:54.6510184Z 405550K .......... .......... .......... .......... .......... 65% 231M 1s 2024-08-22T20:35:54.6512127Z 405600K .......... .......... .......... .......... .......... 65% 256M 1s 2024-08-22T20:35:54.6513895Z 405650K .......... .......... .......... .......... .......... 65% 249M 1s 2024-08-22T20:35:54.6515831Z 405700K .......... .......... .......... .......... .......... 65% 280M 1s 2024-08-22T20:35:54.6517400Z 405750K .......... .......... .......... .......... .......... 65% 276M 1s 2024-08-22T20:35:54.6519350Z 405800K .......... .......... .......... .......... .......... 65% 247M 1s 2024-08-22T20:35:54.6521254Z 405850K .......... .......... .......... .......... .......... 65% 273M 1s 2024-08-22T20:35:54.6523140Z 405900K .......... .......... .......... .......... .......... 65% 251M 1s 2024-08-22T20:35:54.6524916Z 405950K .......... .......... .......... .......... .......... 65% 260M 1s 2024-08-22T20:35:54.6526562Z 406000K .......... .......... .......... .......... .......... 65% 299M 1s 2024-08-22T20:35:54.6528423Z 406050K .......... .......... .......... .......... .......... 65% 262M 1s 2024-08-22T20:35:54.6530097Z 406100K .......... .......... .......... .......... .......... 65% 294M 1s 2024-08-22T20:35:54.6531657Z 406150K .......... .......... .......... .......... .......... 65% 310M 1s 2024-08-22T20:35:54.6533606Z 406200K .......... .......... .......... .......... .......... 65% 313M 1s 2024-08-22T20:35:54.6535428Z 406250K .......... .......... .......... .......... .......... 65% 224M 1s 2024-08-22T20:35:54.6537333Z 406300K .......... .......... .......... .......... .......... 65% 287M 1s 2024-08-22T20:35:54.6538965Z 406350K .......... .......... .......... .......... .......... 65% 276M 1s 2024-08-22T20:35:54.6541032Z 406400K .......... .......... .......... .......... .......... 65% 268M 1s 2024-08-22T20:35:54.6542787Z 406450K .......... .......... .......... .......... .......... 65% 239M 1s 2024-08-22T20:35:54.6544503Z 406500K .......... .......... .......... .......... .......... 65% 293M 1s 2024-08-22T20:35:54.6546518Z 406550K .......... .......... .......... .......... .......... 65% 281M 1s 2024-08-22T20:35:54.6548210Z 406600K .......... .......... .......... .......... .......... 65% 252M 1s 2024-08-22T20:35:54.6550340Z 406650K .......... .......... .......... .......... .......... 65% 251M 1s 2024-08-22T20:35:54.6552107Z 406700K .......... .......... .......... .......... .......... 65% 266M 1s 2024-08-22T20:35:54.6554062Z 406750K .......... .......... .......... .......... .......... 65% 277M 1s 2024-08-22T20:35:54.6555834Z 406800K .......... .......... .......... .......... .......... 65% 235M 1s 2024-08-22T20:35:54.6557521Z 406850K .......... .......... .......... .......... .......... 65% 274M 1s 2024-08-22T20:35:54.6559388Z 406900K .......... .......... .......... .......... .......... 65% 290M 1s 2024-08-22T20:35:54.6561298Z 406950K .......... .......... .......... .......... .......... 65% 250M 1s 2024-08-22T20:35:54.6562849Z 407000K .......... .......... .......... .......... .......... 65% 285M 1s 2024-08-22T20:35:54.6564757Z 407050K .......... .......... .......... .......... .......... 65% 281M 1s 2024-08-22T20:35:54.6566303Z 407100K .......... .......... .......... .......... .......... 65% 295M 1s 2024-08-22T20:35:54.6568208Z 407150K .......... .......... .......... .......... .......... 65% 254M 1s 2024-08-22T20:35:54.6570231Z 407200K .......... .......... .......... .......... .......... 65% 288M 1s 2024-08-22T20:35:54.6571921Z 407250K .......... .......... .......... .......... .......... 65% 242M 1s 2024-08-22T20:35:54.6573834Z 407300K .......... .......... .......... .......... .......... 65% 264M 1s 2024-08-22T20:35:54.6575521Z 407350K .......... .......... .......... .......... .......... 65% 288M 1s 2024-08-22T20:35:54.6577587Z 407400K .......... .......... .......... .......... .......... 65% 230M 1s 2024-08-22T20:35:54.6579665Z 407450K .......... .......... .......... .......... .......... 65% 293M 1s 2024-08-22T20:35:54.6581178Z 407500K .......... .......... .......... .......... .......... 65% 265M 1s 2024-08-22T20:35:54.6583035Z 407550K .......... .......... .......... .......... .......... 65% 259M 1s 2024-08-22T20:35:54.6584851Z 407600K .......... .......... .......... .......... .......... 65% 276M 1s 2024-08-22T20:35:54.6586852Z 407650K .......... .......... .......... .......... .......... 65% 239M 1s 2024-08-22T20:35:54.6588982Z 407700K .......... .......... .......... .......... .......... 65% 261M 1s 2024-08-22T20:35:54.6590558Z 407750K .......... .......... .......... .......... .......... 65% 267M 1s 2024-08-22T20:35:54.6592726Z 407800K .......... .......... .......... .......... .......... 65% 234M 1s 2024-08-22T20:35:54.6594407Z 407850K .......... .......... .......... .......... .......... 65% 266M 1s 2024-08-22T20:35:54.6596596Z 407900K .......... .......... .......... .......... .......... 65% 229M 1s 2024-08-22T20:35:54.6598285Z 407950K .......... .......... .......... .......... .......... 65% 280M 1s 2024-08-22T20:35:54.6600003Z 408000K .......... .......... .......... .......... .......... 65% 294M 1s 2024-08-22T20:35:54.6601740Z 408050K .......... .......... .......... .......... .......... 65% 289M 1s 2024-08-22T20:35:54.6603474Z 408100K .......... .......... .......... .......... .......... 65% 272M 1s 2024-08-22T20:35:54.6605482Z 408150K .......... .......... .......... .......... .......... 65% 238M 1s 2024-08-22T20:35:54.6607289Z 408200K .......... .......... .......... .......... .......... 65% 295M 1s 2024-08-22T20:35:54.6609113Z 408250K .......... .......... .......... .......... .......... 65% 258M 1s 2024-08-22T20:35:54.6610845Z 408300K .......... .......... .......... .......... .......... 65% 276M 1s 2024-08-22T20:35:54.6612753Z 408350K .......... .......... .......... .......... .......... 65% 270M 1s 2024-08-22T20:35:54.6614497Z 408400K .......... .......... .......... .......... .......... 65% 271M 1s 2024-08-22T20:35:54.6616537Z 408450K .......... .......... .......... .......... .......... 65% 243M 1s 2024-08-22T20:35:54.6618484Z 408500K .......... .......... .......... .......... .......... 65% 236M 1s 2024-08-22T20:35:54.6620331Z 408550K .......... .......... .......... .......... .......... 65% 268M 1s 2024-08-22T20:35:54.6622180Z 408600K .......... .......... .......... .......... .......... 65% 290M 1s 2024-08-22T20:35:54.6624106Z 408650K .......... .......... .......... .......... .......... 65% 249M 1s 2024-08-22T20:35:54.6625778Z 408700K .......... .......... .......... .......... .......... 65% 273M 1s 2024-08-22T20:35:54.6628019Z 408750K .......... .......... .......... .......... .......... 65% 268M 1s 2024-08-22T20:35:54.6629696Z 408800K .......... .......... .......... .......... .......... 65% 225M 1s 2024-08-22T20:35:54.6631489Z 408850K .......... .......... .......... .......... .......... 65% 279M 1s 2024-08-22T20:35:54.6633175Z 408900K .......... .......... .......... .......... .......... 65% 296M 1s 2024-08-22T20:35:54.6635312Z 408950K .......... .......... .......... .......... .......... 65% 266M 1s 2024-08-22T20:35:54.6636960Z 409000K .......... .......... .......... .......... .......... 65% 242M 1s 2024-08-22T20:35:54.6638790Z 409050K .......... .......... .......... .......... .......... 65% 268M 1s 2024-08-22T20:35:54.6640631Z 409100K .......... .......... .......... .......... .......... 65% 278M 1s 2024-08-22T20:35:54.6642503Z 409150K .......... .......... .......... .......... .......... 65% 258M 1s 2024-08-22T20:35:54.6644683Z 409200K .......... .......... .......... .......... .......... 65% 246M 1s 2024-08-22T20:35:54.6646269Z 409250K .......... .......... .......... .......... .......... 65% 288M 1s 2024-08-22T20:35:54.6648038Z 409300K .......... .......... .......... .......... .......... 65% 257M 1s 2024-08-22T20:35:54.6649920Z 409350K .......... .......... .......... .......... .......... 65% 262M 1s 2024-08-22T20:35:54.6651977Z 409400K .......... .......... .......... .......... .......... 65% 274M 1s 2024-08-22T20:35:54.6653938Z 409450K .......... .......... .......... .......... .......... 65% 230M 1s 2024-08-22T20:35:54.6655676Z 409500K .......... .......... .......... .......... .......... 65% 286M 1s 2024-08-22T20:35:54.6657939Z 409550K .......... .......... .......... .......... .......... 65% 255M 1s 2024-08-22T20:35:54.6659735Z 409600K .......... .......... .......... .......... .......... 65% 221M 1s 2024-08-22T20:35:54.6661535Z 409650K .......... .......... .......... .......... .......... 65% 263M 1s 2024-08-22T20:35:54.6663373Z 409700K .......... .......... .......... .......... .......... 65% 261M 1s 2024-08-22T20:35:54.6665447Z 409750K .......... .......... .......... .......... .......... 65% 252M 1s 2024-08-22T20:35:54.6667466Z 409800K .......... .......... .......... .......... .......... 65% 285M 1s 2024-08-22T20:35:54.6669435Z 409850K .......... .......... .......... .......... .......... 65% 214M 1s 2024-08-22T20:35:54.6671220Z 409900K .......... .......... .......... .......... .......... 65% 275M 1s 2024-08-22T20:35:54.6673009Z 409950K .......... .......... .......... .......... .......... 65% 256M 1s 2024-08-22T20:35:54.6674717Z 410000K .......... .......... .......... .......... .......... 65% 285M 1s 2024-08-22T20:35:54.6676447Z 410050K .......... .......... .......... .......... .......... 65% 285M 1s 2024-08-22T20:35:54.6678662Z 410100K .......... .......... .......... .......... .......... 65% 229M 1s 2024-08-22T20:35:54.6680338Z 410150K .......... .......... .......... .......... .......... 65% 281M 1s 2024-08-22T20:35:54.6682078Z 410200K .......... .......... .......... .......... .......... 65% 276M 1s 2024-08-22T20:35:54.6684353Z 410250K .......... .......... .......... .......... .......... 65% 225M 1s 2024-08-22T20:35:54.6685947Z 410300K .......... .......... .......... .......... .......... 65% 290M 1s 2024-08-22T20:35:54.6688142Z 410350K .......... .......... .......... .......... .......... 66% 238M 1s 2024-08-22T20:35:54.6689850Z 410400K .......... .......... .......... .......... .......... 66% 267M 1s 2024-08-22T20:35:54.6691596Z 410450K .......... .......... .......... .......... .......... 66% 266M 1s 2024-08-22T20:35:54.6693462Z 410500K .......... .......... .......... .......... .......... 66% 268M 1s 2024-08-22T20:35:54.6695544Z 410550K .......... .......... .......... .......... .......... 66% 233M 1s 2024-08-22T20:35:54.6697442Z 410600K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6699158Z 410650K .......... .......... .......... .......... .......... 66% 263M 1s 2024-08-22T20:35:54.6701048Z 410700K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6702905Z 410750K .......... .......... .......... .......... .......... 66% 259M 1s 2024-08-22T20:35:54.6704799Z 410800K .......... .......... .......... .......... .......... 66% 275M 1s 2024-08-22T20:35:54.6706426Z 410850K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6708738Z 410900K .......... .......... .......... .......... .......... 66% 289M 1s 2024-08-22T20:35:54.6710552Z 410950K .......... .......... .......... .......... .......... 66% 212M 1s 2024-08-22T20:35:54.6712397Z 411000K .......... .......... .......... .......... .......... 66% 246M 1s 2024-08-22T20:35:54.6714350Z 411050K .......... .......... .......... .......... .......... 66% 293M 1s 2024-08-22T20:35:54.6715938Z 411100K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6718014Z 411150K .......... .......... .......... .......... .......... 66% 263M 1s 2024-08-22T20:35:54.6720078Z 411200K .......... .......... .......... .......... .......... 66% 261M 1s 2024-08-22T20:35:54.6721622Z 411250K .......... .......... .......... .......... .......... 66% 245M 1s 2024-08-22T20:35:54.6723409Z 411300K .......... .......... .......... .......... .......... 66% 297M 1s 2024-08-22T20:35:54.6725382Z 411350K .......... .......... .......... .......... .......... 66% 266M 1s 2024-08-22T20:35:54.6726833Z 411400K .......... .......... .......... .......... .......... 66% 277M 1s 2024-08-22T20:35:54.6728836Z 411450K .......... .......... .......... .......... .......... 66% 242M 1s 2024-08-22T20:35:54.6730584Z 411500K .......... .......... .......... .......... .......... 66% 284M 1s 2024-08-22T20:35:54.6732480Z 411550K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6734212Z 411600K .......... .......... .......... .......... .......... 66% 271M 1s 2024-08-22T20:35:54.6735891Z 411650K .......... .......... .......... .......... .......... 66% 276M 1s 2024-08-22T20:35:54.6737892Z 411700K .......... .......... .......... .......... .......... 66% 259M 1s 2024-08-22T20:35:54.6739760Z 411750K .......... .......... .......... .......... .......... 66% 262M 1s 2024-08-22T20:35:54.6741776Z 411800K .......... .......... .......... .......... .......... 66% 265M 1s 2024-08-22T20:35:54.6743824Z 411850K .......... .......... .......... .......... .......... 66% 220M 1s 2024-08-22T20:35:54.6745936Z 411900K .......... .......... .......... .......... .......... 66% 244M 1s 2024-08-22T20:35:54.6748329Z 411950K .......... .......... .......... .......... .......... 66% 217M 1s 2024-08-22T20:35:54.6749943Z 412000K .......... .......... .......... .......... .......... 66% 258M 1s 2024-08-22T20:35:54.6751934Z 412050K .......... .......... .......... .......... .......... 66% 254M 1s 2024-08-22T20:35:54.6753570Z 412100K .......... .......... .......... .......... .......... 66% 284M 1s 2024-08-22T20:35:54.6755502Z 412150K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6757611Z 412200K .......... .......... .......... .......... .......... 66% 240M 1s 2024-08-22T20:35:54.6759371Z 412250K .......... .......... .......... .......... .......... 66% 248M 1s 2024-08-22T20:35:54.6761335Z 412300K .......... .......... .......... .......... .......... 66% 249M 1s 2024-08-22T20:35:54.6763056Z 412350K .......... .......... .......... .......... .......... 66% 277M 1s 2024-08-22T20:35:54.6764927Z 412400K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6766984Z 412450K .......... .......... .......... .......... .......... 66% 235M 1s 2024-08-22T20:35:54.6768718Z 412500K .......... .......... .......... .......... .......... 66% 292M 1s 2024-08-22T20:35:54.6770611Z 412550K .......... .......... .......... .......... .......... 66% 256M 1s 2024-08-22T20:35:54.6772502Z 412600K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6774204Z 412650K .......... .......... .......... .......... .......... 66% 276M 1s 2024-08-22T20:35:54.6776235Z 412700K .......... .......... .......... .......... .......... 66% 237M 1s 2024-08-22T20:35:54.6778208Z 412750K .......... .......... .......... .......... .......... 66% 256M 1s 2024-08-22T20:35:54.6780298Z 412800K .......... .......... .......... .......... .......... 66% 234M 1s 2024-08-22T20:35:54.6782092Z 412850K .......... .......... .......... .......... .......... 66% 274M 1s 2024-08-22T20:35:54.6783904Z 412900K .......... .......... .......... .......... .......... 66% 258M 1s 2024-08-22T20:35:54.6785611Z 412950K .......... .......... .......... .......... .......... 66% 274M 1s 2024-08-22T20:35:54.6787673Z 413000K .......... .......... .......... .......... .......... 66% 288M 1s 2024-08-22T20:35:54.6789609Z 413050K .......... .......... .......... .......... .......... 66% 231M 1s 2024-08-22T20:35:54.6791384Z 413100K .......... .......... .......... .......... .......... 66% 271M 1s 2024-08-22T20:35:54.6793063Z 413150K .......... .......... .......... .......... .......... 66% 286M 1s 2024-08-22T20:35:54.6795048Z 413200K .......... .......... .......... .......... .......... 66% 232M 1s 2024-08-22T20:35:54.6796896Z 413250K .......... .......... .......... .......... .......... 66% 298M 1s 2024-08-22T20:35:54.6799061Z 413300K .......... .......... .......... .......... .......... 66% 229M 1s 2024-08-22T20:35:54.6800621Z 413350K .......... .......... .......... .......... .......... 66% 269M 1s 2024-08-22T20:35:54.6802635Z 413400K .......... .......... .......... .......... .......... 66% 253M 1s 2024-08-22T20:35:54.6804250Z 413450K .......... .......... .......... .......... .......... 66% 295M 1s 2024-08-22T20:35:54.6806312Z 413500K .......... .......... .......... .......... .......... 66% 242M 1s 2024-08-22T20:35:54.6808396Z 413550K .......... .......... .......... .......... .......... 66% 264M 1s 2024-08-22T20:35:54.6810122Z 413600K .......... .......... .......... .......... .......... 66% 247M 1s 2024-08-22T20:35:54.6811882Z 413650K .......... .......... .......... .......... .......... 66% 292M 1s 2024-08-22T20:35:54.6813570Z 413700K .......... .......... .......... .......... .......... 66% 276M 1s 2024-08-22T20:35:54.6815512Z 413750K .......... .......... .......... .......... .......... 66% 247M 1s 2024-08-22T20:35:54.6817530Z 413800K .......... .......... .......... .......... .......... 66% 283M 1s 2024-08-22T20:35:54.6819229Z 413850K .......... .......... .......... .......... .......... 66% 239M 1s 2024-08-22T20:35:54.6821155Z 413900K .......... .......... .......... .......... .......... 66% 282M 1s 2024-08-22T20:35:54.6822932Z 413950K .......... .......... .......... .......... .......... 66% 272M 1s 2024-08-22T20:35:54.6824885Z 414000K .......... .......... .......... .......... .......... 66% 254M 1s 2024-08-22T20:35:54.6826746Z 414050K .......... .......... .......... .......... .......... 66% 243M 1s 2024-08-22T20:35:54.6828597Z 414100K .......... .......... .......... .......... .......... 66% 291M 1s 2024-08-22T20:35:54.6830451Z 414150K .......... .......... .......... .......... .......... 66% 244M 1s 2024-08-22T20:35:54.6832180Z 414200K .......... .......... .......... .......... .......... 66% 278M 1s 2024-08-22T20:35:54.6834182Z 414250K .......... .......... .......... .......... .......... 66% 247M 1s 2024-08-22T20:35:54.6836044Z 414300K .......... .......... .......... .......... .......... 66% 252M 1s 2024-08-22T20:35:54.6838128Z 414350K .......... .......... .......... .......... .......... 66% 257M 1s 2024-08-22T20:35:54.6839766Z 414400K .......... .......... .......... .......... .......... 66% 273M 1s 2024-08-22T20:35:54.6841761Z 414450K .......... .......... .......... .......... .......... 66% 261M 1s 2024-08-22T20:35:54.6843890Z 414500K .......... .......... .......... .......... .......... 66% 234M 1s 2024-08-22T20:35:54.6845732Z 414550K .......... .......... .......... .......... .......... 66% 250M 1s 2024-08-22T20:35:54.6847364Z 414600K .......... .......... .......... .......... .......... 66% 283M 1s 2024-08-22T20:35:54.6848971Z 414650K .......... .......... .......... .......... .......... 66% 302M 1s 2024-08-22T20:35:54.6851082Z 414700K .......... .......... .......... .......... .......... 66% 251M 1s 2024-08-22T20:35:54.6852661Z 414750K .......... .......... .......... .......... .......... 66% 285M 1s 2024-08-22T20:35:54.6854339Z 414800K .......... .......... .......... .......... .......... 66% 288M 1s 2024-08-22T20:35:54.6856006Z 414850K .......... .......... .......... .......... .......... 66% 295M 1s 2024-08-22T20:35:54.6858321Z 414900K .......... .......... .......... .......... .......... 66% 221M 1s 2024-08-22T20:35:54.6859968Z 414950K .......... .......... .......... .......... .......... 66% 279M 1s 2024-08-22T20:35:54.6861749Z 415000K .......... .......... .......... .......... .......... 66% 280M 1s 2024-08-22T20:35:54.6863394Z 415050K .......... .......... .......... .......... .......... 66% 306M 1s 2024-08-22T20:35:54.6865267Z 415100K .......... .......... .......... .......... .......... 66% 254M 1s 2024-08-22T20:35:54.6867329Z 415150K .......... .......... .......... .......... .......... 66% 283M 1s 2024-08-22T20:35:54.6869305Z 415200K .......... .......... .......... .......... .......... 66% 225M 1s 2024-08-22T20:35:54.6871188Z 415250K .......... .......... .......... .......... .......... 66% 279M 1s 2024-08-22T20:35:54.6872882Z 415300K .......... .......... .......... .......... .......... 66% 249M 1s 2024-08-22T20:35:54.6874733Z 415350K .......... .......... .......... .......... .......... 66% 288M 1s 2024-08-22T20:35:54.6876777Z 415400K .......... .......... .......... .......... .......... 66% 268M 1s 2024-08-22T20:35:54.6878458Z 415450K .......... .......... .......... .......... .......... 66% 230M 1s 2024-08-22T20:35:54.6880202Z 415500K .......... .......... .......... .......... .......... 66% 299M 1s 2024-08-22T20:35:54.6881963Z 415550K .......... .......... .......... .......... .......... 66% 262M 1s 2024-08-22T20:35:54.6883658Z 415600K .......... .......... .......... .......... .......... 66% 291M 1s 2024-08-22T20:35:54.6885302Z 415650K .......... .......... .......... .......... .......... 66% 288M 1s 2024-08-22T20:35:54.6887285Z 415700K .......... .......... .......... .......... .......... 66% 266M 1s 2024-08-22T20:35:54.6889582Z 415750K .......... .......... .......... .......... .......... 66% 220M 1s 2024-08-22T20:35:54.6891225Z 415800K .......... .......... .......... .......... .......... 66% 282M 1s 2024-08-22T20:35:54.6892949Z 415850K .......... .......... .......... .......... .......... 66% 265M 1s 2024-08-22T20:35:54.6895008Z 415900K .......... .......... .......... .......... .......... 66% 282M 1s 2024-08-22T20:35:54.6896823Z 415950K .......... .......... .......... .......... .......... 66% 253M 1s 2024-08-22T20:35:54.6898922Z 416000K .......... .......... .......... .......... .......... 66% 250M 1s 2024-08-22T20:35:54.6900621Z 416050K .......... .......... .......... .......... .......... 66% 252M 1s 2024-08-22T20:35:54.6902316Z 416100K .......... .......... .......... .......... .......... 66% 292M 1s 2024-08-22T20:35:54.6903908Z 416150K .......... .......... .......... .......... .......... 66% 285M 1s 2024-08-22T20:35:54.6905861Z 416200K .......... .......... .......... .......... .......... 66% 264M 1s 2024-08-22T20:35:54.6908207Z 416250K .......... .......... .......... .......... .......... 66% 227M 1s 2024-08-22T20:35:54.6909813Z 416300K .......... .......... .......... .......... .......... 66% 256M 1s 2024-08-22T20:35:54.6911872Z 416350K .......... .......... .......... .......... .......... 66% 256M 1s 2024-08-22T20:35:54.6913862Z 416400K .......... .......... .......... .......... .......... 66% 253M 1s 2024-08-22T20:35:54.6915549Z 416450K .......... .......... .......... .......... .......... 66% 259M 1s 2024-08-22T20:35:54.6917414Z 416500K .......... .......... .......... .......... .......... 66% 258M 1s 2024-08-22T20:35:54.6919254Z 416550K .......... .......... .......... .......... .......... 66% 269M 1s 2024-08-22T20:35:54.6921232Z 416600K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.6922921Z 416650K .......... .......... .......... .......... .......... 67% 249M 1s 2024-08-22T20:35:54.6924580Z 416700K .......... .......... .......... .......... .......... 67% 303M 1s 2024-08-22T20:35:54.6926515Z 416750K .......... .......... .......... .......... .......... 67% 254M 1s 2024-08-22T20:35:54.6928316Z 416800K .......... .......... .......... .......... .......... 67% 299M 1s 2024-08-22T20:35:54.6929881Z 416850K .......... .......... .......... .......... .......... 67% 300M 1s 2024-08-22T20:35:54.6931859Z 416900K .......... .......... .......... .......... .......... 67% 291M 1s 2024-08-22T20:35:54.6933431Z 416950K .......... .......... .......... .......... .......... 67% 250M 1s 2024-08-22T20:35:54.6935008Z 417000K .......... .......... .......... .......... .......... 67% 297M 1s 2024-08-22T20:35:54.6937187Z 417050K .......... .......... .......... .......... .......... 67% 236M 1s 2024-08-22T20:35:54.6938894Z 417100K .......... .......... .......... .......... .......... 67% 261M 1s 2024-08-22T20:35:54.6941056Z 417150K .......... .......... .......... .......... .......... 67% 292M 1s 2024-08-22T20:35:54.6942937Z 417200K .......... .......... .......... .......... .......... 67% 228M 1s 2024-08-22T20:35:54.6944558Z 417250K .......... .......... .......... .......... .......... 67% 300M 1s 2024-08-22T20:35:54.6946381Z 417300K .......... .......... .......... .......... .......... 67% 239M 1s 2024-08-22T20:35:54.6948272Z 417350K .......... .......... .......... .......... .......... 67% 295M 1s 2024-08-22T20:35:54.6950069Z 417400K .......... .......... .......... .......... .......... 67% 256M 1s 2024-08-22T20:35:54.6952258Z 417450K .......... .......... .......... .......... .......... 67% 218M 1s 2024-08-22T20:35:54.6954158Z 417500K .......... .......... .......... .......... .......... 67% 296M 1s 2024-08-22T20:35:54.6955843Z 417550K .......... .......... .......... .......... .......... 67% 273M 1s 2024-08-22T20:35:54.6957578Z 417600K .......... .......... .......... .......... .......... 67% 284M 1s 2024-08-22T20:35:54.6959616Z 417650K .......... .......... .......... .......... .......... 67% 228M 1s 2024-08-22T20:35:54.6961264Z 417700K .......... .......... .......... .......... .......... 67% 320M 1s 2024-08-22T20:35:54.6963299Z 417750K .......... .......... .......... .......... .......... 67% 232M 1s 2024-08-22T20:35:54.6964970Z 417800K .......... .......... .......... .......... .......... 67% 292M 1s 2024-08-22T20:35:54.6966777Z 417850K .......... .......... .......... .......... .......... 67% 285M 1s 2024-08-22T20:35:54.6968413Z 417900K .......... .......... .......... .......... .......... 67% 261M 1s 2024-08-22T20:35:54.6970167Z 417950K .......... .......... .......... .......... .......... 67% 288M 1s 2024-08-22T20:35:54.6972129Z 418000K .......... .......... .......... .......... .......... 67% 261M 1s 2024-08-22T20:35:54.6973865Z 418050K .......... .......... .......... .......... .......... 67% 264M 1s 2024-08-22T20:35:54.6975665Z 418100K .......... .......... .......... .......... .......... 67% 283M 1s 2024-08-22T20:35:54.6977672Z 418150K .......... .......... .......... .......... .......... 67% 238M 1s 2024-08-22T20:35:54.6979563Z 418200K .......... .......... .......... .......... .......... 67% 290M 1s 2024-08-22T20:35:54.6981638Z 418250K .......... .......... .......... .......... .......... 67% 227M 1s 2024-08-22T20:35:54.6983461Z 418300K .......... .......... .......... .......... .......... 67% 256M 1s 2024-08-22T20:35:54.6985121Z 418350K .......... .......... .......... .......... .......... 67% 283M 1s 2024-08-22T20:35:54.6987090Z 418400K .......... .......... .......... .......... .......... 67% 288M 1s 2024-08-22T20:35:54.6989012Z 418450K .......... .......... .......... .......... .......... 67% 239M 1s 2024-08-22T20:35:54.6990883Z 418500K .......... .......... .......... .......... .......... 67% 267M 1s 2024-08-22T20:35:54.6992427Z 418550K .......... .......... .......... .......... .......... 67% 277M 1s 2024-08-22T20:35:54.6994357Z 418600K .......... .......... .......... .......... .......... 67% 290M 1s 2024-08-22T20:35:54.6996408Z 418650K .......... .......... .......... .......... .......... 67% 228M 1s 2024-08-22T20:35:54.6998167Z 418700K .......... .......... .......... .......... .......... 67% 261M 1s 2024-08-22T20:35:54.6999978Z 418750K .......... .......... .......... .......... .......... 67% 271M 1s 2024-08-22T20:35:54.7001646Z 418800K .......... .......... .......... .......... .......... 67% 289M 1s 2024-08-22T20:35:54.7003671Z 418850K .......... .......... .......... .......... .......... 67% 246M 1s 2024-08-22T20:35:54.7005583Z 418900K .......... .......... .......... .......... .......... 67% 252M 1s 2024-08-22T20:35:54.7007486Z 418950K .......... .......... .......... .......... .......... 67% 263M 1s 2024-08-22T20:35:54.7009043Z 419000K .......... .......... .......... .......... .......... 67% 294M 1s 2024-08-22T20:35:54.7011122Z 419050K .......... .......... .......... .......... .......... 67% 238M 1s 2024-08-22T20:35:54.7012875Z 419100K .......... .......... .......... .......... .......... 67% 307M 1s 2024-08-22T20:35:54.7014860Z 419150K .......... .......... .......... .......... .......... 67% 270M 1s 2024-08-22T20:35:54.7016297Z 419200K .......... .......... .......... .......... .......... 67% 301M 1s 2024-08-22T20:35:54.7017962Z 419250K .......... .......... .......... .......... .......... 67% 265M 1s 2024-08-22T20:35:54.7020049Z 419300K .......... .......... .......... .......... .......... 67% 267M 1s 2024-08-22T20:35:54.7021839Z 419350K .......... .......... .......... .......... .......... 67% 239M 1s 2024-08-22T20:35:54.7023563Z 419400K .......... .......... .......... .......... .......... 67% 284M 1s 2024-08-22T20:35:54.7025847Z 419450K .......... .......... .......... .......... .......... 67% 233M 1s 2024-08-22T20:35:54.7027526Z 419500K .......... .......... .......... .......... .......... 67% 260M 1s 2024-08-22T20:35:54.7029620Z 419550K .......... .......... .......... .......... .......... 67% 251M 1s 2024-08-22T20:35:54.7031234Z 419600K .......... .......... .......... .......... .......... 67% 274M 1s 2024-08-22T20:35:54.7033095Z 419650K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.7035088Z 419700K .......... .......... .......... .......... .......... 67% 286M 1s 2024-08-22T20:35:54.7036838Z 419750K .......... .......... .......... .......... .......... 67% 251M 1s 2024-08-22T20:35:54.7038618Z 419800K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.7040293Z 419850K .......... .......... .......... .......... .......... 67% 260M 1s 2024-08-22T20:35:54.7042114Z 419900K .......... .......... .......... .......... .......... 67% 279M 1s 2024-08-22T20:35:54.7044164Z 419950K .......... .......... .......... .......... .......... 67% 246M 1s 2024-08-22T20:35:54.7045968Z 420000K .......... .......... .......... .......... .......... 67% 273M 1s 2024-08-22T20:35:54.7047563Z 420050K .......... .......... .......... .......... .......... 67% 292M 1s 2024-08-22T20:35:54.7049515Z 420100K .......... .......... .......... .......... .......... 67% 242M 1s 2024-08-22T20:35:54.7051581Z 420150K .......... .......... .......... .......... .......... 67% 250M 1s 2024-08-22T20:35:54.7053509Z 420200K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.7055201Z 420250K .......... .......... .......... .......... .......... 67% 248M 1s 2024-08-22T20:35:54.7057524Z 420300K .......... .......... .......... .......... .......... 67% 274M 1s 2024-08-22T20:35:54.7059057Z 420350K .......... .......... .......... .......... .......... 67% 242M 1s 2024-08-22T20:35:54.7060994Z 420400K .......... .......... .......... .......... .......... 67% 271M 1s 2024-08-22T20:35:54.7062714Z 420450K .......... .......... .......... .......... .......... 67% 273M 1s 2024-08-22T20:35:54.7064630Z 420500K .......... .......... .......... .......... .......... 67% 252M 1s 2024-08-22T20:35:54.7066548Z 420550K .......... .......... .......... .......... .......... 67% 266M 1s 2024-08-22T20:35:54.7068733Z 420600K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.7070554Z 420650K .......... .......... .......... .......... .......... 67% 209M 1s 2024-08-22T20:35:54.7072345Z 420700K .......... .......... .......... .......... .......... 67% 277M 1s 2024-08-22T20:35:54.7074336Z 420750K .......... .......... .......... .......... .......... 67% 230M 1s 2024-08-22T20:35:54.7076058Z 420800K .......... .......... .......... .......... .......... 67% 285M 1s 2024-08-22T20:35:54.7077652Z 420850K .......... .......... .......... .......... .......... 67% 296M 1s 2024-08-22T20:35:54.7079391Z 420900K .......... .......... .......... .......... .......... 67% 303M 1s 2024-08-22T20:35:54.7081176Z 420950K .......... .......... .......... .......... .......... 67% 263M 1s 2024-08-22T20:35:54.7083133Z 421000K .......... .......... .......... .......... .......... 67% 257M 1s 2024-08-22T20:35:54.7084796Z 421050K .......... .......... .......... .......... .......... 67% 283M 1s 2024-08-22T20:35:54.7086742Z 421100K .......... .......... .......... .......... .......... 67% 295M 1s 2024-08-22T20:35:54.7088351Z 421150K .......... .......... .......... .......... .......... 67% 269M 1s 2024-08-22T20:35:54.7090222Z 421200K .......... .......... .......... .......... .......... 67% 255M 1s 2024-08-22T20:35:54.7092192Z 421250K .......... .......... .......... .......... .......... 67% 256M 1s 2024-08-22T20:35:54.7093858Z 421300K .......... .......... .......... .......... .......... 67% 280M 1s 2024-08-22T20:35:54.7095566Z 421350K .......... .......... .......... .......... .......... 67% 289M 1s 2024-08-22T20:35:54.7097418Z 421400K .......... .......... .......... .......... .......... 67% 284M 1s 2024-08-22T20:35:54.7099148Z 421450K .......... .......... .......... .......... .......... 67% 251M 1s 2024-08-22T20:35:54.7101110Z 421500K .......... .......... .......... .......... .......... 67% 254M 1s 2024-08-22T20:35:54.7102848Z 421550K .......... .......... .......... .......... .......... 67% 280M 1s 2024-08-22T20:35:54.7104728Z 421600K .......... .......... .......... .......... .......... 67% 260M 1s 2024-08-22T20:35:54.7106597Z 421650K .......... .......... .......... .......... .......... 67% 284M 1s 2024-08-22T20:35:54.7108565Z 421700K .......... .......... .......... .......... .......... 67% 251M 1s 2024-08-22T20:35:54.7110469Z 421750K .......... .......... .......... .......... .......... 67% 240M 1s 2024-08-22T20:35:54.7112263Z 421800K .......... .......... .......... .......... .......... 67% 270M 1s 2024-08-22T20:35:54.7114085Z 421850K .......... .......... .......... .......... .......... 67% 267M 1s 2024-08-22T20:35:54.7116008Z 421900K .......... .......... .......... .......... .......... 67% 277M 1s 2024-08-22T20:35:54.7117623Z 421950K .......... .......... .......... .......... .......... 67% 278M 1s 2024-08-22T20:35:54.7120008Z 422000K .......... .......... .......... .......... .......... 67% 257M 1s 2024-08-22T20:35:54.7121553Z 422050K .......... .......... .......... .......... .......... 67% 237M 1s 2024-08-22T20:35:54.7123458Z 422100K .......... .......... .......... .......... .......... 67% 274M 1s 2024-08-22T20:35:54.7125297Z 422150K .......... .......... .......... .......... .......... 67% 270M 1s 2024-08-22T20:35:54.7127281Z 422200K .......... .......... .......... .......... .......... 67% 264M 1s 2024-08-22T20:35:54.7129057Z 422250K .......... .......... .......... .......... .......... 67% 295M 1s 2024-08-22T20:35:54.7130961Z 422300K .......... .......... .......... .......... .......... 67% 235M 1s 2024-08-22T20:35:54.7132471Z 422350K .......... .......... .......... .......... .......... 67% 280M 1s 2024-08-22T20:35:54.7134623Z 422400K .......... .......... .......... .......... .......... 67% 228M 1s 2024-08-22T20:35:54.7136439Z 422450K .......... .......... .......... .......... .......... 67% 274M 1s 2024-08-22T20:35:54.7138287Z 422500K .......... .......... .......... .......... .......... 67% 273M 1s 2024-08-22T20:35:54.7140023Z 422550K .......... .......... .......... .......... .......... 67% 271M 1s 2024-08-22T20:35:54.7142242Z 422600K .......... .......... .......... .......... .......... 67% 221M 1s 2024-08-22T20:35:54.7143973Z 422650K .......... .......... .......... .......... .......... 67% 284M 1s 2024-08-22T20:35:54.7145884Z 422700K .......... .......... .......... .......... .......... 67% 277M 1s 2024-08-22T20:35:54.7147702Z 422750K .......... .......... .......... .......... .......... 67% 262M 1s 2024-08-22T20:35:54.7149678Z 422800K .......... .......... .......... .......... .......... 68% 244M 1s 2024-08-22T20:35:54.7151486Z 422850K .......... .......... .......... .......... .......... 68% 266M 1s 2024-08-22T20:35:54.7153657Z 422900K .......... .......... .......... .......... .......... 68% 281M 1s 2024-08-22T20:35:54.7155365Z 422950K .......... .......... .......... .......... .......... 68% 222M 1s 2024-08-22T20:35:54.7157192Z 423000K .......... .......... .......... .......... .......... 68% 274M 1s 2024-08-22T20:35:54.7159581Z 423050K .......... .......... .......... .......... .......... 68% 239M 1s 2024-08-22T20:35:54.7161186Z 423100K .......... .......... .......... .......... .......... 68% 256M 1s 2024-08-22T20:35:54.7163147Z 423150K .......... .......... .......... .......... .......... 68% 280M 1s 2024-08-22T20:35:54.7164744Z 423200K .......... .......... .......... .......... .......... 68% 247M 1s 2024-08-22T20:35:54.7166352Z 423250K .......... .......... .......... .......... .......... 68% 305M 1s 2024-08-22T20:35:54.7168673Z 423300K .......... .......... .......... .......... .......... 68% 286M 1s 2024-08-22T20:35:54.7170094Z 423350K .......... .......... .......... .......... .......... 68% 266M 1s 2024-08-22T20:35:54.7171583Z 423400K .......... .......... .......... .......... .......... 68% 298M 1s 2024-08-22T20:35:54.7173778Z 423450K .......... .......... .......... .......... .......... 68% 235M 1s 2024-08-22T20:35:54.7175319Z 423500K .......... .......... .......... .......... .......... 68% 299M 1s 2024-08-22T20:35:54.7177280Z 423550K .......... .......... .......... .......... .......... 68% 295M 1s 2024-08-22T20:35:54.7178843Z 423600K .......... .......... .......... .......... .......... 68% 250M 1s 2024-08-22T20:35:54.7181095Z 423650K .......... .......... .......... .......... .......... 68% 317M 1s 2024-08-22T20:35:54.7182689Z 423700K .......... .......... .......... .......... .......... 68% 220M 1s 2024-08-22T20:35:54.7184441Z 423750K .......... .......... .......... .......... .......... 68% 284M 1s 2024-08-22T20:35:54.7186468Z 423800K .......... .......... .......... .......... .......... 68% 246M 1s 2024-08-22T20:35:54.7188236Z 423850K .......... .......... .......... .......... .......... 68% 295M 1s 2024-08-22T20:35:54.7190337Z 423900K .......... .......... .......... .......... .......... 68% 220M 1s 2024-08-22T20:35:54.7192132Z 423950K .......... .......... .......... .......... .......... 68% 264M 1s 2024-08-22T20:35:54.7193886Z 424000K .......... .......... .......... .......... .......... 68% 283M 1s 2024-08-22T20:35:54.7195645Z 424050K .......... .......... .......... .......... .......... 68% 290M 1s 2024-08-22T20:35:54.7197327Z 424100K .......... .......... .......... .......... .......... 68% 279M 1s 2024-08-22T20:35:54.7199277Z 424150K .......... .......... .......... .......... .......... 68% 282M 1s 2024-08-22T20:35:54.7201093Z 424200K .......... .......... .......... .......... .......... 68% 225M 1s 2024-08-22T20:35:54.7203098Z 424250K .......... .......... .......... .......... .......... 68% 292M 1s 2024-08-22T20:35:54.7204741Z 424300K .......... .......... .......... .......... .......... 68% 257M 1s 2024-08-22T20:35:54.7206534Z 424350K .......... .......... .......... .......... .......... 68% 261M 1s 2024-08-22T20:35:54.7208345Z 424400K .......... .......... .......... .......... .......... 68% 273M 1s 2024-08-22T20:35:54.7210449Z 424450K .......... .......... .......... .......... .......... 68% 248M 1s 2024-08-22T20:35:54.7212235Z 424500K .......... .......... .......... .......... .......... 68% 281M 1s 2024-08-22T20:35:54.7214013Z 424550K .......... .......... .......... .......... .......... 68% 253M 1s 2024-08-22T20:35:54.7215762Z 424600K .......... .......... .......... .......... .......... 68% 288M 1s 2024-08-22T20:35:54.7218055Z 424650K .......... .......... .......... .......... .......... 68% 227M 1s 2024-08-22T20:35:54.7219817Z 424700K .......... .......... .......... .......... .......... 68% 266M 1s 2024-08-22T20:35:54.7221403Z 424750K .......... .......... .......... .......... .......... 68% 287M 1s 2024-08-22T20:35:54.7223277Z 424800K .......... .......... .......... .......... .......... 68% 264M 1s 2024-08-22T20:35:54.7224915Z 424850K .......... .......... .......... .......... .......... 68% 293M 1s 2024-08-22T20:35:54.7226777Z 424900K .......... .......... .......... .......... .......... 68% 262M 1s 2024-08-22T20:35:54.7229294Z 424950K .......... .......... .......... .......... .......... 68% 195M 1s 2024-08-22T20:35:54.7231283Z 425000K .......... .......... .......... .......... .......... 68% 291M 1s 2024-08-22T20:35:54.7233041Z 425050K .......... .......... .......... .......... .......... 68% 271M 1s 2024-08-22T20:35:54.7234663Z 425100K .......... .......... .......... .......... .......... 68% 250M 1s 2024-08-22T20:35:54.7236418Z 425150K .......... .......... .......... .......... .......... 68% 291M 1s 2024-08-22T20:35:54.7238248Z 425200K .......... .......... .......... .......... .......... 68% 268M 1s 2024-08-22T20:35:54.7240084Z 425250K .......... .......... .......... .......... .......... 68% 253M 1s 2024-08-22T20:35:54.7241895Z 425300K .......... .......... .......... .......... .......... 68% 278M 1s 2024-08-22T20:35:54.7243941Z 425350K .......... .......... .......... .......... .......... 68% 245M 1s 2024-08-22T20:35:54.7245610Z 425400K .......... .......... .......... .......... .......... 68% 289M 1s 2024-08-22T20:35:54.7247697Z 425450K .......... .......... .......... .......... .......... 68% 239M 1s 2024-08-22T20:35:54.7249280Z 425500K .......... .......... .......... .......... .......... 68% 275M 1s 2024-08-22T20:35:54.7251043Z 425550K .......... .......... .......... .......... .......... 68% 292M 1s 2024-08-22T20:35:54.7252943Z 425600K .......... .......... .......... .......... .......... 68% 258M 1s 2024-08-22T20:35:54.7254859Z 425650K .......... .......... .......... .......... .......... 68% 266M 1s 2024-08-22T20:35:54.7256992Z 425700K .......... .......... .......... .......... .......... 68% 267M 1s 2024-08-22T20:35:54.7258727Z 425750K .......... .......... .......... .......... .......... 68% 227M 1s 2024-08-22T20:35:54.7260526Z 425800K .......... .......... .......... .......... .......... 68% 281M 1s 2024-08-22T20:35:54.7262201Z 425850K .......... .......... .......... .......... .......... 68% 275M 1s 2024-08-22T20:35:54.7264196Z 425900K .......... .......... .......... .......... .......... 68% 273M 1s 2024-08-22T20:35:54.7266176Z 425950K .......... .......... .......... .......... .......... 68% 265M 1s 2024-08-22T20:35:54.7268209Z 426000K .......... .......... .......... .......... .......... 68% 225M 1s 2024-08-22T20:35:54.7270153Z 426050K .......... .......... .......... .......... .......... 68% 288M 1s 2024-08-22T20:35:54.7271889Z 426100K .......... .......... .......... .......... .......... 68% 237M 1s 2024-08-22T20:35:54.7273704Z 426150K .......... .......... .......... .......... .......... 68% 273M 1s 2024-08-22T20:35:54.7275421Z 426200K .......... .......... .......... .......... .......... 68% 280M 1s 2024-08-22T20:35:54.7277535Z 426250K .......... .......... .......... .......... .......... 68% 232M 1s 2024-08-22T20:35:54.7279508Z 426300K .......... .......... .......... .......... .......... 68% 281M 1s 2024-08-22T20:35:54.7281150Z 426350K .......... .......... .......... .......... .......... 68% 251M 1s 2024-08-22T20:35:54.7282873Z 426400K .......... .......... .......... .......... .......... 68% 272M 1s 2024-08-22T20:35:54.7284730Z 426450K .......... .......... .......... .......... .......... 68% 279M 1s 2024-08-22T20:35:54.7286813Z 426500K .......... .......... .......... .......... .......... 68% 235M 1s 2024-08-22T20:35:54.7288537Z 426550K .......... .......... .......... .......... .......... 68% 274M 1s 2024-08-22T20:35:54.7290184Z 426600K .......... .......... .......... .......... .......... 68% 294M 1s 2024-08-22T20:35:54.7292230Z 426650K .......... .......... .......... .......... .......... 68% 262M 1s 2024-08-22T20:35:54.7294040Z 426700K .......... .......... .......... .......... .......... 68% 258M 1s 2024-08-22T20:35:54.7295949Z 426750K .......... .......... .......... .......... .......... 68% 253M 1s 2024-08-22T20:35:54.7297639Z 426800K .......... .......... .......... .......... .......... 68% 277M 1s 2024-08-22T20:35:54.7299825Z 426850K .......... .......... .......... .......... .......... 68% 232M 1s 2024-08-22T20:35:54.7301565Z 426900K .......... .......... .......... .......... .......... 68% 279M 1s 2024-08-22T20:35:54.7303725Z 426950K .......... .......... .......... .......... .......... 68% 255M 1s 2024-08-22T20:35:54.7305441Z 427000K .......... .......... .......... .......... .......... 68% 256M 1s 2024-08-22T20:35:54.7307320Z 427050K .......... .......... .......... .......... .......... 68% 258M 1s 2024-08-22T20:35:54.7309373Z 427100K .......... .......... .......... .......... .......... 68% 227M 1s 2024-08-22T20:35:54.7311072Z 427150K .......... .......... .......... .......... .......... 68% 288M 1s 2024-08-22T20:35:54.7312862Z 427200K .......... .......... .......... .......... .......... 68% 284M 1s 2024-08-22T20:35:54.7314657Z 427250K .......... .......... .......... .......... .......... 68% 274M 1s 2024-08-22T20:35:54.7316708Z 427300K .......... .......... .......... .......... .......... 68% 234M 1s 2024-08-22T20:35:54.7318298Z 427350K .......... .......... .......... .......... .......... 68% 282M 1s 2024-08-22T20:35:54.7320092Z 427400K .......... .......... .......... .......... .......... 68% 282M 1s 2024-08-22T20:35:54.7321894Z 427450K .......... .......... .......... .......... .......... 68% 289M 1s 2024-08-22T20:35:54.7323722Z 427500K .......... .......... .......... .......... .......... 68% 249M 1s 2024-08-22T20:35:54.7325518Z 427550K .......... .......... .......... .......... .......... 68% 300M 1s 2024-08-22T20:35:54.7327437Z 427600K .......... .......... .......... .......... .......... 68% 250M 1s 2024-08-22T20:35:54.7329006Z 427650K .......... .......... .......... .......... .......... 68% 284M 1s 2024-08-22T20:35:54.7330987Z 427700K .......... .......... .......... .......... .......... 68% 269M 1s 2024-08-22T20:35:54.7332778Z 427750K .......... .......... .......... .......... .......... 68% 270M 1s 2024-08-22T20:35:54.7334911Z 427800K .......... .......... .......... .......... .......... 68% 234M 1s 2024-08-22T20:35:54.7336497Z 427850K .......... .......... .......... .......... .......... 68% 276M 1s 2024-08-22T20:35:54.7338380Z 427900K .......... .......... .......... .......... .......... 68% 260M 1s 2024-08-22T20:35:54.7340277Z 427950K .......... .......... .......... .......... .......... 68% 273M 1s 2024-08-22T20:35:54.7342157Z 428000K .......... .......... .......... .......... .......... 68% 256M 1s 2024-08-22T20:35:54.7344052Z 428050K .......... .......... .......... .......... .......... 68% 249M 1s 2024-08-22T20:35:54.7345943Z 428100K .......... .......... .......... .......... .......... 68% 271M 1s 2024-08-22T20:35:54.7348020Z 428150K .......... .......... .......... .......... .......... 68% 255M 1s 2024-08-22T20:35:54.7349969Z 428200K .......... .......... .......... .......... .......... 68% 236M 1s 2024-08-22T20:35:54.7351889Z 428250K .......... .......... .......... .......... .......... 68% 251M 1s 2024-08-22T20:35:54.7353833Z 428300K .......... .......... .......... .......... .......... 68% 236M 1s 2024-08-22T20:35:54.7355735Z 428350K .......... .......... .......... .......... .......... 68% 258M 1s 2024-08-22T20:35:54.7357475Z 428400K .......... .......... .......... .......... .......... 68% 282M 1s 2024-08-22T20:35:54.7359299Z 428450K .......... .......... .......... .......... .......... 68% 273M 1s 2024-08-22T20:35:54.7361795Z 428500K .......... .......... .......... .......... .......... 68% 226M 1s 2024-08-22T20:35:54.7363434Z 428550K .......... .......... .......... .......... .......... 68% 245M 1s 2024-08-22T20:35:54.7365223Z 428600K .......... .......... .......... .......... .......... 68% 285M 1s 2024-08-22T20:35:54.7367128Z 428650K .......... .......... .......... .......... .......... 68% 265M 1s 2024-08-22T20:35:54.7369159Z 428700K .......... .......... .......... .......... .......... 68% 278M 1s 2024-08-22T20:35:54.7371085Z 428750K .......... .......... .......... .......... .......... 68% 249M 1s 2024-08-22T20:35:54.7372925Z 428800K .......... .......... .......... .......... .......... 68% 228M 1s 2024-08-22T20:35:54.7374611Z 428850K .......... .......... .......... .......... .......... 68% 268M 1s 2024-08-22T20:35:54.7376522Z 428900K .......... .......... .......... .......... .......... 68% 299M 1s 2024-08-22T20:35:54.7378449Z 428950K .......... .......... .......... .......... .......... 68% 293M 1s 2024-08-22T20:35:54.7380213Z 429000K .......... .......... .......... .......... .......... 69% 264M 1s 2024-08-22T20:35:54.7381967Z 429050K .......... .......... .......... .......... .......... 69% 226M 1s 2024-08-22T20:35:54.7383682Z 429100K .......... .......... .......... .......... .......... 69% 295M 1s 2024-08-22T20:35:54.7385478Z 429150K .......... .......... .......... .......... .......... 69% 283M 1s 2024-08-22T20:35:54.7387573Z 429200K .......... .......... .......... .......... .......... 69% 279M 1s 2024-08-22T20:35:54.7389561Z 429250K .......... .......... .......... .......... .......... 69% 239M 1s 2024-08-22T20:35:54.7391250Z 429300K .......... .......... .......... .......... .......... 69% 235M 1s 2024-08-22T20:35:54.7392943Z 429350K .......... .......... .......... .......... .......... 69% 294M 1s 2024-08-22T20:35:54.7394675Z 429400K .......... .......... .......... .......... .......... 69% 286M 1s 2024-08-22T20:35:54.7397140Z 429450K .......... .......... .......... .......... .......... 69% 242M 1s 2024-08-22T20:35:54.7398808Z 429500K .......... .......... .......... .......... .......... 69% 260M 1s 2024-08-22T20:35:54.7400611Z 429550K .......... .......... .......... .......... .......... 69% 243M 1s 2024-08-22T20:35:54.7402373Z 429600K .......... .......... .......... .......... .......... 69% 298M 1s 2024-08-22T20:35:54.7403878Z 429650K .......... .......... .......... .......... .......... 69% 291M 1s 2024-08-22T20:35:54.7406080Z 429700K .......... .......... .......... .......... .......... 69% 263M 1s 2024-08-22T20:35:54.7407913Z 429750K .......... .......... .......... .......... .......... 69% 256M 1s 2024-08-22T20:35:54.7409666Z 429800K .......... .......... .......... .......... .......... 69% 244M 1s 2024-08-22T20:35:54.7411394Z 429850K .......... .......... .......... .......... .......... 69% 290M 1s 2024-08-22T20:35:54.7413037Z 429900K .......... .......... .......... .......... .......... 69% 290M 1s 2024-08-22T20:35:54.7414991Z 429950K .......... .......... .......... .......... .......... 69% 290M 1s 2024-08-22T20:35:54.7416624Z 430000K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7418547Z 430050K .......... .......... .......... .......... .......... 69% 252M 1s 2024-08-22T20:35:54.7420242Z 430100K .......... .......... .......... .......... .......... 69% 273M 1s 2024-08-22T20:35:54.7421911Z 430150K .......... .......... .......... .......... .......... 69% 282M 1s 2024-08-22T20:35:54.7424104Z 430200K .......... .......... .......... .......... .......... 69% 226M 1s 2024-08-22T20:35:54.7425841Z 430250K .......... .......... .......... .......... .......... 69% 266M 1s 2024-08-22T20:35:54.7427791Z 430300K .......... .......... .......... .......... .......... 69% 251M 1s 2024-08-22T20:35:54.7429903Z 430350K .......... .......... .......... .......... .......... 69% 251M 1s 2024-08-22T20:35:54.7431974Z 430400K .......... .......... .......... .......... .......... 69% 239M 1s 2024-08-22T20:35:54.7433503Z 430450K .......... .......... .......... .......... .......... 69% 295M 1s 2024-08-22T20:35:54.7435211Z 430500K .......... .......... .......... .......... .......... 69% 286M 1s 2024-08-22T20:35:54.7437160Z 430550K .......... .......... .......... .......... .......... 69% 273M 1s 2024-08-22T20:35:54.7438800Z 430600K .......... .......... .......... .......... .......... 69% 260M 1s 2024-08-22T20:35:54.7441123Z 430650K .......... .......... .......... .......... .......... 69% 258M 1s 2024-08-22T20:35:54.7442893Z 430700K .......... .......... .......... .......... .......... 69% 232M 1s 2024-08-22T20:35:54.7444613Z 430750K .......... .......... .......... .......... .......... 69% 267M 1s 2024-08-22T20:35:54.7446318Z 430800K .......... .......... .......... .......... .......... 69% 308M 1s 2024-08-22T20:35:54.7448462Z 430850K .......... .......... .......... .......... .......... 69% 261M 1s 2024-08-22T20:35:54.7450317Z 430900K .......... .......... .......... .......... .......... 69% 277M 1s 2024-08-22T20:35:54.7452019Z 430950K .......... .......... .......... .......... .......... 69% 245M 1s 2024-08-22T20:35:54.7453675Z 431000K .......... .......... .......... .......... .......... 69% 271M 1s 2024-08-22T20:35:54.7455718Z 431050K .......... .......... .......... .......... .......... 69% 256M 1s 2024-08-22T20:35:54.7457527Z 431100K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7459590Z 431150K .......... .......... .......... .......... .......... 69% 279M 1s 2024-08-22T20:35:54.7461159Z 431200K .......... .......... .......... .......... .......... 69% 241M 1s 2024-08-22T20:35:54.7463048Z 431250K .......... .......... .......... .......... .......... 69% 266M 1s 2024-08-22T20:35:54.7464791Z 431300K .......... .......... .......... .......... .......... 69% 278M 1s 2024-08-22T20:35:54.7466710Z 431350K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7468849Z 431400K .......... .......... .......... .......... .......... 69% 290M 1s 2024-08-22T20:35:54.7470462Z 431450K .......... .......... .......... .......... .......... 69% 214M 1s 2024-08-22T20:35:54.7472308Z 431500K .......... .......... .......... .......... .......... 69% 269M 1s 2024-08-22T20:35:54.7474155Z 431550K .......... .......... .......... .......... .......... 69% 281M 1s 2024-08-22T20:35:54.7475985Z 431600K .......... .......... .......... .......... .......... 69% 270M 1s 2024-08-22T20:35:54.7478101Z 431650K .......... .......... .......... .......... .......... 69% 261M 1s 2024-08-22T20:35:54.7479793Z 431700K .......... .......... .......... .......... .......... 69% 235M 1s 2024-08-22T20:35:54.7481397Z 431750K .......... .......... .......... .......... .......... 69% 298M 1s 2024-08-22T20:35:54.7483239Z 431800K .......... .......... .......... .......... .......... 69% 293M 1s 2024-08-22T20:35:54.7485061Z 431850K .......... .......... .......... .......... .......... 69% 272M 1s 2024-08-22T20:35:54.7487092Z 431900K .......... .......... .......... .......... .......... 69% 277M 1s 2024-08-22T20:35:54.7488864Z 431950K .......... .......... .......... .......... .......... 69% 226M 1s 2024-08-22T20:35:54.7490627Z 432000K .......... .......... .......... .......... .......... 69% 270M 1s 2024-08-22T20:35:54.7492314Z 432050K .......... .......... .......... .......... .......... 69% 295M 1s 2024-08-22T20:35:54.7494209Z 432100K .......... .......... .......... .......... .......... 69% 268M 1s 2024-08-22T20:35:54.7496069Z 432150K .......... .......... .......... .......... .......... 69% 247M 1s 2024-08-22T20:35:54.7497999Z 432200K .......... .......... .......... .......... .......... 69% 263M 1s 2024-08-22T20:35:54.7500391Z 432250K .......... .......... .......... .......... .......... 69% 250M 1s 2024-08-22T20:35:54.7502047Z 432300K .......... .......... .......... .......... .......... 69% 227M 1s 2024-08-22T20:35:54.7504390Z 432350K .......... .......... .......... .......... .......... 69% 275M 1s 2024-08-22T20:35:54.7506098Z 432400K .......... .......... .......... .......... .......... 69% 210M 1s 2024-08-22T20:35:54.7507967Z 432450K .......... .......... .......... .......... .......... 69% 293M 1s 2024-08-22T20:35:54.7509783Z 432500K .......... .......... .......... .......... .......... 69% 254M 1s 2024-08-22T20:35:54.7511740Z 432550K .......... .......... .......... .......... .......... 69% 271M 1s 2024-08-22T20:35:54.7513520Z 432600K .......... .......... .......... .......... .......... 69% 264M 1s 2024-08-22T20:35:54.7514989Z 432650K .......... .......... .......... .......... .......... 69% 295M 1s 2024-08-22T20:35:54.7516934Z 432700K .......... .......... .......... .......... .......... 69% 256M 1s 2024-08-22T20:35:54.7518729Z 432750K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7520794Z 432800K .......... .......... .......... .......... .......... 69% 294M 1s 2024-08-22T20:35:54.7522300Z 432850K .......... .......... .......... .......... .......... 69% 254M 1s 2024-08-22T20:35:54.7524085Z 432900K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7526019Z 432950K .......... .......... .......... .......... .......... 69% 252M 1s 2024-08-22T20:35:54.7527888Z 433000K .......... .......... .......... .......... .......... 69% 271M 1s 2024-08-22T20:35:54.7530327Z 433050K .......... .......... .......... .......... .......... 69% 258M 1s 2024-08-22T20:35:54.7531817Z 433100K .......... .......... .......... .......... .......... 69% 235M 1s 2024-08-22T20:35:54.7533454Z 433150K .......... .......... .......... .......... .......... 69% 298M 1s 2024-08-22T20:35:54.7535536Z 433200K .......... .......... .......... .......... .......... 69% 233M 1s 2024-08-22T20:35:54.7537362Z 433250K .......... .......... .......... .......... .......... 69% 261M 1s 2024-08-22T20:35:54.7539328Z 433300K .......... .......... .......... .......... .......... 69% 267M 1s 2024-08-22T20:35:54.7541537Z 433350K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7543168Z 433400K .......... .......... .......... .......... .......... 69% 230M 1s 2024-08-22T20:35:54.7544852Z 433450K .......... .......... .......... .......... .......... 69% 288M 1s 2024-08-22T20:35:54.7546962Z 433500K .......... .......... .......... .......... .......... 69% 258M 1s 2024-08-22T20:35:54.7549116Z 433550K .......... .......... .......... .......... .......... 69% 246M 1s 2024-08-22T20:35:54.7550651Z 433600K .......... .......... .......... .......... .......... 69% 250M 1s 2024-08-22T20:35:54.7552410Z 433650K .......... .......... .......... .......... .......... 69% 280M 1s 2024-08-22T20:35:54.7554345Z 433700K .......... .......... .......... .......... .......... 69% 248M 1s 2024-08-22T20:35:54.7556734Z 433750K .......... .......... .......... .......... .......... 69% 287M 1s 2024-08-22T20:35:54.7558380Z 433800K .......... .......... .......... .......... .......... 69% 211M 1s 2024-08-22T20:35:54.7560042Z 433850K .......... .......... .......... .......... .......... 69% 291M 1s 2024-08-22T20:35:54.7561871Z 433900K .......... .......... .......... .......... .......... 69% 273M 1s 2024-08-22T20:35:54.7563623Z 433950K .......... .......... .......... .......... .......... 69% 274M 1s 2024-08-22T20:35:54.7565544Z 434000K .......... .......... .......... .......... .......... 69% 280M 1s 2024-08-22T20:35:54.7567413Z 434050K .......... .......... .......... .......... .......... 69% 268M 1s 2024-08-22T20:35:54.7569313Z 434100K .......... .......... .......... .......... .......... 69% 294M 1s 2024-08-22T20:35:54.7571038Z 434150K .......... .......... .......... .......... .......... 69% 240M 1s 2024-08-22T20:35:54.7572832Z 434200K .......... .......... .......... .......... .......... 69% 244M 1s 2024-08-22T20:35:54.7574965Z 434250K .......... .......... .......... .......... .......... 69% 268M 1s 2024-08-22T20:35:54.7576666Z 434300K .......... .......... .......... .......... .......... 69% 264M 1s 2024-08-22T20:35:54.7579011Z 434350K .......... .......... .......... .......... .......... 69% 226M 1s 2024-08-22T20:35:54.7580541Z 434400K .......... .......... .......... .......... .......... 69% 301M 1s 2024-08-22T20:35:54.7582306Z 434450K .......... .......... .......... .......... .......... 69% 253M 1s 2024-08-22T20:35:54.7584241Z 434500K .......... .......... .......... .......... .......... 69% 288M 1s 2024-08-22T20:35:54.7585827Z 434550K .......... .......... .......... .......... .......... 69% 262M 1s 2024-08-22T20:35:54.7587963Z 434600K .......... .......... .......... .......... .......... 69% 247M 1s 2024-08-22T20:35:54.7589940Z 434650K .......... .......... .......... .......... .......... 69% 252M 1s 2024-08-22T20:35:54.7591958Z 434700K .......... .......... .......... .......... .......... 69% 272M 1s 2024-08-22T20:35:54.7593845Z 434750K .......... .......... .......... .......... .......... 69% 241M 1s 2024-08-22T20:35:54.7595446Z 434800K .......... .......... .......... .......... .......... 69% 278M 1s 2024-08-22T20:35:54.7597399Z 434850K .......... .......... .......... .......... .......... 69% 243M 1s 2024-08-22T20:35:54.7599056Z 434900K .......... .......... .......... .......... .......... 69% 282M 1s 2024-08-22T20:35:54.7600944Z 434950K .......... .......... .......... .......... .......... 69% 282M 1s 2024-08-22T20:35:54.7602659Z 435000K .......... .......... .......... .......... .......... 69% 284M 1s 2024-08-22T20:35:54.7604514Z 435050K .......... .......... .......... .......... .......... 69% 287M 1s 2024-08-22T20:35:54.7606576Z 435100K .......... .......... .......... .......... .......... 69% 225M 1s 2024-08-22T20:35:54.7608087Z 435150K .......... .......... .......... .......... .......... 69% 302M 1s 2024-08-22T20:35:54.7610053Z 435200K .......... .......... .......... .......... .......... 69% 250M 1s 2024-08-22T20:35:54.7611878Z 435250K .......... .......... .......... .......... .......... 70% 257M 1s 2024-08-22T20:35:54.7613594Z 435300K .......... .......... .......... .......... .......... 70% 288M 1s 2024-08-22T20:35:54.7615699Z 435350K .......... .......... .......... .......... .......... 70% 237M 1s 2024-08-22T20:35:54.7617439Z 435400K .......... .......... .......... .......... .......... 70% 289M 1s 2024-08-22T20:35:54.7619209Z 435450K .......... .......... .......... .......... .......... 70% 253M 1s 2024-08-22T20:35:54.7621196Z 435500K .......... .......... .......... .......... .......... 70% 259M 1s 2024-08-22T20:35:54.7623030Z 435550K .......... .......... .......... .......... .......... 70% 274M 1s 2024-08-22T20:35:54.7624839Z 435600K .......... .......... .......... .......... .......... 70% 253M 1s 2024-08-22T20:35:54.7626838Z 435650K .......... .......... .......... .......... .......... 70% 272M 1s 2024-08-22T20:35:54.7629019Z 435700K .......... .......... .......... .......... .......... 70% 243M 1s 2024-08-22T20:35:54.7630600Z 435750K .......... .......... .......... .......... .......... 70% 270M 1s 2024-08-22T20:35:54.7632140Z 435800K .......... .......... .......... .......... .......... 70% 284M 1s 2024-08-22T20:35:54.7634168Z 435850K .......... .......... .......... .......... .......... 70% 240M 1s 2024-08-22T20:35:54.7636028Z 435900K .......... .......... .......... .......... .......... 70% 277M 1s 2024-08-22T20:35:54.7638085Z 435950K .......... .......... .......... .......... .......... 70% 247M 1s 2024-08-22T20:35:54.7639639Z 436000K .......... .......... .......... .......... .......... 70% 286M 1s 2024-08-22T20:35:54.7641727Z 436050K .......... .......... .......... .......... .......... 70% 275M 1s 2024-08-22T20:35:54.7643324Z 436100K .......... .......... .......... .......... .......... 70% 250M 1s 2024-08-22T20:35:54.7645049Z 436150K .......... .......... .......... .......... .......... 70% 286M 1s 2024-08-22T20:35:54.7647065Z 436200K .......... .......... .......... .......... .......... 70% 290M 1s 2024-08-22T20:35:54.7648679Z 436250K .......... .......... .......... .......... .......... 70% 251M 1s 2024-08-22T20:35:54.7650390Z 436300K .......... .......... .......... .......... .......... 70% 287M 1s 2024-08-22T20:35:54.7652582Z 436350K .......... .......... .......... .......... .......... 70% 221M 1s 2024-08-22T20:35:54.7654376Z 436400K .......... .......... .......... .......... .......... 70% 272M 1s 2024-08-22T20:35:54.7656463Z 436450K .......... .......... .......... .......... .......... 70% 282M 1s 2024-08-22T20:35:54.7658083Z 436500K .......... .......... .......... .......... .......... 70% 245M 1s 2024-08-22T20:35:54.7660065Z 436550K .......... .......... .......... .......... .......... 70% 298M 1s 2024-08-22T20:35:54.7661675Z 436600K .......... .......... .......... .......... .......... 70% 252M 1s 2024-08-22T20:35:54.7663471Z 436650K .......... .......... .......... .......... .......... 70% 272M 1s 2024-08-22T20:35:54.7665708Z 436700K .......... .......... .......... .......... .......... 70% 242M 1s 2024-08-22T20:35:54.7667307Z 436750K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7669195Z 436800K .......... .......... .......... .......... .......... 70% 247M 1s 2024-08-22T20:35:54.7671141Z 436850K .......... .......... .......... .......... .......... 70% 270M 1s 2024-08-22T20:35:54.7672952Z 436900K .......... .......... .......... .......... .......... 70% 244M 1s 2024-08-22T20:35:54.7674934Z 436950K .......... .......... .......... .......... .......... 70% 292M 1s 2024-08-22T20:35:54.7676551Z 437000K .......... .......... .......... .......... .......... 70% 253M 1s 2024-08-22T20:35:54.7678594Z 437050K .......... .......... .......... .......... .......... 70% 240M 1s 2024-08-22T20:35:54.7680332Z 437100K .......... .......... .......... .......... .......... 70% 283M 1s 2024-08-22T20:35:54.7682050Z 437150K .......... .......... .......... .......... .......... 70% 300M 1s 2024-08-22T20:35:54.7683887Z 437200K .......... .......... .......... .......... .......... 70% 269M 1s 2024-08-22T20:35:54.7685809Z 437250K .......... .......... .......... .......... .......... 70% 241M 1s 2024-08-22T20:35:54.7687679Z 437300K .......... .......... .......... .......... .......... 70% 255M 1s 2024-08-22T20:35:54.7689396Z 437350K .......... .......... .......... .......... .......... 70% 285M 1s 2024-08-22T20:35:54.7691075Z 437400K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7693030Z 437450K .......... .......... .......... .......... .......... 70% 248M 1s 2024-08-22T20:35:54.7694788Z 437500K .......... .......... .......... .......... .......... 70% 275M 1s 2024-08-22T20:35:54.7696711Z 437550K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7698486Z 437600K .......... .......... .......... .......... .......... 70% 278M 1s 2024-08-22T20:35:54.7700347Z 437650K .......... .......... .......... .......... .......... 70% 239M 1s 2024-08-22T20:35:54.7702084Z 437700K .......... .......... .......... .......... .......... 70% 288M 1s 2024-08-22T20:35:54.7703841Z 437750K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7705901Z 437800K .......... .......... .......... .......... .......... 70% 237M 1s 2024-08-22T20:35:54.7707615Z 437850K .......... .......... .......... .......... .......... 70% 290M 1s 2024-08-22T20:35:54.7709828Z 437900K .......... .......... .......... .......... .......... 70% 238M 1s 2024-08-22T20:35:54.7711417Z 437950K .......... .......... .......... .......... .......... 70% 277M 1s 2024-08-22T20:35:54.7713359Z 438000K .......... .......... .......... .......... .......... 70% 252M 1s 2024-08-22T20:35:54.7715341Z 438050K .......... .......... .......... .......... .......... 70% 279M 1s 2024-08-22T20:35:54.7717252Z 438100K .......... .......... .......... .......... .......... 70% 225M 1s 2024-08-22T20:35:54.7719021Z 438150K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7720823Z 438200K .......... .......... .......... .......... .......... 70% 272M 1s 2024-08-22T20:35:54.7722946Z 438250K .......... .......... .......... .......... .......... 70% 277M 1s 2024-08-22T20:35:54.7724528Z 438300K .......... .......... .......... .......... .......... 70% 254M 1s 2024-08-22T20:35:54.7726316Z 438350K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7728188Z 438400K .......... .......... .......... .......... .......... 70% 246M 1s 2024-08-22T20:35:54.7729871Z 438450K .......... .......... .......... .......... .......... 70% 286M 1s 2024-08-22T20:35:54.7731578Z 438500K .......... .......... .......... .......... .......... 70% 283M 1s 2024-08-22T20:35:54.7733434Z 438550K .......... .......... .......... .......... .......... 70% 265M 1s 2024-08-22T20:35:54.7735286Z 438600K .......... .......... .......... .......... .......... 70% 266M 1s 2024-08-22T20:35:54.7737355Z 438650K .......... .......... .......... .......... .......... 70% 253M 1s 2024-08-22T20:35:54.7739214Z 438700K .......... .......... .......... .......... .......... 70% 270M 1s 2024-08-22T20:35:54.7740839Z 438750K .......... .......... .......... .......... .......... 70% 266M 1s 2024-08-22T20:35:54.7743131Z 438800K .......... .......... .......... .......... .......... 70% 232M 1s 2024-08-22T20:35:54.7744749Z 438850K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7746749Z 438900K .......... .......... .......... .......... .......... 70% 242M 1s 2024-08-22T20:35:54.7748794Z 438950K .......... .......... .......... .......... .......... 70% 254M 1s 2024-08-22T20:35:54.7750540Z 439000K .......... .......... .......... .......... .......... 70% 261M 1s 2024-08-22T20:35:54.7752488Z 439050K .......... .......... .......... .......... .......... 70% 251M 1s 2024-08-22T20:35:54.7754140Z 439100K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7756120Z 439150K .......... .......... .......... .......... .......... 70% 247M 1s 2024-08-22T20:35:54.7757953Z 439200K .......... .......... .......... .......... .......... 70% 271M 1s 2024-08-22T20:35:54.7759755Z 439250K .......... .......... .......... .......... .......... 70% 274M 1s 2024-08-22T20:35:54.7761689Z 439300K .......... .......... .......... .......... .......... 70% 247M 1s 2024-08-22T20:35:54.7763650Z 439350K .......... .......... .......... .......... .......... 70% 283M 1s 2024-08-22T20:35:54.7765347Z 439400K .......... .......... .......... .......... .......... 70% 254M 1s 2024-08-22T20:35:54.7767253Z 439450K .......... .......... .......... .......... .......... 70% 253M 1s 2024-08-22T20:35:54.7769348Z 439500K .......... .......... .......... .......... .......... 70% 244M 1s 2024-08-22T20:35:54.7771139Z 439550K .......... .......... .......... .......... .......... 70% 264M 1s 2024-08-22T20:35:54.7772991Z 439600K .......... .......... .......... .......... .......... 70% 263M 1s 2024-08-22T20:35:54.7775012Z 439650K .......... .......... .......... .......... .......... 70% 279M 1s 2024-08-22T20:35:54.7776579Z 439700K .......... .......... .......... .......... .......... 70% 262M 1s 2024-08-22T20:35:54.7778634Z 439750K .......... .......... .......... .......... .......... 70% 237M 1s 2024-08-22T20:35:54.7780555Z 439800K .......... .......... .......... .......... .......... 70% 256M 1s 2024-08-22T20:35:54.7782413Z 439850K .......... .......... .......... .......... .......... 70% 287M 1s 2024-08-22T20:35:54.7784069Z 439900K .......... .......... .......... .......... .......... 70% 275M 1s 2024-08-22T20:35:54.7785938Z 439950K .......... .......... .......... .......... .......... 70% 257M 1s 2024-08-22T20:35:54.7787735Z 440000K .......... .......... .......... .......... .......... 70% 278M 1s 2024-08-22T20:35:54.7790083Z 440050K .......... .......... .......... .......... .......... 70% 205M 1s 2024-08-22T20:35:54.7791869Z 440100K .......... .......... .......... .......... .......... 70% 270M 1s 2024-08-22T20:35:54.7793649Z 440150K .......... .......... .......... .......... .......... 70% 279M 1s 2024-08-22T20:35:54.7795318Z 440200K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7797406Z 440250K .......... .......... .......... .......... .......... 70% 231M 1s 2024-08-22T20:35:54.7799148Z 440300K .......... .......... .......... .......... .......... 70% 285M 1s 2024-08-22T20:35:54.7801248Z 440350K .......... .......... .......... .......... .......... 70% 236M 1s 2024-08-22T20:35:54.7803153Z 440400K .......... .......... .......... .......... .......... 70% 252M 1s 2024-08-22T20:35:54.7805025Z 440450K .......... .......... .......... .......... .......... 70% 298M 1s 2024-08-22T20:35:54.7806758Z 440500K .......... .......... .......... .......... .......... 70% 246M 1s 2024-08-22T20:35:54.7808890Z 440550K .......... .......... .......... .......... .......... 70% 231M 1s 2024-08-22T20:35:54.7810907Z 440600K .......... .......... .......... .......... .......... 70% 262M 1s 2024-08-22T20:35:54.7812692Z 440650K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7814483Z 440700K .......... .......... .......... .......... .......... 70% 245M 1s 2024-08-22T20:35:54.7816238Z 440750K .......... .......... .......... .......... .......... 70% 303M 1s 2024-08-22T20:35:54.7817771Z 440800K .......... .......... .......... .......... .......... 70% 293M 1s 2024-08-22T20:35:54.7819732Z 440850K .......... .......... .......... .......... .......... 70% 267M 1s 2024-08-22T20:35:54.7821561Z 440900K .......... .......... .......... .......... .......... 70% 246M 1s 2024-08-22T20:35:54.7823299Z 440950K .......... .......... .......... .......... .......... 70% 281M 1s 2024-08-22T20:35:54.7825427Z 441000K .......... .......... .......... .......... .......... 70% 287M 1s 2024-08-22T20:35:54.7827097Z 441050K .......... .......... .......... .......... .......... 70% 240M 1s 2024-08-22T20:35:54.7828973Z 441100K .......... .......... .......... .......... .......... 70% 273M 1s 2024-08-22T20:35:54.7830965Z 441150K .......... .......... .......... .......... .......... 70% 230M 1s 2024-08-22T20:35:54.7832569Z 441200K .......... .......... .......... .......... .......... 70% 302M 1s 2024-08-22T20:35:54.7834604Z 441250K .......... .......... .......... .......... .......... 70% 297M 1s 2024-08-22T20:35:54.7836204Z 441300K .......... .......... .......... .......... .......... 70% 247M 1s 2024-08-22T20:35:54.7837966Z 441350K .......... .......... .......... .......... .......... 70% 276M 1s 2024-08-22T20:35:54.7839853Z 441400K .......... .......... .......... .......... .......... 70% 257M 1s 2024-08-22T20:35:54.7841785Z 441450K .......... .......... .......... .......... .......... 71% 259M 1s 2024-08-22T20:35:54.7843532Z 441500K .......... .......... .......... .......... .......... 71% 273M 1s 2024-08-22T20:35:54.7845812Z 441550K .......... .......... .......... .......... .......... 71% 267M 1s 2024-08-22T20:35:54.7847333Z 441600K .......... .......... .......... .......... .......... 71% 257M 1s 2024-08-22T20:35:54.7849251Z 441650K .......... .......... .......... .......... .......... 71% 243M 1s 2024-08-22T20:35:54.7851227Z 441700K .......... .......... .......... .......... .......... 71% 253M 1s 2024-08-22T20:35:54.7853031Z 441750K .......... .......... .......... .......... .......... 71% 270M 1s 2024-08-22T20:35:54.7854959Z 441800K .......... .......... .......... .......... .......... 71% 276M 1s 2024-08-22T20:35:54.7856812Z 441850K .......... .......... .......... .......... .......... 71% 241M 1s 2024-08-22T20:35:54.7858502Z 441900K .......... .......... .......... .......... .......... 71% 290M 1s 2024-08-22T20:35:54.7860156Z 441950K .......... .......... .......... .......... .......... 71% 294M 1s 2024-08-22T20:35:54.7861872Z 442000K .......... .......... .......... .......... .......... 71% 286M 1s 2024-08-22T20:35:54.7863774Z 442050K .......... .......... .......... .......... .......... 71% 257M 1s 2024-08-22T20:35:54.7865596Z 442100K .......... .......... .......... .......... .......... 71% 272M 1s 2024-08-22T20:35:54.7867438Z 442150K .......... .......... .......... .......... .......... 71% 258M 1s 2024-08-22T20:35:54.7869394Z 442200K .......... .......... .......... .......... .......... 71% 261M 1s 2024-08-22T20:35:54.7871474Z 442250K .......... .......... .......... .......... .......... 71% 225M 1s 2024-08-22T20:35:54.7873437Z 442300K .......... .......... .......... .......... .......... 71% 250M 1s 2024-08-22T20:35:54.7875296Z 442350K .......... .......... .......... .......... .......... 71% 267M 1s 2024-08-22T20:35:54.7877154Z 442400K .......... .......... .......... .......... .......... 71% 259M 1s 2024-08-22T20:35:54.7878878Z 442450K .......... .......... .......... .......... .......... 71% 285M 1s 2024-08-22T20:35:54.7880700Z 442500K .......... .......... .......... .......... .......... 71% 263M 1s 2024-08-22T20:35:54.7882582Z 442550K .......... .......... .......... .......... .......... 71% 292M 1s 2024-08-22T20:35:54.7884604Z 442600K .......... .......... .......... .......... .......... 71% 235M 1s 2024-08-22T20:35:54.7886247Z 442650K .......... .......... .......... .......... .......... 71% 276M 1s 2024-08-22T20:35:54.7888076Z 442700K .......... .......... .......... .......... .......... 71% 293M 1s 2024-08-22T20:35:54.7890281Z 442750K .......... .......... .......... .......... .......... 71% 271M 1s 2024-08-22T20:35:54.7891798Z 442800K .......... .......... .......... .......... .......... 71% 235M 1s 2024-08-22T20:35:54.7893742Z 442850K .......... .......... .......... .......... .......... 71% 269M 1s 2024-08-22T20:35:54.7895421Z 442900K .......... .......... .......... .......... .......... 71% 270M 1s 2024-08-22T20:35:54.7897255Z 442950K .......... .......... .......... .......... .......... 71% 264M 1s 2024-08-22T20:35:54.7899017Z 443000K .......... .......... .......... .......... .......... 71% 282M 1s 2024-08-22T20:35:54.7900809Z 443050K .......... .......... .......... .......... .......... 71% 279M 1s 2024-08-22T20:35:54.7902829Z 443100K .......... .......... .......... .......... .......... 71% 290M 1s 2024-08-22T20:35:54.7904570Z 443150K .......... .......... .......... .......... .......... 71% 231M 1s 2024-08-22T20:35:54.7906295Z 443200K .......... .......... .......... .......... .......... 71% 278M 1s 2024-08-22T20:35:54.7908439Z 443250K .......... .......... .......... .......... .......... 71% 244M 1s 2024-08-22T20:35:54.7910366Z 443300K .......... .......... .......... .......... .......... 71% 243M 1s 2024-08-22T20:35:54.7912153Z 443350K .......... .......... .......... .......... .......... 71% 263M 1s 2024-08-22T20:35:54.7914260Z 443400K .......... .......... .......... .......... .......... 71% 236M 1s 2024-08-22T20:35:54.7915971Z 443450K .......... .......... .......... .......... .......... 71% 285M 1s 2024-08-22T20:35:54.7917902Z 443500K .......... .......... .......... .......... .......... 71% 281M 1s 2024-08-22T20:35:54.7919615Z 443550K .......... .......... .......... .......... .......... 71% 253M 1s 2024-08-22T20:35:54.7921354Z 443600K .......... .......... .......... .......... .......... 71% 279M 1s 2024-08-22T20:35:54.7923390Z 443650K .......... .......... .......... .......... .......... 71% 246M 1s 2024-08-22T20:35:54.7925165Z 443700K .......... .......... .......... .......... .......... 71% 272M 1s 2024-08-22T20:35:54.7927500Z 443750K .......... .......... .......... .......... .......... 71% 262M 1s 2024-08-22T20:35:54.7929052Z 443800K .......... .......... .......... .......... .......... 71% 239M 1s 2024-08-22T20:35:54.7931152Z 443850K .......... .......... .......... .......... .......... 71% 269M 1s 2024-08-22T20:35:54.7932855Z 443900K .......... .......... .......... .......... .......... 71% 248M 1s 2024-08-22T20:35:54.7934646Z 443950K .......... .......... .......... .......... .......... 71% 270M 1s 2024-08-22T20:35:54.7936312Z 444000K .......... .......... .......... .......... .......... 71% 297M 1s 2024-08-22T20:35:54.7938363Z 444050K .......... .......... .......... .......... .......... 71% 282M 1s 2024-08-22T20:35:54.7940278Z 444100K .......... .......... .......... .......... .......... 71% 216M 1s 2024-08-22T20:35:54.7942027Z 444150K .......... .......... .......... .......... .......... 71% 282M 1s 2024-08-22T20:35:54.7943662Z 444200K .......... .......... .......... .......... .......... 71% 296M 1s 2024-08-22T20:35:54.7945395Z 444250K .......... .......... .......... .......... .......... 71% 286M 1s 2024-08-22T20:35:54.7947343Z 444300K .......... .......... .......... .......... .......... 71% 246M 1s 2024-08-22T20:35:54.7949489Z 444350K .......... .......... .......... .......... .......... 71% 232M 1s 2024-08-22T20:35:54.7951272Z 444400K .......... .......... .......... .......... .......... 71% 271M 1s 2024-08-22T20:35:54.7953044Z 444450K .......... .......... .......... .......... .......... 71% 273M 1s 2024-08-22T20:35:54.7955022Z 444500K .......... .......... .......... .......... .......... 71% 275M 1s 2024-08-22T20:35:54.7956940Z 444550K .......... .......... .......... .......... .......... 71% 234M 1s 2024-08-22T20:35:54.7958877Z 444600K .......... .......... .......... .......... .......... 71% 248M 1s 2024-08-22T20:35:54.7960775Z 444650K .......... .......... .......... .......... .......... 71% 283M 1s 2024-08-22T20:35:54.7962458Z 444700K .......... .......... .......... .......... .......... 71% 267M 1s 2024-08-22T20:35:54.7964343Z 444750K .......... .......... .......... .......... .......... 71% 262M 1s 2024-08-22T20:35:54.7966147Z 444800K .......... .......... .......... .......... .......... 71% 271M 1s 2024-08-22T20:35:54.7968098Z 444850K .......... .......... .......... .......... .......... 71% 248M 1s 2024-08-22T20:35:54.7969844Z 444900K .......... .......... .......... .......... .......... 71% 278M 1s 2024-08-22T20:35:54.7971484Z 444950K .......... .......... .......... .......... .......... 71% 296M 1s 2024-08-22T20:35:54.7973156Z 445000K .......... .......... .......... .......... .......... 71% 296M 1s 2024-08-22T20:35:54.7975002Z 445050K .......... .......... .......... .......... .......... 71% 261M 1s 2024-08-22T20:35:54.7976934Z 445100K .......... .......... .......... .......... .......... 71% 253M 1s 2024-08-22T20:35:54.7978676Z 445150K .......... .......... .......... .......... .......... 71% 281M 1s 2024-08-22T20:35:54.7980436Z 445200K .......... .......... .......... .......... .......... 71% 279M 1s 2024-08-22T20:35:54.7982285Z 445250K .......... .......... .......... .......... .......... 71% 271M 1s 2024-08-22T20:35:54.7984168Z 445300K .......... .......... .......... .......... .......... 71% 252M 1s 2024-08-22T20:35:54.7986099Z 445350K .......... .......... .......... .......... .......... 71% 251M 1s 2024-08-22T20:35:54.7988040Z 445400K .......... .......... .......... .......... .......... 71% 276M 1s 2024-08-22T20:35:54.7989931Z 445450K .......... .......... .......... .......... .......... 71% 247M 1s 2024-08-22T20:35:54.7991820Z 445500K .......... .......... .......... .......... .......... 71% 270M 1s 2024-08-22T20:35:54.7993664Z 445550K .......... .......... .......... .......... .......... 71% 246M 1s 2024-08-22T20:35:54.7995665Z 445600K .......... .......... .......... .......... .......... 71% 248M 1s 2024-08-22T20:35:54.7997529Z 445650K .......... .......... .......... .......... .......... 71% 257M 1s 2024-08-22T20:35:54.7999404Z 445700K .......... .......... .......... .......... .......... 71% 280M 1s 2024-08-22T20:35:54.8001260Z 445750K .......... .......... .......... .......... .......... 71% 276M 1s 2024-08-22T20:35:54.8002970Z 445800K .......... .......... .......... .......... .......... 71% 256M 1s 2024-08-22T20:35:54.8005235Z 445850K .......... .......... .......... .......... .......... 71% 255M 1s 2024-08-22T20:35:54.8006941Z 445900K .......... .......... .......... .......... .......... 71% 235M 1s 2024-08-22T20:35:54.8008706Z 445950K .......... .......... .......... .......... .......... 71% 273M 1s 2024-08-22T20:35:54.8010470Z 446000K .......... .......... .......... .......... .......... 71% 273M 1s 2024-08-22T20:35:54.8012194Z 446050K .......... .......... .......... .......... .......... 71% 289M 1s 2024-08-22T20:35:54.8013959Z 446100K .......... .......... .......... .......... .......... 71% 286M 1s 2024-08-22T20:35:54.8016040Z 446150K .......... .......... .......... .......... .......... 71% 227M 1s 2024-08-22T20:35:54.8017772Z 446200K .......... .......... .......... .......... .......... 71% 284M 1s 2024-08-22T20:35:54.8019817Z 446250K .......... .......... .......... .......... .......... 71% 237M 1s 2024-08-22T20:35:54.8021632Z 446300K .......... .......... .......... .......... .......... 71% 268M 1s 2024-08-22T20:35:54.8023598Z 446350K .......... .......... .......... .......... .......... 71% 249M 1s 2024-08-22T20:35:54.8025349Z 446400K .......... .......... .......... .......... .......... 71% 281M 1s 2024-08-22T20:35:54.8027431Z 446450K .......... .......... .......... .......... .......... 71% 256M 1s 2024-08-22T20:35:54.8029450Z 446500K .......... .......... .......... .......... .......... 71% 238M 1s 2024-08-22T20:35:54.8031041Z 446550K .......... .......... .......... .......... .......... 71% 280M 1s 2024-08-22T20:35:54.8033049Z 446600K .......... .......... .......... .......... .......... 71% 275M 1s 2024-08-22T20:35:54.8034880Z 446650K .......... .......... .......... .......... .......... 71% 245M 1s 2024-08-22T20:35:54.8036517Z 446700K .......... .......... .......... .......... .......... 71% 289M 1s 2024-08-22T20:35:54.8038297Z 446750K .......... .......... .......... .......... .......... 71% 280M 1s 2024-08-22T20:35:54.8040189Z 446800K .......... .......... .......... .......... .......... 71% 249M 1s 2024-08-22T20:35:54.8041952Z 446850K .......... .......... .......... .......... .......... 71% 292M 1s 2024-08-22T20:35:54.8043671Z 446900K .......... .......... .......... .......... .......... 71% 273M 1s 2024-08-22T20:35:54.8045740Z 446950K .......... .......... .......... .......... .......... 71% 239M 1s 2024-08-22T20:35:54.8047599Z 447000K .......... .......... .......... .......... .......... 71% 296M 1s 2024-08-22T20:35:54.8049273Z 447050K .......... .......... .......... .......... .......... 71% 252M 1s 2024-08-22T20:35:54.8050913Z 447100K .......... .......... .......... .......... .......... 71% 302M 1s 2024-08-22T20:35:54.8052992Z 447150K .......... .......... .......... .......... .......... 71% 233M 1s 2024-08-22T20:35:54.8054781Z 447200K .......... .......... .......... .......... .......... 71% 275M 1s 2024-08-22T20:35:54.8056575Z 447250K .......... .......... .......... .......... .......... 71% 274M 1s 2024-08-22T20:35:54.8058367Z 447300K .......... .......... .......... .......... .......... 71% 275M 1s 2024-08-22T20:35:54.8060300Z 447350K .......... .......... .......... .......... .......... 71% 250M 1s 2024-08-22T20:35:54.8062030Z 447400K .......... .......... .......... .......... .......... 71% 287M 1s 2024-08-22T20:35:54.8063776Z 447450K .......... .......... .......... .......... .......... 71% 274M 1s 2024-08-22T20:35:54.8065509Z 447500K .......... .......... .......... .......... .......... 71% 283M 1s 2024-08-22T20:35:54.8067645Z 447550K .......... .......... .......... .......... .......... 71% 227M 1s 2024-08-22T20:35:54.8069771Z 447600K .......... .......... .......... .......... .......... 71% 240M 1s 2024-08-22T20:35:54.8071730Z 447650K .......... .......... .......... .......... .......... 72% 260M 1s 2024-08-22T20:35:54.8073416Z 447700K .......... .......... .......... .......... .......... 72% 266M 1s 2024-08-22T20:35:54.8075311Z 447750K .......... .......... .......... .......... .......... 72% 253M 1s 2024-08-22T20:35:54.8077080Z 447800K .......... .......... .......... .......... .......... 72% 279M 1s 2024-08-22T20:35:54.8079106Z 447850K .......... .......... .......... .......... .......... 72% 241M 1s 2024-08-22T20:35:54.8081076Z 447900K .......... .......... .......... .......... .......... 72% 248M 1s 2024-08-22T20:35:54.8082996Z 447950K .......... .......... .......... .......... .......... 72% 255M 1s 2024-08-22T20:35:54.8084898Z 448000K .......... .......... .......... .......... .......... 72% 293M 1s 2024-08-22T20:35:54.8086437Z 448050K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8088268Z 448100K .......... .......... .......... .......... .......... 72% 269M 1s 2024-08-22T20:35:54.8090397Z 448150K .......... .......... .......... .......... .......... 72% 233M 1s 2024-08-22T20:35:54.8092128Z 448200K .......... .......... .......... .......... .......... 72% 277M 1s 2024-08-22T20:35:54.8093796Z 448250K .......... .......... .......... .......... .......... 72% 292M 1s 2024-08-22T20:35:54.8095869Z 448300K .......... .......... .......... .......... .......... 72% 281M 1s 2024-08-22T20:35:54.8097429Z 448350K .......... .......... .......... .......... .......... 72% 257M 1s 2024-08-22T20:35:54.8099266Z 448400K .......... .......... .......... .......... .......... 72% 295M 1s 2024-08-22T20:35:54.8101111Z 448450K .......... .......... .......... .......... .......... 72% 259M 1s 2024-08-22T20:35:54.8102740Z 448500K .......... .......... .......... .......... .......... 72% 276M 1s 2024-08-22T20:35:54.8105017Z 448550K .......... .......... .......... .......... .......... 72% 230M 1s 2024-08-22T20:35:54.8106544Z 448600K .......... .......... .......... .......... .......... 72% 299M 1s 2024-08-22T20:35:54.8108557Z 448650K .......... .......... .......... .......... .......... 72% 240M 1s 2024-08-22T20:35:54.8110574Z 448700K .......... .......... .......... .......... .......... 72% 254M 1s 2024-08-22T20:35:54.8112536Z 448750K .......... .......... .......... .......... .......... 72% 237M 1s 2024-08-22T20:35:54.8114725Z 448800K .......... .......... .......... .......... .......... 72% 223M 1s 2024-08-22T20:35:54.8116415Z 448850K .......... .......... .......... .......... .......... 72% 287M 1s 2024-08-22T20:35:54.8118336Z 448900K .......... .......... .......... .......... .......... 72% 290M 1s 2024-08-22T20:35:54.8119979Z 448950K .......... .......... .......... .......... .......... 72% 257M 1s 2024-08-22T20:35:54.8121640Z 449000K .......... .......... .......... .......... .......... 72% 298M 1s 2024-08-22T20:35:54.8123570Z 449050K .......... .......... .......... .......... .......... 72% 300M 1s 2024-08-22T20:35:54.8125256Z 449100K .......... .......... .......... .......... .......... 72% 244M 1s 2024-08-22T20:35:54.8126970Z 449150K .......... .......... .......... .......... .......... 72% 292M 1s 2024-08-22T20:35:54.8128775Z 449200K .......... .......... .......... .......... .......... 72% 274M 1s 2024-08-22T20:35:54.8130625Z 449250K .......... .......... .......... .......... .......... 72% 258M 1s 2024-08-22T20:35:54.8132408Z 449300K .......... .......... .......... .......... .......... 72% 275M 1s 2024-08-22T20:35:54.8134624Z 449350K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8136358Z 449400K .......... .......... .......... .......... .......... 72% 227M 1s 2024-08-22T20:35:54.8137983Z 449450K .......... .......... .......... .......... .......... 72% 307M 1s 2024-08-22T20:35:54.8139938Z 449500K .......... .......... .......... .......... .......... 72% 243M 1s 2024-08-22T20:35:54.8141715Z 449550K .......... .......... .......... .......... .......... 72% 274M 1s 2024-08-22T20:35:54.8143873Z 449600K .......... .......... .......... .......... .......... 72% 247M 1s 2024-08-22T20:35:54.8145695Z 449650K .......... .......... .......... .......... .......... 72% 284M 1s 2024-08-22T20:35:54.8147394Z 449700K .......... .......... .......... .......... .......... 72% 253M 1s 2024-08-22T20:35:54.8149248Z 449750K .......... .......... .......... .......... .......... 72% 264M 1s 2024-08-22T20:35:54.8151185Z 449800K .......... .......... .......... .......... .......... 72% 246M 1s 2024-08-22T20:35:54.8153117Z 449850K .......... .......... .......... .......... .......... 72% 271M 1s 2024-08-22T20:35:54.8155241Z 449900K .......... .......... .......... .......... .......... 72% 251M 1s 2024-08-22T20:35:54.8157017Z 449950K .......... .......... .......... .......... .......... 72% 233M 1s 2024-08-22T20:35:54.8158819Z 450000K .......... .......... .......... .......... .......... 72% 281M 1s 2024-08-22T20:35:54.8160968Z 450050K .......... .......... .......... .......... .......... 72% 220M 1s 2024-08-22T20:35:54.8162821Z 450100K .......... .......... .......... .......... .......... 72% 266M 1s 2024-08-22T20:35:54.8164662Z 450150K .......... .......... .......... .......... .......... 72% 267M 1s 2024-08-22T20:35:54.8166658Z 450200K .......... .......... .......... .......... .......... 72% 241M 1s 2024-08-22T20:35:54.8168627Z 450250K .......... .......... .......... .......... .......... 72% 255M 1s 2024-08-22T20:35:54.8170600Z 450300K .......... .......... .......... .......... .......... 72% 305M 1s 2024-08-22T20:35:54.8172460Z 450350K .......... .......... .......... .......... .......... 72% 233M 1s 2024-08-22T20:35:54.8174164Z 450400K .......... .......... .......... .......... .......... 72% 280M 1s 2024-08-22T20:35:54.8175877Z 450450K .......... .......... .......... .......... .......... 72% 264M 1s 2024-08-22T20:35:54.8177827Z 450500K .......... .......... .......... .......... .......... 72% 270M 1s 2024-08-22T20:35:54.8179513Z 450550K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8181561Z 450600K .......... .......... .......... .......... .......... 72% 241M 1s 2024-08-22T20:35:54.8183548Z 450650K .......... .......... .......... .......... .......... 72% 255M 1s 2024-08-22T20:35:54.8185509Z 450700K .......... .......... .......... .......... .......... 72% 262M 1s 2024-08-22T20:35:54.8187339Z 450750K .......... .......... .......... .......... .......... 72% 234M 1s 2024-08-22T20:35:54.8189718Z 450800K .......... .......... .......... .......... .......... 72% 258M 1s 2024-08-22T20:35:54.8191333Z 450850K .......... .......... .......... .......... .......... 72% 239M 1s 2024-08-22T20:35:54.8193123Z 450900K .......... .......... .......... .......... .......... 72% 269M 1s 2024-08-22T20:35:54.8194921Z 450950K .......... .......... .......... .......... .......... 72% 271M 1s 2024-08-22T20:35:54.8196700Z 451000K .......... .......... .......... .......... .......... 72% 273M 1s 2024-08-22T20:35:54.8198558Z 451050K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8200694Z 451100K .......... .......... .......... .......... .......... 72% 284M 1s 2024-08-22T20:35:54.8202390Z 451150K .......... .......... .......... .......... .......... 72% 226M 1s 2024-08-22T20:35:54.8204277Z 451200K .......... .......... .......... .......... .......... 72% 261M 1s 2024-08-22T20:35:54.8206066Z 451250K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8208067Z 451300K .......... .......... .......... .......... .......... 72% 285M 1s 2024-08-22T20:35:54.8209699Z 451350K .......... .......... .......... .......... .......... 72% 253M 1s 2024-08-22T20:35:54.8211372Z 451400K .......... .......... .......... .......... .......... 72% 290M 1s 2024-08-22T20:35:54.8213063Z 451450K .......... .......... .......... .......... .......... 72% 297M 1s 2024-08-22T20:35:54.8215214Z 451500K .......... .......... .......... .......... .......... 72% 273M 1s 2024-08-22T20:35:54.8216904Z 451550K .......... .......... .......... .......... .......... 72% 250M 1s 2024-08-22T20:35:54.8218598Z 451600K .......... .......... .......... .......... .......... 72% 267M 1s 2024-08-22T20:35:54.8220396Z 451650K .......... .......... .......... .......... .......... 72% 271M 1s 2024-08-22T20:35:54.8222246Z 451700K .......... .......... .......... .......... .......... 72% 279M 1s 2024-08-22T20:35:54.8224232Z 451750K .......... .......... .......... .......... .......... 72% 233M 1s 2024-08-22T20:35:54.8225881Z 451800K .......... .......... .......... .......... .......... 72% 301M 1s 2024-08-22T20:35:54.8227629Z 451850K .......... .......... .......... .......... .......... 72% 293M 1s 2024-08-22T20:35:54.8229588Z 451900K .......... .......... .......... .......... .......... 72% 251M 1s 2024-08-22T20:35:54.8231407Z 451950K .......... .......... .......... .......... .......... 72% 249M 1s 2024-08-22T20:35:54.8233437Z 452000K .......... .......... .......... .......... .......... 72% 243M 1s 2024-08-22T20:35:54.8235132Z 452050K .......... .......... .......... .......... .......... 72% 292M 1s 2024-08-22T20:35:54.8236899Z 452100K .......... .......... .......... .......... .......... 72% 279M 1s 2024-08-22T20:35:54.8238540Z 452150K .......... .......... .......... .......... .......... 72% 293M 1s 2024-08-22T20:35:54.8240664Z 452200K .......... .......... .......... .......... .......... 72% 257M 1s 2024-08-22T20:35:54.8242500Z 452250K .......... .......... .......... .......... .......... 72% 240M 1s 2024-08-22T20:35:54.8244539Z 452300K .......... .......... .......... .......... .......... 72% 261M 1s 2024-08-22T20:35:54.8246317Z 452350K .......... .......... .......... .......... .......... 72% 271M 1s 2024-08-22T20:35:54.8248166Z 452400K .......... .......... .......... .......... .......... 72% 285M 1s 2024-08-22T20:35:54.8250385Z 452450K .......... .......... .......... .......... .......... 72% 234M 1s 2024-08-22T20:35:54.8251920Z 452500K .......... .......... .......... .......... .......... 72% 247M 1s 2024-08-22T20:35:54.8253742Z 452550K .......... .......... .......... .......... .......... 72% 284M 1s 2024-08-22T20:35:54.8255486Z 452600K .......... .......... .......... .......... .......... 72% 265M 1s 2024-08-22T20:35:54.8257367Z 452650K .......... .......... .......... .......... .......... 72% 297M 1s 2024-08-22T20:35:54.8259422Z 452700K .......... .......... .......... .......... .......... 72% 250M 1s 2024-08-22T20:35:54.8261117Z 452750K .......... .......... .......... .......... .......... 72% 238M 1s 2024-08-22T20:35:54.8262867Z 452800K .......... .......... .......... .......... .......... 72% 289M 1s 2024-08-22T20:35:54.8264930Z 452850K .......... .......... .......... .......... .......... 72% 244M 1s 2024-08-22T20:35:54.8266787Z 452900K .......... .......... .......... .......... .......... 72% 288M 1s 2024-08-22T20:35:54.8268817Z 452950K .......... .......... .......... .......... .......... 72% 243M 1s 2024-08-22T20:35:54.8270570Z 453000K .......... .......... .......... .......... .......... 72% 239M 1s 2024-08-22T20:35:54.8272310Z 453050K .......... .......... .......... .......... .......... 72% 279M 1s 2024-08-22T20:35:54.8274066Z 453100K .......... .......... .......... .......... .......... 72% 280M 1s 2024-08-22T20:35:54.8276136Z 453150K .......... .......... .......... .......... .......... 72% 270M 1s 2024-08-22T20:35:54.8278139Z 453200K .......... .......... .......... .......... .......... 72% 243M 1s 2024-08-22T20:35:54.8279680Z 453250K .......... .......... .......... .......... .......... 72% 268M 1s 2024-08-22T20:35:54.8281368Z 453300K .......... .......... .......... .......... .......... 72% 298M 1s 2024-08-22T20:35:54.8283052Z 453350K .......... .......... .......... .......... .......... 72% 282M 1s 2024-08-22T20:35:54.8284963Z 453400K .......... .......... .......... .......... .......... 72% 295M 1s 2024-08-22T20:35:54.8286892Z 453450K .......... .......... .......... .......... .......... 72% 254M 1s 2024-08-22T20:35:54.8288781Z 453500K .......... .......... .......... .......... .......... 72% 245M 1s 2024-08-22T20:35:54.8290349Z 453550K .......... .......... .......... .......... .......... 72% 286M 1s 2024-08-22T20:35:54.8292206Z 453600K .......... .......... .......... .......... .......... 72% 280M 1s 2024-08-22T20:35:54.8294175Z 453650K .......... .......... .......... .......... .......... 72% 271M 1s 2024-08-22T20:35:54.8295975Z 453700K .......... .......... .......... .......... .......... 72% 235M 1s 2024-08-22T20:35:54.8297763Z 453750K .......... .......... .......... .......... .......... 72% 272M 1s 2024-08-22T20:35:54.8299621Z 453800K .......... .......... .......... .......... .......... 72% 266M 1s 2024-08-22T20:35:54.8301254Z 453850K .......... .......... .......... .......... .......... 72% 296M 1s 2024-08-22T20:35:54.8303114Z 453900K .......... .......... .......... .......... .......... 73% 264M 1s 2024-08-22T20:35:54.8305105Z 453950K .......... .......... .......... .......... .......... 73% 243M 1s 2024-08-22T20:35:54.8307009Z 454000K .......... .......... .......... .......... .......... 73% 260M 1s 2024-08-22T20:35:54.8308943Z 454050K .......... .......... .......... .......... .......... 73% 267M 1s 2024-08-22T20:35:54.8310750Z 454100K .......... .......... .......... .......... .......... 73% 270M 1s 2024-08-22T20:35:54.8312421Z 454150K .......... .......... .......... .......... .......... 73% 271M 1s 2024-08-22T20:35:54.8314175Z 454200K .......... .......... .......... .......... .......... 73% 282M 1s 2024-08-22T20:35:54.8316565Z 454250K .......... .......... .......... .......... .......... 73% 221M 1s 2024-08-22T20:35:54.8318310Z 454300K .......... .......... .......... .......... .......... 73% 290M 1s 2024-08-22T20:35:54.8320026Z 454350K .......... .......... .......... .......... .......... 73% 294M 1s 2024-08-22T20:35:54.8321810Z 454400K .......... .......... .......... .......... .......... 73% 233M 1s 2024-08-22T20:35:54.8323590Z 454450K .......... .......... .......... .......... .......... 73% 295M 1s 2024-08-22T20:35:54.8325393Z 454500K .......... .......... .......... .......... .......... 73% 252M 1s 2024-08-22T20:35:54.8327271Z 454550K .......... .......... .......... .......... .......... 73% 267M 1s 2024-08-22T20:35:54.8329150Z 454600K .......... .......... .......... .......... .......... 73% 256M 1s 2024-08-22T20:35:54.8330899Z 454650K .......... .......... .......... .......... .......... 73% 280M 1s 2024-08-22T20:35:54.8332815Z 454700K .......... .......... .......... .......... .......... 73% 252M 1s 2024-08-22T20:35:54.8334569Z 454750K .......... .......... .......... .......... .......... 73% 282M 1s 2024-08-22T20:35:54.8336271Z 454800K .......... .......... .......... .......... .......... 73% 285M 1s 2024-08-22T20:35:54.8337900Z 454850K .......... .......... .......... .......... .......... 73% 298M 1s 2024-08-22T20:35:54.8339682Z 454900K .......... .......... .......... .......... .......... 73% 274M 1s 2024-08-22T20:35:54.8341767Z 454950K .......... .......... .......... .......... .......... 73% 276M 1s 2024-08-22T20:35:54.8343428Z 455000K .......... .......... .......... .......... .......... 73% 245M 1s 2024-08-22T20:35:54.8345213Z 455050K .......... .......... .......... .......... .......... 73% 273M 1s 2024-08-22T20:35:54.8347042Z 455100K .......... .......... .......... .......... .......... 73% 266M 1s 2024-08-22T20:35:54.8348852Z 455150K .......... .......... .......... .......... .......... 73% 272M 1s 2024-08-22T20:35:54.8350857Z 455200K .......... .......... .......... .......... .......... 73% 245M 1s 2024-08-22T20:35:54.8353133Z 455250K .......... .......... .......... .......... .......... 73% 268M 1s 2024-08-22T20:35:54.8354731Z 455300K .......... .......... .......... .......... .......... 73% 238M 1s 2024-08-22T20:35:54.8356498Z 455350K .......... .......... .......... .......... .......... 73% 285M 1s 2024-08-22T20:35:54.8358479Z 455400K .......... .......... .......... .......... .......... 73% 240M 1s 2024-08-22T20:35:54.8360360Z 455450K .......... .......... .......... .......... .......... 73% 285M 1s 2024-08-22T20:35:54.8362280Z 455500K .......... .......... .......... .......... .......... 73% 235M 1s 2024-08-22T20:35:54.8364051Z 455550K .......... .......... .......... .......... .......... 73% 284M 1s 2024-08-22T20:35:54.8366018Z 455600K .......... .......... .......... .......... .......... 73% 239M 1s 2024-08-22T20:35:54.8367930Z 455650K .......... .......... .......... .......... .......... 73% 254M 1s 2024-08-22T20:35:54.8369710Z 455700K .......... .......... .......... .......... .......... 73% 280M 1s 2024-08-22T20:35:54.8371501Z 455750K .......... .......... .......... .......... .......... 73% 284M 1s 2024-08-22T20:35:54.8373674Z 455800K .......... .......... .......... .......... .......... 73% 216M 1s 2024-08-22T20:35:54.8375435Z 455850K .......... .......... .......... .......... .......... 73% 277M 1s 2024-08-22T20:35:54.8377240Z 455900K .......... .......... .......... .......... .......... 73% 286M 1s 2024-08-22T20:35:54.8379126Z 455950K .......... .......... .......... .......... .......... 73% 248M 1s 2024-08-22T20:35:54.8381180Z 456000K .......... .......... .......... .......... .......... 73% 239M 1s 2024-08-22T20:35:54.8382907Z 456050K .......... .......... .......... .......... .......... 73% 286M 1s 2024-08-22T20:35:54.8384649Z 456100K .......... .......... .......... .......... .......... 73% 275M 1s 2024-08-22T20:35:54.8386836Z 456150K .......... .......... .......... .......... .......... 73% 248M 1s 2024-08-22T20:35:54.8388949Z 456200K .......... .......... .......... .......... .......... 73% 223M 1s 2024-08-22T20:35:54.8390751Z 456250K .......... .......... .......... .......... .......... 73% 270M 1s 2024-08-22T20:35:54.8392657Z 456300K .......... .......... .......... .......... .......... 73% 257M 1s 2024-08-22T20:35:54.8394348Z 456350K .......... .......... .......... .......... .......... 73% 277M 1s 2024-08-22T20:35:54.8396295Z 456400K .......... .......... .......... .......... .......... 73% 253M 1s 2024-08-22T20:35:54.8398034Z 456450K .......... .......... .......... .......... .......... 73% 267M 1s 2024-08-22T20:35:54.8400107Z 456500K .......... .......... .......... .......... .......... 73% 282M 1s 2024-08-22T20:35:54.8401756Z 456550K .......... .......... .......... .......... .......... 73% 245M 1s 2024-08-22T20:35:54.8403550Z 456600K .......... .......... .......... .......... .......... 73% 277M 1s 2024-08-22T20:35:54.8405431Z 456650K .......... .......... .......... .......... .......... 73% 259M 1s 2024-08-22T20:35:54.8407138Z 456700K .......... .......... .......... .......... .......... 73% 291M 1s 2024-08-22T20:35:54.8409314Z 456750K .......... .......... .......... .......... .......... 73% 274M 1s 2024-08-22T20:35:54.8411022Z 456800K .......... .......... .......... .......... .......... 73% 227M 1s 2024-08-22T20:35:54.8413063Z 456850K .......... .......... .......... .......... .......... 73% 256M 1s 2024-08-22T20:35:54.8414820Z 456900K .......... .......... .......... .......... .......... 73% 257M 1s 2024-08-22T20:35:54.8416786Z 456950K .......... .......... .......... .......... .......... 73% 247M 1s 2024-08-22T20:35:54.8418447Z 457000K .......... .......... .......... .......... .......... 73% 292M 1s 2024-08-22T20:35:54.8420312Z 457050K .......... .......... .......... .......... .......... 73% 266M 1s 2024-08-22T20:35:54.8422402Z 457100K .......... .......... .......... .......... .......... 73% 231M 1s 2024-08-22T20:35:54.8424194Z 457150K .......... .......... .......... .......... .......... 73% 272M 1s 2024-08-22T20:35:54.8425998Z 457200K .......... .......... .......... .......... .......... 73% 282M 1s 2024-08-22T20:35:54.8427970Z 457250K .......... .......... .......... .......... .......... 73% 263M 1s 2024-08-22T20:35:54.8429874Z 457300K .......... .......... .......... .......... .......... 73% 239M 1s 2024-08-22T20:35:54.8431922Z 457350K .......... .......... .......... .......... .......... 73% 234M 1s 2024-08-22T20:35:54.8433981Z 457400K .......... .......... .......... .......... .......... 73% 257M 1s 2024-08-22T20:35:54.8435691Z 457450K .......... .......... .......... .......... .......... 73% 267M 1s 2024-08-22T20:35:54.8437815Z 457500K .......... .......... .......... .......... .......... 73% 264M 1s 2024-08-22T20:35:54.8439360Z 457550K .......... .......... .......... .......... .......... 73% 264M 1s 2024-08-22T20:35:54.8441212Z 457600K .......... .......... .......... .......... .......... 73% 268M 1s 2024-08-22T20:35:54.8443101Z 457650K .......... .......... .......... .......... .......... 73% 253M 1s 2024-08-22T20:35:54.8444874Z 457700K .......... .......... .......... .......... .......... 73% 275M 1s 2024-08-22T20:35:54.8446892Z 457750K .......... .......... .......... .......... .......... 73% 298M 1s 2024-08-22T20:35:54.8448575Z 457800K .......... .......... .......... .......... .......... 73% 241M 1s 2024-08-22T20:35:54.8450305Z 457850K .......... .......... .......... .......... .......... 73% 280M 1s 2024-08-22T20:35:54.8452186Z 457900K .......... .......... .......... .......... .......... 73% 292M 1s 2024-08-22T20:35:54.8453819Z 457950K .......... .......... .......... .......... .......... 73% 269M 1s 2024-08-22T20:35:54.8455500Z 458000K .......... .......... .......... .......... .......... 73% 284M 1s 2024-08-22T20:35:54.8457545Z 458050K .......... .......... .......... .......... .......... 73% 241M 1s 2024-08-22T20:35:54.8459298Z 458100K .......... .......... .......... .......... .......... 73% 279M 1s 2024-08-22T20:35:54.8461611Z 458150K .......... .......... .......... .......... .......... 73% 267M 1s 2024-08-22T20:35:54.8463102Z 458200K .......... .......... .......... .......... .......... 73% 264M 1s 2024-08-22T20:35:54.8464743Z 458250K .......... .......... .......... .......... .......... 73% 275M 1s 2024-08-22T20:35:54.8466717Z 458300K .......... .......... .......... .......... .......... 73% 247M 1s 2024-08-22T20:35:54.8468568Z 458350K .......... .......... .......... .......... .......... 73% 293M 1s 2024-08-22T20:35:54.8470484Z 458400K .......... .......... .......... .......... .......... 73% 263M 1s 2024-08-22T20:35:54.8472340Z 458450K .......... .......... .......... .......... .......... 73% 236M 1s 2024-08-22T20:35:54.8474247Z 458500K .......... .......... .......... .......... .......... 73% 252M 1s 2024-08-22T20:35:54.8476332Z 458550K .......... .......... .......... .......... .......... 73% 240M 1s 2024-08-22T20:35:54.8478104Z 458600K .......... .......... .......... .......... .......... 73% 280M 1s 2024-08-22T20:35:54.8480121Z 458650K .......... .......... .......... .......... .......... 73% 266M 1s 2024-08-22T20:35:54.8481910Z 458700K .......... .......... .......... .......... .......... 73% 242M 1s 2024-08-22T20:35:54.8483994Z 458750K .......... .......... .......... .......... .......... 73% 283M 1s 2024-08-22T20:35:54.8485718Z 458800K .......... .......... .......... .......... .......... 73% 230M 1s 2024-08-22T20:35:54.8487422Z 458850K .......... .......... .......... .......... .......... 73% 289M 1s 2024-08-22T20:35:54.8489327Z 458900K .......... .......... .......... .......... .......... 73% 254M 1s 2024-08-22T20:35:54.8491119Z 458950K .......... .......... .......... .......... .......... 73% 276M 1s 2024-08-22T20:35:54.8493136Z 459000K .......... .......... .......... .......... .......... 73% 291M 1s 2024-08-22T20:35:54.8494830Z 459050K .......... .......... .......... .......... .......... 73% 238M 1s 2024-08-22T20:35:54.8496573Z 459100K .......... .......... .......... .......... .......... 73% 280M 1s 2024-08-22T20:35:54.8498446Z 459150K .......... .......... .......... .......... .......... 73% 262M 1s 2024-08-22T20:35:54.8500136Z 459200K .......... .......... .......... .......... .......... 73% 290M 1s 2024-08-22T20:35:54.8501887Z 459250K .......... .......... .......... .......... .......... 73% 277M 1s 2024-08-22T20:35:54.8503957Z 459300K .......... .......... .......... .......... .......... 73% 296M 1s 2024-08-22T20:35:54.8505659Z 459350K .......... .......... .......... .......... .......... 73% 255M 1s 2024-08-22T20:35:54.8507510Z 459400K .......... .......... .......... .......... .......... 73% 238M 1s 2024-08-22T20:35:54.8509442Z 459450K .......... .......... .......... .......... .......... 73% 259M 1s 2024-08-22T20:35:54.8511238Z 459500K .......... .......... .......... .......... .......... 73% 264M 1s 2024-08-22T20:35:54.8513199Z 459550K .......... .......... .......... .......... .......... 73% 250M 1s 2024-08-22T20:35:54.8515500Z 459600K .......... .......... .......... .......... .......... 73% 269M 1s 2024-08-22T20:35:54.8517169Z 459650K .......... .......... .......... .......... .......... 73% 226M 1s 2024-08-22T20:35:54.8518959Z 459700K .......... .......... .......... .......... .......... 73% 277M 1s 2024-08-22T20:35:54.8520720Z 459750K .......... .......... .......... .......... .......... 73% 274M 1s 2024-08-22T20:35:54.8522508Z 459800K .......... .......... .......... .......... .......... 73% 273M 1s 2024-08-22T20:35:54.8524645Z 459850K .......... .......... .......... .......... .......... 73% 230M 1s 2024-08-22T20:35:54.8526281Z 459900K .......... .......... .......... .......... .......... 73% 299M 1s 2024-08-22T20:35:54.8528053Z 459950K .......... .......... .......... .......... .......... 73% 272M 1s 2024-08-22T20:35:54.8529771Z 460000K .......... .......... .......... .......... .......... 73% 288M 1s 2024-08-22T20:35:54.8531792Z 460050K .......... .......... .......... .......... .......... 73% 238M 1s 2024-08-22T20:35:54.8533710Z 460100K .......... .......... .......... .......... .......... 74% 279M 1s 2024-08-22T20:35:54.8535411Z 460150K .......... .......... .......... .......... .......... 74% 287M 1s 2024-08-22T20:35:54.8536919Z 460200K .......... .......... .......... .......... .......... 74% 299M 1s 2024-08-22T20:35:54.8538763Z 460250K .......... .......... .......... .......... .......... 74% 261M 1s 2024-08-22T20:35:54.8540688Z 460300K .......... .......... .......... .......... .......... 74% 277M 1s 2024-08-22T20:35:54.8542290Z 460350K .......... .......... .......... .......... .......... 74% 282M 1s 2024-08-22T20:35:54.8544001Z 460400K .......... .......... .......... .......... .......... 74% 279M 1s 2024-08-22T20:35:54.8546164Z 460450K .......... .......... .......... .......... .......... 74% 225M 1s 2024-08-22T20:35:54.8548178Z 460500K .......... .......... .......... .......... .......... 74% 272M 1s 2024-08-22T20:35:54.8549864Z 460550K .......... .......... .......... .......... .......... 74% 261M 1s 2024-08-22T20:35:54.8551697Z 460600K .......... .......... .......... .......... .......... 74% 282M 1s 2024-08-22T20:35:54.8553507Z 460650K .......... .......... .......... .......... .......... 74% 257M 1s 2024-08-22T20:35:54.8555267Z 460700K .......... .......... .......... .......... .......... 74% 271M 1s 2024-08-22T20:35:54.8557135Z 460750K .......... .......... .......... .......... .......... 74% 263M 1s 2024-08-22T20:35:54.8558808Z 460800K .......... .......... .......... .......... .......... 74% 293M 1s 2024-08-22T20:35:54.8560829Z 460850K .......... .......... .......... .......... .......... 74% 240M 1s 2024-08-22T20:35:54.8562752Z 460900K .......... .......... .......... .......... .......... 74% 253M 1s 2024-08-22T20:35:54.8564557Z 460950K .......... .......... .......... .......... .......... 74% 272M 1s 2024-08-22T20:35:54.8566229Z 461000K .......... .......... .......... .......... .......... 74% 293M 1s 2024-08-22T20:35:54.8568400Z 461050K .......... .......... .......... .......... .......... 74% 253M 1s 2024-08-22T20:35:54.8570140Z 461100K .......... .......... .......... .......... .......... 74% 252M 1s 2024-08-22T20:35:54.8572125Z 461150K .......... .......... .......... .......... .......... 74% 276M 1s 2024-08-22T20:35:54.8573886Z 461200K .......... .......... .......... .......... .......... 74% 243M 1s 2024-08-22T20:35:54.8575667Z 461250K .......... .......... .......... .......... .......... 74% 273M 1s 2024-08-22T20:35:54.8577578Z 461300K .......... .......... .......... .......... .......... 74% 280M 1s 2024-08-22T20:35:54.8579398Z 461350K .......... .......... .......... .......... .......... 74% 249M 1s 2024-08-22T20:35:54.8581458Z 461400K .......... .......... .......... .......... .......... 74% 233M 1s 2024-08-22T20:35:54.8583314Z 461450K .......... .......... .......... .......... .......... 74% 266M 1s 2024-08-22T20:35:54.8585287Z 461500K .......... .......... .......... .......... .......... 74% 263M 1s 2024-08-22T20:35:54.8587156Z 461550K .......... .......... .......... .......... .......... 74% 247M 1s 2024-08-22T20:35:54.8589222Z 461600K .......... .......... .......... .......... .......... 74% 249M 1s 2024-08-22T20:35:54.8590952Z 461650K .......... .......... .......... .......... .......... 74% 271M 1s 2024-08-22T20:35:54.8592998Z 461700K .......... .......... .......... .......... .......... 74% 241M 1s 2024-08-22T20:35:54.8594614Z 461750K .......... .......... .......... .......... .......... 74% 289M 1s 2024-08-22T20:35:54.8596354Z 461800K .......... .......... .......... .......... .......... 74% 282M 1s 2024-08-22T20:35:54.8598653Z 461850K .......... .......... .......... .......... .......... 74% 281M 1s 2024-08-22T20:35:54.8600396Z 461900K .......... .......... .......... .......... .......... 74% 211M 1s 2024-08-22T20:35:54.8602047Z 461950K .......... .......... .......... .......... .......... 74% 297M 1s 2024-08-22T20:35:54.8603787Z 462000K .......... .......... .......... .......... .......... 74% 292M 1s 2024-08-22T20:35:54.8606222Z 462050K .......... .......... .......... .......... .......... 74% 212M 1s 2024-08-22T20:35:54.8608024Z 462100K .......... .......... .......... .......... .......... 74% 267M 1s 2024-08-22T20:35:54.8609696Z 462150K .......... .......... .......... .......... .......... 74% 270M 1s 2024-08-22T20:35:54.8611654Z 462200K .......... .......... .......... .......... .......... 74% 299M 1s 2024-08-22T20:35:54.8613431Z 462250K .......... .......... .......... .......... .......... 74% 246M 1s 2024-08-22T20:35:54.8615098Z 462300K .......... .......... .......... .......... .......... 74% 276M 1s 2024-08-22T20:35:54.8617072Z 462350K .......... .......... .......... .......... .......... 74% 260M 1s 2024-08-22T20:35:54.8618915Z 462400K .......... .......... .......... .......... .......... 74% 287M 1s 2024-08-22T20:35:54.8620611Z 462450K .......... .......... .......... .......... .......... 74% 253M 1s 2024-08-22T20:35:54.8622403Z 462500K .......... .......... .......... .......... .......... 74% 264M 1s 2024-08-22T20:35:54.8624584Z 462550K .......... .......... .......... .......... .......... 74% 269M 1s 2024-08-22T20:35:54.8626222Z 462600K .......... .......... .......... .......... .......... 74% 243M 1s 2024-08-22T20:35:54.8628294Z 462650K .......... .......... .......... .......... .......... 74% 273M 1s 2024-08-22T20:35:54.8629855Z 462700K .......... .......... .......... .......... .......... 74% 269M 1s 2024-08-22T20:35:54.8631934Z 462750K .......... .......... .......... .......... .......... 74% 283M 1s 2024-08-22T20:35:54.8633619Z 462800K .......... .......... .......... .......... .......... 74% 234M 1s 2024-08-22T20:35:54.8635431Z 462850K .......... .......... .......... .......... .......... 74% 270M 1s 2024-08-22T20:35:54.8637374Z 462900K .......... .......... .......... .......... .......... 74% 271M 1s 2024-08-22T20:35:54.8639126Z 462950K .......... .......... .......... .......... .......... 74% 258M 1s 2024-08-22T20:35:54.8640882Z 463000K .......... .......... .......... .......... .......... 74% 280M 1s 2024-08-22T20:35:54.8642744Z 463050K .......... .......... .......... .......... .......... 74% 278M 1s 2024-08-22T20:35:54.8644964Z 463100K .......... .......... .......... .......... .......... 74% 254M 1s 2024-08-22T20:35:54.8646506Z 463150K .......... .......... .......... .......... .......... 74% 251M 1s 2024-08-22T20:35:54.8648457Z 463200K .......... .......... .......... .......... .......... 74% 248M 1s 2024-08-22T20:35:54.8650376Z 463250K .......... .......... .......... .......... .......... 74% 262M 1s 2024-08-22T20:35:54.8652104Z 463300K .......... .......... .......... .......... .......... 74% 274M 1s 2024-08-22T20:35:54.8653976Z 463350K .......... .......... .......... .......... .......... 74% 290M 1s 2024-08-22T20:35:54.8656190Z 463400K .......... .......... .......... .......... .......... 74% 254M 1s 2024-08-22T20:35:54.8657957Z 463450K .......... .......... .......... .......... .......... 74% 217M 1s 2024-08-22T20:35:54.8659733Z 463500K .......... .......... .......... .......... .......... 74% 277M 1s 2024-08-22T20:35:54.8661592Z 463550K .......... .......... .......... .......... .......... 74% 262M 1s 2024-08-22T20:35:54.8663394Z 463600K .......... .......... .......... .......... .......... 74% 273M 1s 2024-08-22T20:35:54.8665403Z 463650K .......... .......... .......... .......... .......... 74% 239M 1s 2024-08-22T20:35:54.8667261Z 463700K .......... .......... .......... .......... .......... 74% 285M 1s 2024-08-22T20:35:54.8669273Z 463750K .......... .......... .......... .......... .......... 74% 261M 1s 2024-08-22T20:35:54.8671007Z 463800K .......... .......... .......... .......... .......... 74% 244M 1s 2024-08-22T20:35:54.8673005Z 463850K .......... .......... .......... .......... .......... 74% 247M 1s 2024-08-22T20:35:54.8675105Z 463900K .......... .......... .......... .......... .......... 74% 229M 1s 2024-08-22T20:35:54.8676856Z 463950K .......... .......... .......... .......... .......... 74% 283M 1s 2024-08-22T20:35:54.8678888Z 464000K .......... .......... .......... .......... .......... 74% 274M 1s 2024-08-22T20:35:54.8680358Z 464050K .......... .......... .......... .......... .......... 74% 296M 1s 2024-08-22T20:35:54.8682232Z 464100K .......... .......... .......... .......... .......... 74% 251M 1s 2024-08-22T20:35:54.8684628Z 464150K .......... .......... .......... .......... .......... 74% 255M 1s 2024-08-22T20:35:54.8686303Z 464200K .......... .......... .......... .......... .......... 74% 228M 1s 2024-08-22T20:35:54.8688067Z 464250K .......... .......... .......... .......... .......... 74% 278M 1s 2024-08-22T20:35:54.8689703Z 464300K .......... .......... .......... .......... .......... 74% 294M 1s 2024-08-22T20:35:54.8691761Z 464350K .......... .......... .......... .......... .......... 74% 271M 1s 2024-08-22T20:35:54.8693556Z 464400K .......... .......... .......... .......... .......... 74% 237M 1s 2024-08-22T20:35:54.8695401Z 464450K .......... .......... .......... .......... .......... 74% 264M 1s 2024-08-22T20:35:54.8697091Z 464500K .......... .......... .......... .......... .......... 74% 290M 1s 2024-08-22T20:35:54.8699025Z 464550K .......... .......... .......... .......... .......... 74% 253M 1s 2024-08-22T20:35:54.8701135Z 464600K .......... .......... .......... .......... .......... 74% 266M 1s 2024-08-22T20:35:54.8703062Z 464650K .......... .......... .......... .......... .......... 74% 249M 1s 2024-08-22T20:35:54.8704852Z 464700K .......... .......... .......... .......... .......... 74% 242M 1s 2024-08-22T20:35:54.8706557Z 464750K .......... .......... .......... .......... .......... 74% 282M 1s 2024-08-22T20:35:54.8708553Z 464800K .......... .......... .......... .......... .......... 74% 297M 1s 2024-08-22T20:35:54.8710542Z 464850K .......... .......... .......... .......... .......... 74% 240M 1s 2024-08-22T20:35:54.8712557Z 464900K .......... .......... .......... .......... .......... 74% 217M 1s 2024-08-22T20:35:54.8714216Z 464950K .......... .......... .......... .......... .......... 74% 289M 1s 2024-08-22T20:35:54.8716060Z 465000K .......... .......... .......... .......... .......... 74% 276M 1s 2024-08-22T20:35:54.8717837Z 465050K .......... .......... .......... .......... .......... 74% 266M 1s 2024-08-22T20:35:54.8719901Z 465100K .......... .......... .......... .......... .......... 74% 240M 1s 2024-08-22T20:35:54.8721795Z 465150K .......... .......... .......... .......... .......... 74% 259M 1s 2024-08-22T20:35:54.8723696Z 465200K .......... .......... .......... .......... .......... 74% 275M 1s 2024-08-22T20:35:54.8725454Z 465250K .......... .......... .......... .......... .......... 74% 258M 1s 2024-08-22T20:35:54.8727799Z 465300K .......... .......... .......... .......... .......... 74% 205M 1s 2024-08-22T20:35:54.8729646Z 465350K .......... .......... .......... .......... .......... 74% 266M 1s 2024-08-22T20:35:54.8731454Z 465400K .......... .......... .......... .......... .......... 74% 274M 1s 2024-08-22T20:35:54.8733183Z 465450K .......... .......... .......... .......... .......... 74% 281M 1s 2024-08-22T20:35:54.8735253Z 465500K .......... .......... .......... .......... .......... 74% 232M 1s 2024-08-22T20:35:54.8737089Z 465550K .......... .......... .......... .......... .......... 74% 267M 1s 2024-08-22T20:35:54.8738991Z 465600K .......... .......... .......... .......... .......... 74% 260M 1s 2024-08-22T20:35:54.8740995Z 465650K .......... .......... .......... .......... .......... 74% 284M 1s 2024-08-22T20:35:54.8742727Z 465700K .......... .......... .......... .......... .......... 74% 238M 1s 2024-08-22T20:35:54.8744484Z 465750K .......... .......... .......... .......... .......... 74% 290M 1s 2024-08-22T20:35:54.8746280Z 465800K .......... .......... .......... .......... .......... 74% 261M 1s 2024-08-22T20:35:54.8748153Z 465850K .......... .......... .......... .......... .......... 74% 297M 1s 2024-08-22T20:35:54.8750077Z 465900K .......... .......... .......... .......... .......... 74% 243M 1s 2024-08-22T20:35:54.8751868Z 465950K .......... .......... .......... .......... .......... 74% 306M 1s 2024-08-22T20:35:54.8753869Z 466000K .......... .......... .......... .......... .......... 74% 279M 1s 2024-08-22T20:35:54.8755400Z 466050K .......... .......... .......... .......... .......... 74% 231M 1s 2024-08-22T20:35:54.8757135Z 466100K .......... .......... .......... .......... .......... 74% 281M 1s 2024-08-22T20:35:54.8758938Z 466150K .......... .......... .......... .......... .......... 74% 295M 1s 2024-08-22T20:35:54.8760733Z 466200K .......... .......... .......... .......... .......... 74% 292M 1s 2024-08-22T20:35:54.8762458Z 466250K .......... .......... .......... .......... .......... 74% 249M 1s 2024-08-22T20:35:54.8764307Z 466300K .......... .......... .......... .......... .......... 74% 259M 1s 2024-08-22T20:35:54.8766239Z 466350K .......... .......... .......... .......... .......... 75% 252M 1s 2024-08-22T20:35:54.8767964Z 466400K .......... .......... .......... .......... .......... 75% 283M 1s 2024-08-22T20:35:54.8769953Z 466450K .......... .......... .......... .......... .......... 75% 281M 1s 2024-08-22T20:35:54.8771604Z 466500K .......... .......... .......... .......... .......... 75% 261M 1s 2024-08-22T20:35:54.8773459Z 466550K .......... .......... .......... .......... .......... 75% 275M 1s 2024-08-22T20:35:54.8775409Z 466600K .......... .......... .......... .......... .......... 75% 237M 1s 2024-08-22T20:35:54.8777261Z 466650K .......... .......... .......... .......... .......... 75% 263M 1s 2024-08-22T20:35:54.8778992Z 466700K .......... .......... .......... .......... .......... 75% 283M 1s 2024-08-22T20:35:54.8780817Z 466750K .......... .......... .......... .......... .......... 75% 278M 1s 2024-08-22T20:35:54.8782847Z 466800K .......... .......... .......... .......... .......... 75% 252M 1s 2024-08-22T20:35:54.8784686Z 466850K .......... .......... .......... .......... .......... 75% 243M 1s 2024-08-22T20:35:54.8786390Z 466900K .......... .......... .......... .......... .......... 75% 286M 1s 2024-08-22T20:35:54.8788429Z 466950K .......... .......... .......... .......... .......... 75% 266M 1s 2024-08-22T20:35:54.8790363Z 467000K .......... .......... .......... .......... .......... 75% 231M 1s 2024-08-22T20:35:54.8792459Z 467050K .......... .......... .......... .......... .......... 75% 243M 1s 2024-08-22T20:35:54.8794374Z 467100K .......... .......... .......... .......... .......... 75% 246M 1s 2024-08-22T20:35:54.8796365Z 467150K .......... .......... .......... .......... .......... 75% 263M 1s 2024-08-22T20:35:54.8798008Z 467200K .......... .......... .......... .......... .......... 75% 272M 1s 2024-08-22T20:35:54.8799797Z 467250K .......... .......... .......... .......... .......... 75% 273M 1s 2024-08-22T20:35:54.8801666Z 467300K .......... .......... .......... .......... .......... 75% 261M 1s 2024-08-22T20:35:54.8803714Z 467350K .......... .......... .......... .......... .......... 75% 238M 1s 2024-08-22T20:35:54.8805614Z 467400K .......... .......... .......... .......... .......... 75% 264M 1s 2024-08-22T20:35:54.8807448Z 467450K .......... .......... .......... .......... .......... 75% 265M 1s 2024-08-22T20:35:54.8809448Z 467500K .......... .......... .......... .......... .......... 75% 241M 1s 2024-08-22T20:35:54.8811295Z 467550K .......... .......... .......... .......... .......... 75% 279M 1s 2024-08-22T20:35:54.8813236Z 467600K .......... .......... .......... .......... .......... 75% 272M 1s 2024-08-22T20:35:54.8814918Z 467650K .......... .......... .......... .......... .......... 75% 252M 1s 2024-08-22T20:35:54.8817021Z 467700K .......... .......... .......... .......... .......... 75% 232M 1s 2024-08-22T20:35:54.8818722Z 467750K .......... .......... .......... .......... .......... 75% 285M 1s 2024-08-22T20:35:54.8820622Z 467800K .......... .......... .......... .......... .......... 75% 266M 1s 2024-08-22T20:35:54.8822675Z 467850K .......... .......... .......... .......... .......... 75% 268M 1s 2024-08-22T20:35:54.8824404Z 467900K .......... .......... .......... .......... .......... 75% 253M 1s 2024-08-22T20:35:54.8826686Z 467950K .......... .......... .......... .......... .......... 75% 226M 1s 2024-08-22T20:35:54.8828512Z 468000K .......... .......... .......... .......... .......... 75% 269M 1s 2024-08-22T20:35:54.8830312Z 468050K .......... .......... .......... .......... .......... 75% 242M 1s 2024-08-22T20:35:54.8832178Z 468100K .......... .......... .......... .......... .......... 75% 267M 1s 2024-08-22T20:35:54.8834090Z 468150K .......... .......... .......... .......... .......... 75% 252M 1s 2024-08-22T20:35:54.8835716Z 468200K .......... .......... .......... .......... .......... 75% 296M 1s 2024-08-22T20:35:54.8837811Z 468250K .......... .......... .......... .......... .......... 75% 281M 1s 2024-08-22T20:35:54.8839506Z 468300K .......... .......... .......... .......... .......... 75% 239M 1s 2024-08-22T20:35:54.8841246Z 468350K .......... .......... .......... .......... .......... 75% 279M 1s 2024-08-22T20:35:54.8842928Z 468400K .......... .......... .......... .......... .......... 75% 294M 1s 2024-08-22T20:35:54.8844920Z 468450K .......... .......... .......... .......... .......... 75% 247M 1s 2024-08-22T20:35:54.8846726Z 468500K .......... .......... .......... .......... .......... 75% 268M 1s 2024-08-22T20:35:54.8848822Z 468550K .......... .......... .......... .......... .......... 75% 231M 1s 2024-08-22T20:35:54.8850610Z 468600K .......... .......... .......... .......... .......... 75% 276M 1s 2024-08-22T20:35:54.8852425Z 468650K .......... .......... .......... .......... .......... 75% 270M 1s 2024-08-22T20:35:54.8854432Z 468700K .......... .......... .......... .......... .......... 75% 283M 1s 2024-08-22T20:35:54.8856204Z 468750K .......... .......... .......... .......... .......... 75% 237M 1s 2024-08-22T20:35:54.8857956Z 468800K .......... .......... .......... .......... .......... 75% 277M 1s 2024-08-22T20:35:54.8859852Z 468850K .......... .......... .......... .......... .......... 75% 261M 1s 2024-08-22T20:35:54.8862030Z 468900K .......... .......... .......... .......... .......... 75% 289M 1s 2024-08-22T20:35:54.8863673Z 468950K .......... .......... .......... .......... .......... 75% 229M 1s 2024-08-22T20:35:54.8865553Z 469000K .......... .......... .......... .......... .......... 75% 260M 1s 2024-08-22T20:35:54.8867282Z 469050K .......... .......... .......... .......... .......... 75% 281M 1s 2024-08-22T20:35:54.8869281Z 469100K .......... .......... .......... .......... .......... 75% 265M 1s 2024-08-22T20:35:54.8870970Z 469150K .......... .......... .......... .......... .......... 75% 263M 1s 2024-08-22T20:35:54.8872920Z 469200K .......... .......... .......... .......... .......... 75% 257M 1s 2024-08-22T20:35:54.8874878Z 469250K .......... .......... .......... .......... .......... 75% 244M 1s 2024-08-22T20:35:54.8876725Z 469300K .......... .......... .......... .......... .......... 75% 263M 1s 2024-08-22T20:35:54.8878617Z 469350K .......... .......... .......... .......... .......... 75% 258M 1s 2024-08-22T20:35:54.8880436Z 469400K .......... .......... .......... .......... .......... 75% 269M 1s 2024-08-22T20:35:54.8882209Z 469450K .......... .......... .......... .......... .......... 75% 285M 1s 2024-08-22T20:35:54.8884093Z 469500K .......... .......... .......... .......... .......... 75% 257M 1s 2024-08-22T20:35:54.8886324Z 469550K .......... .......... .......... .......... .......... 75% 214M 1s 2024-08-22T20:35:54.8888230Z 469600K .......... .......... .......... .......... .......... 75% 259M 1s 2024-08-22T20:35:54.8890020Z 469650K .......... .......... .......... .......... .......... 75% 276M 1s 2024-08-22T20:35:54.8891649Z 469700K .......... .......... .......... .......... .......... 75% 292M 1s 2024-08-22T20:35:54.8893798Z 469750K .......... .......... .......... .......... .......... 75% 230M 1s 2024-08-22T20:35:54.8895384Z 469800K .......... .......... .......... .......... .......... 75% 306M 1s 2024-08-22T20:35:54.8897438Z 469850K .......... .......... .......... .......... .......... 75% 257M 1s 2024-08-22T20:35:54.8899166Z 469900K .......... .......... .......... .......... .......... 75% 280M 1s 2024-08-22T20:35:54.8900922Z 469950K .......... .......... .......... .......... .......... 75% 259M 1s 2024-08-22T20:35:54.8902853Z 470000K .......... .......... .......... .......... .......... 75% 250M 1s 2024-08-22T20:35:54.8904805Z 470050K .......... .......... .......... .......... .......... 75% 269M 1s 2024-08-22T20:35:54.8906758Z 470100K .......... .......... .......... .......... .......... 75% 268M 1s 2024-08-22T20:35:54.8908619Z 470150K .......... .......... .......... .......... .......... 75% 235M 1s 2024-08-22T20:35:54.8910533Z 470200K .......... .......... .......... .......... .......... 75% 248M 1s 2024-08-22T20:35:54.8912592Z 470250K .......... .......... .......... .......... .......... 75% 237M 1s 2024-08-22T20:35:54.8914373Z 470300K .......... .......... .......... .......... .......... 75% 275M 1s 2024-08-22T20:35:54.8916320Z 470350K .......... .......... .......... .......... .......... 75% 295M 1s 2024-08-22T20:35:54.8917987Z 470400K .......... .......... .......... .......... .......... 75% 249M 1s 2024-08-22T20:35:54.8919927Z 470450K .......... .......... .......... .......... .......... 75% 254M 1s 2024-08-22T20:35:54.8921813Z 470500K .......... .......... .......... .......... .......... 75% 259M 1s 2024-08-22T20:35:54.8923603Z 470550K .......... .......... .......... .......... .......... 75% 273M 1s 2024-08-22T20:35:54.8925390Z 470600K .......... .......... .......... .......... .......... 75% 284M 1s 2024-08-22T20:35:54.8927231Z 470650K .......... .......... .......... .......... .......... 75% 256M 1s 2024-08-22T20:35:54.8929328Z 470700K .......... .......... .......... .......... .......... 75% 232M 1s 2024-08-22T20:35:54.8931106Z 470750K .......... .......... .......... .......... .......... 75% 273M 1s 2024-08-22T20:35:54.8933048Z 470800K .......... .......... .......... .......... .......... 75% 259M 1s 2024-08-22T20:35:54.8935259Z 470850K .......... .......... .......... .......... .......... 75% 221M 1s 2024-08-22T20:35:54.8936934Z 470900K .......... .......... .......... .......... .......... 75% 285M 1s 2024-08-22T20:35:54.8938905Z 470950K .......... .......... .......... .......... .......... 75% 250M 1s 2024-08-22T20:35:54.8940743Z 471000K .......... .......... .......... .......... .......... 75% 265M 1s 2024-08-22T20:35:54.8942840Z 471050K .......... .......... .......... .......... .......... 75% 250M 1s 2024-08-22T20:35:54.8944482Z 471100K .......... .......... .......... .......... .......... 75% 281M 1s 2024-08-22T20:35:54.8946086Z 471150K .......... .......... .......... .......... .......... 75% 292M 1s 2024-08-22T20:35:54.8948391Z 471200K .......... .......... .......... .......... .......... 75% 230M 1s 2024-08-22T20:35:54.8950342Z 471250K .......... .......... .......... .......... .......... 75% 259M 1s 2024-08-22T20:35:54.8952235Z 471300K .......... .......... .......... .......... .......... 75% 229M 1s 2024-08-22T20:35:54.8954167Z 471350K .......... .......... .......... .......... .......... 75% 255M 1s 2024-08-22T20:35:54.8955974Z 471400K .......... .......... .......... .......... .......... 75% 275M 1s 2024-08-22T20:35:54.8957987Z 471450K .......... .......... .......... .......... .......... 75% 237M 1s 2024-08-22T20:35:54.8959731Z 471500K .......... .......... .......... .......... .......... 75% 281M 1s 2024-08-22T20:35:54.8961752Z 471550K .......... .......... .......... .......... .......... 75% 240M 1s 2024-08-22T20:35:54.8963572Z 471600K .......... .......... .......... .......... .......... 75% 270M 1s 2024-08-22T20:35:54.8965397Z 471650K .......... .......... .......... .......... .......... 75% 270M 1s 2024-08-22T20:35:54.8967451Z 471700K .......... .......... .......... .......... .......... 75% 233M 1s 2024-08-22T20:35:54.8969439Z 471750K .......... .......... .......... .......... .......... 75% 290M 1s 2024-08-22T20:35:54.8971334Z 471800K .......... .......... .......... .......... .......... 75% 246M 1s 2024-08-22T20:35:54.8973012Z 471850K .......... .......... .......... .......... .......... 75% 276M 1s 2024-08-22T20:35:54.8975152Z 471900K .......... .......... .......... .......... .......... 75% 220M 1s 2024-08-22T20:35:54.8976837Z 471950K .......... .......... .......... .......... .......... 75% 283M 1s 2024-08-22T20:35:54.8978932Z 472000K .......... .......... .......... .......... .......... 75% 284M 1s 2024-08-22T20:35:54.8980814Z 472050K .......... .......... .......... .......... .......... 75% 232M 1s 2024-08-22T20:35:54.8982534Z 472100K .......... .......... .......... .......... .......... 75% 262M 1s 2024-08-22T20:35:54.8984315Z 472150K .......... .......... .......... .......... .......... 75% 274M 1s 2024-08-22T20:35:54.8986364Z 472200K .......... .......... .......... .......... .......... 75% 241M 1s 2024-08-22T20:35:54.8988614Z 472250K .......... .......... .......... .......... .......... 75% 266M 1s 2024-08-22T20:35:54.8990220Z 472300K .......... .......... .......... .......... .......... 75% 239M 1s 2024-08-22T20:35:54.8992102Z 472350K .......... .......... .......... .......... .......... 75% 257M 1s 2024-08-22T20:35:54.8994252Z 472400K .......... .......... .......... .......... .......... 75% 226M 1s 2024-08-22T20:35:54.8996015Z 472450K .......... .......... .......... .......... .......... 75% 282M 1s 2024-08-22T20:35:54.8997782Z 472500K .......... .......... .......... .......... .......... 75% 277M 1s 2024-08-22T20:35:54.8999624Z 472550K .......... .......... .......... .......... .......... 76% 272M 1s 2024-08-22T20:35:54.9001733Z 472600K .......... .......... .......... .......... .......... 76% 221M 1s 2024-08-22T20:35:54.9003621Z 472650K .......... .......... .......... .......... .......... 76% 268M 1s 2024-08-22T20:35:54.9005772Z 472700K .......... .......... .......... .......... .......... 76% 273M 1s 2024-08-22T20:35:54.9007416Z 472750K .......... .......... .......... .......... .......... 76% 238M 1s 2024-08-22T20:35:54.9009220Z 472800K .......... .......... .......... .......... .......... 76% 277M 1s 2024-08-22T20:35:54.9010883Z 472850K .......... .......... .......... .......... .......... 76% 288M 1s 2024-08-22T20:35:54.9012921Z 472900K .......... .......... .......... .......... .......... 76% 271M 1s 2024-08-22T20:35:54.9014622Z 472950K .......... .......... .......... .......... .......... 76% 249M 1s 2024-08-22T20:35:54.9016521Z 473000K .......... .......... .......... .......... .......... 76% 281M 1s 2024-08-22T20:35:54.9018161Z 473050K .......... .......... .......... .......... .......... 76% 284M 1s 2024-08-22T20:35:54.9020242Z 473100K .......... .......... .......... .......... .......... 76% 268M 1s 2024-08-22T20:35:54.9022082Z 473150K .......... .......... .......... .......... .......... 76% 225M 1s 2024-08-22T20:35:54.9023750Z 473200K .......... .......... .......... .......... .......... 76% 293M 1s 2024-08-22T20:35:54.9025532Z 473250K .......... .......... .......... .......... .......... 76% 274M 1s 2024-08-22T20:35:54.9027730Z 473300K .......... .......... .......... .......... .......... 76% 271M 1s 2024-08-22T20:35:54.9029767Z 473350K .......... .......... .......... .......... .......... 76% 204M 1s 2024-08-22T20:35:54.9031496Z 473400K .......... .......... .......... .......... .......... 76% 287M 1s 2024-08-22T20:35:54.9033473Z 473450K .......... .......... .......... .......... .......... 76% 238M 1s 2024-08-22T20:35:54.9035218Z 473500K .......... .......... .......... .......... .......... 76% 281M 1s 2024-08-22T20:35:54.9037077Z 473550K .......... .......... .......... .......... .......... 76% 265M 1s 2024-08-22T20:35:54.9038961Z 473600K .......... .......... .......... .......... .......... 76% 269M 1s 2024-08-22T20:35:54.9041004Z 473650K .......... .......... .......... .......... .......... 76% 235M 1s 2024-08-22T20:35:54.9042666Z 473700K .......... .......... .......... .......... .......... 76% 293M 1s 2024-08-22T20:35:54.9044511Z 473750K .......... .......... .......... .......... .......... 76% 294M 1s 2024-08-22T20:35:54.9046517Z 473800K .......... .......... .......... .......... .......... 76% 293M 1s 2024-08-22T20:35:54.9048069Z 473850K .......... .......... .......... .......... .......... 76% 234M 1s 2024-08-22T20:35:54.9049763Z 473900K .......... .......... .......... .......... .......... 76% 291M 1s 2024-08-22T20:35:54.9051964Z 473950K .......... .......... .......... .......... .......... 76% 235M 1s 2024-08-22T20:35:54.9053561Z 474000K .......... .......... .......... .......... .......... 76% 285M 1s 2024-08-22T20:35:54.9055619Z 474050K .......... .......... .......... .......... .......... 76% 281M 1s 2024-08-22T20:35:54.9057485Z 474100K .......... .......... .......... .......... .......... 76% 219M 1s 2024-08-22T20:35:54.9059438Z 474150K .......... .......... .......... .......... .......... 76% 250M 1s 2024-08-22T20:35:54.9061199Z 474200K .......... .......... .......... .......... .......... 76% 286M 1s 2024-08-22T20:35:54.9063131Z 474250K .......... .......... .......... .......... .......... 76% 248M 1s 2024-08-22T20:35:54.9064851Z 474300K .......... .......... .......... .......... .......... 76% 284M 1s 2024-08-22T20:35:54.9066540Z 474350K .......... .......... .......... .......... .......... 76% 292M 1s 2024-08-22T20:35:54.9068988Z 474400K .......... .......... .......... .......... .......... 76% 205M 1s 2024-08-22T20:35:54.9070761Z 474450K .......... .......... .......... .......... .......... 76% 262M 1s 2024-08-22T20:35:54.9072862Z 474500K .......... .......... .......... .......... .......... 76% 232M 1s 2024-08-22T20:35:54.9074428Z 474550K .......... .......... .......... .......... .......... 76% 301M 1s 2024-08-22T20:35:54.9076334Z 474600K .......... .......... .......... .......... .......... 76% 262M 1s 2024-08-22T20:35:54.9077891Z 474650K .......... .......... .......... .......... .......... 76% 313M 1s 2024-08-22T20:35:54.9079489Z 474700K .......... .......... .......... .......... .......... 76% 306M 1s 2024-08-22T20:35:54.9081180Z 474750K .......... .......... .......... .......... .......... 76% 290M 1s 2024-08-22T20:35:54.9082771Z 474800K .......... .......... .......... .......... .......... 76% 305M 1s 2024-08-22T20:35:54.9084500Z 474850K .......... .......... .......... .......... .......... 76% 283M 1s 2024-08-22T20:35:54.9086533Z 474900K .......... .......... .......... .......... .......... 76% 247M 1s 2024-08-22T20:35:54.9088455Z 474950K .......... .......... .......... .......... .......... 76% 271M 1s 2024-08-22T20:35:54.9090036Z 475000K .......... .......... .......... .......... .......... 76% 280M 1s 2024-08-22T20:35:54.9091613Z 475050K .......... .......... .......... .......... .......... 76% 305M 1s 2024-08-22T20:35:54.9093247Z 475100K .......... .......... .......... .......... .......... 76% 303M 1s 2024-08-22T20:35:54.9095136Z 475150K .......... .......... .......... .......... .......... 76% 258M 1s 2024-08-22T20:35:54.9096902Z 475200K .......... .......... .......... .......... .......... 76% 323M 1s 2024-08-22T20:35:54.9098440Z 475250K .......... .......... .......... .......... .......... 76% 273M 1s 2024-08-22T20:35:54.9100228Z 475300K .......... .......... .......... .......... .......... 76% 278M 1s 2024-08-22T20:35:54.9101908Z 475350K .......... .......... .......... .......... .......... 76% 286M 1s 2024-08-22T20:35:54.9103800Z 475400K .......... .......... .......... .......... .......... 76% 257M 1s 2024-08-22T20:35:54.9105607Z 475450K .......... .......... .......... .......... .......... 76% 274M 1s 2024-08-22T20:35:54.9107482Z 475500K .......... .......... .......... .......... .......... 76% 265M 1s 2024-08-22T20:35:54.9109251Z 475550K .......... .......... .......... .......... .......... 76% 270M 1s 2024-08-22T20:35:54.9111293Z 475600K .......... .......... .......... .......... .......... 76% 238M 1s 2024-08-22T20:35:54.9113080Z 475650K .......... .......... .......... .......... .......... 76% 272M 1s 2024-08-22T20:35:54.9115237Z 475700K .......... .......... .......... .......... .......... 76% 280M 1s 2024-08-22T20:35:54.9117004Z 475750K .......... .......... .......... .......... .......... 76% 243M 1s 2024-08-22T20:35:54.9118531Z 475800K .......... .......... .......... .......... .......... 76% 292M 1s 2024-08-22T20:35:54.9120428Z 475850K .......... .......... .......... .......... .......... 76% 259M 1s 2024-08-22T20:35:54.9122395Z 475900K .......... .......... .......... .......... .......... 76% 264M 1s 2024-08-22T20:35:54.9124239Z 475950K .......... .......... .......... .......... .......... 76% 279M 1s 2024-08-22T20:35:54.9125792Z 476000K .......... .......... .......... .......... .......... 76% 269M 1s 2024-08-22T20:35:54.9127591Z 476050K .......... .......... .......... .......... .......... 76% 274M 1s 2024-08-22T20:35:54.9129595Z 476100K .......... .......... .......... .......... .......... 76% 249M 1s 2024-08-22T20:35:54.9131265Z 476150K .......... .......... .......... .......... .......... 76% 286M 1s 2024-08-22T20:35:54.9133350Z 476200K .......... .......... .......... .......... .......... 76% 276M 1s 2024-08-22T20:35:54.9134994Z 476250K .......... .......... .......... .......... .......... 76% 248M 1s 2024-08-22T20:35:54.9136665Z 476300K .......... .......... .......... .......... .......... 76% 292M 1s 2024-08-22T20:35:54.9138689Z 476350K .......... .......... .......... .......... .......... 76% 240M 1s 2024-08-22T20:35:54.9140482Z 476400K .......... .......... .......... .......... .......... 76% 277M 1s 2024-08-22T20:35:54.9142407Z 476450K .......... .......... .......... .......... .......... 76% 287M 1s 2024-08-22T20:35:54.9143946Z 476500K .......... .......... .......... .......... .......... 76% 279M 1s 2024-08-22T20:35:54.9145731Z 476550K .......... .......... .......... .......... .......... 76% 273M 1s 2024-08-22T20:35:54.9148006Z 476600K .......... .......... .......... .......... .......... 76% 229M 1s 2024-08-22T20:35:54.9149661Z 476650K .......... .......... .......... .......... .......... 76% 268M 1s 2024-08-22T20:35:54.9151349Z 476700K .......... .......... .......... .......... .......... 76% 297M 1s 2024-08-22T20:35:54.9153071Z 476750K .......... .......... .......... .......... .......... 76% 275M 1s 2024-08-22T20:35:54.9154791Z 476800K .......... .......... .......... .......... .......... 76% 288M 1s 2024-08-22T20:35:54.9156826Z 476850K .......... .......... .......... .......... .......... 76% 236M 1s 2024-08-22T20:35:54.9158699Z 476900K .......... .......... .......... .......... .......... 76% 288M 1s 2024-08-22T20:35:54.9160196Z 476950K .......... .......... .......... .......... .......... 76% 297M 1s 2024-08-22T20:35:54.9162081Z 477000K .......... .......... .......... .......... .......... 76% 254M 1s 2024-08-22T20:35:54.9163829Z 477050K .......... .......... .......... .......... .......... 76% 285M 1s 2024-08-22T20:35:54.9165508Z 477100K .......... .......... .......... .......... .......... 76% 285M 1s 2024-08-22T20:35:54.9167624Z 477150K .......... .......... .......... .......... .......... 76% 282M 1s 2024-08-22T20:35:54.9169323Z 477200K .......... .......... .......... .......... .......... 76% 236M 1s 2024-08-22T20:35:54.9171262Z 477250K .......... .......... .......... .......... .......... 76% 250M 1s 2024-08-22T20:35:54.9172979Z 477300K .......... .......... .......... .......... .......... 76% 291M 1s 2024-08-22T20:35:54.9174735Z 477350K .......... .......... .......... .......... .......... 76% 274M 1s 2024-08-22T20:35:54.9176770Z 477400K .......... .......... .......... .......... .......... 76% 240M 1s 2024-08-22T20:35:54.9178570Z 477450K .......... .......... .......... .......... .......... 76% 280M 1s 2024-08-22T20:35:54.9180307Z 477500K .......... .......... .......... .......... .......... 76% 275M 1s 2024-08-22T20:35:54.9182227Z 477550K .......... .......... .......... .......... .......... 76% 245M 1s 2024-08-22T20:35:54.9184142Z 477600K .......... .......... .......... .......... .......... 76% 263M 1s 2024-08-22T20:35:54.9186056Z 477650K .......... .......... .......... .......... .......... 76% 280M 1s 2024-08-22T20:35:54.9187950Z 477700K .......... .......... .......... .......... .......... 76% 273M 1s 2024-08-22T20:35:54.9189806Z 477750K .......... .......... .......... .......... .......... 76% 232M 1s 2024-08-22T20:35:54.9191585Z 477800K .......... .......... .......... .......... .......... 76% 272M 1s 2024-08-22T20:35:54.9193741Z 477850K .......... .......... .......... .......... .......... 76% 245M 1s 2024-08-22T20:35:54.9195456Z 477900K .......... .......... .......... .......... .......... 76% 264M 1s 2024-08-22T20:35:54.9197189Z 477950K .......... .......... .......... .......... .......... 76% 279M 1s 2024-08-22T20:35:54.9199271Z 478000K .......... .......... .......... .......... .......... 76% 287M 1s 2024-08-22T20:35:54.9200956Z 478050K .......... .......... .......... .......... .......... 76% 239M 1s 2024-08-22T20:35:54.9202779Z 478100K .......... .......... .......... .......... .......... 76% 271M 1s 2024-08-22T20:35:54.9204555Z 478150K .......... .......... .......... .......... .......... 76% 286M 1s 2024-08-22T20:35:54.9206415Z 478200K .......... .......... .......... .......... .......... 76% 276M 1s 2024-08-22T20:35:54.9208091Z 478250K .......... .......... .......... .......... .......... 76% 258M 1s 2024-08-22T20:35:54.9209962Z 478300K .......... .......... .......... .......... .......... 76% 263M 1s 2024-08-22T20:35:54.9212089Z 478350K .......... .......... .......... .......... .......... 76% 232M 1s 2024-08-22T20:35:54.9214189Z 478400K .......... .......... .......... .......... .......... 76% 265M 1s 2024-08-22T20:35:54.9215799Z 478450K .......... .......... .......... .......... .......... 76% 257M 1s 2024-08-22T20:35:54.9217456Z 478500K .......... .......... .......... .......... .......... 76% 296M 1s 2024-08-22T20:35:54.9219607Z 478550K .......... .......... .......... .......... .......... 76% 227M 1s 2024-08-22T20:35:54.9221610Z 478600K .......... .......... .......... .......... .......... 76% 260M 1s 2024-08-22T20:35:54.9223603Z 478650K .......... .......... .......... .......... .......... 76% 271M 1s 2024-08-22T20:35:54.9225265Z 478700K .......... .......... .......... .......... .......... 76% 241M 1s 2024-08-22T20:35:54.9227114Z 478750K .......... .......... .......... .......... .......... 77% 272M 1s 2024-08-22T20:35:54.9229254Z 478800K .......... .......... .......... .......... .......... 77% 227M 1s 2024-08-22T20:35:54.9230992Z 478850K .......... .......... .......... .......... .......... 77% 288M 1s 2024-08-22T20:35:54.9232914Z 478900K .......... .......... .......... .......... .......... 77% 298M 1s 2024-08-22T20:35:54.9234532Z 478950K .......... .......... .......... .......... .......... 77% 250M 1s 2024-08-22T20:35:54.9236450Z 479000K .......... .......... .......... .......... .......... 77% 262M 1s 2024-08-22T20:35:54.9238498Z 479050K .......... .......... .......... .......... .......... 77% 234M 1s 2024-08-22T20:35:54.9240269Z 479100K .......... .......... .......... .......... .......... 77% 281M 1s 2024-08-22T20:35:54.9242305Z 479150K .......... .......... .......... .......... .......... 77% 268M 1s 2024-08-22T20:35:54.9243974Z 479200K .......... .......... .......... .......... .......... 77% 250M 1s 2024-08-22T20:35:54.9245650Z 479250K .......... .......... .......... .......... .......... 77% 302M 1s 2024-08-22T20:35:54.9247746Z 479300K .......... .......... .......... .......... .......... 77% 230M 1s 2024-08-22T20:35:54.9249415Z 479350K .......... .......... .......... .......... .......... 77% 296M 1s 2024-08-22T20:35:54.9251451Z 479400K .......... .......... .......... .......... .......... 77% 284M 1s 2024-08-22T20:35:54.9253124Z 479450K .......... .......... .......... .......... .......... 77% 242M 1s 2024-08-22T20:35:54.9254965Z 479500K .......... .......... .......... .......... .......... 77% 267M 1s 2024-08-22T20:35:54.9257060Z 479550K .......... .......... .......... .......... .......... 77% 234M 1s 2024-08-22T20:35:54.9259002Z 479600K .......... .......... .......... .......... .......... 77% 278M 1s 2024-08-22T20:35:54.9261037Z 479650K .......... .......... .......... .......... .......... 77% 277M 1s 2024-08-22T20:35:54.9262655Z 479700K .......... .......... .......... .......... .......... 77% 234M 1s 2024-08-22T20:35:54.9264492Z 479750K .......... .......... .......... .......... .......... 77% 273M 1s 2024-08-22T20:35:54.9266668Z 479800K .......... .......... .......... .......... .......... 77% 239M 1s 2024-08-22T20:35:54.9268284Z 479850K .......... .......... .......... .......... .......... 77% 295M 1s 2024-08-22T20:35:54.9270354Z 479900K .......... .......... .......... .......... .......... 77% 225M 1s 2024-08-22T20:35:54.9272117Z 479950K .......... .......... .......... .......... .......... 77% 273M 1s 2024-08-22T20:35:54.9273985Z 480000K .......... .......... .......... .......... .......... 77% 280M 1s 2024-08-22T20:35:54.9275920Z 480050K .......... .......... .......... .......... .......... 77% 237M 1s 2024-08-22T20:35:54.9277708Z 480100K .......... .......... .......... .......... .......... 77% 276M 1s 2024-08-22T20:35:54.9279672Z 480150K .......... .......... .......... .......... .......... 77% 247M 1s 2024-08-22T20:35:54.9281639Z 480200K .......... .......... .......... .......... .......... 77% 272M 1s 2024-08-22T20:35:54.9283480Z 480250K .......... .......... .......... .......... .......... 77% 241M 1s 2024-08-22T20:35:54.9285457Z 480300K .......... .......... .......... .......... .......... 77% 247M 1s 2024-08-22T20:35:54.9287221Z 480350K .......... .......... .......... .......... .......... 77% 279M 1s 2024-08-22T20:35:54.9288896Z 480400K .......... .......... .......... .......... .......... 77% 289M 1s 2024-08-22T20:35:54.9290972Z 480450K .......... .......... .......... .......... .......... 77% 264M 1s 2024-08-22T20:35:54.9292648Z 480500K .......... .......... .......... .......... .......... 77% 257M 1s 2024-08-22T20:35:54.9294646Z 480550K .......... .......... .......... .......... .......... 77% 295M 1s 2024-08-22T20:35:54.9296388Z 480600K .......... .......... .......... .......... .......... 77% 238M 1s 2024-08-22T20:35:54.9298300Z 480650K .......... .......... .......... .......... .......... 77% 251M 1s 2024-08-22T20:35:54.9300310Z 480700K .......... .......... .......... .......... .......... 77% 248M 1s 2024-08-22T20:35:54.9302052Z 480750K .......... .......... .......... .......... .......... 77% 284M 1s 2024-08-22T20:35:54.9304270Z 480800K .......... .......... .......... .......... .......... 77% 232M 1s 2024-08-22T20:35:54.9305829Z 480850K .......... .......... .......... .......... .......... 77% 289M 1s 2024-08-22T20:35:54.9308054Z 480900K .......... .......... .......... .......... .......... 77% 234M 1s 2024-08-22T20:35:54.9309829Z 480950K .......... .......... .......... .......... .......... 77% 249M 1s 2024-08-22T20:35:54.9311654Z 481000K .......... .......... .......... .......... .......... 77% 275M 1s 2024-08-22T20:35:54.9313617Z 481050K .......... .......... .......... .......... .......... 77% 247M 1s 2024-08-22T20:35:54.9315286Z 481100K .......... .......... .......... .......... .......... 77% 294M 1s 2024-08-22T20:35:54.9317263Z 481150K .......... .......... .......... .......... .......... 77% 242M 1s 2024-08-22T20:35:54.9319155Z 481200K .......... .......... .......... .......... .......... 77% 266M 1s 2024-08-22T20:35:54.9320910Z 481250K .......... .......... .......... .......... .......... 77% 279M 1s 2024-08-22T20:35:54.9323054Z 481300K .......... .......... .......... .......... .......... 77% 224M 1s 2024-08-22T20:35:54.9324729Z 481350K .......... .......... .......... .......... .......... 77% 292M 1s 2024-08-22T20:35:54.9326689Z 481400K .......... .......... .......... .......... .......... 77% 247M 1s 2024-08-22T20:35:54.9328493Z 481450K .......... .......... .......... .......... .......... 77% 273M 1s 2024-08-22T20:35:54.9330199Z 481500K .......... .......... .......... .......... .......... 77% 286M 1s 2024-08-22T20:35:54.9332531Z 481550K .......... .......... .......... .......... .......... 77% 270M 1s 2024-08-22T20:35:54.9334146Z 481600K .......... .......... .......... .......... .......... 77% 243M 1s 2024-08-22T20:35:54.9335747Z 481650K .......... .......... .......... .......... .......... 77% 280M 1s 2024-08-22T20:35:54.9337656Z 481700K .......... .......... .......... .......... .......... 77% 257M 1s 2024-08-22T20:35:54.9339885Z 481750K .......... .......... .......... .......... .......... 77% 272M 1s 2024-08-22T20:35:54.9341475Z 481800K .......... .......... .......... .......... .......... 77% 244M 1s 2024-08-22T20:35:54.9343314Z 481850K .......... .......... .......... .......... .......... 77% 264M 1s 2024-08-22T20:35:54.9345035Z 481900K .......... .......... .......... .......... .......... 77% 280M 1s 2024-08-22T20:35:54.9347104Z 481950K .......... .......... .......... .......... .......... 77% 282M 1s 2024-08-22T20:35:54.9348892Z 482000K .......... .......... .......... .......... .......... 77% 232M 1s 2024-08-22T20:35:54.9350633Z 482050K .......... .......... .......... .......... .......... 77% 279M 1s 2024-08-22T20:35:54.9352276Z 482100K .......... .......... .......... .......... .......... 77% 298M 1s 2024-08-22T20:35:54.9354173Z 482150K .......... .......... .......... .......... .......... 77% 292M 1s 2024-08-22T20:35:54.9355938Z 482200K .......... .......... .......... .......... .......... 77% 241M 1s 2024-08-22T20:35:54.9357669Z 482250K .......... .......... .......... .......... .......... 77% 283M 1s 2024-08-22T20:35:54.9359623Z 482300K .......... .......... .......... .......... .......... 77% 251M 1s 2024-08-22T20:35:54.9361375Z 482350K .......... .......... .......... .......... .......... 77% 278M 1s 2024-08-22T20:35:54.9363057Z 482400K .......... .......... .......... .......... .......... 77% 295M 1s 2024-08-22T20:35:54.9364869Z 482450K .......... .......... .......... .......... .......... 77% 263M 1s 2024-08-22T20:35:54.9366647Z 482500K .......... .......... .......... .......... .......... 77% 282M 1s 2024-08-22T20:35:54.9368468Z 482550K .......... .......... .......... .......... .......... 77% 268M 1s 2024-08-22T20:35:54.9370258Z 482600K .......... .......... .......... .......... .......... 77% 270M 1s 2024-08-22T20:35:54.9372114Z 482650K .......... .......... .......... .......... .......... 77% 262M 1s 2024-08-22T20:35:54.9373894Z 482700K .......... .......... .......... .......... .......... 77% 277M 1s 2024-08-22T20:35:54.9375679Z 482750K .......... .......... .......... .......... .......... 77% 295M 1s 2024-08-22T20:35:54.9377715Z 482800K .......... .......... .......... .......... .......... 77% 227M 1s 2024-08-22T20:35:54.9379541Z 482850K .......... .......... .......... .......... .......... 77% 272M 1s 2024-08-22T20:35:54.9381685Z 482900K .......... .......... .......... .......... .......... 77% 251M 1s 2024-08-22T20:35:54.9383406Z 482950K .......... .......... .......... .......... .......... 77% 248M 1s 2024-08-22T20:35:54.9385223Z 483000K .......... .......... .......... .......... .......... 77% 271M 1s 2024-08-22T20:35:54.9386945Z 483050K .......... .......... .......... .......... .......... 77% 282M 1s 2024-08-22T20:35:54.9389179Z 483100K .......... .......... .......... .......... .......... 77% 217M 1s 2024-08-22T20:35:54.9390890Z 483150K .......... .......... .......... .......... .......... 77% 287M 1s 2024-08-22T20:35:54.9392731Z 483200K .......... .......... .......... .......... .......... 77% 265M 1s 2024-08-22T20:35:54.9394571Z 483250K .......... .......... .......... .......... .......... 77% 288M 1s 2024-08-22T20:35:54.9396275Z 483300K .......... .......... .......... .......... .......... 77% 270M 1s 2024-08-22T20:35:54.9398199Z 483350K .......... .......... .......... .......... .......... 77% 253M 1s 2024-08-22T20:35:54.9399995Z 483400K .......... .......... .......... .......... .......... 77% 271M 1s 2024-08-22T20:35:54.9402110Z 483450K .......... .......... .......... .......... .......... 77% 232M 1s 2024-08-22T20:35:54.9403982Z 483500K .......... .......... .......... .......... .......... 77% 284M 1s 2024-08-22T20:35:54.9405783Z 483550K .......... .......... .......... .......... .......... 77% 285M 1s 2024-08-22T20:35:54.9407524Z 483600K .......... .......... .......... .......... .......... 77% 242M 1s 2024-08-22T20:35:54.9409515Z 483650K .......... .......... .......... .......... .......... 77% 299M 1s 2024-08-22T20:35:54.9411370Z 483700K .......... .......... .......... .......... .......... 77% 237M 1s 2024-08-22T20:35:54.9413085Z 483750K .......... .......... .......... .......... .......... 77% 268M 1s 2024-08-22T20:35:54.9414884Z 483800K .......... .......... .......... .......... .......... 77% 268M 1s 2024-08-22T20:35:54.9416742Z 483850K .......... .......... .......... .......... .......... 77% 259M 1s 2024-08-22T20:35:54.9418697Z 483900K .......... .......... .......... .......... .......... 77% 262M 1s 2024-08-22T20:35:54.9420858Z 483950K .......... .......... .......... .......... .......... 77% 264M 1s 2024-08-22T20:35:54.9422317Z 484000K .......... .......... .......... .......... .......... 77% 267M 1s 2024-08-22T20:35:54.9424388Z 484050K .......... .......... .......... .......... .......... 77% 233M 1s 2024-08-22T20:35:54.9426207Z 484100K .......... .......... .......... .......... .......... 77% 271M 1s 2024-08-22T20:35:54.9428254Z 484150K .......... .......... .......... .......... .......... 77% 260M 1s 2024-08-22T20:35:54.9430161Z 484200K .......... .......... .......... .......... .......... 77% 244M 1s 2024-08-22T20:35:54.9432698Z 484250K .......... .......... .......... .......... .......... 77% 260M 1s 2024-08-22T20:35:54.9434299Z 484300K .......... .......... .......... .......... .......... 77% 227M 1s 2024-08-22T20:35:54.9436034Z 484350K .......... .......... .......... .......... .......... 77% 271M 1s 2024-08-22T20:35:54.9437868Z 484400K .......... .......... .......... .......... .......... 77% 249M 1s 2024-08-22T20:35:54.9440308Z 484450K .......... .......... .......... .......... .......... 77% 250M 1s 2024-08-22T20:35:54.9441878Z 484500K .......... .......... .......... .......... .......... 77% 270M 1s 2024-08-22T20:35:54.9443653Z 484550K .......... .......... .......... .......... .......... 77% 260M 1s 2024-08-22T20:35:54.9445551Z 484600K .......... .......... .......... .......... .......... 77% 242M 1s 2024-08-22T20:35:54.9447241Z 484650K .......... .......... .......... .......... .......... 77% 289M 1s 2024-08-22T20:35:54.9448949Z 484700K .......... .......... .......... .......... .......... 77% 289M 1s 2024-08-22T20:35:54.9450735Z 484750K .......... .......... .......... .......... .......... 77% 267M 1s 2024-08-22T20:35:54.9452389Z 484800K .......... .......... .......... .......... .......... 77% 305M 1s 2024-08-22T20:35:54.9454515Z 484850K .......... .......... .......... .......... .......... 77% 274M 1s 2024-08-22T20:35:54.9456132Z 484900K .......... .......... .......... .......... .......... 77% 249M 1s 2024-08-22T20:35:54.9458068Z 484950K .......... .......... .......... .......... .......... 77% 249M 1s 2024-08-22T20:35:54.9459868Z 485000K .......... .......... .......... .......... .......... 78% 265M 1s 2024-08-22T20:35:54.9461593Z 485050K .......... .......... .......... .......... .......... 78% 282M 1s 2024-08-22T20:35:54.9463513Z 485100K .......... .......... .......... .......... .......... 78% 264M 1s 2024-08-22T20:35:54.9465309Z 485150K .......... .......... .......... .......... .......... 78% 271M 1s 2024-08-22T20:35:54.9467401Z 485200K .......... .......... .......... .......... .......... 78% 253M 1s 2024-08-22T20:35:54.9469249Z 485250K .......... .......... .......... .......... .......... 78% 229M 1s 2024-08-22T20:35:54.9471454Z 485300K .......... .......... .......... .......... .......... 78% 281M 1s 2024-08-22T20:35:54.9473236Z 485350K .......... .......... .......... .......... .......... 78% 221M 1s 2024-08-22T20:35:54.9475085Z 485400K .......... .......... .......... .......... .......... 78% 269M 1s 2024-08-22T20:35:54.9477249Z 485450K .......... .......... .......... .......... .......... 78% 245M 1s 2024-08-22T20:35:54.9478861Z 485500K .......... .......... .......... .......... .......... 78% 282M 1s 2024-08-22T20:35:54.9480617Z 485550K .......... .......... .......... .......... .......... 78% 268M 1s 2024-08-22T20:35:54.9482455Z 485600K .......... .......... .......... .......... .......... 78% 270M 1s 2024-08-22T20:35:54.9484646Z 485650K .......... .......... .......... .......... .......... 78% 223M 1s 2024-08-22T20:35:54.9486352Z 485700K .......... .......... .......... .......... .......... 78% 283M 1s 2024-08-22T20:35:54.9487999Z 485750K .......... .......... .......... .......... .......... 78% 296M 1s 2024-08-22T20:35:54.9489753Z 485800K .......... .......... .......... .......... .......... 78% 277M 1s 2024-08-22T20:35:54.9491640Z 485850K .......... .......... .......... .......... .......... 78% 257M 1s 2024-08-22T20:35:54.9493301Z 485900K .......... .......... .......... .......... .......... 78% 292M 1s 2024-08-22T20:35:54.9495090Z 485950K .......... .......... .......... .......... .......... 78% 278M 1s 2024-08-22T20:35:54.9496826Z 486000K .......... .......... .......... .......... .......... 78% 282M 1s 2024-08-22T20:35:54.9498951Z 486050K .......... .......... .......... .......... .......... 78% 228M 1s 2024-08-22T20:35:54.9500811Z 486100K .......... .......... .......... .......... .......... 78% 262M 1s 2024-08-22T20:35:54.9502543Z 486150K .......... .......... .......... .......... .......... 78% 283M 1s 2024-08-22T20:35:54.9504171Z 486200K .......... .......... .......... .......... .......... 78% 300M 1s 2024-08-22T20:35:54.9506205Z 486250K .......... .......... .......... .......... .......... 78% 238M 1s 2024-08-22T20:35:54.9507986Z 486300K .......... .......... .......... .......... .......... 78% 294M 1s 2024-08-22T20:35:54.9509776Z 486350K .......... .......... .......... .......... .......... 78% 261M 1s 2024-08-22T20:35:54.9511738Z 486400K .......... .......... .......... .......... .......... 78% 244M 1s 2024-08-22T20:35:54.9513455Z 486450K .......... .......... .......... .......... .......... 78% 291M 1s 2024-08-22T20:35:54.9515287Z 486500K .......... .......... .......... .......... .......... 78% 266M 1s 2024-08-22T20:35:54.9517183Z 486550K .......... .......... .......... .......... .......... 78% 251M 1s 2024-08-22T20:35:54.9518846Z 486600K .......... .......... .......... .......... .......... 78% 301M 1s 2024-08-22T20:35:54.9520928Z 486650K .......... .......... .......... .......... .......... 78% 234M 1s 2024-08-22T20:35:54.9522735Z 486700K .......... .......... .......... .......... .......... 78% 269M 1s 2024-08-22T20:35:54.9524553Z 486750K .......... .......... .......... .......... .......... 78% 268M 1s 2024-08-22T20:35:54.9526748Z 486800K .......... .......... .......... .......... .......... 78% 266M 1s 2024-08-22T20:35:54.9528459Z 486850K .......... .......... .......... .......... .......... 78% 245M 0s 2024-08-22T20:35:54.9530289Z 486900K .......... .......... .......... .......... .......... 78% 259M 0s 2024-08-22T20:35:54.9531922Z 486950K .......... .......... .......... .......... .......... 78% 293M 0s 2024-08-22T20:35:54.9533592Z 487000K .......... .......... .......... .......... .......... 78% 296M 0s 2024-08-22T20:35:54.9535546Z 487050K .......... .......... .......... .......... .......... 78% 279M 0s 2024-08-22T20:35:54.9537381Z 487100K .......... .......... .......... .......... .......... 78% 240M 0s 2024-08-22T20:35:54.9539403Z 487150K .......... .......... .......... .......... .......... 78% 239M 0s 2024-08-22T20:35:54.9541185Z 487200K .......... .......... .......... .......... .......... 78% 274M 0s 2024-08-22T20:35:54.9543162Z 487250K .......... .......... .......... .......... .......... 78% 261M 0s 2024-08-22T20:35:54.9545068Z 487300K .......... .......... .......... .......... .......... 78% 272M 0s 2024-08-22T20:35:54.9546810Z 487350K .......... .......... .......... .......... .......... 78% 257M 0s 2024-08-22T20:35:54.9548983Z 487400K .......... .......... .......... .......... .......... 78% 235M 0s 2024-08-22T20:35:54.9550678Z 487450K .......... .......... .......... .......... .......... 78% 276M 0s 2024-08-22T20:35:54.9552345Z 487500K .......... .......... .......... .......... .......... 78% 281M 0s 2024-08-22T20:35:54.9554366Z 487550K .......... .......... .......... .......... .......... 78% 280M 0s 2024-08-22T20:35:54.9556154Z 487600K .......... .......... .......... .......... .......... 78% 238M 0s 2024-08-22T20:35:54.9558185Z 487650K .......... .......... .......... .......... .......... 78% 239M 0s 2024-08-22T20:35:54.9560029Z 487700K .......... .......... .......... .......... .......... 78% 281M 0s 2024-08-22T20:35:54.9561792Z 487750K .......... .......... .......... .......... .......... 78% 274M 0s 2024-08-22T20:35:54.9563728Z 487800K .......... .......... .......... .......... .......... 78% 274M 0s 2024-08-22T20:35:54.9565245Z 487850K .......... .......... .......... .......... .......... 78% 277M 0s 2024-08-22T20:35:54.9567389Z 487900K .......... .......... .......... .......... .......... 78% 227M 0s 2024-08-22T20:35:54.9569158Z 487950K .......... .......... .......... .......... .......... 78% 277M 0s 2024-08-22T20:35:54.9571116Z 488000K .......... .......... .......... .......... .......... 78% 283M 0s 2024-08-22T20:35:54.9572944Z 488050K .......... .......... .......... .......... .......... 78% 235M 0s 2024-08-22T20:35:54.9574740Z 488100K .......... .......... .......... .......... .......... 78% 275M 0s 2024-08-22T20:35:54.9576783Z 488150K .......... .......... .......... .......... .......... 78% 237M 0s 2024-08-22T20:35:54.9578543Z 488200K .......... .......... .......... .......... .......... 78% 280M 0s 2024-08-22T20:35:54.9580332Z 488250K .......... .......... .......... .......... .......... 78% 275M 0s 2024-08-22T20:35:54.9582202Z 488300K .......... .......... .......... .......... .......... 78% 258M 0s 2024-08-22T20:35:54.9583881Z 488350K .......... .......... .......... .......... .......... 78% 289M 0s 2024-08-22T20:35:54.9585916Z 488400K .......... .......... .......... .......... .......... 78% 248M 0s 2024-08-22T20:35:54.9587614Z 488450K .......... .......... .......... .......... .......... 78% 280M 0s 2024-08-22T20:35:54.9589512Z 488500K .......... .......... .......... .......... .......... 78% 261M 0s 2024-08-22T20:35:54.9591521Z 488550K .......... .......... .......... .......... .......... 78% 273M 0s 2024-08-22T20:35:54.9593291Z 488600K .......... .......... .......... .......... .......... 78% 246M 0s 2024-08-22T20:35:54.9595510Z 488650K .......... .......... .......... .......... .......... 78% 253M 0s 2024-08-22T20:35:54.9597298Z 488700K .......... .......... .......... .......... .......... 78% 233M 0s 2024-08-22T20:35:54.9599096Z 488750K .......... .......... .......... .......... .......... 78% 268M 0s 2024-08-22T20:35:54.9600985Z 488800K .......... .......... .......... .......... .......... 78% 279M 0s 2024-08-22T20:35:54.9602925Z 488850K .......... .......... .......... .......... .......... 78% 279M 0s 2024-08-22T20:35:54.9604761Z 488900K .......... .......... .......... .......... .......... 78% 271M 0s 2024-08-22T20:35:54.9606501Z 488950K .......... .......... .......... .......... .......... 78% 233M 0s 2024-08-22T20:35:54.9608228Z 489000K .......... .......... .......... .......... .......... 78% 285M 0s 2024-08-22T20:35:54.9610205Z 489050K .......... .......... .......... .......... .......... 78% 249M 0s 2024-08-22T20:35:54.9612088Z 489100K .......... .......... .......... .......... .......... 78% 265M 0s 2024-08-22T20:35:54.9613864Z 489150K .......... .......... .......... .......... .......... 78% 282M 0s 2024-08-22T20:35:54.9615968Z 489200K .......... .......... .......... .......... .......... 78% 254M 0s 2024-08-22T20:35:54.9617676Z 489250K .......... .......... .......... .......... .......... 78% 243M 0s 2024-08-22T20:35:54.9619702Z 489300K .......... .......... .......... .......... .......... 78% 242M 0s 2024-08-22T20:35:54.9621606Z 489350K .......... .......... .......... .......... .......... 78% 282M 0s 2024-08-22T20:35:54.9623323Z 489400K .......... .......... .......... .......... .......... 78% 300M 0s 2024-08-22T20:35:54.9624890Z 489450K .......... .......... .......... .......... .......... 78% 268M 0s 2024-08-22T20:35:54.9626714Z 489500K .......... .......... .......... .......... .......... 78% 274M 0s 2024-08-22T20:35:54.9628989Z 489550K .......... .......... .......... .......... .......... 78% 213M 0s 2024-08-22T20:35:54.9630786Z 489600K .......... .......... .......... .......... .......... 78% 273M 0s 2024-08-22T20:35:54.9632902Z 489650K .......... .......... .......... .......... .......... 78% 271M 0s 2024-08-22T20:35:54.9634618Z 489700K .......... .......... .......... .......... .......... 78% 235M 0s 2024-08-22T20:35:54.9636479Z 489750K .......... .......... .......... .......... .......... 78% 265M 0s 2024-08-22T20:35:54.9638167Z 489800K .......... .......... .......... .......... .......... 78% 289M 0s 2024-08-22T20:35:54.9640147Z 489850K .......... .......... .......... .......... .......... 78% 245M 0s 2024-08-22T20:35:54.9641822Z 489900K .......... .......... .......... .......... .......... 78% 298M 0s 2024-08-22T20:35:54.9643749Z 489950K .......... .......... .......... .......... .......... 78% 266M 0s 2024-08-22T20:35:54.9645872Z 490000K .......... .......... .......... .......... .......... 78% 223M 0s 2024-08-22T20:35:54.9647555Z 490050K .......... .......... .......... .......... .......... 78% 279M 0s 2024-08-22T20:35:54.9649404Z 490100K .......... .......... .......... .......... .......... 78% 266M 0s 2024-08-22T20:35:54.9651103Z 490150K .......... .......... .......... .......... .......... 78% 289M 0s 2024-08-22T20:35:54.9653211Z 490200K .......... .......... .......... .......... .......... 78% 230M 0s 2024-08-22T20:35:54.9655085Z 490250K .......... .......... .......... .......... .......... 78% 268M 0s 2024-08-22T20:35:54.9656935Z 490300K .......... .......... .......... .......... .......... 78% 259M 0s 2024-08-22T20:35:54.9658761Z 490350K .......... .......... .......... .......... .......... 78% 282M 0s 2024-08-22T20:35:54.9660514Z 490400K .......... .......... .......... .......... .......... 78% 263M 0s 2024-08-22T20:35:54.9662544Z 490450K .......... .......... .......... .......... .......... 78% 241M 0s 2024-08-22T20:35:54.9664450Z 490500K .......... .......... .......... .......... .......... 78% 260M 0s 2024-08-22T20:35:54.9666316Z 490550K .......... .......... .......... .......... .......... 78% 263M 0s 2024-08-22T20:35:54.9668542Z 490600K .......... .......... .......... .......... .......... 78% 237M 0s 2024-08-22T20:35:54.9670452Z 490650K .......... .......... .......... .......... .......... 78% 242M 0s 2024-08-22T20:35:54.9672450Z 490700K .......... .......... .......... .......... .......... 78% 276M 0s 2024-08-22T20:35:54.9674242Z 490750K .......... .......... .......... .......... .......... 78% 231M 0s 2024-08-22T20:35:54.9675981Z 490800K .......... .......... .......... .......... .......... 78% 283M 0s 2024-08-22T20:35:54.9678002Z 490850K .......... .......... .......... .......... .......... 78% 240M 0s 2024-08-22T20:35:54.9679804Z 490900K .......... .......... .......... .......... .......... 78% 275M 0s 2024-08-22T20:35:54.9681853Z 490950K .......... .......... .......... .......... .......... 78% 276M 0s 2024-08-22T20:35:54.9683508Z 491000K .......... .......... .......... .......... .......... 78% 252M 0s 2024-08-22T20:35:54.9685149Z 491050K .......... .......... .......... .......... .......... 78% 294M 0s 2024-08-22T20:35:54.9687079Z 491100K .......... .......... .......... .......... .......... 78% 260M 0s 2024-08-22T20:35:54.9688816Z 491150K .......... .......... .......... .......... .......... 78% 271M 0s 2024-08-22T20:35:54.9690845Z 491200K .......... .......... .......... .......... .......... 79% 275M 0s 2024-08-22T20:35:54.9692502Z 491250K .......... .......... .......... .......... .......... 79% 255M 0s 2024-08-22T20:35:54.9694565Z 491300K .......... .......... .......... .......... .......... 79% 260M 0s 2024-08-22T20:35:54.9696277Z 491350K .......... .......... .......... .......... .......... 79% 262M 0s 2024-08-22T20:35:54.9698033Z 491400K .......... .......... .......... .......... .......... 79% 277M 0s 2024-08-22T20:35:54.9700103Z 491450K .......... .......... .......... .......... .......... 79% 278M 0s 2024-08-22T20:35:54.9701798Z 491500K .......... .......... .......... .......... .......... 79% 243M 0s 2024-08-22T20:35:54.9703699Z 491550K .......... .......... .......... .......... .......... 79% 258M 0s 2024-08-22T20:35:54.9705747Z 491600K .......... .......... .......... .......... .......... 79% 242M 0s 2024-08-22T20:35:54.9707718Z 491650K .......... .......... .......... .......... .......... 79% 275M 0s 2024-08-22T20:35:54.9709562Z 491700K .......... .......... .......... .......... .......... 79% 237M 0s 2024-08-22T20:35:54.9711258Z 491750K .......... .......... .......... .......... .......... 79% 280M 0s 2024-08-22T20:35:54.9713248Z 491800K .......... .......... .......... .......... .......... 79% 248M 0s 2024-08-22T20:35:54.9714854Z 491850K .......... .......... .......... .......... .......... 79% 303M 0s 2024-08-22T20:35:54.9716801Z 491900K .......... .......... .......... .......... .......... 79% 299M 0s 2024-08-22T20:35:54.9718501Z 491950K .......... .......... .......... .......... .......... 79% 247M 0s 2024-08-22T20:35:54.9720240Z 492000K .......... .......... .......... .......... .......... 79% 276M 0s 2024-08-22T20:35:54.9722170Z 492050K .......... .......... .......... .......... .......... 79% 252M 0s 2024-08-22T20:35:54.9723937Z 492100K .......... .......... .......... .......... .......... 79% 297M 0s 2024-08-22T20:35:54.9725633Z 492150K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9727435Z 492200K .......... .......... .......... .......... .......... 79% 269M 0s 2024-08-22T20:35:54.9729509Z 492250K .......... .......... .......... .......... .......... 79% 259M 0s 2024-08-22T20:35:54.9731417Z 492300K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9733115Z 492350K .......... .......... .......... .......... .......... 79% 235M 0s 2024-08-22T20:35:54.9735050Z 492400K .......... .......... .......... .......... .......... 79% 280M 0s 2024-08-22T20:35:54.9736674Z 492450K .......... .......... .......... .......... .......... 79% 260M 0s 2024-08-22T20:35:54.9738523Z 492500K .......... .......... .......... .......... .......... 79% 282M 0s 2024-08-22T20:35:54.9740579Z 492550K .......... .......... .......... .......... .......... 79% 243M 0s 2024-08-22T20:35:54.9742240Z 492600K .......... .......... .......... .......... .......... 79% 291M 0s 2024-08-22T20:35:54.9743788Z 492650K .......... .......... .......... .......... .......... 79% 292M 0s 2024-08-22T20:35:54.9745851Z 492700K .......... .......... .......... .......... .......... 79% 238M 0s 2024-08-22T20:35:54.9748014Z 492750K .......... .......... .......... .......... .......... 79% 278M 0s 2024-08-22T20:35:54.9749798Z 492800K .......... .......... .......... .......... .......... 79% 226M 0s 2024-08-22T20:35:54.9751832Z 492850K .......... .......... .......... .......... .......... 79% 247M 0s 2024-08-22T20:35:54.9753513Z 492900K .......... .......... .......... .......... .......... 79% 279M 0s 2024-08-22T20:35:54.9755553Z 492950K .......... .......... .......... .......... .......... 79% 275M 0s 2024-08-22T20:35:54.9757414Z 493000K .......... .......... .......... .......... .......... 79% 230M 0s 2024-08-22T20:35:54.9759277Z 493050K .......... .......... .......... .......... .......... 79% 259M 0s 2024-08-22T20:35:54.9761230Z 493100K .......... .......... .......... .......... .......... 79% 267M 0s 2024-08-22T20:35:54.9762856Z 493150K .......... .......... .......... .......... .......... 79% 282M 0s 2024-08-22T20:35:54.9764872Z 493200K .......... .......... .......... .......... .......... 79% 239M 0s 2024-08-22T20:35:54.9766953Z 493250K .......... .......... .......... .......... .......... 79% 257M 0s 2024-08-22T20:35:54.9768633Z 493300K .......... .......... .......... .......... .......... 79% 266M 0s 2024-08-22T20:35:54.9770520Z 493350K .......... .......... .......... .......... .......... 79% 273M 0s 2024-08-22T20:35:54.9772165Z 493400K .......... .......... .......... .......... .......... 79% 282M 0s 2024-08-22T20:35:54.9774176Z 493450K .......... .......... .......... .......... .......... 79% 246M 0s 2024-08-22T20:35:54.9776075Z 493500K .......... .......... .......... .......... .......... 79% 253M 0s 2024-08-22T20:35:54.9778301Z 493550K .......... .......... .......... .......... .......... 79% 222M 0s 2024-08-22T20:35:54.9780068Z 493600K .......... .......... .......... .......... .......... 79% 271M 0s 2024-08-22T20:35:54.9782126Z 493650K .......... .......... .......... .......... .......... 79% 245M 0s 2024-08-22T20:35:54.9784032Z 493700K .......... .......... .......... .......... .......... 79% 259M 0s 2024-08-22T20:35:54.9785803Z 493750K .......... .......... .......... .......... .......... 79% 261M 0s 2024-08-22T20:35:54.9788136Z 493800K .......... .......... .......... .......... .......... 79% 280M 0s 2024-08-22T20:35:54.9789952Z 493850K .......... .......... .......... .......... .......... 79% 211M 0s 2024-08-22T20:35:54.9792010Z 493900K .......... .......... .......... .......... .......... 79% 232M 0s 2024-08-22T20:35:54.9793841Z 493950K .......... .......... .......... .......... .......... 79% 261M 0s 2024-08-22T20:35:54.9795681Z 494000K .......... .......... .......... .......... .......... 79% 266M 0s 2024-08-22T20:35:54.9797435Z 494050K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9799538Z 494100K .......... .......... .......... .......... .......... 79% 237M 0s 2024-08-22T20:35:54.9801257Z 494150K .......... .......... .......... .......... .......... 79% 270M 0s 2024-08-22T20:35:54.9803417Z 494200K .......... .......... .......... .......... .......... 79% 254M 0s 2024-08-22T20:35:54.9805096Z 494250K .......... .......... .......... .......... .......... 79% 259M 0s 2024-08-22T20:35:54.9807141Z 494300K .......... .......... .......... .......... .......... 79% 237M 0s 2024-08-22T20:35:54.9808905Z 494350K .......... .......... .......... .......... .......... 79% 278M 0s 2024-08-22T20:35:54.9810655Z 494400K .......... .......... .......... .......... .......... 79% 274M 0s 2024-08-22T20:35:54.9812625Z 494450K .......... .......... .......... .......... .......... 79% 269M 0s 2024-08-22T20:35:54.9814765Z 494500K .......... .......... .......... .......... .......... 79% 218M 0s 2024-08-22T20:35:54.9816658Z 494550K .......... .......... .......... .......... .......... 79% 256M 0s 2024-08-22T20:35:54.9818356Z 494600K .......... .......... .......... .......... .......... 79% 287M 0s 2024-08-22T20:35:54.9820201Z 494650K .......... .......... .......... .......... .......... 79% 263M 0s 2024-08-22T20:35:54.9822531Z 494700K .......... .......... .......... .......... .......... 79% 221M 0s 2024-08-22T20:35:54.9824273Z 494750K .......... .......... .......... .......... .......... 79% 267M 0s 2024-08-22T20:35:54.9826371Z 494800K .......... .......... .......... .......... .......... 79% 285M 0s 2024-08-22T20:35:54.9828249Z 494850K .......... .......... .......... .......... .......... 79% 225M 0s 2024-08-22T20:35:54.9830140Z 494900K .......... .......... .......... .......... .......... 79% 260M 0s 2024-08-22T20:35:54.9832003Z 494950K .......... .......... .......... .......... .......... 79% 241M 0s 2024-08-22T20:35:54.9833891Z 495000K .......... .......... .......... .......... .......... 79% 276M 0s 2024-08-22T20:35:54.9835570Z 495050K .......... .......... .......... .......... .......... 79% 297M 0s 2024-08-22T20:35:54.9837864Z 495100K .......... .......... .......... .......... .......... 79% 209M 0s 2024-08-22T20:35:54.9853930Z 495150K .......... .......... .......... .......... .......... 79% 274M 0s 2024-08-22T20:35:54.9854533Z 495200K .......... .......... .......... .......... .......... 79% 297M 0s 2024-08-22T20:35:54.9854763Z 495250K .......... .......... .......... .......... .......... 79% 255M 0s 2024-08-22T20:35:54.9854960Z 495300K .......... .......... .......... .......... .......... 79% 334M 0s 2024-08-22T20:35:54.9855140Z 495350K .......... .......... .......... .......... .......... 79% 272M 0s 2024-08-22T20:35:54.9855405Z 495400K .......... .......... .......... .......... .......... 79% 327M 0s 2024-08-22T20:35:54.9855593Z 495450K .......... .......... .......... .......... .......... 79% 306M 0s 2024-08-22T20:35:54.9855768Z 495500K .......... .......... .......... .......... .......... 79% 300M 0s 2024-08-22T20:35:54.9855951Z 495550K .......... .......... .......... .......... .......... 79% 321M 0s 2024-08-22T20:35:54.9856128Z 495600K .......... .......... .......... .......... .......... 79% 252M 0s 2024-08-22T20:35:54.9856542Z 495650K .......... .......... .......... .......... .......... 79% 252M 0s 2024-08-22T20:35:54.9858619Z 495700K .......... .......... .......... .......... .......... 79% 260M 0s 2024-08-22T20:35:54.9860437Z 495750K .......... .......... .......... .......... .......... 79% 228M 0s 2024-08-22T20:35:54.9862243Z 495800K .......... .......... .......... .......... .......... 79% 276M 0s 2024-08-22T20:35:54.9864191Z 495850K .......... .......... .......... .......... .......... 79% 244M 0s 2024-08-22T20:35:54.9866007Z 495900K .......... .......... .......... .......... .......... 79% 276M 0s 2024-08-22T20:35:54.9867769Z 495950K .......... .......... .......... .......... .......... 79% 274M 0s 2024-08-22T20:35:54.9869900Z 496000K .......... .......... .......... .......... .......... 79% 228M 0s 2024-08-22T20:35:54.9871581Z 496050K .......... .......... .......... .......... .......... 79% 289M 0s 2024-08-22T20:35:54.9873465Z 496100K .......... .......... .......... .......... .......... 79% 260M 0s 2024-08-22T20:35:54.9875202Z 496150K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9876971Z 496200K .......... .......... .......... .......... .......... 79% 290M 0s 2024-08-22T20:35:54.9878970Z 496250K .......... .......... .......... .......... .......... 79% 265M 0s 2024-08-22T20:35:54.9880883Z 496300K .......... .......... .......... .......... .......... 79% 227M 0s 2024-08-22T20:35:54.9882970Z 496350K .......... .......... .......... .......... .......... 79% 234M 0s 2024-08-22T20:35:54.9884757Z 496400K .......... .......... .......... .......... .......... 79% 286M 0s 2024-08-22T20:35:54.9886551Z 496450K .......... .......... .......... .......... .......... 79% 269M 0s 2024-08-22T20:35:54.9888483Z 496500K .......... .......... .......... .......... .......... 79% 292M 0s 2024-08-22T20:35:54.9890275Z 496550K .......... .......... .......... .......... .......... 79% 231M 0s 2024-08-22T20:35:54.9892375Z 496600K .......... .......... .......... .......... .......... 79% 231M 0s 2024-08-22T20:35:54.9894268Z 496650K .......... .......... .......... .......... .......... 79% 257M 0s 2024-08-22T20:35:54.9896032Z 496700K .......... .......... .......... .......... .......... 79% 279M 0s 2024-08-22T20:35:54.9897893Z 496750K .......... .......... .......... .......... .......... 79% 264M 0s 2024-08-22T20:35:54.9899649Z 496800K .......... .......... .......... .......... .......... 79% 289M 0s 2024-08-22T20:35:54.9901783Z 496850K .......... .......... .......... .......... .......... 79% 219M 0s 2024-08-22T20:35:54.9903621Z 496900K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9905599Z 496950K .......... .......... .......... .......... .......... 79% 261M 0s 2024-08-22T20:35:54.9907411Z 497000K .......... .......... .......... .......... .......... 79% 238M 0s 2024-08-22T20:35:54.9909420Z 497050K .......... .......... .......... .......... .......... 79% 243M 0s 2024-08-22T20:35:54.9911270Z 497100K .......... .......... .......... .......... .......... 79% 272M 0s 2024-08-22T20:35:54.9913490Z 497150K .......... .......... .......... .......... .......... 79% 231M 0s 2024-08-22T20:35:54.9915055Z 497200K .......... .......... .......... .......... .......... 79% 290M 0s 2024-08-22T20:35:54.9916793Z 497250K .......... .......... .......... .......... .......... 79% 283M 0s 2024-08-22T20:35:54.9918624Z 497300K .......... .......... .......... .......... .......... 79% 261M 0s 2024-08-22T20:35:54.9920392Z 497350K .......... .......... .......... .......... .......... 79% 281M 0s 2024-08-22T20:35:54.9922337Z 497400K .......... .......... .......... .......... .......... 80% 245M 0s 2024-08-22T20:35:54.9924235Z 497450K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:54.9926093Z 497500K .......... .......... .......... .......... .......... 80% 252M 0s 2024-08-22T20:35:54.9927925Z 497550K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:54.9929783Z 497600K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:54.9932007Z 497650K .......... .......... .......... .......... .......... 80% 268M 0s 2024-08-22T20:35:54.9933992Z 497700K .......... .......... .......... .......... .......... 80% 240M 0s 2024-08-22T20:35:54.9935855Z 497750K .......... .......... .......... .......... .......... 80% 222M 0s 2024-08-22T20:35:54.9937768Z 497800K .......... .......... .......... .......... .......... 80% 261M 0s 2024-08-22T20:35:54.9939711Z 497850K .......... .......... .......... .......... .......... 80% 245M 0s 2024-08-22T20:35:54.9942034Z 497900K .......... .......... .......... .......... .......... 80% 215M 0s 2024-08-22T20:35:54.9944002Z 497950K .......... .......... .......... .......... .......... 80% 252M 0s 2024-08-22T20:35:54.9946056Z 498000K .......... .......... .......... .......... .......... 80% 231M 0s 2024-08-22T20:35:54.9947757Z 498050K .......... .......... .......... .......... .......... 80% 283M 0s 2024-08-22T20:35:54.9949616Z 498100K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:54.9951517Z 498150K .......... .......... .......... .......... .......... 80% 256M 0s 2024-08-22T20:35:54.9953217Z 498200K .......... .......... .......... .......... .......... 80% 285M 0s 2024-08-22T20:35:54.9955084Z 498250K .......... .......... .......... .......... .......... 80% 258M 0s 2024-08-22T20:35:54.9956905Z 498300K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:54.9959245Z 498350K .......... .......... .......... .......... .......... 80% 259M 0s 2024-08-22T20:35:54.9961028Z 498400K .......... .......... .......... .......... .......... 80% 219M 0s 2024-08-22T20:35:54.9962857Z 498450K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:54.9964489Z 498500K .......... .......... .......... .......... .......... 80% 300M 0s 2024-08-22T20:35:54.9966412Z 498550K .......... .......... .......... .......... .......... 80% 287M 0s 2024-08-22T20:35:54.9968200Z 498600K .......... .......... .......... .......... .......... 80% 242M 0s 2024-08-22T20:35:54.9969926Z 498650K .......... .......... .......... .......... .......... 80% 283M 0s 2024-08-22T20:35:54.9971677Z 498700K .......... .......... .......... .......... .......... 80% 281M 0s 2024-08-22T20:35:54.9973655Z 498750K .......... .......... .......... .......... .......... 80% 244M 0s 2024-08-22T20:35:54.9975461Z 498800K .......... .......... .......... .......... .......... 80% 270M 0s 2024-08-22T20:35:54.9977294Z 498850K .......... .......... .......... .......... .......... 80% 272M 0s 2024-08-22T20:35:54.9979258Z 498900K .......... .......... .......... .......... .......... 80% 243M 0s 2024-08-22T20:35:54.9981404Z 498950K .......... .......... .......... .......... .......... 80% 268M 0s 2024-08-22T20:35:54.9983232Z 499000K .......... .......... .......... .......... .......... 80% 227M 0s 2024-08-22T20:35:54.9985198Z 499050K .......... .......... .......... .......... .......... 80% 256M 0s 2024-08-22T20:35:54.9986974Z 499100K .......... .......... .......... .......... .......... 80% 296M 0s 2024-08-22T20:35:54.9989083Z 499150K .......... .......... .......... .......... .......... 80% 219M 0s 2024-08-22T20:35:54.9990935Z 499200K .......... .......... .......... .......... .......... 80% 263M 0s 2024-08-22T20:35:54.9992730Z 499250K .......... .......... .......... .......... .......... 80% 269M 0s 2024-08-22T20:35:54.9994516Z 499300K .......... .......... .......... .......... .......... 80% 278M 0s 2024-08-22T20:35:54.9996758Z 499350K .......... .......... .......... .......... .......... 80% 227M 0s 2024-08-22T20:35:54.9998534Z 499400K .......... .......... .......... .......... .......... 80% 268M 0s 2024-08-22T20:35:55.0000324Z 499450K .......... .......... .......... .......... .......... 80% 261M 0s 2024-08-22T20:35:55.0002458Z 499500K .......... .......... .......... .......... .......... 80% 227M 0s 2024-08-22T20:35:55.0004303Z 499550K .......... .......... .......... .......... .......... 80% 267M 0s 2024-08-22T20:35:55.0006237Z 499600K .......... .......... .......... .......... .......... 80% 271M 0s 2024-08-22T20:35:55.0008035Z 499650K .......... .......... .......... .......... .......... 80% 268M 0s 2024-08-22T20:35:55.0009927Z 499700K .......... .......... .......... .......... .......... 80% 244M 0s 2024-08-22T20:35:55.0012101Z 499750K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:55.0013769Z 499800K .......... .......... .......... .......... .......... 80% 241M 0s 2024-08-22T20:35:55.0015942Z 499850K .......... .......... .......... .......... .......... 80% 239M 0s 2024-08-22T20:35:55.0017662Z 499900K .......... .......... .......... .......... .......... 80% 267M 0s 2024-08-22T20:35:55.0019376Z 499950K .......... .......... .......... .......... .......... 80% 289M 0s 2024-08-22T20:35:55.0021058Z 500000K .......... .......... .......... .......... .......... 80% 288M 0s 2024-08-22T20:35:55.0022908Z 500050K .......... .......... .......... .......... .......... 80% 259M 0s 2024-08-22T20:35:55.0024961Z 500100K .......... .......... .......... .......... .......... 80% 247M 0s 2024-08-22T20:35:55.0026830Z 500150K .......... .......... .......... .......... .......... 80% 255M 0s 2024-08-22T20:35:55.0028937Z 500200K .......... .......... .......... .......... .......... 80% 237M 0s 2024-08-22T20:35:55.0030833Z 500250K .......... .......... .......... .......... .......... 80% 248M 0s 2024-08-22T20:35:55.0032566Z 500300K .......... .......... .......... .......... .......... 80% 283M 0s 2024-08-22T20:35:55.0034440Z 500350K .......... .......... .......... .......... .......... 80% 265M 0s 2024-08-22T20:35:55.0036299Z 500400K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:55.0038359Z 500450K .......... .......... .......... .......... .......... 80% 271M 0s 2024-08-22T20:35:55.0040108Z 500500K .......... .......... .......... .......... .......... 80% 244M 0s 2024-08-22T20:35:55.0042210Z 500550K .......... .......... .......... .......... .......... 80% 248M 0s 2024-08-22T20:35:55.0043995Z 500600K .......... .......... .......... .......... .......... 80% 241M 0s 2024-08-22T20:35:55.0045679Z 500650K .......... .......... .......... .......... .......... 80% 289M 0s 2024-08-22T20:35:55.0047595Z 500700K .......... .......... .......... .......... .......... 80% 261M 0s 2024-08-22T20:35:55.0049549Z 500750K .......... .......... .......... .......... .......... 80% 252M 0s 2024-08-22T20:35:55.0051443Z 500800K .......... .......... .......... .......... .......... 80% 285M 0s 2024-08-22T20:35:55.0053067Z 500850K .......... .......... .......... .......... .......... 80% 260M 0s 2024-08-22T20:35:55.0055135Z 500900K .......... .......... .......... .......... .......... 80% 293M 0s 2024-08-22T20:35:55.0056922Z 500950K .......... .......... .......... .......... .......... 80% 225M 0s 2024-08-22T20:35:55.0058690Z 501000K .......... .......... .......... .......... .......... 80% 279M 0s 2024-08-22T20:35:55.0060693Z 501050K .......... .......... .......... .......... .......... 80% 267M 0s 2024-08-22T20:35:55.0062401Z 501100K .......... .......... .......... .......... .......... 80% 261M 0s 2024-08-22T20:35:55.0064247Z 501150K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:55.0066499Z 501200K .......... .......... .......... .......... .......... 80% 214M 0s 2024-08-22T20:35:55.0068448Z 501250K .......... .......... .......... .......... .......... 80% 281M 0s 2024-08-22T20:35:55.0070399Z 501300K .......... .......... .......... .......... .......... 80% 234M 0s 2024-08-22T20:35:55.0072462Z 501350K .......... .......... .......... .......... .......... 80% 233M 0s 2024-08-22T20:35:55.0074286Z 501400K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:55.0075981Z 501450K .......... .......... .......... .......... .......... 80% 278M 0s 2024-08-22T20:35:55.0078220Z 501500K .......... .......... .......... .......... .......... 80% 271M 0s 2024-08-22T20:35:55.0080004Z 501550K .......... .......... .......... .......... .......... 80% 232M 0s 2024-08-22T20:35:55.0081905Z 501600K .......... .......... .......... .......... .......... 80% 243M 0s 2024-08-22T20:35:55.0083685Z 501650K .......... .......... .......... .......... .......... 80% 275M 0s 2024-08-22T20:35:55.0085394Z 501700K .......... .......... .......... .......... .......... 80% 283M 0s 2024-08-22T20:35:55.0087437Z 501750K .......... .......... .......... .......... .......... 80% 241M 0s 2024-08-22T20:35:55.0089157Z 501800K .......... .......... .......... .......... .......... 80% 286M 0s 2024-08-22T20:35:55.0090993Z 501850K .......... .......... .......... .......... .......... 80% 259M 0s 2024-08-22T20:35:55.0092800Z 501900K .......... .......... .......... .......... .......... 80% 275M 0s 2024-08-22T20:35:55.0094536Z 501950K .......... .......... .......... .......... .......... 80% 281M 0s 2024-08-22T20:35:55.0096678Z 502000K .......... .......... .......... .......... .......... 80% 228M 0s 2024-08-22T20:35:55.0098389Z 502050K .......... .......... .......... .......... .......... 80% 286M 0s 2024-08-22T20:35:55.0100425Z 502100K .......... .......... .......... .......... .......... 80% 269M 0s 2024-08-22T20:35:55.0102287Z 502150K .......... .......... .......... .......... .......... 80% 237M 0s 2024-08-22T20:35:55.0104035Z 502200K .......... .......... .......... .......... .......... 80% 286M 0s 2024-08-22T20:35:55.0106211Z 502250K .......... .......... .......... .......... .......... 80% 217M 0s 2024-08-22T20:35:55.0108144Z 502300K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:55.0110001Z 502350K .......... .......... .......... .......... .......... 80% 246M 0s 2024-08-22T20:35:55.0111687Z 502400K .......... .......... .......... .......... .......... 80% 288M 0s 2024-08-22T20:35:55.0113646Z 502450K .......... .......... .......... .......... .......... 80% 243M 0s 2024-08-22T20:35:55.0115587Z 502500K .......... .......... .......... .......... .......... 80% 272M 0s 2024-08-22T20:35:55.0117458Z 502550K .......... .......... .......... .......... .......... 80% 247M 0s 2024-08-22T20:35:55.0119272Z 502600K .......... .......... .......... .......... .......... 80% 275M 0s 2024-08-22T20:35:55.0121140Z 502650K .......... .......... .......... .......... .......... 80% 254M 0s 2024-08-22T20:35:55.0122952Z 502700K .......... .......... .......... .......... .......... 80% 271M 0s 2024-08-22T20:35:55.0124899Z 502750K .......... .......... .......... .......... .......... 80% 261M 0s 2024-08-22T20:35:55.0127192Z 502800K .......... .......... .......... .......... .......... 80% 235M 0s 2024-08-22T20:35:55.0128926Z 502850K .......... .......... .......... .......... .......... 80% 239M 0s 2024-08-22T20:35:55.0130762Z 502900K .......... .......... .......... .......... .......... 80% 274M 0s 2024-08-22T20:35:55.0132548Z 502950K .......... .......... .......... .......... .......... 80% 268M 0s 2024-08-22T20:35:55.0134981Z 503000K .......... .......... .......... .......... .......... 80% 264M 0s 2024-08-22T20:35:55.0136658Z 503050K .......... .......... .......... .......... .......... 80% 218M 0s 2024-08-22T20:35:55.0138401Z 503100K .......... .......... .......... .......... .......... 80% 281M 0s 2024-08-22T20:35:55.0140263Z 503150K .......... .......... .......... .......... .......... 80% 258M 0s 2024-08-22T20:35:55.0142221Z 503200K .......... .......... .......... .......... .......... 80% 284M 0s 2024-08-22T20:35:55.0144046Z 503250K .......... .......... .......... .......... .......... 80% 241M 0s 2024-08-22T20:35:55.0145970Z 503300K .......... .......... .......... .......... .......... 80% 267M 0s 2024-08-22T20:35:55.0147713Z 503350K .......... .......... .......... .......... .......... 80% 262M 0s 2024-08-22T20:35:55.0149733Z 503400K .......... .......... .......... .......... .......... 80% 240M 0s 2024-08-22T20:35:55.0151640Z 503450K .......... .......... .......... .......... .......... 80% 255M 0s 2024-08-22T20:35:55.0153341Z 503500K .......... .......... .......... .......... .......... 80% 291M 0s 2024-08-22T20:35:55.0155035Z 503550K .......... .......... .......... .......... .......... 80% 290M 0s 2024-08-22T20:35:55.0156988Z 503600K .......... .......... .......... .......... .......... 80% 278M 0s 2024-08-22T20:35:55.0158857Z 503650K .......... .......... .......... .......... .......... 81% 230M 0s 2024-08-22T20:35:55.0160680Z 503700K .......... .......... .......... .......... .......... 81% 272M 0s 2024-08-22T20:35:55.0162555Z 503750K .......... .......... .......... .......... .......... 81% 269M 0s 2024-08-22T20:35:55.0164660Z 503800K .......... .......... .......... .......... .......... 81% 227M 0s 2024-08-22T20:35:55.0166368Z 503850K .......... .......... .......... .......... .......... 81% 287M 0s 2024-08-22T20:35:55.0168066Z 503900K .......... .......... .......... .......... .......... 81% 286M 0s 2024-08-22T20:35:55.0170007Z 503950K .......... .......... .......... .......... .......... 81% 246M 0s 2024-08-22T20:35:55.0171879Z 504000K .......... .......... .......... .......... .......... 81% 268M 0s 2024-08-22T20:35:55.0173629Z 504050K .......... .......... .......... .......... .......... 81% 276M 0s 2024-08-22T20:35:55.0175475Z 504100K .......... .......... .......... .......... .......... 81% 268M 0s 2024-08-22T20:35:55.0177466Z 504150K .......... .......... .......... .......... .......... 81% 245M 0s 2024-08-22T20:35:55.0179506Z 504200K .......... .......... .......... .......... .......... 81% 235M 0s 2024-08-22T20:35:55.0181248Z 504250K .......... .......... .......... .......... .......... 81% 289M 0s 2024-08-22T20:35:55.0183376Z 504300K .......... .......... .......... .......... .......... 81% 284M 0s 2024-08-22T20:35:55.0185098Z 504350K .......... .......... .......... .......... .......... 81% 225M 0s 2024-08-22T20:35:55.0186737Z 504400K .......... .......... .......... .......... .......... 81% 301M 0s 2024-08-22T20:35:55.0188692Z 504450K .......... .......... .......... .......... .......... 81% 249M 0s 2024-08-22T20:35:55.0190394Z 504500K .......... .......... .......... .......... .......... 81% 286M 0s 2024-08-22T20:35:55.0192357Z 504550K .......... .......... .......... .......... .......... 81% 301M 0s 2024-08-22T20:35:55.0193951Z 504600K .......... .......... .......... .......... .......... 81% 254M 0s 2024-08-22T20:35:55.0195561Z 504650K .......... .......... .......... .......... .......... 81% 301M 0s 2024-08-22T20:35:55.0197546Z 504700K .......... .......... .......... .......... .......... 81% 243M 0s 2024-08-22T20:35:55.0199162Z 504750K .......... .......... .......... .......... .......... 81% 302M 0s 2024-08-22T20:35:55.0201140Z 504800K .......... .......... .......... .......... .......... 81% 248M 0s 2024-08-22T20:35:55.0202859Z 504850K .......... .......... .......... .......... .......... 81% 284M 0s 2024-08-22T20:35:55.0204661Z 504900K .......... .......... .......... .......... .......... 81% 274M 0s 2024-08-22T20:35:55.0206680Z 504950K .......... .......... .......... .......... .......... 81% 301M 0s 2024-08-22T20:35:55.0208141Z 505000K .......... .......... .......... .......... .......... 81% 264M 0s 2024-08-22T20:35:55.0209964Z 505050K .......... .......... .......... .......... .......... 81% 265M 0s 2024-08-22T20:35:55.0211781Z 505100K .......... .......... .......... .......... .......... 81% 268M 0s 2024-08-22T20:35:55.0213636Z 505150K .......... .......... .......... .......... .......... 81% 304M 0s 2024-08-22T20:35:55.0215358Z 505200K .......... .......... .......... .......... .......... 81% 243M 0s 2024-08-22T20:35:55.0217021Z 505250K .......... .......... .......... .......... .......... 81% 301M 0s 2024-08-22T20:35:55.0218983Z 505300K .......... .......... .......... .......... .......... 81% 247M 0s 2024-08-22T20:35:55.0220807Z 505350K .......... .......... .......... .......... .......... 81% 269M 0s 2024-08-22T20:35:55.0222742Z 505400K .......... .......... .......... .......... .......... 81% 289M 0s 2024-08-22T20:35:55.0224469Z 505450K .......... .......... .......... .......... .......... 81% 248M 0s 2024-08-22T20:35:55.0226189Z 505500K .......... .......... .......... .......... .......... 81% 286M 0s 2024-08-22T20:35:55.0228101Z 505550K .......... .......... .......... .......... .......... 81% 273M 0s 2024-08-22T20:35:55.0230338Z 505600K .......... .......... .......... .......... .......... 81% 206M 0s 2024-08-22T20:35:55.0232198Z 505650K .......... .......... .......... .......... .......... 81% 299M 0s 2024-08-22T20:35:55.0233915Z 505700K .......... .......... .......... .......... .......... 81% 249M 0s 2024-08-22T20:35:55.0235615Z 505750K .......... .......... .......... .......... .......... 81% 286M 0s 2024-08-22T20:35:55.0237511Z 505800K .......... .......... .......... .......... .......... 81% 260M 0s 2024-08-22T20:35:55.0239342Z 505850K .......... .......... .......... .......... .......... 81% 267M 0s 2024-08-22T20:35:55.0241135Z 505900K .......... .......... .......... .......... .......... 81% 275M 0s 2024-08-22T20:35:55.0243118Z 505950K .......... .......... .......... .......... .......... 81% 244M 0s 2024-08-22T20:35:55.0244784Z 506000K .......... .......... .......... .......... .......... 81% 294M 0s 2024-08-22T20:35:55.0246948Z 506050K .......... .......... .......... .......... .......... 81% 268M 0s 2024-08-22T20:35:55.0248757Z 506100K .......... .......... .......... .......... .......... 81% 226M 0s 2024-08-22T20:35:55.0250653Z 506150K .......... .......... .......... .......... .......... 81% 302M 0s 2024-08-22T20:35:55.0252408Z 506200K .......... .......... .......... .......... .......... 81% 245M 0s 2024-08-22T20:35:55.0254064Z 506250K .......... .......... .......... .......... .......... 81% 290M 0s 2024-08-22T20:35:55.0255811Z 506300K .......... .......... .......... .......... .......... 81% 285M 0s 2024-08-22T20:35:55.0257752Z 506350K .......... .......... .......... .......... .......... 81% 248M 0s 2024-08-22T20:35:55.0259435Z 506400K .......... .......... .......... .......... .......... 81% 296M 0s 2024-08-22T20:35:55.0261239Z 506450K .......... .......... .......... .......... .......... 81% 261M 0s 2024-08-22T20:35:55.0263019Z 506500K .......... .......... .......... .......... .......... 81% 280M 0s 2024-08-22T20:35:55.0265079Z 506550K .......... .......... .......... .......... .......... 81% 236M 0s 2024-08-22T20:35:55.0266930Z 506600K .......... .......... .......... .......... .......... 81% 265M 0s 2024-08-22T20:35:55.0268971Z 506650K .......... .......... .......... .......... .......... 81% 246M 0s 2024-08-22T20:35:55.0271092Z 506700K .......... .......... .......... .......... .......... 81% 261M 0s 2024-08-22T20:35:55.0272829Z 506750K .......... .......... .......... .......... .......... 81% 239M 0s 2024-08-22T20:35:55.0274694Z 506800K .......... .......... .......... .......... .......... 81% 267M 0s 2024-08-22T20:35:55.0276564Z 506850K .......... .......... .......... .......... .......... 81% 257M 0s 2024-08-22T20:35:55.0278823Z 506900K .......... .......... .......... .......... .......... 81% 291M 0s 2024-08-22T20:35:55.0280395Z 506950K .......... .......... .......... .......... .......... 81% 234M 0s 2024-08-22T20:35:55.0282141Z 507000K .......... .......... .......... .......... .......... 81% 274M 0s 2024-08-22T20:35:55.0283996Z 507050K .......... .......... .......... .......... .......... 81% 279M 0s 2024-08-22T20:35:55.0286064Z 507100K .......... .......... .......... .......... .......... 81% 263M 0s 2024-08-22T20:35:55.0287747Z 507150K .......... .......... .......... .......... .......... 81% 245M 0s 2024-08-22T20:35:55.0289852Z 507200K .......... .......... .......... .......... .......... 81% 228M 0s 2024-08-22T20:35:55.0291728Z 507250K .......... .......... .......... .......... .......... 81% 264M 0s 2024-08-22T20:35:55.0293662Z 507300K .......... .......... .......... .......... .......... 81% 283M 0s 2024-08-22T20:35:55.0295362Z 507350K .......... .......... .......... .......... .......... 81% 250M 0s 2024-08-22T20:35:55.0297047Z 507400K .......... .......... .......... .......... .......... 81% 291M 0s 2024-08-22T20:35:55.0298741Z 507450K .......... .......... .......... .......... .......... 81% 289M 0s 2024-08-22T20:35:55.0300966Z 507500K .......... .......... .......... .......... .......... 81% 220M 0s 2024-08-22T20:35:55.0302619Z 507550K .......... .......... .......... .......... .......... 81% 293M 0s 2024-08-22T20:35:55.0304593Z 507600K .......... .......... .......... .......... .......... 81% 252M 0s 2024-08-22T20:35:55.0306413Z 507650K .......... .......... .......... .......... .......... 81% 277M 0s 2024-08-22T20:35:55.0308464Z 507700K .......... .......... .......... .......... .......... 81% 249M 0s 2024-08-22T20:35:55.0310518Z 507750K .......... .......... .......... .......... .......... 81% 258M 0s 2024-08-22T20:35:55.0312161Z 507800K .......... .......... .......... .......... .......... 81% 245M 0s 2024-08-22T20:35:55.0313920Z 507850K .......... .......... .......... .......... .......... 81% 277M 0s 2024-08-22T20:35:55.0315949Z 507900K .......... .......... .......... .......... .......... 81% 247M 0s 2024-08-22T20:35:55.0317596Z 507950K .......... .......... .......... .......... .......... 81% 287M 0s 2024-08-22T20:35:55.0319524Z 508000K .......... .......... .......... .......... .......... 81% 258M 0s 2024-08-22T20:35:55.0321200Z 508050K .......... .......... .......... .......... .......... 81% 285M 0s 2024-08-22T20:35:55.0323302Z 508100K .......... .......... .......... .......... .......... 81% 237M 0s 2024-08-22T20:35:55.0324998Z 508150K .......... .......... .......... .......... .......... 81% 285M 0s 2024-08-22T20:35:55.0326694Z 508200K .......... .......... .......... .......... .......... 81% 292M 0s 2024-08-22T20:35:55.0328758Z 508250K .......... .......... .......... .......... .......... 81% 231M 0s 2024-08-22T20:35:55.0330668Z 508300K .......... .......... .......... .......... .......... 81% 257M 0s 2024-08-22T20:35:55.0332495Z 508350K .......... .......... .......... .......... .......... 81% 266M 0s 2024-08-22T20:35:55.0334301Z 508400K .......... .......... .......... .......... .......... 81% 277M 0s 2024-08-22T20:35:55.0335917Z 508450K .......... .......... .......... .......... .......... 81% 295M 0s 2024-08-22T20:35:55.0337937Z 508500K .......... .......... .......... .......... .......... 81% 243M 0s 2024-08-22T20:35:55.0339733Z 508550K .......... .......... .......... .......... .......... 81% 275M 0s 2024-08-22T20:35:55.0341672Z 508600K .......... .......... .......... .......... .......... 81% 246M 0s 2024-08-22T20:35:55.0343353Z 508650K .......... .......... .......... .......... .......... 81% 290M 0s 2024-08-22T20:35:55.0345107Z 508700K .......... .......... .......... .......... .......... 81% 289M 0s 2024-08-22T20:35:55.0347103Z 508750K .......... .......... .......... .......... .......... 81% 240M 0s 2024-08-22T20:35:55.0348997Z 508800K .......... .......... .......... .......... .......... 81% 285M 0s 2024-08-22T20:35:55.0350992Z 508850K .......... .......... .......... .......... .......... 81% 244M 0s 2024-08-22T20:35:55.0352571Z 508900K .......... .......... .......... .......... .......... 81% 288M 0s 2024-08-22T20:35:55.0354196Z 508950K .......... .......... .......... .......... .......... 81% 288M 0s 2024-08-22T20:35:55.0356245Z 509000K .......... .......... .......... .......... .......... 81% 246M 0s 2024-08-22T20:35:55.0357938Z 509050K .......... .......... .......... .......... .......... 81% 284M 0s 2024-08-22T20:35:55.0359967Z 509100K .......... .......... .......... .......... .......... 81% 275M 0s 2024-08-22T20:35:55.0361695Z 509150K .......... .......... .......... .......... .......... 81% 236M 0s 2024-08-22T20:35:55.0363707Z 509200K .......... .......... .......... .......... .......... 81% 249M 0s 2024-08-22T20:35:55.0365488Z 509250K .......... .......... .......... .......... .......... 81% 273M 0s 2024-08-22T20:35:55.0367284Z 509300K .......... .......... .......... .......... .......... 81% 273M 0s 2024-08-22T20:35:55.0369006Z 509350K .......... .......... .......... .......... .......... 81% 289M 0s 2024-08-22T20:35:55.0370972Z 509400K .......... .......... .......... .......... .......... 81% 252M 0s 2024-08-22T20:35:55.0372998Z 509450K .......... .......... .......... .......... .......... 81% 293M 0s 2024-08-22T20:35:55.0374695Z 509500K .......... .......... .......... .......... .......... 81% 231M 0s 2024-08-22T20:35:55.0376361Z 509550K .......... .......... .......... .......... .......... 81% 291M 0s 2024-08-22T20:35:55.0378371Z 509600K .......... .......... .......... .......... .......... 81% 250M 0s 2024-08-22T20:35:55.0380252Z 509650K .......... .......... .......... .......... .......... 81% 255M 0s 2024-08-22T20:35:55.0381946Z 509700K .......... .......... .......... .......... .......... 81% 288M 0s 2024-08-22T20:35:55.0383886Z 509750K .......... .......... .......... .......... .......... 81% 248M 0s 2024-08-22T20:35:55.0385680Z 509800K .......... .......... .......... .......... .......... 81% 274M 0s 2024-08-22T20:35:55.0387567Z 509850K .......... .......... .......... .......... .......... 82% 261M 0s 2024-08-22T20:35:55.0389616Z 509900K .......... .......... .......... .......... .......... 82% 247M 0s 2024-08-22T20:35:55.0391434Z 509950K .......... .......... .......... .......... .......... 82% 258M 0s 2024-08-22T20:35:55.0393402Z 510000K .......... .......... .......... .......... .......... 82% 248M 0s 2024-08-22T20:35:55.0395394Z 510050K .......... .......... .......... .......... .......... 82% 287M 0s 2024-08-22T20:35:55.0397199Z 510100K .......... .......... .......... .......... .......... 82% 236M 0s 2024-08-22T20:35:55.0398943Z 510150K .......... .......... .......... .......... .......... 82% 288M 0s 2024-08-22T20:35:55.0400809Z 510200K .......... .......... .......... .......... .......... 82% 259M 0s 2024-08-22T20:35:55.0402931Z 510250K .......... .......... .......... .......... .......... 82% 237M 0s 2024-08-22T20:35:55.0404518Z 510300K .......... .......... .......... .......... .......... 82% 292M 0s 2024-08-22T20:35:55.0406407Z 510350K .......... .......... .......... .......... .......... 82% 256M 0s 2024-08-22T20:35:55.0408109Z 510400K .......... .......... .......... .......... .......... 82% 297M 0s 2024-08-22T20:35:55.0410097Z 510450K .......... .......... .......... .......... .......... 82% 237M 0s 2024-08-22T20:35:55.0411980Z 510500K .......... .......... .......... .......... .......... 82% 258M 0s 2024-08-22T20:35:55.0413905Z 510550K .......... .......... .......... .......... .......... 82% 256M 0s 2024-08-22T20:35:55.0415795Z 510600K .......... .......... .......... .......... .......... 82% 268M 0s 2024-08-22T20:35:55.0417674Z 510650K .......... .......... .......... .......... .......... 82% 248M 0s 2024-08-22T20:35:55.0419391Z 510700K .......... .......... .......... .......... .......... 82% 289M 0s 2024-08-22T20:35:55.0421089Z 510750K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0423038Z 510800K .......... .......... .......... .......... .......... 82% 277M 0s 2024-08-22T20:35:55.0424992Z 510850K .......... .......... .......... .......... .......... 82% 233M 0s 2024-08-22T20:35:55.0426768Z 510900K .......... .......... .......... .......... .......... 82% 284M 0s 2024-08-22T20:35:55.0428677Z 510950K .......... .......... .......... .......... .......... 82% 250M 0s 2024-08-22T20:35:55.0430871Z 511000K .......... .......... .......... .......... .......... 82% 219M 0s 2024-08-22T20:35:55.0432660Z 511050K .......... .......... .......... .......... .......... 82% 269M 0s 2024-08-22T20:35:55.0434545Z 511100K .......... .......... .......... .......... .......... 82% 274M 0s 2024-08-22T20:35:55.0436350Z 511150K .......... .......... .......... .......... .......... 82% 274M 0s 2024-08-22T20:35:55.0437959Z 511200K .......... .......... .......... .......... .......... 82% 284M 0s 2024-08-22T20:35:55.0439970Z 511250K .......... .......... .......... .......... .......... 82% 240M 0s 2024-08-22T20:35:55.0441707Z 511300K .......... .......... .......... .......... .......... 82% 284M 0s 2024-08-22T20:35:55.0443496Z 511350K .......... .......... .......... .......... .......... 82% 274M 0s 2024-08-22T20:35:55.0445374Z 511400K .......... .......... .......... .......... .......... 82% 266M 0s 2024-08-22T20:35:55.0447049Z 511450K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0449171Z 511500K .......... .......... .......... .......... .......... 82% 230M 0s 2024-08-22T20:35:55.0450834Z 511550K .......... .......... .......... .......... .......... 82% 297M 0s 2024-08-22T20:35:55.0452637Z 511600K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0454353Z 511650K .......... .......... .......... .......... .......... 82% 280M 0s 2024-08-22T20:35:55.0455964Z 511700K .......... .......... .......... .......... .......... 82% 289M 0s 2024-08-22T20:35:55.0458043Z 511750K .......... .......... .......... .......... .......... 82% 235M 0s 2024-08-22T20:35:55.0459818Z 511800K .......... .......... .......... .......... .......... 82% 289M 0s 2024-08-22T20:35:55.0461583Z 511850K .......... .......... .......... .......... .......... 82% 264M 0s 2024-08-22T20:35:55.0463394Z 511900K .......... .......... .......... .......... .......... 82% 280M 0s 2024-08-22T20:35:55.0465294Z 511950K .......... .......... .......... .......... .......... 82% 253M 0s 2024-08-22T20:35:55.0467461Z 512000K .......... .......... .......... .......... .......... 82% 266M 0s 2024-08-22T20:35:55.0469406Z 512050K .......... .......... .......... .......... .......... 82% 241M 0s 2024-08-22T20:35:55.0471045Z 512100K .......... .......... .......... .......... .......... 82% 252M 0s 2024-08-22T20:35:55.0472918Z 512150K .......... .......... .......... .......... .......... 82% 265M 0s 2024-08-22T20:35:55.0474850Z 512200K .......... .......... .......... .......... .......... 82% 250M 0s 2024-08-22T20:35:55.0476560Z 512250K .......... .......... .......... .......... .......... 82% 286M 0s 2024-08-22T20:35:55.0478553Z 512300K .......... .......... .......... .......... .......... 82% 246M 0s 2024-08-22T20:35:55.0480665Z 512350K .......... .......... .......... .......... .......... 82% 265M 0s 2024-08-22T20:35:55.0482415Z 512400K .......... .......... .......... .......... .......... 82% 243M 0s 2024-08-22T20:35:55.0484163Z 512450K .......... .......... .......... .......... .......... 82% 274M 0s 2024-08-22T20:35:55.0486271Z 512500K .......... .......... .......... .......... .......... 82% 236M 0s 2024-08-22T20:35:55.0488005Z 512550K .......... .......... .......... .......... .......... 82% 277M 0s 2024-08-22T20:35:55.0489753Z 512600K .......... .......... .......... .......... .......... 82% 282M 0s 2024-08-22T20:35:55.0491655Z 512650K .......... .......... .......... .......... .......... 82% 253M 0s 2024-08-22T20:35:55.0493503Z 512700K .......... .......... .......... .......... .......... 82% 272M 0s 2024-08-22T20:35:55.0495718Z 512750K .......... .......... .......... .......... .......... 82% 233M 0s 2024-08-22T20:35:55.0497349Z 512800K .......... .......... .......... .......... .......... 82% 279M 0s 2024-08-22T20:35:55.0499065Z 512850K .......... .......... .......... .......... .......... 82% 276M 0s 2024-08-22T20:35:55.0500978Z 512900K .......... .......... .......... .......... .......... 82% 281M 0s 2024-08-22T20:35:55.0502812Z 512950K .......... .......... .......... .......... .......... 82% 249M 0s 2024-08-22T20:35:55.0504919Z 513000K .......... .......... .......... .......... .......... 82% 278M 0s 2024-08-22T20:35:55.0506550Z 513050K .......... .......... .......... .......... .......... 82% 244M 0s 2024-08-22T20:35:55.0508579Z 513100K .......... .......... .......... .......... .......... 82% 276M 0s 2024-08-22T20:35:55.0510532Z 513150K .......... .......... .......... .......... .......... 82% 255M 0s 2024-08-22T20:35:55.0512244Z 513200K .......... .......... .......... .......... .......... 82% 248M 0s 2024-08-22T20:35:55.0513998Z 513250K .......... .......... .......... .......... .......... 82% 275M 0s 2024-08-22T20:35:55.0515845Z 513300K .......... .......... .......... .......... .......... 82% 279M 0s 2024-08-22T20:35:55.0517735Z 513350K .......... .......... .......... .......... .......... 82% 278M 0s 2024-08-22T20:35:55.0519537Z 513400K .......... .......... .......... .......... .......... 82% 237M 0s 2024-08-22T20:35:55.0521258Z 513450K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0523091Z 513500K .......... .......... .......... .......... .......... 82% 273M 0s 2024-08-22T20:35:55.0525095Z 513550K .......... .......... .......... .......... .......... 82% 239M 0s 2024-08-22T20:35:55.0527017Z 513600K .......... .......... .......... .......... .......... 82% 261M 0s 2024-08-22T20:35:55.0528839Z 513650K .......... .......... .......... .......... .......... 82% 262M 0s 2024-08-22T20:35:55.0530630Z 513700K .......... .......... .......... .......... .......... 82% 271M 0s 2024-08-22T20:35:55.0532529Z 513750K .......... .......... .......... .......... .......... 82% 265M 0s 2024-08-22T20:35:55.0534561Z 513800K .......... .......... .......... .......... .......... 82% 235M 0s 2024-08-22T20:35:55.0536465Z 513850K .......... .......... .......... .......... .......... 82% 257M 0s 2024-08-22T20:35:55.0538290Z 513900K .......... .......... .......... .......... .......... 82% 265M 0s 2024-08-22T20:35:55.0540091Z 513950K .......... .......... .......... .......... .......... 82% 275M 0s 2024-08-22T20:35:55.0541902Z 514000K .......... .......... .......... .......... .......... 82% 279M 0s 2024-08-22T20:35:55.0543849Z 514050K .......... .......... .......... .......... .......... 82% 242M 0s 2024-08-22T20:35:55.0545514Z 514100K .......... .......... .......... .......... .......... 82% 295M 0s 2024-08-22T20:35:55.0547324Z 514150K .......... .......... .......... .......... .......... 82% 270M 0s 2024-08-22T20:35:55.0549406Z 514200K .......... .......... .......... .......... .......... 82% 232M 0s 2024-08-22T20:35:55.0551119Z 514250K .......... .......... .......... .......... .......... 82% 288M 0s 2024-08-22T20:35:55.0553378Z 514300K .......... .......... .......... .......... .......... 82% 217M 0s 2024-08-22T20:35:55.0554992Z 514350K .......... .......... .......... .......... .......... 82% 303M 0s 2024-08-22T20:35:55.0557056Z 514400K .......... .......... .......... .......... .......... 82% 272M 0s 2024-08-22T20:35:55.0559000Z 514450K .......... .......... .......... .......... .......... 82% 231M 0s 2024-08-22T20:35:55.0560852Z 514500K .......... .......... .......... .......... .......... 82% 280M 0s 2024-08-22T20:35:55.0562466Z 514550K .......... .......... .......... .......... .......... 82% 273M 0s 2024-08-22T20:35:55.0564554Z 514600K .......... .......... .......... .......... .......... 82% 289M 0s 2024-08-22T20:35:55.0566100Z 514650K .......... .......... .......... .......... .......... 82% 242M 0s 2024-08-22T20:35:55.0568023Z 514700K .......... .......... .......... .......... .......... 82% 294M 0s 2024-08-22T20:35:55.0569791Z 514750K .......... .......... .......... .......... .......... 82% 272M 0s 2024-08-22T20:35:55.0571558Z 514800K .......... .......... .......... .......... .......... 82% 289M 0s 2024-08-22T20:35:55.0573242Z 514850K .......... .......... .......... .......... .......... 82% 256M 0s 2024-08-22T20:35:55.0575108Z 514900K .......... .......... .......... .......... .......... 82% 259M 0s 2024-08-22T20:35:55.0576853Z 514950K .......... .......... .......... .......... .......... 82% 279M 0s 2024-08-22T20:35:55.0578994Z 515000K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0580741Z 515050K .......... .......... .......... .......... .......... 82% 223M 0s 2024-08-22T20:35:55.0582578Z 515100K .......... .......... .......... .......... .......... 82% 271M 0s 2024-08-22T20:35:55.0584499Z 515150K .......... .......... .......... .......... .......... 82% 274M 0s 2024-08-22T20:35:55.0586332Z 515200K .......... .......... .......... .......... .......... 82% 278M 0s 2024-08-22T20:35:55.0588188Z 515250K .......... .......... .......... .......... .......... 82% 245M 0s 2024-08-22T20:35:55.0589927Z 515300K .......... .......... .......... .......... .......... 82% 265M 0s 2024-08-22T20:35:55.0591634Z 515350K .......... .......... .......... .......... .......... 82% 285M 0s 2024-08-22T20:35:55.0593568Z 515400K .......... .......... .......... .......... .......... 82% 259M 0s 2024-08-22T20:35:55.0595425Z 515450K .......... .......... .......... .......... .......... 82% 263M 0s 2024-08-22T20:35:55.0597458Z 515500K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0599161Z 515550K .......... .......... .......... .......... .......... 82% 239M 0s 2024-08-22T20:35:55.0601056Z 515600K .......... .......... .......... .......... .......... 82% 257M 0s 2024-08-22T20:35:55.0602789Z 515650K .......... .......... .......... .......... .......... 82% 286M 0s 2024-08-22T20:35:55.0604661Z 515700K .......... .......... .......... .......... .......... 82% 260M 0s 2024-08-22T20:35:55.0606548Z 515750K .......... .......... .......... .......... .......... 82% 255M 0s 2024-08-22T20:35:55.0608757Z 515800K .......... .......... .......... .......... .......... 82% 281M 0s 2024-08-22T20:35:55.0610414Z 515850K .......... .......... .......... .......... .......... 82% 231M 0s 2024-08-22T20:35:55.0612430Z 515900K .......... .......... .......... .......... .......... 82% 283M 0s 2024-08-22T20:35:55.0614150Z 515950K .......... .......... .......... .......... .......... 82% 243M 0s 2024-08-22T20:35:55.0616006Z 516000K .......... .......... .......... .......... .......... 82% 267M 0s 2024-08-22T20:35:55.0617911Z 516050K .......... .......... .......... .......... .......... 83% 254M 0s 2024-08-22T20:35:55.0619871Z 516100K .......... .......... .......... .......... .......... 83% 244M 0s 2024-08-22T20:35:55.0621989Z 516150K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:55.0623698Z 516200K .......... .......... .......... .......... .......... 83% 244M 0s 2024-08-22T20:35:55.0625376Z 516250K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:55.0627577Z 516300K .......... .......... .......... .......... .......... 83% 232M 0s 2024-08-22T20:35:55.0629507Z 516350K .......... .......... .......... .......... .......... 83% 245M 0s 2024-08-22T20:35:55.0631349Z 516400K .......... .......... .......... .......... .......... 83% 271M 0s 2024-08-22T20:35:55.0633000Z 516450K .......... .......... .......... .......... .......... 83% 292M 0s 2024-08-22T20:35:55.0634838Z 516500K .......... .......... .......... .......... .......... 83% 259M 0s 2024-08-22T20:35:55.0636705Z 516550K .......... .......... .......... .......... .......... 83% 268M 0s 2024-08-22T20:35:55.0638612Z 516600K .......... .......... .......... .......... .......... 83% 256M 0s 2024-08-22T20:35:55.0640498Z 516650K .......... .......... .......... .......... .......... 83% 286M 0s 2024-08-22T20:35:55.0642100Z 516700K .......... .......... .......... .......... .......... 83% 289M 0s 2024-08-22T20:35:55.0643881Z 516750K .......... .......... .......... .......... .......... 83% 263M 0s 2024-08-22T20:35:55.0645596Z 516800K .......... .......... .......... .......... .......... 83% 288M 0s 2024-08-22T20:35:55.0647499Z 516850K .......... .......... .......... .......... .......... 83% 251M 0s 2024-08-22T20:35:55.0649174Z 516900K .......... .......... .......... .......... .......... 83% 300M 0s 2024-08-22T20:35:55.0650916Z 516950K .......... .......... .......... .......... .......... 83% 286M 0s 2024-08-22T20:35:55.0652820Z 517000K .......... .......... .......... .......... .......... 83% 247M 0s 2024-08-22T20:35:55.0654568Z 517050K .......... .......... .......... .......... .......... 83% 272M 0s 2024-08-22T20:35:55.0656440Z 517100K .......... .......... .......... .......... .......... 83% 261M 0s 2024-08-22T20:35:55.0658083Z 517150K .......... .......... .......... .......... .......... 83% 302M 0s 2024-08-22T20:35:55.0659830Z 517200K .......... .......... .......... .......... .......... 83% 283M 0s 2024-08-22T20:35:55.0661548Z 517250K .......... .......... .......... .......... .......... 83% 266M 0s 2024-08-22T20:35:55.0663651Z 517300K .......... .......... .......... .......... .......... 83% 289M 0s 2024-08-22T20:35:55.0665351Z 517350K .......... .......... .......... .......... .......... 83% 240M 0s 2024-08-22T20:35:55.0667252Z 517400K .......... .......... .......... .......... .......... 83% 271M 0s 2024-08-22T20:35:55.0669476Z 517450K .......... .......... .......... .......... .......... 83% 217M 0s 2024-08-22T20:35:55.0671087Z 517500K .......... .......... .......... .......... .......... 83% 293M 0s 2024-08-22T20:35:55.0672750Z 517550K .......... .......... .......... .......... .......... 83% 291M 0s 2024-08-22T20:35:55.0674773Z 517600K .......... .......... .......... .......... .......... 83% 288M 0s 2024-08-22T20:35:55.0676659Z 517650K .......... .......... .......... .......... .......... 83% 241M 0s 2024-08-22T20:35:55.0678302Z 517700K .......... .......... .......... .......... .......... 83% 270M 0s 2024-08-22T20:35:55.0680018Z 517750K .......... .......... .......... .......... .......... 83% 279M 0s 2024-08-22T20:35:55.0681701Z 517800K .......... .......... .......... .......... .......... 83% 296M 0s 2024-08-22T20:35:55.0683845Z 517850K .......... .......... .......... .......... .......... 83% 280M 0s 2024-08-22T20:35:55.0685542Z 517900K .......... .......... .......... .......... .......... 83% 247M 0s 2024-08-22T20:35:55.0687319Z 517950K .......... .......... .......... .......... .......... 83% 254M 0s 2024-08-22T20:35:55.0689154Z 518000K .......... .......... .......... .......... .......... 83% 266M 0s 2024-08-22T20:35:55.0690852Z 518050K .......... .......... .......... .......... .......... 83% 288M 0s 2024-08-22T20:35:55.0692754Z 518100K .......... .......... .......... .......... .......... 83% 259M 0s 2024-08-22T20:35:55.0694618Z 518150K .......... .......... .......... .......... .......... 83% 278M 0s 2024-08-22T20:35:55.0696353Z 518200K .......... .......... .......... .......... .......... 83% 264M 0s 2024-08-22T20:35:55.0698193Z 518250K .......... .......... .......... .......... .......... 83% 263M 0s 2024-08-22T20:35:55.0700238Z 518300K .......... .......... .......... .......... .......... 83% 295M 0s 2024-08-22T20:35:55.0702048Z 518350K .......... .......... .......... .......... .......... 83% 224M 0s 2024-08-22T20:35:55.0703962Z 518400K .......... .......... .......... .......... .......... 83% 257M 0s 2024-08-22T20:35:55.0706310Z 518450K .......... .......... .......... .......... .......... 83% 235M 0s 2024-08-22T20:35:55.0708076Z 518500K .......... .......... .......... .......... .......... 83% 251M 0s 2024-08-22T20:35:55.0709929Z 518550K .......... .......... .......... .......... .......... 83% 251M 0s 2024-08-22T20:35:55.0712127Z 518600K .......... .......... .......... .......... .......... 83% 240M 0s 2024-08-22T20:35:55.0713620Z 518650K .......... .......... .......... .......... .......... 83% 295M 0s 2024-08-22T20:35:55.0715573Z 518700K .......... .......... .......... .......... .......... 83% 284M 0s 2024-08-22T20:35:55.0717287Z 518750K .......... .......... .......... .......... .......... 83% 247M 0s 2024-08-22T20:35:55.0719074Z 518800K .......... .......... .......... .......... .......... 83% 290M 0s 2024-08-22T20:35:55.0721160Z 518850K .......... .......... .......... .......... .......... 83% 225M 0s 2024-08-22T20:35:55.0722878Z 518900K .......... .......... .......... .......... .......... 83% 285M 0s 2024-08-22T20:35:55.0725069Z 518950K .......... .......... .......... .......... .......... 83% 245M 0s 2024-08-22T20:35:55.0727013Z 519000K .......... .......... .......... .......... .......... 83% 232M 0s 2024-08-22T20:35:55.0728948Z 519050K .......... .......... .......... .......... .......... 83% 263M 0s 2024-08-22T20:35:55.0731130Z 519100K .......... .......... .......... .......... .......... 83% 212M 0s 2024-08-22T20:35:55.0732968Z 519150K .......... .......... .......... .......... .......... 83% 279M 0s 2024-08-22T20:35:55.0734869Z 519200K .......... .......... .......... .......... .......... 83% 257M 0s 2024-08-22T20:35:55.0736708Z 519250K .......... .......... .......... .......... .......... 83% 249M 0s 2024-08-22T20:35:55.0738837Z 519300K .......... .......... .......... .......... .......... 83% 283M 0s 2024-08-22T20:35:55.0740480Z 519350K .......... .......... .......... .......... .......... 83% 239M 0s 2024-08-22T20:35:55.0742254Z 519400K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:55.0744190Z 519450K .......... .......... .......... .......... .......... 83% 267M 0s 2024-08-22T20:35:55.0746179Z 519500K .......... .......... .......... .......... .......... 83% 271M 0s 2024-08-22T20:35:55.0747989Z 519550K .......... .......... .......... .......... .......... 83% 244M 0s 2024-08-22T20:35:55.0749989Z 519600K .......... .......... .......... .......... .......... 83% 238M 0s 2024-08-22T20:35:55.0751854Z 519650K .......... .......... .......... .......... .......... 83% 254M 0s 2024-08-22T20:35:55.0753878Z 519700K .......... .......... .......... .......... .......... 83% 243M 0s 2024-08-22T20:35:55.0755581Z 519750K .......... .......... .......... .......... .......... 83% 284M 0s 2024-08-22T20:35:55.0757476Z 519800K .......... .......... .......... .......... .......... 83% 258M 0s 2024-08-22T20:35:55.0759351Z 519850K .......... .......... .......... .......... .......... 83% 262M 0s 2024-08-22T20:35:55.0761121Z 519900K .......... .......... .......... .......... .......... 83% 273M 0s 2024-08-22T20:35:55.0762882Z 519950K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:55.0764738Z 520000K .......... .......... .......... .......... .......... 83% 272M 0s 2024-08-22T20:35:55.0766759Z 520050K .......... .......... .......... .......... .......... 83% 234M 0s 2024-08-22T20:35:55.0768427Z 520100K .......... .......... .......... .......... .......... 83% 292M 0s 2024-08-22T20:35:55.0770203Z 520150K .......... .......... .......... .......... .......... 83% 275M 0s 2024-08-22T20:35:55.0772103Z 520200K .......... .......... .......... .......... .......... 83% 294M 0s 2024-08-22T20:35:55.0773808Z 520250K .......... .......... .......... .......... .......... 83% 251M 0s 2024-08-22T20:35:55.0775585Z 520300K .......... .......... .......... .......... .......... 83% 273M 0s 2024-08-22T20:35:55.0777650Z 520350K .......... .......... .......... .......... .......... 83% 237M 0s 2024-08-22T20:35:55.0779575Z 520400K .......... .......... .......... .......... .......... 83% 257M 0s 2024-08-22T20:35:55.0781351Z 520450K .......... .......... .......... .......... .......... 83% 271M 0s 2024-08-22T20:35:55.0783194Z 520500K .......... .......... .......... .......... .......... 83% 267M 0s 2024-08-22T20:35:55.0784888Z 520550K .......... .......... .......... .......... .......... 83% 286M 0s 2024-08-22T20:35:55.0787422Z 520600K .......... .......... .......... .......... .......... 83% 247M 0s 2024-08-22T20:35:55.0789153Z 520650K .......... .......... .......... .......... .......... 83% 217M 0s 2024-08-22T20:35:55.0790821Z 520700K .......... .......... .......... .......... .......... 83% 294M 0s 2024-08-22T20:35:55.0792663Z 520750K .......... .......... .......... .......... .......... 83% 261M 0s 2024-08-22T20:35:55.0794502Z 520800K .......... .......... .......... .......... .......... 83% 266M 0s 2024-08-22T20:35:55.0796549Z 520850K .......... .......... .......... .......... .......... 83% 238M 0s 2024-08-22T20:35:55.0798317Z 520900K .......... .......... .......... .......... .......... 83% 276M 0s 2024-08-22T20:35:55.0800157Z 520950K .......... .......... .......... .......... .......... 83% 264M 0s 2024-08-22T20:35:55.0802087Z 521000K .......... .......... .......... .......... .......... 83% 250M 0s 2024-08-22T20:35:55.0803929Z 521050K .......... .......... .......... .......... .......... 83% 271M 0s 2024-08-22T20:35:55.0806077Z 521100K .......... .......... .......... .......... .......... 83% 246M 0s 2024-08-22T20:35:55.0807692Z 521150K .......... .......... .......... .......... .......... 83% 276M 0s 2024-08-22T20:35:55.0809617Z 521200K .......... .......... .......... .......... .......... 83% 249M 0s 2024-08-22T20:35:55.0811306Z 521250K .......... .......... .......... .......... .......... 83% 292M 0s 2024-08-22T20:35:55.0812960Z 521300K .......... .......... .......... .......... .......... 83% 294M 0s 2024-08-22T20:35:55.0815123Z 521350K .......... .......... .......... .......... .......... 83% 227M 0s 2024-08-22T20:35:55.0816814Z 521400K .......... .......... .......... .......... .......... 83% 291M 0s 2024-08-22T20:35:55.0818737Z 521450K .......... .......... .......... .......... .......... 83% 288M 0s 2024-08-22T20:35:55.0820409Z 521500K .......... .......... .......... .......... .......... 83% 257M 0s 2024-08-22T20:35:55.0822362Z 521550K .......... .......... .......... .......... .......... 83% 312M 0s 2024-08-22T20:35:55.0824022Z 521600K .......... .......... .......... .......... .......... 83% 236M 0s 2024-08-22T20:35:55.0825810Z 521650K .......... .......... .......... .......... .......... 83% 274M 0s 2024-08-22T20:35:55.0827714Z 521700K .......... .......... .......... .......... .......... 83% 260M 0s 2024-08-22T20:35:55.0829825Z 521750K .......... .......... .......... .......... .......... 83% 236M 0s 2024-08-22T20:35:55.0831581Z 521800K .......... .......... .......... .......... .......... 83% 274M 0s 2024-08-22T20:35:55.0833689Z 521850K .......... .......... .......... .......... .......... 83% 226M 0s 2024-08-22T20:35:55.0835462Z 521900K .......... .......... .......... .......... .......... 83% 282M 0s 2024-08-22T20:35:55.0837491Z 521950K .......... .......... .......... .......... .......... 83% 236M 0s 2024-08-22T20:35:55.0839380Z 522000K .......... .......... .......... .......... .......... 83% 265M 0s 2024-08-22T20:35:55.0841484Z 522050K .......... .......... .......... .......... .......... 83% 284M 0s 2024-08-22T20:35:55.0843222Z 522100K .......... .......... .......... .......... .......... 83% 233M 0s 2024-08-22T20:35:55.0845257Z 522150K .......... .......... .......... .......... .......... 83% 232M 0s 2024-08-22T20:35:55.0847024Z 522200K .......... .......... .......... .......... .......... 83% 283M 0s 2024-08-22T20:35:55.0848984Z 522250K .......... .......... .......... .......... .......... 83% 277M 0s 2024-08-22T20:35:55.0850684Z 522300K .......... .......... .......... .......... .......... 84% 258M 0s 2024-08-22T20:35:55.0852334Z 522350K .......... .......... .......... .......... .......... 84% 290M 0s 2024-08-22T20:35:55.0854543Z 522400K .......... .......... .......... .......... .......... 84% 221M 0s 2024-08-22T20:35:55.0856341Z 522450K .......... .......... .......... .......... .......... 84% 271M 0s 2024-08-22T20:35:55.0858643Z 522500K .......... .......... .......... .......... .......... 84% 253M 0s 2024-08-22T20:35:55.0860472Z 522550K .......... .......... .......... .......... .......... 84% 242M 0s 2024-08-22T20:35:55.0862116Z 522600K .......... .......... .......... .......... .......... 84% 281M 0s 2024-08-22T20:35:55.0863776Z 522650K .......... .......... .......... .......... .......... 84% 284M 0s 2024-08-22T20:35:55.0866037Z 522700K .......... .......... .......... .......... .......... 84% 257M 0s 2024-08-22T20:35:55.0867768Z 522750K .......... .......... .......... .......... .......... 84% 235M 0s 2024-08-22T20:35:55.0869831Z 522800K .......... .......... .......... .......... .......... 84% 239M 0s 2024-08-22T20:35:55.0871551Z 522850K .......... .......... .......... .......... .......... 84% 281M 0s 2024-08-22T20:35:55.0873543Z 522900K .......... .......... .......... .......... .......... 84% 280M 0s 2024-08-22T20:35:55.0875315Z 522950K .......... .......... .......... .......... .......... 84% 249M 0s 2024-08-22T20:35:55.0877048Z 523000K .......... .......... .......... .......... .......... 84% 276M 0s 2024-08-22T20:35:55.0878816Z 523050K .......... .......... .......... .......... .......... 84% 274M 0s 2024-08-22T20:35:55.0880985Z 523100K .......... .......... .......... .......... .......... 84% 280M 0s 2024-08-22T20:35:55.0882559Z 523150K .......... .......... .......... .......... .......... 84% 244M 0s 2024-08-22T20:35:55.0884635Z 523200K .......... .......... .......... .......... .......... 84% 293M 0s 2024-08-22T20:35:55.0886172Z 523250K .......... .......... .......... .......... .......... 84% 245M 0s 2024-08-22T20:35:55.0888240Z 523300K .......... .......... .......... .......... .......... 84% 239M 0s 2024-08-22T20:35:55.0890083Z 523350K .......... .......... .......... .......... .......... 84% 265M 0s 2024-08-22T20:35:55.0891876Z 523400K .......... .......... .......... .......... .......... 84% 271M 0s 2024-08-22T20:35:55.0893695Z 523450K .......... .......... .......... .......... .......... 84% 289M 0s 2024-08-22T20:35:55.0895791Z 523500K .......... .......... .......... .......... .......... 84% 263M 0s 2024-08-22T20:35:55.0897446Z 523550K .......... .......... .......... .......... .......... 84% 245M 0s 2024-08-22T20:35:55.0899144Z 523600K .......... .......... .......... .......... .......... 84% 288M 0s 2024-08-22T20:35:55.0900802Z 523650K .......... .......... .......... .......... .......... 84% 293M 0s 2024-08-22T20:35:55.0902942Z 523700K .......... .......... .......... .......... .......... 84% 274M 0s 2024-08-22T20:35:55.0904607Z 523750K .......... .......... .......... .......... .......... 84% 242M 0s 2024-08-22T20:35:55.0906258Z 523800K .......... .......... .......... .......... .......... 84% 294M 0s 2024-08-22T20:35:55.0908132Z 523850K .......... .......... .......... .......... .......... 84% 276M 0s 2024-08-22T20:35:55.0910223Z 523900K .......... .......... .......... .......... .......... 84% 258M 0s 2024-08-22T20:35:55.0911896Z 523950K .......... .......... .......... .......... .......... 84% 242M 0s 2024-08-22T20:35:55.0913694Z 524000K .......... .......... .......... .......... .......... 84% 275M 0s 2024-08-22T20:35:55.0915531Z 524050K .......... .......... .......... .......... .......... 84% 268M 0s 2024-08-22T20:35:55.0917623Z 524100K .......... .......... .......... .......... .......... 84% 286M 0s 2024-08-22T20:35:55.0919381Z 524150K .......... .......... .......... .......... .......... 84% 225M 0s 2024-08-22T20:35:55.0921175Z 524200K .......... .......... .......... .......... .......... 84% 273M 0s 2024-08-22T20:35:55.0922984Z 524250K .......... .......... .......... .......... .......... 84% 272M 0s 2024-08-22T20:35:55.0924880Z 524300K .......... .......... .......... .......... .......... 84% 296M 0s 2024-08-22T20:35:55.0926557Z 524350K .......... .......... .......... .......... .......... 84% 250M 0s 2024-08-22T20:35:55.0928408Z 524400K .......... .......... .......... .......... .......... 84% 269M 0s 2024-08-22T20:35:55.0930504Z 524450K .......... .......... .......... .......... .......... 84% 232M 0s 2024-08-22T20:35:55.0932505Z 524500K .......... .......... .......... .......... .......... 84% 266M 0s 2024-08-22T20:35:55.0934178Z 524550K .......... .......... .......... .......... .......... 84% 267M 0s 2024-08-22T20:35:55.0935906Z 524600K .......... .......... .......... .......... .......... 84% 280M 0s 2024-08-22T20:35:55.0937710Z 524650K .......... .......... .......... .......... .......... 84% 277M 0s 2024-08-22T20:35:55.0939668Z 524700K .......... .......... .......... .......... .......... 84% 245M 0s 2024-08-22T20:35:55.0941503Z 524750K .......... .......... .......... .......... .......... 84% 288M 0s 2024-08-22T20:35:55.0943460Z 524800K .......... .......... .......... .......... .......... 84% 233M 0s 2024-08-22T20:35:55.0945289Z 524850K .......... .......... .......... .......... .......... 84% 268M 0s 2024-08-22T20:35:55.0946947Z 524900K .......... .......... .......... .......... .......... 84% 288M 0s 2024-08-22T20:35:55.0949312Z 524950K .......... .......... .......... .......... .......... 84% 212M 0s 2024-08-22T20:35:55.0951255Z 525000K .......... .......... .......... .......... .......... 84% 248M 0s 2024-08-22T20:35:55.0953116Z 525050K .......... .......... .......... .......... .......... 84% 274M 0s 2024-08-22T20:35:55.0955099Z 525100K .......... .......... .......... .......... .......... 84% 239M 0s 2024-08-22T20:35:55.0956912Z 525150K .......... .......... .......... .......... .......... 84% 265M 0s 2024-08-22T20:35:55.0958934Z 525200K .......... .......... .......... .......... .......... 84% 275M 0s 2024-08-22T20:35:55.0960743Z 525250K .......... .......... .......... .......... .......... 84% 241M 0s 2024-08-22T20:35:55.0962588Z 525300K .......... .......... .......... .......... .......... 84% 264M 0s 2024-08-22T20:35:55.0964539Z 525350K .......... .......... .......... .......... .......... 84% 246M 0s 2024-08-22T20:35:55.0966365Z 525400K .......... .......... .......... .......... .......... 84% 268M 0s 2024-08-22T20:35:55.0968200Z 525450K .......... .......... .......... .......... .......... 84% 269M 0s 2024-08-22T20:35:55.0970155Z 525500K .......... .......... .......... .......... .......... 84% 246M 0s 2024-08-22T20:35:55.0972083Z 525550K .......... .......... .......... .......... .......... 84% 255M 0s 2024-08-22T20:35:55.0973833Z 525600K .......... .......... .......... .......... .......... 84% 281M 0s 2024-08-22T20:35:55.0975664Z 525650K .......... .......... .......... .......... .......... 84% 264M 0s 2024-08-22T20:35:55.0977291Z 525700K .......... .......... .......... .......... .......... 84% 302M 0s 2024-08-22T20:35:55.0979510Z 525750K .......... .......... .......... .......... .......... 84% 265M 0s 2024-08-22T20:35:55.0981138Z 525800K .......... .......... .......... .......... .......... 84% 244M 0s 2024-08-22T20:35:55.0983049Z 525850K .......... .......... .......... .......... .......... 84% 270M 0s 2024-08-22T20:35:55.0984964Z 525900K .......... .......... .......... .......... .......... 84% 239M 0s 2024-08-22T20:35:55.0986668Z 525950K .......... .......... .......... .......... .......... 84% 286M 0s 2024-08-22T20:35:55.0988700Z 526000K .......... .......... .......... .......... .......... 84% 244M 0s 2024-08-22T20:35:55.0990631Z 526050K .......... .......... .......... .......... .......... 84% 270M 0s 2024-08-22T20:35:55.0992408Z 526100K .......... .......... .......... .......... .......... 84% 257M 0s 2024-08-22T20:35:55.0994391Z 526150K .......... .......... .......... .......... .......... 84% 251M 0s 2024-08-22T20:35:55.0996067Z 526200K .......... .......... .......... .......... .......... 84% 279M 0s 2024-08-22T20:35:55.0998180Z 526250K .......... .......... .......... .......... .......... 84% 235M 0s 2024-08-22T20:35:55.0999952Z 526300K .......... .......... .......... .......... .......... 84% 282M 0s 2024-08-22T20:35:55.1001941Z 526350K .......... .......... .......... .......... .......... 84% 244M 0s 2024-08-22T20:35:55.1003728Z 526400K .......... .......... .......... .......... .......... 84% 270M 0s 2024-08-22T20:35:55.1005955Z 526450K .......... .......... .......... .......... .......... 84% 238M 0s 2024-08-22T20:35:55.1008076Z 526500K .......... .......... .......... .......... .......... 84% 262M 0s 2024-08-22T20:35:55.1009763Z 526550K .......... .......... .......... .......... .......... 84% 232M 0s 2024-08-22T20:35:55.1011823Z 526600K .......... .......... .......... .......... .......... 84% 240M 0s 2024-08-22T20:35:55.1013672Z 526650K .......... .......... .......... .......... .......... 84% 263M 0s 2024-08-22T20:35:55.1015520Z 526700K .......... .......... .......... .......... .......... 84% 261M 0s 2024-08-22T20:35:55.1017206Z 526750K .......... .......... .......... .......... .......... 84% 287M 0s 2024-08-22T20:35:55.1019005Z 526800K .......... .......... .......... .......... .......... 84% 282M 0s 2024-08-22T20:35:55.1020940Z 526850K .......... .......... .......... .......... .......... 84% 243M 0s 2024-08-22T20:35:55.1022838Z 526900K .......... .......... .......... .......... .......... 84% 295M 0s 2024-08-22T20:35:55.1024669Z 526950K .......... .......... .......... .......... .......... 84% 243M 0s 2024-08-22T20:35:55.1026427Z 527000K .......... .......... .......... .......... .......... 84% 271M 0s 2024-08-22T20:35:55.1028600Z 527050K .......... .......... .......... .......... .......... 84% 227M 0s 2024-08-22T20:35:55.1030377Z 527100K .......... .......... .......... .......... .......... 84% 278M 0s 2024-08-22T20:35:55.1032009Z 527150K .......... .......... .......... .......... .......... 84% 292M 0s 2024-08-22T20:35:55.1033958Z 527200K .......... .......... .......... .......... .......... 84% 249M 0s 2024-08-22T20:35:55.1035859Z 527250K .......... .......... .......... .......... .......... 84% 263M 0s 2024-08-22T20:35:55.1037480Z 527300K .......... .......... .......... .......... .......... 84% 293M 0s 2024-08-22T20:35:55.1039319Z 527350K .......... .......... .......... .......... .......... 84% 263M 0s 2024-08-22T20:35:55.1041242Z 527400K .......... .......... .......... .......... .......... 84% 268M 0s 2024-08-22T20:35:55.1043324Z 527450K .......... .......... .......... .......... .......... 84% 226M 0s 2024-08-22T20:35:55.1044988Z 527500K .......... .......... .......... .......... .......... 84% 291M 0s 2024-08-22T20:35:55.1046886Z 527550K .......... .......... .......... .......... .......... 84% 262M 0s 2024-08-22T20:35:55.1048897Z 527600K .......... .......... .......... .......... .......... 84% 242M 0s 2024-08-22T20:35:55.1050861Z 527650K .......... .......... .......... .......... .......... 84% 249M 0s 2024-08-22T20:35:55.1052489Z 527700K .......... .......... .......... .......... .......... 84% 298M 0s 2024-08-22T20:35:55.1054184Z 527750K .......... .......... .......... .......... .......... 84% 288M 0s 2024-08-22T20:35:55.1056254Z 527800K .......... .......... .......... .......... .......... 84% 238M 0s 2024-08-22T20:35:55.1058016Z 527850K .......... .......... .......... .......... .......... 84% 271M 0s 2024-08-22T20:35:55.1059600Z 527900K .......... .......... .......... .......... .......... 84% 310M 0s 2024-08-22T20:35:55.1061866Z 527950K .......... .......... .......... .......... .......... 84% 216M 0s 2024-08-22T20:35:55.1063546Z 528000K .......... .......... .......... .......... .......... 84% 291M 0s 2024-08-22T20:35:55.1065196Z 528050K .......... .......... .......... .......... .......... 84% 295M 0s 2024-08-22T20:35:55.1067031Z 528100K .......... .......... .......... .......... .......... 84% 267M 0s 2024-08-22T20:35:55.1069112Z 528150K .......... .......... .......... .......... .......... 84% 233M 0s 2024-08-22T20:35:55.1070851Z 528200K .......... .......... .......... .......... .......... 84% 275M 0s 2024-08-22T20:35:55.1072614Z 528250K .......... .......... .......... .......... .......... 84% 283M 0s 2024-08-22T20:35:55.1074410Z 528300K .......... .......... .......... .......... .......... 84% 281M 0s 2024-08-22T20:35:55.1076383Z 528350K .......... .......... .......... .......... .......... 84% 235M 0s 2024-08-22T20:35:55.1078404Z 528400K .......... .......... .......... .......... .......... 84% 272M 0s 2024-08-22T20:35:55.1080065Z 528450K .......... .......... .......... .......... .......... 84% 276M 0s 2024-08-22T20:35:55.1081787Z 528500K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1083689Z 528550K .......... .......... .......... .......... .......... 85% 249M 0s 2024-08-22T20:35:55.1085495Z 528600K .......... .......... .......... .......... .......... 85% 273M 0s 2024-08-22T20:35:55.1087341Z 528650K .......... .......... .......... .......... .......... 85% 275M 0s 2024-08-22T20:35:55.1089331Z 528700K .......... .......... .......... .......... .......... 85% 248M 0s 2024-08-22T20:35:55.1091367Z 528750K .......... .......... .......... .......... .......... 85% 265M 0s 2024-08-22T20:35:55.1093095Z 528800K .......... .......... .......... .......... .......... 85% 241M 0s 2024-08-22T20:35:55.1094791Z 528850K .......... .......... .......... .......... .......... 85% 284M 0s 2024-08-22T20:35:55.1096735Z 528900K .......... .......... .......... .......... .......... 85% 255M 0s 2024-08-22T20:35:55.1098590Z 528950K .......... .......... .......... .......... .......... 85% 269M 0s 2024-08-22T20:35:55.1100639Z 529000K .......... .......... .......... .......... .......... 85% 234M 0s 2024-08-22T20:35:55.1102578Z 529050K .......... .......... .......... .......... .......... 85% 252M 0s 2024-08-22T20:35:55.1104583Z 529100K .......... .......... .......... .......... .......... 85% 279M 0s 2024-08-22T20:35:55.1106433Z 529150K .......... .......... .......... .......... .......... 85% 228M 0s 2024-08-22T20:35:55.1108820Z 529200K .......... .......... .......... .......... .......... 85% 206M 0s 2024-08-22T20:35:55.1110607Z 529250K .......... .......... .......... .......... .......... 85% 277M 0s 2024-08-22T20:35:55.1112427Z 529300K .......... .......... .......... .......... .......... 85% 267M 0s 2024-08-22T20:35:55.1114424Z 529350K .......... .......... .......... .......... .......... 85% 242M 0s 2024-08-22T20:35:55.1116243Z 529400K .......... .......... .......... .......... .......... 85% 271M 0s 2024-08-22T20:35:55.1118368Z 529450K .......... .......... .......... .......... .......... 85% 229M 0s 2024-08-22T20:35:55.1120161Z 529500K .......... .......... .......... .......... .......... 85% 290M 0s 2024-08-22T20:35:55.1122010Z 529550K .......... .......... .......... .......... .......... 85% 266M 0s 2024-08-22T20:35:55.1124050Z 529600K .......... .......... .......... .......... .......... 85% 233M 0s 2024-08-22T20:35:55.1125960Z 529650K .......... .......... .......... .......... .......... 85% 247M 0s 2024-08-22T20:35:55.1127959Z 529700K .......... .......... .......... .......... .......... 85% 242M 0s 2024-08-22T20:35:55.1129601Z 529750K .......... .......... .......... .......... .......... 85% 299M 0s 2024-08-22T20:35:55.1131427Z 529800K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1133277Z 529850K .......... .......... .......... .......... .......... 85% 250M 0s 2024-08-22T20:35:55.1135057Z 529900K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1136987Z 529950K .......... .......... .......... .......... .......... 85% 248M 0s 2024-08-22T20:35:55.1138650Z 530000K .......... .......... .......... .......... .......... 85% 304M 0s 2024-08-22T20:35:55.1140312Z 530050K .......... .......... .......... .......... .......... 85% 287M 0s 2024-08-22T20:35:55.1142111Z 530100K .......... .......... .......... .......... .......... 85% 283M 0s 2024-08-22T20:35:55.1143869Z 530150K .......... .......... .......... .......... .......... 85% 267M 0s 2024-08-22T20:35:55.1145902Z 530200K .......... .......... .......... .......... .......... 85% 237M 0s 2024-08-22T20:35:55.1147646Z 530250K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1149886Z 530300K .......... .......... .......... .......... .......... 85% 250M 0s 2024-08-22T20:35:55.1151726Z 530350K .......... .......... .......... .......... .......... 85% 253M 0s 2024-08-22T20:35:55.1153537Z 530400K .......... .......... .......... .......... .......... 85% 254M 0s 2024-08-22T20:35:55.1155246Z 530450K .......... .......... .......... .......... .......... 85% 276M 0s 2024-08-22T20:35:55.1156989Z 530500K .......... .......... .......... .......... .......... 85% 284M 0s 2024-08-22T20:35:55.1158797Z 530550K .......... .......... .......... .......... .......... 85% 267M 0s 2024-08-22T20:35:55.1160618Z 530600K .......... .......... .......... .......... .......... 85% 268M 0s 2024-08-22T20:35:55.1162343Z 530650K .......... .......... .......... .......... .......... 85% 281M 0s 2024-08-22T20:35:55.1164547Z 530700K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1166060Z 530750K .......... .......... .......... .......... .......... 85% 248M 0s 2024-08-22T20:35:55.1167919Z 530800K .......... .......... .......... .......... .......... 85% 268M 0s 2024-08-22T20:35:55.1170043Z 530850K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1171720Z 530900K .......... .......... .......... .......... .......... 85% 236M 0s 2024-08-22T20:35:55.1173534Z 530950K .......... .......... .......... .......... .......... 85% 272M 0s 2024-08-22T20:35:55.1175274Z 531000K .......... .......... .......... .......... .......... 85% 279M 0s 2024-08-22T20:35:55.1177006Z 531050K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1178978Z 531100K .......... .......... .......... .......... .......... 85% 249M 0s 2024-08-22T20:35:55.1180753Z 531150K .......... .......... .......... .......... .......... 85% 283M 0s 2024-08-22T20:35:55.1182520Z 531200K .......... .......... .......... .......... .......... 85% 270M 0s 2024-08-22T20:35:55.1184477Z 531250K .......... .......... .......... .......... .......... 85% 249M 0s 2024-08-22T20:35:55.1186504Z 531300K .......... .......... .......... .......... .......... 85% 300M 0s 2024-08-22T20:35:55.1188203Z 531350K .......... .......... .......... .......... .......... 85% 238M 0s 2024-08-22T20:35:55.1190105Z 531400K .......... .......... .......... .......... .......... 85% 250M 0s 2024-08-22T20:35:55.1192001Z 531450K .......... .......... .......... .......... .......... 85% 264M 0s 2024-08-22T20:35:55.1193790Z 531500K .......... .......... .......... .......... .......... 85% 267M 0s 2024-08-22T20:35:55.1195974Z 531550K .......... .......... .......... .......... .......... 85% 274M 0s 2024-08-22T20:35:55.1197771Z 531600K .......... .......... .......... .......... .......... 85% 218M 0s 2024-08-22T20:35:55.1199541Z 531650K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1201354Z 531700K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1203094Z 531750K .......... .......... .......... .......... .......... 85% 274M 0s 2024-08-22T20:35:55.1204945Z 531800K .......... .......... .......... .......... .......... 85% 263M 0s 2024-08-22T20:35:55.1207045Z 531850K .......... .......... .......... .......... .......... 85% 277M 0s 2024-08-22T20:35:55.1208726Z 531900K .......... .......... .......... .......... .......... 85% 239M 0s 2024-08-22T20:35:55.1210501Z 531950K .......... .......... .......... .......... .......... 85% 277M 0s 2024-08-22T20:35:55.1212206Z 532000K .......... .......... .......... .......... .......... 85% 288M 0s 2024-08-22T20:35:55.1214175Z 532050K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1215887Z 532100K .......... .......... .......... .......... .......... 85% 251M 0s 2024-08-22T20:35:55.1217585Z 532150K .......... .......... .......... .......... .......... 85% 287M 0s 2024-08-22T20:35:55.1219355Z 532200K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1221391Z 532250K .......... .......... .......... .......... .......... 85% 299M 0s 2024-08-22T20:35:55.1223131Z 532300K .......... .......... .......... .......... .......... 85% 244M 0s 2024-08-22T20:35:55.1224804Z 532350K .......... .......... .......... .......... .......... 85% 293M 0s 2024-08-22T20:35:55.1226515Z 532400K .......... .......... .......... .......... .......... 85% 272M 0s 2024-08-22T20:35:55.1228693Z 532450K .......... .......... .......... .......... .......... 85% 275M 0s 2024-08-22T20:35:55.1230444Z 532500K .......... .......... .......... .......... .......... 85% 224M 0s 2024-08-22T20:35:55.1232519Z 532550K .......... .......... .......... .......... .......... 85% 276M 0s 2024-08-22T20:35:55.1234226Z 532600K .......... .......... .......... .......... .......... 85% 235M 0s 2024-08-22T20:35:55.1236076Z 532650K .......... .......... .......... .......... .......... 85% 265M 0s 2024-08-22T20:35:55.1237902Z 532700K .......... .......... .......... .......... .......... 85% 266M 0s 2024-08-22T20:35:55.1239807Z 532750K .......... .......... .......... .......... .......... 85% 256M 0s 2024-08-22T20:35:55.1241522Z 532800K .......... .......... .......... .......... .......... 85% 289M 0s 2024-08-22T20:35:55.1243533Z 532850K .......... .......... .......... .......... .......... 85% 290M 0s 2024-08-22T20:35:55.1245312Z 532900K .......... .......... .......... .......... .......... 85% 228M 0s 2024-08-22T20:35:55.1246975Z 532950K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:35:55.1248805Z 533000K .......... .......... .......... .......... .......... 85% 270M 0s 2024-08-22T20:35:55.1250733Z 533050K .......... .......... .......... .......... .......... 85% 251M 0s 2024-08-22T20:35:55.1252423Z 533100K .......... .......... .......... .......... .......... 85% 292M 0s 2024-08-22T20:35:55.1254393Z 533150K .......... .......... .......... .......... .......... 85% 247M 0s 2024-08-22T20:35:55.1256100Z 533200K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:35:55.1257819Z 533250K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:35:55.1259695Z 533300K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1261338Z 533350K .......... .......... .......... .......... .......... 85% 267M 0s 2024-08-22T20:35:55.1263356Z 533400K .......... .......... .......... .......... .......... 85% 291M 0s 2024-08-22T20:35:55.1264975Z 533450K .......... .......... .......... .......... .......... 85% 246M 0s 2024-08-22T20:35:55.1266874Z 533500K .......... .......... .......... .......... .......... 85% 263M 0s 2024-08-22T20:35:55.1268878Z 533550K .......... .......... .......... .......... .......... 85% 251M 0s 2024-08-22T20:35:55.1270687Z 533600K .......... .......... .......... .......... .......... 85% 262M 0s 2024-08-22T20:35:55.1272644Z 533650K .......... .......... .......... .......... .......... 85% 248M 0s 2024-08-22T20:35:55.1274370Z 533700K .......... .......... .......... .......... .......... 85% 287M 0s 2024-08-22T20:35:55.1276057Z 533750K .......... .......... .......... .......... .......... 85% 290M 0s 2024-08-22T20:35:55.1277858Z 533800K .......... .......... .......... .......... .......... 85% 270M 0s 2024-08-22T20:35:55.1279634Z 533850K .......... .......... .......... .......... .......... 85% 278M 0s 2024-08-22T20:35:55.1281733Z 533900K .......... .......... .......... .......... .......... 85% 229M 0s 2024-08-22T20:35:55.1283457Z 533950K .......... .......... .......... .......... .......... 85% 280M 0s 2024-08-22T20:35:55.1285449Z 534000K .......... .......... .......... .......... .......... 85% 244M 0s 2024-08-22T20:35:55.1287295Z 534050K .......... .......... .......... .......... .......... 85% 265M 0s 2024-08-22T20:35:55.1288983Z 534100K .......... .......... .......... .......... .......... 85% 299M 0s 2024-08-22T20:35:55.1290907Z 534150K .......... .......... .......... .......... .......... 85% 247M 0s 2024-08-22T20:35:55.1292489Z 534200K .......... .......... .......... .......... .......... 85% 309M 0s 2024-08-22T20:35:55.1294233Z 534250K .......... .......... .......... .......... .......... 85% 310M 0s 2024-08-22T20:35:55.1295929Z 534300K .......... .......... .......... .......... .......... 85% 309M 0s 2024-08-22T20:35:55.1297507Z 534350K .......... .......... .......... .......... .......... 85% 263M 0s 2024-08-22T20:35:55.1299342Z 534400K .......... .......... .......... .......... .......... 85% 308M 0s 2024-08-22T20:35:55.1300896Z 534450K .......... .......... .......... .......... .......... 85% 270M 0s 2024-08-22T20:35:55.1302469Z 534500K .......... .......... .......... .......... .......... 85% 307M 0s 2024-08-22T20:35:55.1304301Z 534550K .......... .......... .......... .......... .......... 85% 269M 0s 2024-08-22T20:35:55.1305978Z 534600K .......... .......... .......... .......... .......... 85% 296M 0s 2024-08-22T20:35:55.1307546Z 534650K .......... .......... .......... .......... .......... 85% 310M 0s 2024-08-22T20:35:55.1309623Z 534700K .......... .......... .......... .......... .......... 85% 240M 0s 2024-08-22T20:35:55.1311418Z 534750K .......... .......... .......... .......... .......... 86% 265M 0s 2024-08-22T20:35:55.1313319Z 534800K .......... .......... .......... .......... .......... 86% 258M 0s 2024-08-22T20:35:55.1315127Z 534850K .......... .......... .......... .......... .......... 86% 303M 0s 2024-08-22T20:35:55.1316711Z 534900K .......... .......... .......... .......... .......... 86% 266M 0s 2024-08-22T20:35:55.1318314Z 534950K .......... .......... .......... .......... .......... 86% 308M 0s 2024-08-22T20:35:55.1319958Z 535000K .......... .......... .......... .......... .......... 86% 300M 0s 2024-08-22T20:35:55.1321817Z 535050K .......... .......... .......... .......... .......... 86% 260M 0s 2024-08-22T20:35:55.1323687Z 535100K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1325302Z 535150K .......... .......... .......... .......... .......... 86% 295M 0s 2024-08-22T20:35:55.1327111Z 535200K .......... .......... .......... .......... .......... 86% 275M 0s 2024-08-22T20:35:55.1329078Z 535250K .......... .......... .......... .......... .......... 86% 248M 0s 2024-08-22T20:35:55.1330743Z 535300K .......... .......... .......... .......... .......... 86% 294M 0s 2024-08-22T20:35:55.1332664Z 535350K .......... .......... .......... .......... .......... 86% 302M 0s 2024-08-22T20:35:55.1334339Z 535400K .......... .......... .......... .......... .......... 86% 242M 0s 2024-08-22T20:35:55.1336248Z 535450K .......... .......... .......... .......... .......... 86% 326M 0s 2024-08-22T20:35:55.1337938Z 535500K .......... .......... .......... .......... .......... 86% 236M 0s 2024-08-22T20:35:55.1339596Z 535550K .......... .......... .......... .......... .......... 86% 296M 0s 2024-08-22T20:35:55.1341312Z 535600K .......... .......... .......... .......... .......... 86% 281M 0s 2024-08-22T20:35:55.1342956Z 535650K .......... .......... .......... .......... .......... 86% 294M 0s 2024-08-22T20:35:55.1344825Z 535700K .......... .......... .......... .......... .......... 86% 265M 0s 2024-08-22T20:35:55.1346927Z 535750K .......... .......... .......... .......... .......... 86% 232M 0s 2024-08-22T20:35:55.1349018Z 535800K .......... .......... .......... .......... .......... 86% 272M 0s 2024-08-22T20:35:55.1350566Z 535850K .......... .......... .......... .......... .......... 86% 261M 0s 2024-08-22T20:35:55.1352296Z 535900K .......... .......... .......... .......... .......... 86% 284M 0s 2024-08-22T20:35:55.1354015Z 535950K .......... .......... .......... .......... .......... 86% 293M 0s 2024-08-22T20:35:55.1356054Z 536000K .......... .......... .......... .......... .......... 86% 289M 0s 2024-08-22T20:35:55.1357665Z 536050K .......... .......... .......... .......... .......... 86% 246M 0s 2024-08-22T20:35:55.1359337Z 536100K .......... .......... .......... .......... .......... 86% 296M 0s 2024-08-22T20:35:55.1360981Z 536150K .......... .......... .......... .......... .......... 86% 291M 0s 2024-08-22T20:35:55.1362945Z 536200K .......... .......... .......... .......... .......... 86% 309M 0s 2024-08-22T20:35:55.1364429Z 536250K .......... .......... .......... .......... .......... 86% 263M 0s 2024-08-22T20:35:55.1366023Z 536300K .......... .......... .......... .......... .......... 86% 301M 0s 2024-08-22T20:35:55.1367810Z 536350K .......... .......... .......... .......... .......... 86% 277M 0s 2024-08-22T20:35:55.1369724Z 536400K .......... .......... .......... .......... .......... 86% 308M 0s 2024-08-22T20:35:55.1371460Z 536450K .......... .......... .......... .......... .......... 86% 237M 0s 2024-08-22T20:35:55.1373042Z 536500K .......... .......... .......... .......... .......... 86% 304M 0s 2024-08-22T20:35:55.1374809Z 536550K .......... .......... .......... .......... .......... 86% 278M 0s 2024-08-22T20:35:55.1376659Z 536600K .......... .......... .......... .......... .......... 86% 302M 0s 2024-08-22T20:35:55.1378230Z 536650K .......... .......... .......... .......... .......... 86% 269M 0s 2024-08-22T20:35:55.1380119Z 536700K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1381987Z 536750K .......... .......... .......... .......... .......... 86% 252M 0s 2024-08-22T20:35:55.1383612Z 536800K .......... .......... .......... .......... .......... 86% 301M 0s 2024-08-22T20:35:55.1385246Z 536850K .......... .......... .......... .......... .......... 86% 300M 0s 2024-08-22T20:35:55.1387236Z 536900K .......... .......... .......... .......... .......... 86% 250M 0s 2024-08-22T20:35:55.1389160Z 536950K .......... .......... .......... .......... .......... 86% 251M 0s 2024-08-22T20:35:55.1391165Z 537000K .......... .......... .......... .......... .......... 86% 244M 0s 2024-08-22T20:35:55.1392732Z 537050K .......... .......... .......... .......... .......... 86% 303M 0s 2024-08-22T20:35:55.1394647Z 537100K .......... .......... .......... .......... .......... 86% 259M 0s 2024-08-22T20:35:55.1396422Z 537150K .......... .......... .......... .......... .......... 86% 275M 0s 2024-08-22T20:35:55.1398031Z 537200K .......... .......... .......... .......... .......... 86% 305M 0s 2024-08-22T20:35:55.1399830Z 537250K .......... .......... .......... .......... .......... 86% 274M 0s 2024-08-22T20:35:55.1401764Z 537300K .......... .......... .......... .......... .......... 86% 249M 0s 2024-08-22T20:35:55.1403507Z 537350K .......... .......... .......... .......... .......... 86% 282M 0s 2024-08-22T20:35:55.1405193Z 537400K .......... .......... .......... .......... .......... 86% 298M 0s 2024-08-22T20:35:55.1407177Z 537450K .......... .......... .......... .......... .......... 86% 242M 0s 2024-08-22T20:35:55.1408994Z 537500K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1410763Z 537550K .......... .......... .......... .......... .......... 86% 294M 0s 2024-08-22T20:35:55.1412586Z 537600K .......... .......... .......... .......... .......... 86% 290M 0s 2024-08-22T20:35:55.1414049Z 537650K .......... .......... .......... .......... .......... 86% 287M 0s 2024-08-22T20:35:55.1416143Z 537700K .......... .......... .......... .......... .......... 86% 232M 0s 2024-08-22T20:35:55.1417737Z 537750K .......... .......... .......... .......... .......... 86% 305M 0s 2024-08-22T20:35:55.1419701Z 537800K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1421414Z 537850K .......... .......... .......... .......... .......... 86% 250M 0s 2024-08-22T20:35:55.1423116Z 537900K .......... .......... .......... .......... .......... 86% 289M 0s 2024-08-22T20:35:55.1425020Z 537950K .......... .......... .......... .......... .......... 86% 253M 0s 2024-08-22T20:35:55.1426739Z 538000K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1428696Z 538050K .......... .......... .......... .......... .......... 86% 253M 0s 2024-08-22T20:35:55.1430718Z 538100K .......... .......... .......... .......... .......... 86% 237M 0s 2024-08-22T20:35:55.1432566Z 538150K .......... .......... .......... .......... .......... 86% 297M 0s 2024-08-22T20:35:55.1434065Z 538200K .......... .......... .......... .......... .......... 86% 298M 0s 2024-08-22T20:35:55.1435764Z 538250K .......... .......... .......... .......... .......... 86% 276M 0s 2024-08-22T20:35:55.1437635Z 538300K .......... .......... .......... .......... .......... 86% 279M 0s 2024-08-22T20:35:55.1439726Z 538350K .......... .......... .......... .......... .......... 86% 223M 0s 2024-08-22T20:35:55.1441399Z 538400K .......... .......... .......... .......... .......... 86% 292M 0s 2024-08-22T20:35:55.1443090Z 538450K .......... .......... .......... .......... .......... 86% 288M 0s 2024-08-22T20:35:55.1444972Z 538500K .......... .......... .......... .......... .......... 86% 261M 0s 2024-08-22T20:35:55.1446670Z 538550K .......... .......... .......... .......... .......... 86% 287M 0s 2024-08-22T20:35:55.1448766Z 538600K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1450448Z 538650K .......... .......... .......... .......... .......... 86% 237M 0s 2024-08-22T20:35:55.1452149Z 538700K .......... .......... .......... .......... .......... 86% 285M 0s 2024-08-22T20:35:55.1453872Z 538750K .......... .......... .......... .......... .......... 86% 283M 0s 2024-08-22T20:35:55.1455670Z 538800K .......... .......... .......... .......... .......... 86% 274M 0s 2024-08-22T20:35:55.1457700Z 538850K .......... .......... .......... .......... .......... 86% 300M 0s 2024-08-22T20:35:55.1459421Z 538900K .......... .......... .......... .......... .......... 86% 229M 0s 2024-08-22T20:35:55.1461040Z 538950K .......... .......... .......... .......... .......... 86% 303M 0s 2024-08-22T20:35:55.1462816Z 539000K .......... .......... .......... .......... .......... 86% 289M 0s 2024-08-22T20:35:55.1464489Z 539050K .......... .......... .......... .......... .......... 86% 275M 0s 2024-08-22T20:35:55.1466243Z 539100K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1468311Z 539150K .......... .......... .......... .......... .......... 86% 245M 0s 2024-08-22T20:35:55.1470158Z 539200K .......... .......... .......... .......... .......... 86% 250M 0s 2024-08-22T20:35:55.1472115Z 539250K .......... .......... .......... .......... .......... 86% 285M 0s 2024-08-22T20:35:55.1473844Z 539300K .......... .......... .......... .......... .......... 86% 250M 0s 2024-08-22T20:35:55.1475833Z 539350K .......... .......... .......... .......... .......... 86% 308M 0s 2024-08-22T20:35:55.1477849Z 539400K .......... .......... .......... .......... .......... 86% 211M 0s 2024-08-22T20:35:55.1479563Z 539450K .......... .......... .......... .......... .......... 86% 280M 0s 2024-08-22T20:35:55.1481520Z 539500K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1483434Z 539550K .......... .......... .......... .......... .......... 86% 230M 0s 2024-08-22T20:35:55.1485192Z 539600K .......... .......... .......... .......... .......... 86% 282M 0s 2024-08-22T20:35:55.1486940Z 539650K .......... .......... .......... .......... .......... 86% 290M 0s 2024-08-22T20:35:55.1488690Z 539700K .......... .......... .......... .......... .......... 86% 266M 0s 2024-08-22T20:35:55.1490458Z 539750K .......... .......... .......... .......... .......... 86% 282M 0s 2024-08-22T20:35:55.1492296Z 539800K .......... .......... .......... .......... .......... 86% 256M 0s 2024-08-22T20:35:55.1494155Z 539850K .......... .......... .......... .......... .......... 86% 264M 0s 2024-08-22T20:35:55.1495826Z 539900K .......... .......... .......... .......... .......... 86% 293M 0s 2024-08-22T20:35:55.1497666Z 539950K .......... .......... .......... .......... .......... 86% 269M 0s 2024-08-22T20:35:55.1499587Z 540000K .......... .......... .......... .......... .......... 86% 254M 0s 2024-08-22T20:35:55.1501253Z 540050K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1503526Z 540100K .......... .......... .......... .......... .......... 86% 282M 0s 2024-08-22T20:35:55.1505083Z 540150K .......... .......... .......... .......... .......... 86% 241M 0s 2024-08-22T20:35:55.1507014Z 540200K .......... .......... .......... .......... .......... 86% 248M 0s 2024-08-22T20:35:55.1508833Z 540250K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1510570Z 540300K .......... .......... .......... .......... .......... 86% 281M 0s 2024-08-22T20:35:55.1512890Z 540350K .......... .......... .......... .......... .......... 86% 255M 0s 2024-08-22T20:35:55.1514296Z 540400K .......... .......... .......... .......... .......... 86% 264M 0s 2024-08-22T20:35:55.1516289Z 540450K .......... .......... .......... .......... .......... 86% 247M 0s 2024-08-22T20:35:55.1517965Z 540500K .......... .......... .......... .......... .......... 86% 287M 0s 2024-08-22T20:35:55.1520081Z 540550K .......... .......... .......... .......... .......... 86% 242M 0s 2024-08-22T20:35:55.1521847Z 540600K .......... .......... .......... .......... .......... 86% 267M 0s 2024-08-22T20:35:55.1523650Z 540650K .......... .......... .......... .......... .......... 86% 286M 0s 2024-08-22T20:35:55.1525503Z 540700K .......... .......... .......... .......... .......... 86% 289M 0s 2024-08-22T20:35:55.1527155Z 540750K .......... .......... .......... .......... .......... 86% 256M 0s 2024-08-22T20:35:55.1528821Z 540800K .......... .......... .......... .......... .......... 86% 297M 0s 2024-08-22T20:35:55.1530721Z 540850K .......... .......... .......... .......... .......... 86% 261M 0s 2024-08-22T20:35:55.1532924Z 540900K .......... .......... .......... .......... .......... 86% 266M 0s 2024-08-22T20:35:55.1534692Z 540950K .......... .......... .......... .......... .......... 87% 221M 0s 2024-08-22T20:35:55.1536548Z 541000K .......... .......... .......... .......... .......... 87% 281M 0s 2024-08-22T20:35:55.1538188Z 541050K .......... .......... .......... .......... .......... 87% 286M 0s 2024-08-22T20:35:55.1540123Z 541100K .......... .......... .......... .......... .......... 87% 290M 0s 2024-08-22T20:35:55.1542007Z 541150K .......... .......... .......... .......... .......... 87% 223M 0s 2024-08-22T20:35:55.1543796Z 541200K .......... .......... .......... .......... .......... 87% 276M 0s 2024-08-22T20:35:55.1545657Z 541250K .......... .......... .......... .......... .......... 87% 263M 0s 2024-08-22T20:35:55.1547605Z 541300K .......... .......... .......... .......... .......... 87% 256M 0s 2024-08-22T20:35:55.1549996Z 541350K .......... .......... .......... .......... .......... 87% 208M 0s 2024-08-22T20:35:55.1551800Z 541400K .......... .......... .......... .......... .......... 87% 262M 0s 2024-08-22T20:35:55.1553624Z 541450K .......... .......... .......... .......... .......... 87% 270M 0s 2024-08-22T20:35:55.1555240Z 541500K .......... .......... .......... .......... .......... 87% 296M 0s 2024-08-22T20:35:55.1557383Z 541550K .......... .......... .......... .......... .......... 87% 278M 0s 2024-08-22T20:35:55.1559208Z 541600K .......... .......... .......... .......... .......... 87% 222M 0s 2024-08-22T20:35:55.1561123Z 541650K .......... .......... .......... .......... .......... 87% 255M 0s 2024-08-22T20:35:55.1562920Z 541700K .......... .......... .......... .......... .......... 87% 271M 0s 2024-08-22T20:35:55.1564526Z 541750K .......... .......... .......... .......... .......... 87% 298M 0s 2024-08-22T20:35:55.1566455Z 541800K .......... .......... .......... .......... .......... 87% 259M 0s 2024-08-22T20:35:55.1568484Z 541850K .......... .......... .......... .......... .......... 87% 240M 0s 2024-08-22T20:35:55.1570437Z 541900K .......... .......... .......... .......... .......... 87% 253M 0s 2024-08-22T20:35:55.1572480Z 541950K .......... .......... .......... .......... .......... 87% 265M 0s 2024-08-22T20:35:55.1574271Z 542000K .......... .......... .......... .......... .......... 87% 238M 0s 2024-08-22T20:35:55.1576288Z 542050K .......... .......... .......... .......... .......... 87% 275M 0s 2024-08-22T20:35:55.1578400Z 542100K .......... .......... .......... .......... .......... 87% 216M 0s 2024-08-22T20:35:55.1580251Z 542150K .......... .......... .......... .......... .......... 87% 270M 0s 2024-08-22T20:35:55.1582019Z 542200K .......... .......... .......... .......... .......... 87% 262M 0s 2024-08-22T20:35:55.1583627Z 542250K .......... .......... .......... .......... .......... 87% 298M 0s 2024-08-22T20:35:55.1585287Z 542300K .......... .......... .......... .......... .......... 87% 295M 0s 2024-08-22T20:35:55.1587302Z 542350K .......... .......... .......... .......... .......... 87% 243M 0s 2024-08-22T20:35:55.1589248Z 542400K .......... .......... .......... .......... .......... 87% 258M 0s 2024-08-22T20:35:55.1591083Z 542450K .......... .......... .......... .......... .......... 87% 260M 0s 2024-08-22T20:35:55.1592958Z 542500K .......... .......... .......... .......... .......... 87% 265M 0s 2024-08-22T20:35:55.1594757Z 542550K .......... .......... .......... .......... .......... 87% 271M 0s 2024-08-22T20:35:55.1596830Z 542600K .......... .......... .......... .......... .......... 87% 300M 0s 2024-08-22T20:35:55.1598673Z 542650K .......... .......... .......... .......... .......... 87% 223M 0s 2024-08-22T20:35:55.1600681Z 542700K .......... .......... .......... .......... .......... 87% 266M 0s 2024-08-22T20:35:55.1602464Z 542750K .......... .......... .......... .......... .......... 87% 237M 0s 2024-08-22T20:35:55.1604222Z 542800K .......... .......... .......... .......... .......... 87% 275M 0s 2024-08-22T20:35:55.1606181Z 542850K .......... .......... .......... .......... .......... 87% 253M 0s 2024-08-22T20:35:55.1607840Z 542900K .......... .......... .......... .......... .......... 87% 288M 0s 2024-08-22T20:35:55.1609623Z 542950K .......... .......... .......... .......... .......... 87% 295M 0s 2024-08-22T20:35:55.1611429Z 543000K .......... .......... .......... .......... .......... 87% 247M 0s 2024-08-22T20:35:55.1613056Z 543050K .......... .......... .......... .......... .......... 87% 318M 0s 2024-08-22T20:35:55.1615025Z 543100K .......... .......... .......... .......... .......... 87% 243M 0s 2024-08-22T20:35:55.1616762Z 543150K .......... .......... .......... .......... .......... 87% 279M 0s 2024-08-22T20:35:55.1618741Z 543200K .......... .......... .......... .......... .......... 87% 260M 0s 2024-08-22T20:35:55.1620389Z 543250K .......... .......... .......... .......... .......... 87% 291M 0s 2024-08-22T20:35:55.1622188Z 543300K .......... .......... .......... .......... .......... 87% 264M 0s 2024-08-22T20:35:55.1624219Z 543350K .......... .......... .......... .......... .......... 87% 286M 0s 2024-08-22T20:35:55.1625895Z 543400K .......... .......... .......... .......... .......... 87% 241M 0s 2024-08-22T20:35:55.1627775Z 543450K .......... .......... .......... .......... .......... 87% 277M 0s 2024-08-22T20:35:55.1630253Z 543500K .......... .......... .......... .......... .......... 87% 211M 0s 2024-08-22T20:35:55.1631849Z 543550K .......... .......... .......... .......... .......... 87% 259M 0s 2024-08-22T20:35:55.1633542Z 543600K .......... .......... .......... .......... .......... 87% 288M 0s 2024-08-22T20:35:55.1635496Z 543650K .......... .......... .......... .......... .......... 87% 252M 0s 2024-08-22T20:35:55.1637283Z 543700K .......... .......... .......... .......... .......... 87% 280M 0s 2024-08-22T20:35:55.1639103Z 543750K .......... .......... .......... .......... .......... 87% 260M 0s 2024-08-22T20:35:55.1640845Z 543800K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1642974Z 543850K .......... .......... .......... .......... .......... 87% 275M 0s 2024-08-22T20:35:55.1644767Z 543900K .......... .......... .......... .......... .......... 87% 238M 0s 2024-08-22T20:35:55.1646576Z 543950K .......... .......... .......... .......... .......... 87% 297M 0s 2024-08-22T20:35:55.1648568Z 544000K .......... .......... .......... .......... .......... 87% 235M 0s 2024-08-22T20:35:55.1650146Z 544050K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1652006Z 544100K .......... .......... .......... .......... .......... 87% 262M 0s 2024-08-22T20:35:55.1653744Z 544150K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1655771Z 544200K .......... .......... .......... .......... .......... 87% 239M 0s 2024-08-22T20:35:55.1657497Z 544250K .......... .......... .......... .......... .......... 87% 288M 0s 2024-08-22T20:35:55.1659246Z 544300K .......... .......... .......... .......... .......... 87% 283M 0s 2024-08-22T20:35:55.1661048Z 544350K .......... .......... .......... .......... .......... 87% 263M 0s 2024-08-22T20:35:55.1662726Z 544400K .......... .......... .......... .......... .......... 87% 289M 0s 2024-08-22T20:35:55.1664337Z 544450K .......... .......... .......... .......... .......... 87% 304M 0s 2024-08-22T20:35:55.1666508Z 544500K .......... .......... .......... .......... .......... 87% 244M 0s 2024-08-22T20:35:55.1668392Z 544550K .......... .......... .......... .......... .......... 87% 255M 0s 2024-08-22T20:35:55.1670222Z 544600K .......... .......... .......... .......... .......... 87% 253M 0s 2024-08-22T20:35:55.1672175Z 544650K .......... .......... .......... .......... .......... 87% 244M 0s 2024-08-22T20:35:55.1673927Z 544700K .......... .......... .......... .......... .......... 87% 278M 0s 2024-08-22T20:35:55.1675656Z 544750K .......... .......... .......... .......... .......... 87% 285M 0s 2024-08-22T20:35:55.1677786Z 544800K .......... .......... .......... .......... .......... 87% 278M 0s 2024-08-22T20:35:55.1679679Z 544850K .......... .......... .......... .......... .......... 87% 216M 0s 2024-08-22T20:35:55.1681405Z 544900K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1683140Z 544950K .......... .......... .......... .......... .......... 87% 297M 0s 2024-08-22T20:35:55.1685062Z 545000K .......... .......... .......... .......... .......... 87% 285M 0s 2024-08-22T20:35:55.1686637Z 545050K .......... .......... .......... .......... .......... 87% 259M 0s 2024-08-22T20:35:55.1688400Z 545100K .......... .......... .......... .......... .......... 87% 278M 0s 2024-08-22T20:35:55.1690264Z 545150K .......... .......... .......... .......... .......... 87% 263M 0s 2024-08-22T20:35:55.1692358Z 545200K .......... .......... .......... .......... .......... 87% 296M 0s 2024-08-22T20:35:55.1693995Z 545250K .......... .......... .......... .......... .......... 87% 238M 0s 2024-08-22T20:35:55.1695705Z 545300K .......... .......... .......... .......... .......... 87% 287M 0s 2024-08-22T20:35:55.1697602Z 545350K .......... .......... .......... .......... .......... 87% 266M 0s 2024-08-22T20:35:55.1699374Z 545400K .......... .......... .......... .......... .......... 87% 260M 0s 2024-08-22T20:35:55.1701133Z 545450K .......... .......... .......... .......... .......... 87% 287M 0s 2024-08-22T20:35:55.1702914Z 545500K .......... .......... .......... .......... .......... 87% 272M 0s 2024-08-22T20:35:55.1704946Z 545550K .......... .......... .......... .......... .......... 87% 234M 0s 2024-08-22T20:35:55.1706697Z 545600K .......... .......... .......... .......... .......... 87% 285M 0s 2024-08-22T20:35:55.1708590Z 545650K .......... .......... .......... .......... .......... 87% 257M 0s 2024-08-22T20:35:55.1710623Z 545700K .......... .......... .......... .......... .......... 87% 238M 0s 2024-08-22T20:35:55.1712372Z 545750K .......... .......... .......... .......... .......... 87% 283M 0s 2024-08-22T20:35:55.1714155Z 545800K .......... .......... .......... .......... .......... 87% 273M 0s 2024-08-22T20:35:55.1715952Z 545850K .......... .......... .......... .......... .......... 87% 304M 0s 2024-08-22T20:35:55.1717607Z 545900K .......... .......... .......... .......... .......... 87% 262M 0s 2024-08-22T20:35:55.1719919Z 545950K .......... .......... .......... .......... .......... 87% 281M 0s 2024-08-22T20:35:55.1721452Z 546000K .......... .......... .......... .......... .......... 87% 241M 0s 2024-08-22T20:35:55.1723078Z 546050K .......... .......... .......... .......... .......... 87% 288M 0s 2024-08-22T20:35:55.1724907Z 546100K .......... .......... .......... .......... .......... 87% 272M 0s 2024-08-22T20:35:55.1726736Z 546150K .......... .......... .......... .......... .......... 87% 262M 0s 2024-08-22T20:35:55.1728805Z 546200K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1730442Z 546250K .......... .......... .......... .......... .......... 87% 246M 0s 2024-08-22T20:35:55.1732299Z 546300K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1734165Z 546350K .......... .......... .......... .......... .......... 87% 244M 0s 2024-08-22T20:35:55.1735913Z 546400K .......... .......... .......... .......... .......... 87% 284M 0s 2024-08-22T20:35:55.1737861Z 546450K .......... .......... .......... .......... .......... 87% 248M 0s 2024-08-22T20:35:55.1739558Z 546500K .......... .......... .......... .......... .......... 87% 289M 0s 2024-08-22T20:35:55.1741465Z 546550K .......... .......... .......... .......... .......... 87% 293M 0s 2024-08-22T20:35:55.1743275Z 546600K .......... .......... .......... .......... .......... 87% 237M 0s 2024-08-22T20:35:55.1745062Z 546650K .......... .......... .......... .......... .......... 87% 274M 0s 2024-08-22T20:35:55.1746865Z 546700K .......... .......... .......... .......... .......... 87% 282M 0s 2024-08-22T20:35:55.1749033Z 546750K .......... .......... .......... .......... .......... 87% 258M 0s 2024-08-22T20:35:55.1750658Z 546800K .......... .......... .......... .......... .......... 87% 247M 0s 2024-08-22T20:35:55.1752512Z 546850K .......... .......... .......... .......... .......... 87% 267M 0s 2024-08-22T20:35:55.1754616Z 546900K .......... .......... .......... .......... .......... 87% 232M 0s 2024-08-22T20:35:55.1756388Z 546950K .......... .......... .......... .......... .......... 87% 272M 0s 2024-08-22T20:35:55.1758129Z 547000K .......... .......... .......... .......... .......... 87% 287M 0s 2024-08-22T20:35:55.1760007Z 547050K .......... .......... .......... .......... .......... 87% 258M 0s 2024-08-22T20:35:55.1762058Z 547100K .......... .......... .......... .......... .......... 87% 233M 0s 2024-08-22T20:35:55.1763877Z 547150K .......... .......... .......... .......... .......... 88% 320M 0s 2024-08-22T20:35:55.1765501Z 547200K .......... .......... .......... .......... .......... 88% 255M 0s 2024-08-22T20:35:55.1767050Z 547250K .......... .......... .......... .......... .......... 88% 308M 0s 2024-08-22T20:35:55.1769166Z 547300K .......... .......... .......... .......... .......... 88% 238M 0s 2024-08-22T20:35:55.1770935Z 547350K .......... .......... .......... .......... .......... 88% 274M 0s 2024-08-22T20:35:55.1772675Z 547400K .......... .......... .......... .......... .......... 88% 287M 0s 2024-08-22T20:35:55.1774454Z 547450K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:35:55.1776546Z 547500K .......... .......... .......... .......... .......... 88% 220M 0s 2024-08-22T20:35:55.1778262Z 547550K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-22T20:35:55.1779970Z 547600K .......... .......... .......... .......... .......... 88% 283M 0s 2024-08-22T20:35:55.1781704Z 547650K .......... .......... .......... .......... .......... 88% 283M 0s 2024-08-22T20:35:55.1783651Z 547700K .......... .......... .......... .......... .......... 88% 255M 0s 2024-08-22T20:35:55.1785498Z 547750K .......... .......... .......... .......... .......... 88% 259M 0s 2024-08-22T20:35:55.1787266Z 547800K .......... .......... .......... .......... .......... 88% 273M 0s 2024-08-22T20:35:55.1789407Z 547850K .......... .......... .......... .......... .......... 88% 238M 0s 2024-08-22T20:35:55.1791428Z 547900K .......... .......... .......... .......... .......... 88% 295M 0s 2024-08-22T20:35:55.1793022Z 547950K .......... .......... .......... .......... .......... 88% 244M 0s 2024-08-22T20:35:55.1794615Z 548000K .......... .......... .......... .......... .......... 88% 304M 0s 2024-08-22T20:35:55.1796295Z 548050K .......... .......... .......... .......... .......... 88% 293M 0s 2024-08-22T20:35:55.1798191Z 548100K .......... .......... .......... .......... .......... 88% 256M 0s 2024-08-22T20:35:55.1799882Z 548150K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:35:55.1801837Z 548200K .......... .......... .......... .......... .......... 88% 265M 0s 2024-08-22T20:35:55.1803397Z 548250K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:35:55.1805209Z 548300K .......... .......... .......... .......... .......... 88% 265M 0s 2024-08-22T20:35:55.1807029Z 548350K .......... .......... .......... .......... .......... 88% 280M 0s 2024-08-22T20:35:55.1809091Z 548400K .......... .......... .......... .......... .......... 88% 284M 0s 2024-08-22T20:35:55.1810790Z 548450K .......... .......... .......... .......... .......... 88% 231M 0s 2024-08-22T20:35:55.1812768Z 548500K .......... .......... .......... .......... .......... 88% 300M 0s 2024-08-22T20:35:55.1814271Z 548550K .......... .......... .......... .......... .......... 88% 262M 0s 2024-08-22T20:35:55.1816399Z 548600K .......... .......... .......... .......... .......... 88% 278M 0s 2024-08-22T20:35:55.1818040Z 548650K .......... .......... .......... .......... .......... 88% 243M 0s 2024-08-22T20:35:55.1819812Z 548700K .......... .......... .......... .......... .......... 88% 275M 0s 2024-08-22T20:35:55.1821773Z 548750K .......... .......... .......... .......... .......... 88% 249M 0s 2024-08-22T20:35:55.1823585Z 548800K .......... .......... .......... .......... .......... 88% 270M 0s 2024-08-22T20:35:55.1825768Z 548850K .......... .......... .......... .......... .......... 88% 273M 0s 2024-08-22T20:35:55.1827639Z 548900K .......... .......... .......... .......... .......... 88% 226M 0s 2024-08-22T20:35:55.1829528Z 548950K .......... .......... .......... .......... .......... 88% 259M 0s 2024-08-22T20:35:55.1831337Z 549000K .......... .......... .......... .......... .......... 88% 259M 0s 2024-08-22T20:35:55.1833291Z 549050K .......... .......... .......... .......... .......... 88% 244M 0s 2024-08-22T20:35:55.1835007Z 549100K .......... .......... .......... .......... .......... 88% 297M 0s 2024-08-22T20:35:55.1836778Z 549150K .......... .......... .......... .......... .......... 88% 267M 0s 2024-08-22T20:35:55.1838785Z 549200K .......... .......... .......... .......... .......... 88% 275M 0s 2024-08-22T20:35:55.1840687Z 549250K .......... .......... .......... .......... .......... 88% 233M 0s 2024-08-22T20:35:55.1842513Z 549300K .......... .......... .......... .......... .......... 88% 261M 0s 2024-08-22T20:35:55.1844383Z 549350K .......... .......... .......... .......... .......... 88% 263M 0s 2024-08-22T20:35:55.1846132Z 549400K .......... .......... .......... .......... .......... 88% 278M 0s 2024-08-22T20:35:55.1848151Z 549450K .......... .......... .......... .......... .......... 88% 244M 0s 2024-08-22T20:35:55.1849934Z 549500K .......... .......... .......... .......... .......... 88% 282M 0s 2024-08-22T20:35:55.1851671Z 549550K .......... .......... .......... .......... .......... 88% 272M 0s 2024-08-22T20:35:55.1853313Z 549600K .......... .......... .......... .......... .......... 88% 297M 0s 2024-08-22T20:35:55.1855251Z 549650K .......... .......... .......... .......... .......... 88% 251M 0s 2024-08-22T20:35:55.1856967Z 549700K .......... .......... .......... .......... .......... 88% 285M 0s 2024-08-22T20:35:55.1858875Z 549750K .......... .......... .......... .......... .......... 88% 272M 0s 2024-08-22T20:35:55.1860624Z 549800K .......... .......... .......... .......... .......... 88% 297M 0s 2024-08-22T20:35:55.1862601Z 549850K .......... .......... .......... .......... .......... 88% 239M 0s 2024-08-22T20:35:55.1864159Z 549900K .......... .......... .......... .......... .......... 88% 287M 0s 2024-08-22T20:35:55.1865894Z 549950K .......... .......... .......... .......... .......... 88% 278M 0s 2024-08-22T20:35:55.1867973Z 550000K .......... .......... .......... .......... .......... 88% 253M 0s 2024-08-22T20:35:55.1869689Z 550050K .......... .......... .......... .......... .......... 88% 266M 0s 2024-08-22T20:35:55.1871716Z 550100K .......... .......... .......... .......... .......... 88% 239M 0s 2024-08-22T20:35:55.1873493Z 550150K .......... .......... .......... .......... .......... 88% 273M 0s 2024-08-22T20:35:55.1875622Z 550200K .......... .......... .......... .......... .......... 88% 274M 0s 2024-08-22T20:35:55.1877340Z 550250K .......... .......... .......... .......... .......... 88% 241M 0s 2024-08-22T20:35:55.1879263Z 550300K .......... .......... .......... .......... .......... 88% 252M 0s 2024-08-22T20:35:55.1880889Z 550350K .......... .......... .......... .......... .......... 88% 297M 0s 2024-08-22T20:35:55.1882648Z 550400K .......... .......... .......... .......... .......... 88% 278M 0s 2024-08-22T20:35:55.1884612Z 550450K .......... .......... .......... .......... .......... 88% 248M 0s 2024-08-22T20:35:55.1886333Z 550500K .......... .......... .......... .......... .......... 88% 287M 0s 2024-08-22T20:35:55.1888132Z 550550K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-22T20:35:55.1890012Z 550600K .......... .......... .......... .......... .......... 88% 248M 0s 2024-08-22T20:35:55.1891739Z 550650K .......... .......... .......... .......... .......... 88% 281M 0s 2024-08-22T20:35:55.1893819Z 550700K .......... .......... .......... .......... .......... 88% 285M 0s 2024-08-22T20:35:55.1895560Z 550750K .......... .......... .......... .......... .......... 88% 235M 0s 2024-08-22T20:35:55.1897514Z 550800K .......... .......... .......... .......... .......... 88% 305M 0s 2024-08-22T20:35:55.1899258Z 550850K .......... .......... .......... .......... .......... 88% 229M 0s 2024-08-22T20:35:55.1901414Z 550900K .......... .......... .......... .......... .......... 88% 272M 0s 2024-08-22T20:35:55.1903043Z 550950K .......... .......... .......... .......... .......... 88% 244M 0s 2024-08-22T20:35:55.1904769Z 551000K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:35:55.1906543Z 551050K .......... .......... .......... .......... .......... 88% 275M 0s 2024-08-22T20:35:55.1908599Z 551100K .......... .......... .......... .......... .......... 88% 235M 0s 2024-08-22T20:35:55.1910553Z 551150K .......... .......... .......... .......... .......... 88% 247M 0s 2024-08-22T20:35:55.1912229Z 551200K .......... .......... .......... .......... .......... 88% 293M 0s 2024-08-22T20:35:55.1914168Z 551250K .......... .......... .......... .......... .......... 88% 250M 0s 2024-08-22T20:35:55.1915831Z 551300K .......... .......... .......... .......... .......... 88% 294M 0s 2024-08-22T20:35:55.1917984Z 551350K .......... .......... .......... .......... .......... 88% 287M 0s 2024-08-22T20:35:55.1919535Z 551400K .......... .......... .......... .......... .......... 88% 243M 0s 2024-08-22T20:35:55.1921712Z 551450K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-22T20:35:55.1923416Z 551500K .......... .......... .......... .......... .......... 88% 228M 0s 2024-08-22T20:35:55.1925455Z 551550K .......... .......... .......... .......... .......... 88% 294M 0s 2024-08-22T20:35:55.1927094Z 551600K .......... .......... .......... .......... .......... 88% 239M 0s 2024-08-22T20:35:55.1929016Z 551650K .......... .......... .......... .......... .......... 88% 294M 0s 2024-08-22T20:35:55.1930804Z 551700K .......... .......... .......... .......... .......... 88% 242M 0s 2024-08-22T20:35:55.1932426Z 551750K .......... .......... .......... .......... .......... 88% 305M 0s 2024-08-22T20:35:55.1934482Z 551800K .......... .......... .......... .......... .......... 88% 312M 0s 2024-08-22T20:35:55.1936052Z 551850K .......... .......... .......... .......... .......... 88% 241M 0s 2024-08-22T20:35:55.1937741Z 551900K .......... .......... .......... .......... .......... 88% 281M 0s 2024-08-22T20:35:55.1939661Z 551950K .......... .......... .......... .......... .......... 88% 293M 0s 2024-08-22T20:35:55.1941283Z 552000K .......... .......... .......... .......... .......... 88% 257M 0s 2024-08-22T20:35:55.1943361Z 552050K .......... .......... .......... .......... .......... 88% 283M 0s 2024-08-22T20:35:55.1944935Z 552100K .......... .......... .......... .......... .......... 88% 254M 0s 2024-08-22T20:35:55.1946607Z 552150K .......... .......... .......... .......... .......... 88% 293M 0s 2024-08-22T20:35:55.1948461Z 552200K .......... .......... .......... .......... .......... 88% 291M 0s 2024-08-22T20:35:55.1950458Z 552250K .......... .......... .......... .......... .......... 88% 265M 0s 2024-08-22T20:35:55.1952036Z 552300K .......... .......... .......... .......... .......... 88% 255M 0s 2024-08-22T20:35:55.1954279Z 552350K .......... .......... .......... .......... .......... 88% 264M 0s 2024-08-22T20:35:55.1955925Z 552400K .......... .......... .......... .......... .......... 88% 243M 0s 2024-08-22T20:35:55.1957743Z 552450K .......... .......... .......... .......... .......... 88% 261M 0s 2024-08-22T20:35:55.1959432Z 552500K .......... .......... .......... .......... .......... 88% 290M 0s 2024-08-22T20:35:55.1961397Z 552550K .......... .......... .......... .......... .......... 88% 250M 0s 2024-08-22T20:35:55.1963114Z 552600K .......... .......... .......... .......... .......... 88% 282M 0s 2024-08-22T20:35:55.1964972Z 552650K .......... .......... .......... .......... .......... 88% 265M 0s 2024-08-22T20:35:55.1967074Z 552700K .......... .......... .......... .......... .......... 88% 232M 0s 2024-08-22T20:35:55.1968727Z 552750K .......... .......... .......... .......... .......... 88% 295M 0s 2024-08-22T20:35:55.1970476Z 552800K .......... .......... .......... .......... .......... 88% 280M 0s 2024-08-22T20:35:55.1972206Z 552850K .......... .......... .......... .......... .......... 88% 282M 0s 2024-08-22T20:35:55.1974313Z 552900K .......... .......... .......... .......... .......... 88% 284M 0s 2024-08-22T20:35:55.1976185Z 552950K .......... .......... .......... .......... .......... 88% 221M 0s 2024-08-22T20:35:55.1977920Z 553000K .......... .......... .......... .......... .......... 88% 282M 0s 2024-08-22T20:35:55.1979712Z 553050K .......... .......... .......... .......... .......... 88% 266M 0s 2024-08-22T20:35:55.1981380Z 553100K .......... .......... .......... .......... .......... 88% 301M 0s 2024-08-22T20:35:55.1983541Z 553150K .......... .......... .......... .......... .......... 88% 220M 0s 2024-08-22T20:35:55.1985322Z 553200K .......... .......... .......... .......... .......... 88% 272M 0s 2024-08-22T20:35:55.1987058Z 553250K .......... .......... .......... .......... .......... 88% 284M 0s 2024-08-22T20:35:55.1989040Z 553300K .......... .......... .......... .......... .......... 88% 247M 0s 2024-08-22T20:35:55.1990775Z 553350K .......... .......... .......... .......... .......... 88% 280M 0s 2024-08-22T20:35:55.1992935Z 553400K .......... .......... .......... .......... .......... 89% 227M 0s 2024-08-22T20:35:55.1994681Z 553450K .......... .......... .......... .......... .......... 89% 279M 0s 2024-08-22T20:35:55.1996676Z 553500K .......... .......... .......... .......... .......... 89% 276M 0s 2024-08-22T20:35:55.1998394Z 553550K .......... .......... .......... .......... .......... 89% 251M 0s 2024-08-22T20:35:55.2000156Z 553600K .......... .......... .......... .......... .......... 89% 278M 0s 2024-08-22T20:35:55.2002236Z 553650K .......... .......... .......... .......... .......... 89% 234M 0s 2024-08-22T20:35:55.2003944Z 553700K .......... .......... .......... .......... .......... 89% 285M 0s 2024-08-22T20:35:55.2005866Z 553750K .......... .......... .......... .......... .......... 89% 279M 0s 2024-08-22T20:35:55.2007724Z 553800K .......... .......... .......... .......... .......... 89% 283M 0s 2024-08-22T20:35:55.2009447Z 553850K .......... .......... .......... .......... .......... 89% 240M 0s 2024-08-22T20:35:55.2011482Z 553900K .......... .......... .......... .......... .......... 89% 247M 0s 2024-08-22T20:35:55.2013183Z 553950K .......... .......... .......... .......... .......... 89% 278M 0s 2024-08-22T20:35:55.2014991Z 554000K .......... .......... .......... .......... .......... 89% 279M 0s 2024-08-22T20:35:55.2016968Z 554050K .......... .......... .......... .......... .......... 89% 269M 0s 2024-08-22T20:35:55.2018546Z 554100K .......... .......... .......... .......... .......... 89% 277M 0s 2024-08-22T20:35:55.2020534Z 554150K .......... .......... .......... .......... .......... 89% 239M 0s 2024-08-22T20:35:55.2022250Z 554200K .......... .......... .......... .......... .......... 89% 296M 0s 2024-08-22T20:35:55.2023863Z 554250K .......... .......... .......... .......... .......... 89% 296M 0s 2024-08-22T20:35:55.2025667Z 554300K .......... .......... .......... .......... .......... 89% 271M 0s 2024-08-22T20:35:55.2027542Z 554350K .......... .......... .......... .......... .......... 89% 259M 0s 2024-08-22T20:35:55.2029518Z 554400K .......... .......... .......... .......... .......... 89% 252M 0s 2024-08-22T20:35:55.2031139Z 554450K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2032937Z 554500K .......... .......... .......... .......... .......... 89% 272M 0s 2024-08-22T20:35:55.2034993Z 554550K .......... .......... .......... .......... .......... 89% 235M 0s 2024-08-22T20:35:55.2036788Z 554600K .......... .......... .......... .......... .......... 89% 273M 0s 2024-08-22T20:35:55.2038645Z 554650K .......... .......... .......... .......... .......... 89% 280M 0s 2024-08-22T20:35:55.2040735Z 554700K .......... .......... .......... .......... .......... 89% 229M 0s 2024-08-22T20:35:55.2042693Z 554750K .......... .......... .......... .......... .......... 89% 281M 0s 2024-08-22T20:35:55.2044414Z 554800K .......... .......... .......... .......... .......... 89% 248M 0s 2024-08-22T20:35:55.2046045Z 554850K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2047907Z 554900K .......... .......... .......... .......... .......... 89% 268M 0s 2024-08-22T20:35:55.2050249Z 554950K .......... .......... .......... .......... .......... 89% 261M 0s 2024-08-22T20:35:55.2051887Z 555000K .......... .......... .......... .......... .......... 89% 241M 0s 2024-08-22T20:35:55.2053430Z 555050K .......... .......... .......... .......... .......... 89% 297M 0s 2024-08-22T20:35:55.2055296Z 555100K .......... .......... .......... .......... .......... 89% 261M 0s 2024-08-22T20:35:55.2057037Z 555150K .......... .......... .......... .......... .......... 89% 283M 0s 2024-08-22T20:35:55.2058965Z 555200K .......... .......... .......... .......... .......... 89% 254M 0s 2024-08-22T20:35:55.2060689Z 555250K .......... .......... .......... .......... .......... 89% 277M 0s 2024-08-22T20:35:55.2062619Z 555300K .......... .......... .......... .......... .......... 89% 290M 0s 2024-08-22T20:35:55.2064265Z 555350K .......... .......... .......... .......... .......... 89% 260M 0s 2024-08-22T20:35:55.2065887Z 555400K .......... .......... .......... .......... .......... 89% 309M 0s 2024-08-22T20:35:55.2068016Z 555450K .......... .......... .......... .......... .......... 89% 237M 0s 2024-08-22T20:35:55.2069855Z 555500K .......... .......... .......... .......... .......... 89% 261M 0s 2024-08-22T20:35:55.2071662Z 555550K .......... .......... .......... .......... .......... 89% 267M 0s 2024-08-22T20:35:55.2073549Z 555600K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2075228Z 555650K .......... .......... .......... .......... .......... 89% 257M 0s 2024-08-22T20:35:55.2077426Z 555700K .......... .......... .......... .......... .......... 89% 238M 0s 2024-08-22T20:35:55.2079096Z 555750K .......... .......... .......... .......... .......... 89% 278M 0s 2024-08-22T20:35:55.2080679Z 555800K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2082464Z 555850K .......... .......... .......... .......... .......... 89% 291M 0s 2024-08-22T20:35:55.2084031Z 555900K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2086196Z 555950K .......... .......... .......... .......... .......... 89% 223M 0s 2024-08-22T20:35:55.2087784Z 556000K .......... .......... .......... .......... .......... 89% 309M 0s 2024-08-22T20:35:55.2089606Z 556050K .......... .......... .......... .......... .......... 89% 274M 0s 2024-08-22T20:35:55.2091279Z 556100K .......... .......... .......... .......... .......... 89% 290M 0s 2024-08-22T20:35:55.2092996Z 556150K .......... .......... .......... .......... .......... 89% 278M 0s 2024-08-22T20:35:55.2095185Z 556200K .......... .......... .......... .......... .......... 89% 267M 0s 2024-08-22T20:35:55.2096828Z 556250K .......... .......... .......... .......... .......... 89% 243M 0s 2024-08-22T20:35:55.2098723Z 556300K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2100345Z 556350K .......... .......... .......... .......... .......... 89% 256M 0s 2024-08-22T20:35:55.2102183Z 556400K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2104329Z 556450K .......... .......... .......... .......... .......... 89% 215M 0s 2024-08-22T20:35:55.2106065Z 556500K .......... .......... .......... .......... .......... 89% 281M 0s 2024-08-22T20:35:55.2107960Z 556550K .......... .......... .......... .......... .......... 89% 278M 0s 2024-08-22T20:35:55.2109819Z 556600K .......... .......... .......... .......... .......... 89% 254M 0s 2024-08-22T20:35:55.2111407Z 556650K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2113434Z 556700K .......... .......... .......... .......... .......... 89% 240M 0s 2024-08-22T20:35:55.2115080Z 556750K .......... .......... .......... .......... .......... 89% 298M 0s 2024-08-22T20:35:55.2116888Z 556800K .......... .......... .......... .......... .......... 89% 273M 0s 2024-08-22T20:35:55.2118914Z 556850K .......... .......... .......... .......... .......... 89% 238M 0s 2024-08-22T20:35:55.2120680Z 556900K .......... .......... .......... .......... .......... 89% 286M 0s 2024-08-22T20:35:55.2122595Z 556950K .......... .......... .......... .......... .......... 89% 248M 0s 2024-08-22T20:35:55.2124249Z 557000K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2125964Z 557050K .......... .......... .......... .......... .......... 89% 288M 0s 2024-08-22T20:35:55.2127974Z 557100K .......... .......... .......... .......... .......... 89% 240M 0s 2024-08-22T20:35:55.2129789Z 557150K .......... .......... .......... .......... .......... 89% 269M 0s 2024-08-22T20:35:55.2131462Z 557200K .......... .......... .......... .......... .......... 89% 295M 0s 2024-08-22T20:35:55.2133304Z 557250K .......... .......... .......... .......... .......... 89% 265M 0s 2024-08-22T20:35:55.2135259Z 557300K .......... .......... .......... .......... .......... 89% 248M 0s 2024-08-22T20:35:55.2137052Z 557350K .......... .......... .......... .......... .......... 89% 271M 0s 2024-08-22T20:35:55.2138804Z 557400K .......... .......... .......... .......... .......... 89% 280M 0s 2024-08-22T20:35:55.2140701Z 557450K .......... .......... .......... .......... .......... 89% 258M 0s 2024-08-22T20:35:55.2142406Z 557500K .......... .......... .......... .......... .......... 89% 288M 0s 2024-08-22T20:35:55.2144383Z 557550K .......... .......... .......... .......... .......... 89% 243M 0s 2024-08-22T20:35:55.2146040Z 557600K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2148214Z 557650K .......... .......... .......... .......... .......... 89% 262M 0s 2024-08-22T20:35:55.2150423Z 557700K .......... .......... .......... .......... .......... 89% 239M 0s 2024-08-22T20:35:55.2152045Z 557750K .......... .......... .......... .......... .......... 89% 235M 0s 2024-08-22T20:35:55.2153728Z 557800K .......... .......... .......... .......... .......... 89% 300M 0s 2024-08-22T20:35:55.2155320Z 557850K .......... .......... .......... .......... .......... 89% 295M 0s 2024-08-22T20:35:55.2157071Z 557900K .......... .......... .......... .......... .......... 89% 280M 0s 2024-08-22T20:35:55.2159048Z 557950K .......... .......... .......... .......... .......... 89% 245M 0s 2024-08-22T20:35:55.2160669Z 558000K .......... .......... .......... .......... .......... 89% 303M 0s 2024-08-22T20:35:55.2162573Z 558050K .......... .......... .......... .......... .......... 89% 256M 0s 2024-08-22T20:35:55.2164299Z 558100K .......... .......... .......... .......... .......... 89% 287M 0s 2024-08-22T20:35:55.2166025Z 558150K .......... .......... .......... .......... .......... 89% 280M 0s 2024-08-22T20:35:55.2167923Z 558200K .......... .......... .......... .......... .......... 89% 255M 0s 2024-08-22T20:35:55.2169777Z 558250K .......... .......... .......... .......... .......... 89% 281M 0s 2024-08-22T20:35:55.2171700Z 558300K .......... .......... .......... .......... .......... 89% 240M 0s 2024-08-22T20:35:55.2173273Z 558350K .......... .......... .......... .......... .......... 89% 305M 0s 2024-08-22T20:35:55.2175363Z 558400K .......... .......... .......... .......... .......... 89% 298M 0s 2024-08-22T20:35:55.2177139Z 558450K .......... .......... .......... .......... .......... 89% 226M 0s 2024-08-22T20:35:55.2178840Z 558500K .......... .......... .......... .......... .......... 89% 283M 0s 2024-08-22T20:35:55.2180601Z 558550K .......... .......... .......... .......... .......... 89% 286M 0s 2024-08-22T20:35:55.2182425Z 558600K .......... .......... .......... .......... .......... 89% 259M 0s 2024-08-22T20:35:55.2184292Z 558650K .......... .......... .......... .......... .......... 89% 263M 0s 2024-08-22T20:35:55.2186487Z 558700K .......... .......... .......... .......... .......... 89% 271M 0s 2024-08-22T20:35:55.2188168Z 558750K .......... .......... .......... .......... .......... 89% 247M 0s 2024-08-22T20:35:55.2190029Z 558800K .......... .......... .......... .......... .......... 89% 251M 0s 2024-08-22T20:35:55.2191993Z 558850K .......... .......... .......... .......... .......... 89% 288M 0s 2024-08-22T20:35:55.2193577Z 558900K .......... .......... .......... .......... .......... 89% 260M 0s 2024-08-22T20:35:55.2195238Z 558950K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2197094Z 559000K .......... .......... .......... .......... .......... 89% 268M 0s 2024-08-22T20:35:55.2199102Z 559050K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2200700Z 559100K .......... .......... .......... .......... .......... 89% 254M 0s 2024-08-22T20:35:55.2202567Z 559150K .......... .......... .......... .......... .......... 89% 275M 0s 2024-08-22T20:35:55.2204467Z 559200K .......... .......... .......... .......... .......... 89% 238M 0s 2024-08-22T20:35:55.2206133Z 559250K .......... .......... .......... .......... .......... 89% 294M 0s 2024-08-22T20:35:55.2207753Z 559300K .......... .......... .......... .......... .......... 89% 303M 0s 2024-08-22T20:35:55.2209609Z 559350K .......... .......... .......... .......... .......... 89% 264M 0s 2024-08-22T20:35:55.2211549Z 559400K .......... .......... .......... .......... .......... 89% 250M 0s 2024-08-22T20:35:55.2213245Z 559450K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2214957Z 559500K .......... .......... .......... .......... .......... 89% 293M 0s 2024-08-22T20:35:55.2216585Z 559550K .......... .......... .......... .......... .......... 89% 299M 0s 2024-08-22T20:35:55.2218648Z 559600K .......... .......... .......... .......... .......... 90% 252M 0s 2024-08-22T20:35:55.2220361Z 559650K .......... .......... .......... .......... .......... 90% 262M 0s 2024-08-22T20:35:55.2222147Z 559700K .......... .......... .......... .......... .......... 90% 269M 0s 2024-08-22T20:35:55.2224026Z 559750K .......... .......... .......... .......... .......... 90% 267M 0s 2024-08-22T20:35:55.2226045Z 559800K .......... .......... .......... .......... .......... 90% 232M 0s 2024-08-22T20:35:55.2227926Z 559850K .......... .......... .......... .......... .......... 90% 282M 0s 2024-08-22T20:35:55.2230129Z 559900K .......... .......... .......... .......... .......... 90% 223M 0s 2024-08-22T20:35:55.2231922Z 559950K .......... .......... .......... .......... .......... 90% 263M 0s 2024-08-22T20:35:55.2233750Z 560000K .......... .......... .......... .......... .......... 90% 261M 0s 2024-08-22T20:35:55.2235626Z 560050K .......... .......... .......... .......... .......... 90% 260M 0s 2024-08-22T20:35:55.2237414Z 560100K .......... .......... .......... .......... .......... 90% 273M 0s 2024-08-22T20:35:55.2239473Z 560150K .......... .......... .......... .......... .......... 90% 236M 0s 2024-08-22T20:35:55.2241224Z 560200K .......... .......... .......... .......... .......... 90% 287M 0s 2024-08-22T20:35:55.2243180Z 560250K .......... .......... .......... .......... .......... 90% 285M 0s 2024-08-22T20:35:55.2244780Z 560300K .......... .......... .......... .......... .......... 90% 258M 0s 2024-08-22T20:35:55.2246857Z 560350K .......... .......... .......... .......... .......... 90% 235M 0s 2024-08-22T20:35:55.2248541Z 560400K .......... .......... .......... .......... .......... 90% 288M 0s 2024-08-22T20:35:55.2250209Z 560450K .......... .......... .......... .......... .......... 90% 295M 0s 2024-08-22T20:35:55.2252018Z 560500K .......... .......... .......... .......... .......... 90% 270M 0s 2024-08-22T20:35:55.2253657Z 560550K .......... .......... .......... .......... .......... 90% 299M 0s 2024-08-22T20:35:55.2255722Z 560600K .......... .......... .......... .......... .......... 90% 283M 0s 2024-08-22T20:35:55.2257443Z 560650K .......... .......... .......... .......... .......... 90% 236M 0s 2024-08-22T20:35:55.2259082Z 560700K .......... .......... .......... .......... .......... 90% 296M 0s 2024-08-22T20:35:55.2260788Z 560750K .......... .......... .......... .......... .......... 90% 289M 0s 2024-08-22T20:35:55.2262827Z 560800K .......... .......... .......... .......... .......... 90% 253M 0s 2024-08-22T20:35:55.2264575Z 560850K .......... .......... .......... .......... .......... 90% 278M 0s 2024-08-22T20:35:55.2266598Z 560900K .......... .......... .......... .......... .......... 90% 259M 0s 2024-08-22T20:35:55.2268435Z 560950K .......... .......... .......... .......... .......... 90% 258M 0s 2024-08-22T20:35:55.2270376Z 561000K .......... .......... .......... .......... .......... 90% 233M 0s 2024-08-22T20:35:55.2272153Z 561050K .......... .......... .......... .......... .......... 90% 268M 0s 2024-08-22T20:35:55.2273983Z 561100K .......... .......... .......... .......... .......... 90% 271M 0s 2024-08-22T20:35:55.2276130Z 561150K .......... .......... .......... .......... .......... 90% 273M 0s 2024-08-22T20:35:55.2277757Z 561200K .......... .......... .......... .......... .......... 90% 239M 0s 2024-08-22T20:35:55.2279526Z 561250K .......... .......... .......... .......... .......... 90% 280M 0s 2024-08-22T20:35:55.2281245Z 561300K .......... .......... .......... .......... .......... 90% 284M 0s 2024-08-22T20:35:55.2283264Z 561350K .......... .......... .......... .......... .......... 90% 246M 0s 2024-08-22T20:35:55.2284989Z 561400K .......... .......... .......... .......... .......... 90% 280M 0s 2024-08-22T20:35:55.2286650Z 561450K .......... .......... .......... .......... .......... 90% 297M 0s 2024-08-22T20:35:55.2288540Z 561500K .......... .......... .......... .......... .......... 90% 255M 0s 2024-08-22T20:35:55.2290756Z 561550K .......... .......... .......... .......... .......... 90% 240M 0s 2024-08-22T20:35:55.2292638Z 561600K .......... .......... .......... .......... .......... 90% 292M 0s 2024-08-22T20:35:55.2294307Z 561650K .......... .......... .......... .......... .......... 90% 237M 0s 2024-08-22T20:35:55.2296114Z 561700K .......... .......... .......... .......... .......... 90% 294M 0s 2024-08-22T20:35:55.2297767Z 561750K .......... .......... .......... .......... .......... 90% 280M 0s 2024-08-22T20:35:55.2299526Z 561800K .......... .......... .......... .......... .......... 90% 270M 0s 2024-08-22T20:35:55.2301798Z 561850K .......... .......... .......... .......... .......... 90% 258M 0s 2024-08-22T20:35:55.2303562Z 561900K .......... .......... .......... .......... .......... 90% 232M 0s 2024-08-22T20:35:55.2305225Z 561950K .......... .......... .......... .......... .......... 90% 298M 0s 2024-08-22T20:35:55.2306867Z 562000K .......... .......... .......... .......... .......... 90% 290M 0s 2024-08-22T20:35:55.2308819Z 562050K .......... .......... .......... .......... .......... 90% 246M 0s 2024-08-22T20:35:55.2310511Z 562100K .......... .......... .......... .......... .......... 90% 291M 0s 2024-08-22T20:35:55.2312188Z 562150K .......... .......... .......... .......... .......... 90% 293M 0s 2024-08-22T20:35:55.2314326Z 562200K .......... .......... .......... .......... .......... 90% 233M 0s 2024-08-22T20:35:55.2316097Z 562250K .......... .......... .......... .......... .......... 90% 268M 0s 2024-08-22T20:35:55.2317775Z 562300K .......... .......... .......... .......... .......... 90% 300M 0s 2024-08-22T20:35:55.2319415Z 562350K .......... .......... .......... .......... .......... 90% 289M 0s 2024-08-22T20:35:55.2321119Z 562400K .......... .......... .......... .......... .......... 90% 286M 0s 2024-08-22T20:35:55.2323139Z 562450K .......... .......... .......... .......... .......... 90% 245M 0s 2024-08-22T20:35:55.2325021Z 562500K .......... .......... .......... .......... .......... 90% 302M 0s 2024-08-22T20:35:55.2326814Z 562550K .......... .......... .......... .......... .......... 90% 234M 0s 2024-08-22T20:35:55.2328526Z 562600K .......... .......... .......... .......... .......... 90% 300M 0s 2024-08-22T20:35:55.2330308Z 562650K .......... .......... .......... .......... .......... 90% 265M 0s 2024-08-22T20:35:55.2332463Z 562700K .......... .......... .......... .......... .......... 90% 226M 0s 2024-08-22T20:35:55.2334482Z 562750K .......... .......... .......... .......... .......... 90% 286M 0s 2024-08-22T20:35:55.2336276Z 562800K .......... .......... .......... .......... .......... 90% 240M 0s 2024-08-22T20:35:55.2337926Z 562850K .......... .......... .......... .......... .......... 90% 280M 0s 2024-08-22T20:35:55.2339693Z 562900K .......... .......... .......... .......... .......... 90% 283M 0s 2024-08-22T20:35:55.2341654Z 562950K .......... .......... .......... .......... .......... 90% 244M 0s 2024-08-22T20:35:55.2343413Z 563000K .......... .......... .......... .......... .......... 90% 281M 0s 2024-08-22T20:35:55.2345342Z 563050K .......... .......... .......... .......... .......... 90% 287M 0s 2024-08-22T20:35:55.2346984Z 563100K .......... .......... .......... .......... .......... 90% 259M 0s 2024-08-22T20:35:55.2348893Z 563150K .......... .......... .......... .......... .......... 90% 257M 0s 2024-08-22T20:35:55.2350828Z 563200K .......... .......... .......... .......... .......... 90% 252M 0s 2024-08-22T20:35:55.2352625Z 563250K .......... .......... .......... .......... .......... 90% 276M 0s 2024-08-22T20:35:55.2354419Z 563300K .......... .......... .......... .......... .......... 90% 289M 0s 2024-08-22T20:35:55.2356244Z 563350K .......... .......... .......... .......... .......... 90% 252M 0s 2024-08-22T20:35:55.2357861Z 563400K .......... .......... .......... .......... .......... 90% 295M 0s 2024-08-22T20:35:55.2359913Z 563450K .......... .......... .......... .......... .......... 90% 243M 0s 2024-08-22T20:35:55.2361834Z 563500K .......... .......... .......... .......... .......... 90% 277M 0s 2024-08-22T20:35:55.2363408Z 563550K .......... .......... .......... .......... .......... 90% 283M 0s 2024-08-22T20:35:55.2365450Z 563600K .......... .......... .......... .......... .......... 90% 238M 0s 2024-08-22T20:35:55.2367210Z 563650K .......... .......... .......... .......... .......... 90% 279M 0s 2024-08-22T20:35:55.2369017Z 563700K .......... .......... .......... .......... .......... 90% 263M 0s 2024-08-22T20:35:55.2370788Z 563750K .......... .......... .......... .......... .......... 90% 278M 0s 2024-08-22T20:35:55.2372385Z 563800K .......... .......... .......... .......... .......... 90% 307M 0s 2024-08-22T20:35:55.2374162Z 563850K .......... .......... .......... .......... .......... 90% 274M 0s 2024-08-22T20:35:55.2375793Z 563900K .......... .......... .......... .......... .......... 90% 295M 0s 2024-08-22T20:35:55.2377596Z 563950K .......... .......... .......... .......... .......... 90% 273M 0s 2024-08-22T20:35:55.2379209Z 564000K .......... .......... .......... .......... .......... 90% 302M 0s 2024-08-22T20:35:55.2380873Z 564050K .......... .......... .......... .......... .......... 90% 294M 0s 2024-08-22T20:35:55.2382654Z 564100K .......... .......... .......... .......... .......... 90% 274M 0s 2024-08-22T20:35:55.2384247Z 564150K .......... .......... .......... .......... .......... 90% 306M 0s 2024-08-22T20:35:55.2386038Z 564200K .......... .......... .......... .......... .......... 90% 271M 0s 2024-08-22T20:35:55.2387675Z 564250K .......... .......... .......... .......... .......... 90% 302M 0s 2024-08-22T20:35:55.2389674Z 564300K .......... .......... .......... .......... .......... 90% 285M 0s 2024-08-22T20:35:55.2391237Z 564350K .......... .......... .......... .......... .......... 90% 262M 0s 2024-08-22T20:35:55.2392839Z 564400K .......... .......... .......... .......... .......... 90% 309M 0s 2024-08-22T20:35:55.2394609Z 564450K .......... .......... .......... .......... .......... 90% 275M 0s 2024-08-22T20:35:55.2396202Z 564500K .......... .......... .......... .......... .......... 90% 306M 0s 2024-08-22T20:35:55.2397964Z 564550K .......... .......... .......... .......... .......... 90% 274M 0s 2024-08-22T20:35:55.2399572Z 564600K .......... .......... .......... .......... .......... 90% 303M 0s 2024-08-22T20:35:55.2401496Z 564650K .......... .......... .......... .......... .......... 90% 308M 0s 2024-08-22T20:35:55.2403009Z 564700K .......... .......... .......... .......... .......... 90% 270M 0s 2024-08-22T20:35:55.2404600Z 564750K .......... .......... .......... .......... .......... 90% 304M 0s 2024-08-22T20:35:55.2406326Z 564800K .......... .......... .......... .......... .......... 90% 273M 0s 2024-08-22T20:35:55.2407931Z 564850K .......... .......... .......... .......... .......... 90% 316M 0s 2024-08-22T20:35:55.2409531Z 564900K .......... .......... .......... .......... .......... 90% 305M 0s 2024-08-22T20:35:55.2411411Z 564950K .......... .......... .......... .......... .......... 90% 259M 0s 2024-08-22T20:35:55.2413209Z 565000K .......... .......... .......... .......... .......... 90% 314M 0s 2024-08-22T20:35:55.2414816Z 565050K .......... .......... .......... .......... .......... 90% 262M 0s 2024-08-22T20:35:55.2416441Z 565100K .......... .......... .......... .......... .......... 90% 305M 0s 2024-08-22T20:35:55.2418045Z 565150K .......... .......... .......... .......... .......... 90% 303M 0s 2024-08-22T20:35:55.2419969Z 565200K .......... .......... .......... .......... .......... 90% 306M 0s 2024-08-22T20:35:55.2421602Z 565250K .......... .......... .......... .......... .......... 90% 251M 0s 2024-08-22T20:35:55.2423193Z 565300K .......... .......... .......... .......... .......... 90% 304M 0s 2024-08-22T20:35:55.2424803Z 565350K .......... .......... .......... .......... .......... 90% 307M 0s 2024-08-22T20:35:55.2426590Z 565400K .......... .......... .......... .......... .......... 90% 309M 0s 2024-08-22T20:35:55.2428504Z 565450K .......... .......... .......... .......... .......... 90% 263M 0s 2024-08-22T20:35:55.2430101Z 565500K .......... .......... .......... .......... .......... 90% 264M 0s 2024-08-22T20:35:55.2431676Z 565550K .......... .......... .......... .......... .......... 90% 307M 0s 2024-08-22T20:35:55.2433709Z 565600K .......... .......... .......... .......... .......... 90% 294M 0s 2024-08-22T20:35:55.2435215Z 565650K .......... .......... .......... .......... .......... 90% 261M 0s 2024-08-22T20:35:55.2436784Z 565700K .......... .......... .......... .......... .......... 90% 307M 0s 2024-08-22T20:35:55.2438434Z 565750K .......... .......... .......... .......... .......... 90% 298M 0s 2024-08-22T20:35:55.2440239Z 565800K .......... .......... .......... .......... .......... 91% 308M 0s 2024-08-22T20:35:55.2441803Z 565850K .......... .......... .......... .......... .......... 91% 272M 0s 2024-08-22T20:35:55.2443408Z 565900K .......... .......... .......... .......... .......... 91% 307M 0s 2024-08-22T20:35:55.2445001Z 565950K .......... .......... .......... .......... .......... 91% 305M 0s 2024-08-22T20:35:55.2446913Z 566000K .......... .......... .......... .......... .......... 91% 300M 0s 2024-08-22T20:35:55.2448495Z 566050K .......... .......... .......... .......... .......... 91% 258M 0s 2024-08-22T20:35:55.2450103Z 566100K .......... .......... .......... .......... .......... 91% 307M 0s 2024-08-22T20:35:55.2451693Z 566150K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2453626Z 566200K .......... .......... .......... .......... .......... 91% 308M 0s 2024-08-22T20:35:55.2455138Z 566250K .......... .......... .......... .......... .......... 91% 260M 0s 2024-08-22T20:35:55.2456849Z 566300K .......... .......... .......... .......... .......... 91% 286M 0s 2024-08-22T20:35:55.2458462Z 566350K .......... .......... .......... .......... .......... 91% 304M 0s 2024-08-22T20:35:55.2460076Z 566400K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2461999Z 566450K .......... .......... .......... .......... .......... 91% 308M 0s 2024-08-22T20:35:55.2463543Z 566500K .......... .......... .......... .......... .......... 91% 261M 0s 2024-08-22T20:35:55.2465163Z 566550K .......... .......... .......... .......... .......... 91% 296M 0s 2024-08-22T20:35:55.2466757Z 566600K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2468540Z 566650K .......... .......... .......... .......... .......... 91% 307M 0s 2024-08-22T20:35:55.2470469Z 566700K .......... .......... .......... .......... .......... 91% 233M 0s 2024-08-22T20:35:55.2472097Z 566750K .......... .......... .......... .......... .......... 91% 296M 0s 2024-08-22T20:35:55.2473745Z 566800K .......... .......... .......... .......... .......... 91% 301M 0s 2024-08-22T20:35:55.2475342Z 566850K .......... .......... .......... .......... .......... 91% 302M 0s 2024-08-22T20:35:55.2477211Z 566900K .......... .......... .......... .......... .......... 91% 262M 0s 2024-08-22T20:35:55.2478792Z 566950K .......... .......... .......... .......... .......... 91% 310M 0s 2024-08-22T20:35:55.2480424Z 567000K .......... .......... .......... .......... .......... 91% 298M 0s 2024-08-22T20:35:55.2482225Z 567050K .......... .......... .......... .......... .......... 91% 310M 0s 2024-08-22T20:35:55.2483674Z 567100K .......... .......... .......... .......... .......... 91% 293M 0s 2024-08-22T20:35:55.2485607Z 567150K .......... .......... .......... .......... .......... 91% 303M 0s 2024-08-22T20:35:55.2487305Z 567200K .......... .......... .......... .......... .......... 91% 242M 0s 2024-08-22T20:35:55.2488908Z 567250K .......... .......... .......... .......... .......... 91% 303M 0s 2024-08-22T20:35:55.2490520Z 567300K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2492133Z 567350K .......... .......... .......... .......... .......... 91% 300M 0s 2024-08-22T20:35:55.2494264Z 567400K .......... .......... .......... .......... .......... 91% 308M 0s 2024-08-22T20:35:55.2495643Z 567450K .......... .......... .......... .......... .......... 91% 259M 0s 2024-08-22T20:35:55.2497219Z 567500K .......... .......... .......... .......... .......... 91% 309M 0s 2024-08-22T20:35:55.2498890Z 567550K .......... .......... .......... .......... .......... 91% 294M 0s 2024-08-22T20:35:55.2500607Z 567600K .......... .......... .......... .......... .......... 91% 280M 0s 2024-08-22T20:35:55.2502585Z 567650K .......... .......... .......... .......... .......... 91% 305M 0s 2024-08-22T20:35:55.2504147Z 567700K .......... .......... .......... .......... .......... 91% 254M 0s 2024-08-22T20:35:55.2505915Z 567750K .......... .......... .......... .......... .......... 91% 280M 0s 2024-08-22T20:35:55.2507648Z 567800K .......... .......... .......... .......... .......... 91% 275M 0s 2024-08-22T20:35:55.2509479Z 567850K .......... .......... .......... .......... .......... 91% 270M 0s 2024-08-22T20:35:55.2511614Z 567900K .......... .......... .......... .......... .......... 91% 270M 0s 2024-08-22T20:35:55.2513147Z 567950K .......... .......... .......... .......... .......... 91% 257M 0s 2024-08-22T20:35:55.2514904Z 568000K .......... .......... .......... .......... .......... 91% 287M 0s 2024-08-22T20:35:55.2516561Z 568050K .......... .......... .......... .......... .......... 91% 290M 0s 2024-08-22T20:35:55.2518476Z 568100K .......... .......... .......... .......... .......... 91% 253M 0s 2024-08-22T20:35:55.2520369Z 568150K .......... .......... .......... .......... .......... 91% 256M 0s 2024-08-22T20:35:55.2521945Z 568200K .......... .......... .......... .......... .......... 91% 309M 0s 2024-08-22T20:35:55.2523755Z 568250K .......... .......... .......... .......... .......... 91% 282M 0s 2024-08-22T20:35:55.2525360Z 568300K .......... .......... .......... .......... .......... 91% 295M 0s 2024-08-22T20:35:55.2527048Z 568350K .......... .......... .......... .......... .......... 91% 292M 0s 2024-08-22T20:35:55.2529209Z 568400K .......... .......... .......... .......... .......... 91% 227M 0s 2024-08-22T20:35:55.2530817Z 568450K .......... .......... .......... .......... .......... 91% 297M 0s 2024-08-22T20:35:55.2532388Z 568500K .......... .......... .......... .......... .......... 91% 309M 0s 2024-08-22T20:35:55.2534362Z 568550K .......... .......... .......... .......... .......... 91% 265M 0s 2024-08-22T20:35:55.2535974Z 568600K .......... .......... .......... .......... .......... 91% 286M 0s 2024-08-22T20:35:55.2537977Z 568650K .......... .......... .......... .......... .......... 91% 244M 0s 2024-08-22T20:35:55.2539701Z 568700K .......... .......... .......... .......... .......... 91% 277M 0s 2024-08-22T20:35:55.2541503Z 568750K .......... .......... .......... .......... .......... 91% 273M 0s 2024-08-22T20:35:55.2543217Z 568800K .......... .......... .......... .......... .......... 91% 286M 0s 2024-08-22T20:35:55.2544984Z 568850K .......... .......... .......... .......... .......... 91% 275M 0s 2024-08-22T20:35:55.2547038Z 568900K .......... .......... .......... .......... .......... 91% 239M 0s 2024-08-22T20:35:55.2548922Z 568950K .......... .......... .......... .......... .......... 91% 263M 0s 2024-08-22T20:35:55.2550583Z 569000K .......... .......... .......... .......... .......... 91% 295M 0s 2024-08-22T20:35:55.2552408Z 569050K .......... .......... .......... .......... .......... 91% 277M 0s 2024-08-22T20:35:55.2554033Z 569100K .......... .......... .......... .......... .......... 91% 286M 0s 2024-08-22T20:35:55.2556020Z 569150K .......... .......... .......... .......... .......... 91% 245M 0s 2024-08-22T20:35:55.2557832Z 569200K .......... .......... .......... .......... .......... 91% 273M 0s 2024-08-22T20:35:55.2559424Z 569250K .......... .......... .......... .......... .......... 91% 299M 0s 2024-08-22T20:35:55.2561110Z 569300K .......... .......... .......... .......... .......... 91% 292M 0s 2024-08-22T20:35:55.2563077Z 569350K .......... .......... .......... .......... .......... 91% 270M 0s 2024-08-22T20:35:55.2564950Z 569400K .......... .......... .......... .......... .......... 91% 243M 0s 2024-08-22T20:35:55.2566615Z 569450K .......... .......... .......... .......... .......... 91% 289M 0s 2024-08-22T20:35:55.2568342Z 569500K .......... .......... .......... .......... .......... 91% 291M 0s 2024-08-22T20:35:55.2569981Z 569550K .......... .......... .......... .......... .......... 91% 291M 0s 2024-08-22T20:35:55.2571993Z 569600K .......... .......... .......... .......... .......... 91% 295M 0s 2024-08-22T20:35:55.2573591Z 569650K .......... .......... .......... .......... .......... 91% 248M 0s 2024-08-22T20:35:55.2575191Z 569700K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2576841Z 569750K .......... .......... .......... .......... .......... 91% 298M 0s 2024-08-22T20:35:55.2578753Z 569800K .......... .......... .......... .......... .......... 91% 281M 0s 2024-08-22T20:35:55.2580646Z 569850K .......... .......... .......... .......... .......... 91% 288M 0s 2024-08-22T20:35:55.2582260Z 569900K .......... .......... .......... .......... .......... 91% 245M 0s 2024-08-22T20:35:55.2584010Z 569950K .......... .......... .......... .......... .......... 91% 300M 0s 2024-08-22T20:35:55.2585821Z 570000K .......... .......... .......... .......... .......... 91% 257M 0s 2024-08-22T20:35:55.2587552Z 570050K .......... .......... .......... .......... .......... 91% 281M 0s 2024-08-22T20:35:55.2589463Z 570100K .......... .......... .......... .......... .......... 91% 256M 0s 2024-08-22T20:35:55.2591286Z 570150K .......... .......... .......... .......... .......... 91% 262M 0s 2024-08-22T20:35:55.2593039Z 570200K .......... .......... .......... .......... .......... 91% 297M 0s 2024-08-22T20:35:55.2594671Z 570250K .......... .......... .......... .......... .......... 91% 287M 0s 2024-08-22T20:35:55.2596511Z 570300K .......... .......... .......... .......... .......... 91% 252M 0s 2024-08-22T20:35:55.2598497Z 570350K .......... .......... .......... .......... .......... 91% 309M 0s 2024-08-22T20:35:55.2600072Z 570400K .......... .......... .......... .......... .......... 91% 257M 0s 2024-08-22T20:35:55.2601680Z 570450K .......... .......... .......... .......... .......... 91% 316M 0s 2024-08-22T20:35:55.2603461Z 570500K .......... .......... .......... .......... .......... 91% 267M 0s 2024-08-22T20:35:55.2605153Z 570550K .......... .......... .......... .......... .......... 91% 286M 0s 2024-08-22T20:35:55.2607081Z 570600K .......... .......... .......... .......... .......... 91% 250M 0s 2024-08-22T20:35:55.2608722Z 570650K .......... .......... .......... .......... .......... 91% 296M 0s 2024-08-22T20:35:55.2610309Z 570700K .......... .......... .......... .......... .......... 91% 313M 0s 2024-08-22T20:35:55.2612187Z 570750K .......... .......... .......... .......... .......... 91% 257M 0s 2024-08-22T20:35:55.2613848Z 570800K .......... .......... .......... .......... .......... 91% 293M 0s 2024-08-22T20:35:55.2615786Z 570850K .......... .......... .......... .......... .......... 91% 252M 0s 2024-08-22T20:35:55.2617503Z 570900K .......... .......... .......... .......... .......... 91% 285M 0s 2024-08-22T20:35:55.2619171Z 570950K .......... .......... .......... .......... .......... 91% 297M 0s 2024-08-22T20:35:55.2620894Z 571000K .......... .......... .......... .......... .......... 91% 280M 0s 2024-08-22T20:35:55.2622625Z 571050K .......... .......... .......... .......... .......... 91% 282M 0s 2024-08-22T20:35:55.2624645Z 571100K .......... .......... .......... .......... .......... 91% 293M 0s 2024-08-22T20:35:55.2626209Z 571150K .......... .......... .......... .......... .......... 91% 255M 0s 2024-08-22T20:35:55.2628133Z 571200K .......... .......... .......... .......... .......... 91% 276M 0s 2024-08-22T20:35:55.2629956Z 571250K .......... .......... .......... .......... .......... 91% 250M 0s 2024-08-22T20:35:55.2632079Z 571300K .......... .......... .......... .......... .......... 91% 291M 0s 2024-08-22T20:35:55.2633562Z 571350K .......... .......... .......... .......... .......... 91% 252M 0s 2024-08-22T20:35:55.2635140Z 571400K .......... .......... .......... .......... .......... 91% 305M 0s 2024-08-22T20:35:55.2636957Z 571450K .......... .......... .......... .......... .......... 91% 274M 0s 2024-08-22T20:35:55.2638877Z 571500K .......... .......... .......... .......... .......... 91% 306M 0s 2024-08-22T20:35:55.2640583Z 571550K .......... .......... .......... .......... .......... 91% 235M 0s 2024-08-22T20:35:55.2642175Z 571600K .......... .......... .......... .......... .......... 91% 312M 0s 2024-08-22T20:35:55.2643851Z 571650K .......... .......... .......... .......... .......... 91% 292M 0s 2024-08-22T20:35:55.2645830Z 571700K .......... .......... .......... .......... .......... 91% 276M 0s 2024-08-22T20:35:55.2647374Z 571750K .......... .......... .......... .......... .......... 91% 273M 0s 2024-08-22T20:35:55.2649118Z 571800K .......... .......... .......... .......... .......... 91% 302M 0s 2024-08-22T20:35:55.2650790Z 571850K .......... .......... .......... .......... .......... 91% 274M 0s 2024-08-22T20:35:55.2652756Z 571900K .......... .......... .......... .......... .......... 91% 251M 0s 2024-08-22T20:35:55.2654510Z 571950K .......... .......... .......... .......... .......... 91% 274M 0s 2024-08-22T20:35:55.2656151Z 572000K .......... .......... .......... .......... .......... 91% 297M 0s 2024-08-22T20:35:55.2657917Z 572050K .......... .......... .......... .......... .......... 92% 278M 0s 2024-08-22T20:35:55.2659561Z 572100K .......... .......... .......... .......... .......... 92% 303M 0s 2024-08-22T20:35:55.2661626Z 572150K .......... .......... .......... .......... .......... 92% 232M 0s 2024-08-22T20:35:55.2663339Z 572200K .......... .......... .......... .......... .......... 92% 333M 0s 2024-08-22T20:35:55.2665012Z 572250K .......... .......... .......... .......... .......... 92% 254M 0s 2024-08-22T20:35:55.2666694Z 572300K .......... .......... .......... .......... .......... 92% 298M 0s 2024-08-22T20:35:55.2668424Z 572350K .......... .......... .......... .......... .......... 92% 298M 0s 2024-08-22T20:35:55.2670411Z 572400K .......... .......... .......... .......... .......... 92% 231M 0s 2024-08-22T20:35:55.2672421Z 572450K .......... .......... .......... .......... .......... 92% 277M 0s 2024-08-22T20:35:55.2673999Z 572500K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:55.2675630Z 572550K .......... .......... .......... .......... .......... 92% 297M 0s 2024-08-22T20:35:55.2677625Z 572600K .......... .......... .......... .......... .......... 92% 242M 0s 2024-08-22T20:35:55.2679370Z 572650K .......... .......... .......... .......... .......... 92% 291M 0s 2024-08-22T20:35:55.2680991Z 572700K .......... .......... .......... .......... .......... 92% 293M 0s 2024-08-22T20:35:55.2682916Z 572750K .......... .......... .......... .......... .......... 92% 289M 0s 2024-08-22T20:35:55.2684680Z 572800K .......... .......... .......... .......... .......... 92% 246M 0s 2024-08-22T20:35:55.2686254Z 572850K .......... .......... .......... .......... .......... 92% 304M 0s 2024-08-22T20:35:55.2688124Z 572900K .......... .......... .......... .......... .......... 92% 265M 0s 2024-08-22T20:35:55.2689928Z 572950K .......... .......... .......... .......... .......... 92% 273M 0s 2024-08-22T20:35:55.2691529Z 573000K .......... .......... .......... .......... .......... 92% 298M 0s 2024-08-22T20:35:55.2693230Z 573050K .......... .......... .......... .......... .......... 92% 287M 0s 2024-08-22T20:35:55.2694993Z 573100K .......... .......... .......... .......... .......... 92% 278M 0s 2024-08-22T20:35:55.2696896Z 573150K .......... .......... .......... .......... .......... 92% 256M 0s 2024-08-22T20:35:55.2698585Z 573200K .......... .......... .......... .......... .......... 92% 286M 0s 2024-08-22T20:35:55.2700372Z 573250K .......... .......... .......... .......... .......... 92% 301M 0s 2024-08-22T20:35:55.2702038Z 573300K .......... .......... .......... .......... .......... 92% 273M 0s 2024-08-22T20:35:55.2703610Z 573350K .......... .......... .......... .......... .......... 92% 305M 0s 2024-08-22T20:35:55.2705650Z 573400K .......... .......... .......... .......... .......... 92% 244M 0s 2024-08-22T20:35:55.2707197Z 573450K .......... .......... .......... .......... .......... 92% 308M 0s 2024-08-22T20:35:55.2709098Z 573500K .......... .......... .......... .......... .......... 92% 258M 0s 2024-08-22T20:35:55.2710837Z 573550K .......... .......... .......... .......... .......... 92% 283M 0s 2024-08-22T20:35:55.2712484Z 573600K .......... .......... .......... .......... .......... 92% 290M 0s 2024-08-22T20:35:55.2714391Z 573650K .......... .......... .......... .......... .......... 92% 257M 0s 2024-08-22T20:35:55.2716159Z 573700K .......... .......... .......... .......... .......... 92% 279M 0s 2024-08-22T20:35:55.2717830Z 573750K .......... .......... .......... .......... .......... 92% 290M 0s 2024-08-22T20:35:55.2719570Z 573800K .......... .......... .......... .......... .......... 92% 284M 0s 2024-08-22T20:35:55.2721338Z 573850K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:55.2723278Z 573900K .......... .......... .......... .......... .......... 92% 303M 0s 2024-08-22T20:35:55.2725081Z 573950K .......... .......... .......... .......... .......... 92% 256M 0s 2024-08-22T20:35:55.2726658Z 574000K .......... .......... .......... .......... .......... 92% 271M 0s 2024-08-22T20:35:55.2728430Z 574050K .......... .......... .......... .......... .......... 92% 277M 0s 2024-08-22T20:35:55.2730267Z 574100K .......... .......... .......... .......... .......... 92% 262M 0s 2024-08-22T20:35:55.2731870Z 574150K .......... .......... .......... .......... .......... 92% 306M 0s 2024-08-22T20:35:55.2733616Z 574200K .......... .......... .......... .......... .......... 92% 284M 0s 2024-08-22T20:35:55.2735263Z 574250K .......... .......... .......... .......... .......... 92% 294M 0s 2024-08-22T20:35:55.2737125Z 574300K .......... .......... .......... .......... .......... 92% 268M 0s 2024-08-22T20:35:55.2738935Z 574350K .......... .......... .......... .......... .......... 92% 261M 0s 2024-08-22T20:35:55.2740779Z 574400K .......... .......... .......... .......... .......... 92% 265M 0s 2024-08-22T20:35:55.2742466Z 574450K .......... .......... .......... .......... .......... 92% 306M 0s 2024-08-22T20:35:55.2744181Z 574500K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:55.2745949Z 574550K .......... .......... .......... .......... .......... 92% 276M 0s 2024-08-22T20:35:55.2747711Z 574600K .......... .......... .......... .......... .......... 92% 275M 0s 2024-08-22T20:35:55.2749823Z 574650K .......... .......... .......... .......... .......... 92% 275M 0s 2024-08-22T20:35:55.2751411Z 574700K .......... .......... .......... .......... .......... 92% 255M 0s 2024-08-22T20:35:55.2753034Z 574750K .......... .......... .......... .......... .......... 92% 299M 0s 2024-08-22T20:35:55.2754819Z 574800K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:55.2756475Z 574850K .......... .......... .......... .......... .......... 92% 287M 0s 2024-08-22T20:35:55.2758332Z 574900K .......... .......... .......... .......... .......... 92% 268M 0s 2024-08-22T20:35:55.2760162Z 574950K .......... .......... .......... .......... .......... 92% 264M 0s 2024-08-22T20:35:55.2762048Z 575000K .......... .......... .......... .......... .......... 92% 281M 0s 2024-08-22T20:35:55.2763718Z 575050K .......... .......... .......... .......... .......... 92% 267M 0s 2024-08-22T20:35:55.2765394Z 575100K .......... .......... .......... .......... .......... 92% 300M 0s 2024-08-22T20:35:55.2767298Z 575150K .......... .......... .......... .......... .......... 92% 251M 0s 2024-08-22T20:35:55.2769071Z 575200K .......... .......... .......... .......... .......... 92% 308M 0s 2024-08-22T20:35:55.2771068Z 575250K .......... .......... .......... .......... .......... 92% 230M 0s 2024-08-22T20:35:55.2772717Z 575300K .......... .......... .......... .......... .......... 92% 284M 0s 2024-08-22T20:35:55.2774643Z 575350K .......... .......... .......... .......... .......... 92% 271M 0s 2024-08-22T20:35:55.2776189Z 575400K .......... .......... .......... .......... .......... 92% 293M 0s 2024-08-22T20:35:55.2778013Z 575450K .......... .......... .......... .......... .......... 92% 267M 0s 2024-08-22T20:35:55.2779776Z 575500K .......... .......... .......... .......... .......... 92% 282M 0s 2024-08-22T20:35:55.2781353Z 575550K .......... .......... .......... .......... .......... 92% 308M 0s 2024-08-22T20:35:55.2783238Z 575600K .......... .......... .......... .......... .......... 92% 256M 0s 2024-08-22T20:35:55.2784839Z 575650K .......... .......... .......... .......... .......... 92% 305M 0s 2024-08-22T20:35:55.2786617Z 575700K .......... .......... .......... .......... .......... 92% 277M 0s 2024-08-22T20:35:55.2788446Z 575750K .......... .......... .......... .......... .......... 92% 288M 0s 2024-08-22T20:35:55.2790531Z 575800K .......... .......... .......... .......... .......... 92% 221M 0s 2024-08-22T20:35:55.2792258Z 575850K .......... .......... .......... .......... .......... 92% 297M 0s 2024-08-22T20:35:55.2793925Z 575900K .......... .......... .......... .......... .......... 92% 278M 0s 2024-08-22T20:35:55.2795547Z 575950K .......... .......... .......... .......... .......... 92% 310M 0s 2024-08-22T20:35:55.2797420Z 576000K .......... .......... .......... .......... .......... 92% 253M 0s 2024-08-22T20:35:55.2799040Z 576050K .......... .......... .......... .......... .......... 92% 302M 0s 2024-08-22T20:35:55.2800850Z 576100K .......... .......... .......... .......... .......... 92% 276M 0s 2024-08-22T20:35:55.2802421Z 576150K .......... .......... .......... .......... .......... 92% 306M 0s 2024-08-22T20:35:55.2804435Z 576200K .......... .......... .......... .......... .......... 92% 242M 0s 2024-08-22T20:35:55.2806069Z 576250K .......... .......... .......... .......... .......... 92% 305M 0s 2024-08-22T20:35:55.2807803Z 576300K .......... .......... .......... .......... .......... 92% 274M 0s 2024-08-22T20:35:55.2809486Z 576350K .......... .......... .......... .......... .......... 92% 291M 0s 2024-08-22T20:35:55.2811195Z 576400K .......... .......... .......... .......... .......... 92% 291M 0s 2024-08-22T20:35:55.2813097Z 576450K .......... .......... .......... .......... .......... 92% 254M 0s 2024-08-22T20:35:55.2814796Z 576500K .......... .......... .......... .......... .......... 92% 287M 0s 2024-08-22T20:35:55.2816421Z 576550K .......... .......... .......... .......... .......... 92% 300M 0s 2024-08-22T20:35:55.2818433Z 576600K .......... .......... .......... .......... .......... 92% 243M 0s 2024-08-22T20:35:55.2820151Z 576650K .......... .......... .......... .......... .......... 92% 291M 0s 2024-08-22T20:35:55.2821771Z 576700K .......... .......... .......... .......... .......... 92% 298M 0s 2024-08-22T20:35:55.2823585Z 576750K .......... .......... .......... .......... .......... 92% 269M 0s 2024-08-22T20:35:55.2825280Z 576800K .......... .......... .......... .......... .......... 92% 284M 0s 2024-08-22T20:35:55.2827111Z 576850K .......... .......... .......... .......... .......... 92% 278M 0s 2024-08-22T20:35:55.2829313Z 576900K .......... .......... .......... .......... .......... 92% 275M 0s 2024-08-22T20:35:55.2830894Z 576950K .......... .......... .......... .......... .......... 92% 233M 0s 2024-08-22T20:35:55.2832489Z 577000K .......... .......... .......... .......... .......... 92% 306M 0s 2024-08-22T20:35:55.2834490Z 577050K .......... .......... .......... .......... .......... 92% 282M 0s 2024-08-22T20:35:55.2836254Z 577100K .......... .......... .......... .......... .......... 92% 239M 0s 2024-08-22T20:35:55.2838182Z 577150K .......... .......... .......... .......... .......... 92% 277M 0s 2024-08-22T20:35:55.2839804Z 577200K .......... .......... .......... .......... .......... 92% 281M 0s 2024-08-22T20:35:55.2841502Z 577250K .......... .......... .......... .......... .......... 92% 291M 0s 2024-08-22T20:35:55.2843372Z 577300K .......... .......... .......... .......... .......... 92% 263M 0s 2024-08-22T20:35:55.2845016Z 577350K .......... .......... .......... .......... .......... 92% 288M 0s 2024-08-22T20:35:55.2846992Z 577400K .......... .......... .......... .......... .......... 92% 245M 0s 2024-08-22T20:35:55.2848778Z 577450K .......... .......... .......... .......... .......... 92% 280M 0s 2024-08-22T20:35:55.2850402Z 577500K .......... .......... .......... .......... .......... 92% 294M 0s 2024-08-22T20:35:55.2852099Z 577550K .......... .......... .......... .......... .......... 92% 289M 0s 2024-08-22T20:35:55.2853945Z 577600K .......... .......... .......... .......... .......... 92% 259M 0s 2024-08-22T20:35:55.2855687Z 577650K .......... .......... .......... .......... .......... 92% 288M 0s 2024-08-22T20:35:55.2857612Z 577700K .......... .......... .......... .......... .......... 92% 306M 0s 2024-08-22T20:35:55.2859237Z 577750K .......... .......... .......... .......... .......... 92% 248M 0s 2024-08-22T20:35:55.2861102Z 577800K .......... .......... .......... .......... .......... 92% 308M 0s 2024-08-22T20:35:55.2863072Z 577850K .......... .......... .......... .......... .......... 92% 217M 0s 2024-08-22T20:35:55.2864694Z 577900K .......... .......... .......... .......... .......... 92% 304M 0s 2024-08-22T20:35:55.2866383Z 577950K .......... .......... .......... .......... .......... 92% 286M 0s 2024-08-22T20:35:55.2868364Z 578000K .......... .......... .......... .......... .......... 92% 267M 0s 2024-08-22T20:35:55.2870132Z 578050K .......... .......... .......... .......... .......... 92% 254M 0s 2024-08-22T20:35:55.2871759Z 578100K .......... .......... .......... .......... .......... 92% 300M 0s 2024-08-22T20:35:55.2873905Z 578150K .......... .......... .......... .......... .......... 92% 229M 0s 2024-08-22T20:35:55.2875508Z 578200K .......... .......... .......... .......... .......... 92% 310M 0s 2024-08-22T20:35:55.2877258Z 578250K .......... .......... .......... .......... .......... 93% 294M 0s 2024-08-22T20:35:55.2879166Z 578300K .......... .......... .......... .......... .......... 93% 273M 0s 2024-08-22T20:35:55.2880997Z 578350K .......... .......... .......... .......... .......... 93% 273M 0s 2024-08-22T20:35:55.2882637Z 578400K .......... .......... .......... .......... .......... 93% 258M 0s 2024-08-22T20:35:55.2884371Z 578450K .......... .......... .......... .......... .......... 93% 277M 0s 2024-08-22T20:35:55.2885961Z 578500K .......... .......... .......... .......... .......... 93% 312M 0s 2024-08-22T20:35:55.2887784Z 578550K .......... .......... .......... .......... .......... 93% 278M 0s 2024-08-22T20:35:55.2889475Z 578600K .......... .......... .......... .......... .......... 93% 276M 0s 2024-08-22T20:35:55.2891372Z 578650K .......... .......... .......... .......... .......... 93% 256M 0s 2024-08-22T20:35:55.2892990Z 578700K .......... .......... .......... .......... .......... 93% 303M 0s 2024-08-22T20:35:55.2894896Z 578750K .......... .......... .......... .......... .......... 93% 257M 0s 2024-08-22T20:35:55.2896498Z 578800K .......... .......... .......... .......... .......... 93% 307M 0s 2024-08-22T20:35:55.2898450Z 578850K .......... .......... .......... .......... .......... 93% 249M 0s 2024-08-22T20:35:55.2900150Z 578900K .......... .......... .......... .......... .......... 93% 287M 0s 2024-08-22T20:35:55.2901905Z 578950K .......... .......... .......... .......... .......... 93% 276M 0s 2024-08-22T20:35:55.2903787Z 579000K .......... .......... .......... .......... .......... 93% 297M 0s 2024-08-22T20:35:55.2905816Z 579050K .......... .......... .......... .......... .......... 93% 253M 0s 2024-08-22T20:35:55.2907539Z 579100K .......... .......... .......... .......... .......... 93% 259M 0s 2024-08-22T20:35:55.2909377Z 579150K .......... .......... .......... .......... .......... 93% 253M 0s 2024-08-22T20:35:55.2911210Z 579200K .......... .......... .......... .......... .......... 93% 266M 0s 2024-08-22T20:35:55.2912818Z 579250K .......... .......... .......... .......... .......... 93% 299M 0s 2024-08-22T20:35:55.2914803Z 579300K .......... .......... .......... .......... .......... 93% 241M 0s 2024-08-22T20:35:55.2916643Z 579350K .......... .......... .......... .......... .......... 93% 303M 0s 2024-08-22T20:35:55.2918242Z 579400K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.2919904Z 579450K .......... .......... .......... .......... .......... 93% 291M 0s 2024-08-22T20:35:55.2921516Z 579500K .......... .......... .......... .......... .......... 93% 303M 0s 2024-08-22T20:35:55.2923385Z 579550K .......... .......... .......... .......... .......... 93% 301M 0s 2024-08-22T20:35:55.2925264Z 579600K .......... .......... .......... .......... .......... 93% 254M 0s 2024-08-22T20:35:55.2926806Z 579650K .......... .......... .......... .......... .......... 93% 278M 0s 2024-08-22T20:35:55.2928625Z 579700K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.2930338Z 579750K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:35:55.2932292Z 579800K .......... .......... .......... .......... .......... 93% 250M 0s 2024-08-22T20:35:55.2934136Z 579850K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.2935736Z 579900K .......... .......... .......... .......... .......... 93% 301M 0s 2024-08-22T20:35:55.2937532Z 579950K .......... .......... .......... .......... .......... 93% 273M 0s 2024-08-22T20:35:55.2939521Z 580000K .......... .......... .......... .......... .......... 93% 245M 0s 2024-08-22T20:35:55.2941115Z 580050K .......... .......... .......... .......... .......... 93% 305M 0s 2024-08-22T20:35:55.2942808Z 580100K .......... .......... .......... .......... .......... 93% 302M 0s 2024-08-22T20:35:55.2944999Z 580150K .......... .......... .......... .......... .......... 93% 255M 0s 2024-08-22T20:35:55.2946531Z 580200K .......... .......... .......... .......... .......... 93% 259M 0s 2024-08-22T20:35:55.2948458Z 580250K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:35:55.2950159Z 580300K .......... .......... .......... .......... .......... 93% 264M 0s 2024-08-22T20:35:55.2951961Z 580350K .......... .......... .......... .......... .......... 93% 309M 0s 2024-08-22T20:35:55.2953724Z 580400K .......... .......... .......... .......... .......... 93% 239M 0s 2024-08-22T20:35:55.2955316Z 580450K .......... .......... .......... .......... .......... 93% 306M 0s 2024-08-22T20:35:55.2956930Z 580500K .......... .......... .......... .......... .......... 93% 305M 0s 2024-08-22T20:35:55.2959172Z 580550K .......... .......... .......... .......... .......... 93% 258M 0s 2024-08-22T20:35:55.2960729Z 580600K .......... .......... .......... .......... .......... 93% 260M 0s 2024-08-22T20:35:55.2962515Z 580650K .......... .......... .......... .......... .......... 93% 276M 0s 2024-08-22T20:35:55.2964172Z 580700K .......... .......... .......... .......... .......... 93% 292M 0s 2024-08-22T20:35:55.2966134Z 580750K .......... .......... .......... .......... .......... 93% 291M 0s 2024-08-22T20:35:55.2967780Z 580800K .......... .......... .......... .......... .......... 93% 249M 0s 2024-08-22T20:35:55.2969422Z 580850K .......... .......... .......... .......... .......... 93% 303M 0s 2024-08-22T20:35:55.2971155Z 580900K .......... .......... .......... .......... .......... 93% 278M 0s 2024-08-22T20:35:55.2972926Z 580950K .......... .......... .......... .......... .......... 93% 274M 0s 2024-08-22T20:35:55.2974640Z 581000K .......... .......... .......... .......... .......... 93% 286M 0s 2024-08-22T20:35:55.2976765Z 581050K .......... .......... .......... .......... .......... 93% 300M 0s 2024-08-22T20:35:55.2978294Z 581100K .......... .......... .......... .......... .......... 93% 245M 0s 2024-08-22T20:35:55.2979880Z 581150K .......... .......... .......... .......... .......... 93% 301M 0s 2024-08-22T20:35:55.2981690Z 581200K .......... .......... .......... .......... .......... 93% 276M 0s 2024-08-22T20:35:55.2983389Z 581250K .......... .......... .......... .......... .......... 93% 279M 0s 2024-08-22T20:35:55.2985060Z 581300K .......... .......... .......... .......... .......... 93% 294M 0s 2024-08-22T20:35:55.2987003Z 581350K .......... .......... .......... .......... .......... 93% 290M 0s 2024-08-22T20:35:55.2988909Z 581400K .......... .......... .......... .......... .......... 93% 224M 0s 2024-08-22T20:35:55.2990536Z 581450K .......... .......... .......... .......... .......... 93% 306M 0s 2024-08-22T20:35:55.2992336Z 581500K .......... .......... .......... .......... .......... 93% 272M 0s 2024-08-22T20:35:55.2994247Z 581550K .......... .......... .......... .......... .......... 93% 305M 0s 2024-08-22T20:35:55.2996015Z 581600K .......... .......... .......... .......... .......... 93% 232M 0s 2024-08-22T20:35:55.2997668Z 581650K .......... .......... .......... .......... .......... 93% 296M 0s 2024-08-22T20:35:55.2999555Z 581700K .......... .......... .......... .......... .......... 93% 262M 0s 2024-08-22T20:35:55.3001274Z 581750K .......... .......... .......... .......... .......... 93% 310M 0s 2024-08-22T20:35:55.3002839Z 581800K .......... .......... .......... .......... .......... 93% 284M 0s 2024-08-22T20:35:55.3004980Z 581850K .......... .......... .......... .......... .......... 93% 285M 0s 2024-08-22T20:35:55.3006583Z 581900K .......... .......... .......... .......... .......... 93% 238M 0s 2024-08-22T20:35:55.3008410Z 581950K .......... .......... .......... .......... .......... 93% 269M 0s 2024-08-22T20:35:55.3010020Z 582000K .......... .......... .......... .......... .......... 93% 302M 0s 2024-08-22T20:35:55.3011618Z 582050K .......... .......... .......... .......... .......... 93% 308M 0s 2024-08-22T20:35:55.3013711Z 582100K .......... .......... .......... .......... .......... 93% 284M 0s 2024-08-22T20:35:55.3015191Z 582150K .......... .......... .......... .......... .......... 93% 263M 0s 2024-08-22T20:35:55.3017214Z 582200K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:35:55.3019081Z 582250K .......... .......... .......... .......... .......... 93% 228M 0s 2024-08-22T20:35:55.3020781Z 582300K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:35:55.3022696Z 582350K .......... .......... .......... .......... .......... 93% 259M 0s 2024-08-22T20:35:55.3024524Z 582400K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.3026488Z 582450K .......... .......... .......... .......... .......... 93% 281M 0s 2024-08-22T20:35:55.3028324Z 582500K .......... .......... .......... .......... .......... 93% 245M 0s 2024-08-22T20:35:55.3030088Z 582550K .......... .......... .......... .......... .......... 93% 260M 0s 2024-08-22T20:35:55.3031758Z 582600K .......... .......... .......... .......... .......... 93% 294M 0s 2024-08-22T20:35:55.3033752Z 582650K .......... .......... .......... .......... .......... 93% 292M 0s 2024-08-22T20:35:55.3035265Z 582700K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.3037252Z 582750K .......... .......... .......... .......... .......... 93% 286M 0s 2024-08-22T20:35:55.3038947Z 582800K .......... .......... .......... .......... .......... 93% 244M 0s 2024-08-22T20:35:55.3040827Z 582850K .......... .......... .......... .......... .......... 93% 261M 0s 2024-08-22T20:35:55.3042543Z 582900K .......... .......... .......... .......... .......... 93% 283M 0s 2024-08-22T20:35:55.3044274Z 582950K .......... .......... .......... .......... .......... 93% 293M 0s 2024-08-22T20:35:55.3046245Z 583000K .......... .......... .......... .......... .......... 93% 267M 0s 2024-08-22T20:35:55.3048044Z 583050K .......... .......... .......... .......... .......... 93% 252M 0s 2024-08-22T20:35:55.3049576Z 583100K .......... .......... .......... .......... .......... 93% 307M 0s 2024-08-22T20:35:55.3051391Z 583150K .......... .......... .......... .......... .......... 93% 280M 0s 2024-08-22T20:35:55.3052990Z 583200K .......... .......... .......... .......... .......... 93% 298M 0s 2024-08-22T20:35:55.3054985Z 583250K .......... .......... .......... .......... .......... 93% 246M 0s 2024-08-22T20:35:55.3056760Z 583300K .......... .......... .......... .......... .......... 93% 287M 0s 2024-08-22T20:35:55.3058504Z 583350K .......... .......... .......... .......... .......... 93% 264M 0s 2024-08-22T20:35:55.3060256Z 583400K .......... .......... .......... .......... .......... 93% 285M 0s 2024-08-22T20:35:55.3062132Z 583450K .......... .......... .......... .......... .......... 93% 260M 0s 2024-08-22T20:35:55.3064024Z 583500K .......... .......... .......... .......... .......... 93% 297M 0s 2024-08-22T20:35:55.3065797Z 583550K .......... .......... .......... .......... .......... 93% 236M 0s 2024-08-22T20:35:55.3067603Z 583600K .......... .......... .......... .......... .......... 93% 292M 0s 2024-08-22T20:35:55.3069505Z 583650K .......... .......... .......... .......... .......... 93% 257M 0s 2024-08-22T20:35:55.3071400Z 583700K .......... .......... .......... .......... .......... 93% 244M 0s 2024-08-22T20:35:55.3073147Z 583750K .......... .......... .......... .......... .......... 93% 290M 0s 2024-08-22T20:35:55.3074868Z 583800K .......... .......... .......... .......... .......... 93% 272M 0s 2024-08-22T20:35:55.3076749Z 583850K .......... .......... .......... .......... .......... 93% 255M 0s 2024-08-22T20:35:55.3078506Z 583900K .......... .......... .......... .......... .......... 93% 282M 0s 2024-08-22T20:35:55.3080477Z 583950K .......... .......... .......... .......... .......... 93% 247M 0s 2024-08-22T20:35:55.3082287Z 584000K .......... .......... .......... .......... .......... 93% 270M 0s 2024-08-22T20:35:55.3084000Z 584050K .......... .......... .......... .......... .......... 93% 284M 0s 2024-08-22T20:35:55.3085811Z 584100K .......... .......... .......... .......... .......... 93% 267M 0s 2024-08-22T20:35:55.3087567Z 584150K .......... .......... .......... .......... .......... 93% 278M 0s 2024-08-22T20:35:55.3089386Z 584200K .......... .......... .......... .......... .......... 93% 277M 0s 2024-08-22T20:35:55.3091039Z 584250K .......... .......... .......... .......... .......... 93% 287M 0s 2024-08-22T20:35:55.3092801Z 584300K .......... .......... .......... .......... .......... 93% 279M 0s 2024-08-22T20:35:55.3094660Z 584350K .......... .......... .......... .......... .......... 93% 260M 0s 2024-08-22T20:35:55.3096665Z 584400K .......... .......... .......... .......... .......... 93% 295M 0s 2024-08-22T20:35:55.3098287Z 584450K .......... .......... .......... .......... .......... 94% 248M 0s 2024-08-22T20:35:55.3100100Z 584500K .......... .......... .......... .......... .......... 94% 273M 0s 2024-08-22T20:35:55.3101822Z 584550K .......... .......... .......... .......... .......... 94% 280M 0s 2024-08-22T20:35:55.3103603Z 584600K .......... .......... .......... .......... .......... 94% 275M 0s 2024-08-22T20:35:55.3105350Z 584650K .......... .......... .......... .......... .......... 94% 285M 0s 2024-08-22T20:35:55.3107386Z 584700K .......... .......... .......... .......... .......... 94% 234M 0s 2024-08-22T20:35:55.3109391Z 584750K .......... .......... .......... .......... .......... 94% 265M 0s 2024-08-22T20:35:55.3111325Z 584800K .......... .......... .......... .......... .......... 94% 234M 0s 2024-08-22T20:35:55.3113114Z 584850K .......... .......... .......... .......... .......... 94% 272M 0s 2024-08-22T20:35:55.3114988Z 584900K .......... .......... .......... .......... .......... 94% 267M 0s 2024-08-22T20:35:55.3117370Z 584950K .......... .......... .......... .......... .......... 94% 266M 0s 2024-08-22T20:35:55.3118807Z 585000K .......... .......... .......... .......... .......... 94% 245M 0s 2024-08-22T20:35:55.3120419Z 585050K .......... .......... .......... .......... .......... 94% 299M 0s 2024-08-22T20:35:55.3122104Z 585100K .......... .......... .......... .......... .......... 94% 298M 0s 2024-08-22T20:35:55.3123845Z 585150K .......... .......... .......... .......... .......... 94% 289M 0s 2024-08-22T20:35:55.3125867Z 585200K .......... .......... .......... .......... .......... 94% 279M 0s 2024-08-22T20:35:55.3127559Z 585250K .......... .......... .......... .......... .......... 94% 236M 0s 2024-08-22T20:35:55.3129376Z 585300K .......... .......... .......... .......... .......... 94% 274M 0s 2024-08-22T20:35:55.3131057Z 585350K .......... .......... .......... .......... .......... 94% 284M 0s 2024-08-22T20:35:55.3132819Z 585400K .......... .......... .......... .......... .......... 94% 308M 0s 2024-08-22T20:35:55.3134892Z 585450K .......... .......... .......... .......... .......... 94% 269M 0s 2024-08-22T20:35:55.3136525Z 585500K .......... .......... .......... .......... .......... 94% 239M 0s 2024-08-22T20:35:55.3138448Z 585550K .......... .......... .......... .......... .......... 94% 278M 0s 2024-08-22T20:35:55.3140175Z 585600K .......... .......... .......... .......... .......... 94% 259M 0s 2024-08-22T20:35:55.3142012Z 585650K .......... .......... .......... .......... .......... 94% 260M 0s 2024-08-22T20:35:55.3143687Z 585700K .......... .......... .......... .......... .......... 94% 293M 0s 2024-08-22T20:35:55.3145746Z 585750K .......... .......... .......... .......... .......... 94% 237M 0s 2024-08-22T20:35:55.3147645Z 585800K .......... .......... .......... .......... .......... 94% 305M 0s 2024-08-22T20:35:55.3149615Z 585850K .......... .......... .......... .......... .......... 94% 221M 0s 2024-08-22T20:35:55.3151455Z 585900K .......... .......... .......... .......... .......... 94% 258M 0s 2024-08-22T20:35:55.3153233Z 585950K .......... .......... .......... .......... .......... 94% 275M 0s 2024-08-22T20:35:55.3155313Z 586000K .......... .......... .......... .......... .......... 94% 292M 0s 2024-08-22T20:35:55.3156946Z 586050K .......... .......... .......... .......... .......... 94% 243M 0s 2024-08-22T20:35:55.3158724Z 586100K .......... .......... .......... .......... .......... 94% 286M 0s 2024-08-22T20:35:55.3160661Z 586150K .......... .......... .......... .......... .......... 94% 287M 0s 2024-08-22T20:35:55.3162251Z 586200K .......... .......... .......... .......... .......... 94% 253M 0s 2024-08-22T20:35:55.3164002Z 586250K .......... .......... .......... .......... .......... 94% 279M 0s 2024-08-22T20:35:55.3165968Z 586300K .......... .......... .......... .......... .......... 94% 256M 0s 2024-08-22T20:35:55.3167764Z 586350K .......... .......... .......... .......... .......... 94% 276M 0s 2024-08-22T20:35:55.3169758Z 586400K .......... .......... .......... .......... .......... 94% 278M 0s 2024-08-22T20:35:55.3171529Z 586450K .......... .......... .......... .......... .......... 94% 234M 0s 2024-08-22T20:35:55.3173460Z 586500K .......... .......... .......... .......... .......... 94% 254M 0s 2024-08-22T20:35:55.3175254Z 586550K .......... .......... .......... .......... .......... 94% 272M 0s 2024-08-22T20:35:55.3177016Z 586600K .......... .......... .......... .......... .......... 94% 280M 0s 2024-08-22T20:35:55.3179057Z 586650K .......... .......... .......... .......... .......... 94% 239M 0s 2024-08-22T20:35:55.3180754Z 586700K .......... .......... .......... .......... .......... 94% 284M 0s 2024-08-22T20:35:55.3182457Z 586750K .......... .......... .......... .......... .......... 94% 285M 0s 2024-08-22T20:35:55.3184311Z 586800K .......... .......... .......... .......... .......... 94% 270M 0s 2024-08-22T20:35:55.3186034Z 586850K .......... .......... .......... .......... .......... 94% 279M 0s 2024-08-22T20:35:55.3188123Z 586900K .......... .......... .......... .......... .......... 94% 270M 0s 2024-08-22T20:35:55.3189808Z 586950K .......... .......... .......... .......... .......... 94% 252M 0s 2024-08-22T20:35:55.3191686Z 587000K .......... .......... .......... .......... .......... 94% 256M 0s 2024-08-22T20:35:55.3193601Z 587050K .......... .......... .......... .......... .......... 94% 263M 0s 2024-08-22T20:35:55.3195289Z 587100K .......... .......... .......... .......... .......... 94% 289M 0s 2024-08-22T20:35:55.3197070Z 587150K .......... .......... .......... .......... .......... 94% 264M 0s 2024-08-22T20:35:55.3198725Z 587200K .......... .......... .......... .......... .......... 94% 294M 0s 2024-08-22T20:35:55.3200430Z 587250K .......... .......... .......... .......... .......... 94% 286M 0s 2024-08-22T20:35:55.3202341Z 587300K .......... .......... .......... .......... .......... 94% 255M 0s 2024-08-22T20:35:55.3203987Z 587350K .......... .......... .......... .......... .......... 94% 299M 0s 2024-08-22T20:35:55.3205880Z 587400K .......... .......... .......... .......... .......... 94% 267M 0s 2024-08-22T20:35:55.3207597Z 587450K .......... .......... .......... .......... .......... 94% 272M 0s 2024-08-22T20:35:55.3209276Z 587500K .......... .......... .......... .......... .......... 94% 294M 0s 2024-08-22T20:35:55.3210964Z 587550K .......... .......... .......... .......... .......... 94% 285M 0s 2024-08-22T20:35:55.3212634Z 587600K .......... .......... .......... .......... .......... 94% 295M 0s 2024-08-22T20:35:55.3214505Z 587650K .......... .......... .......... .......... .......... 94% 259M 0s 2024-08-22T20:35:55.3216186Z 587700K .......... .......... .......... .......... .......... 94% 291M 0s 2024-08-22T20:35:55.3217914Z 587750K .......... .......... .......... .......... .......... 94% 283M 0s 2024-08-22T20:35:55.3219563Z 587800K .......... .......... .......... .......... .......... 94% 298M 0s 2024-08-22T20:35:55.3221603Z 587850K .......... .......... .......... .......... .......... 94% 242M 0s 2024-08-22T20:35:55.3223316Z 587900K .......... .......... .......... .......... .......... 94% 285M 0s 2024-08-22T20:35:55.3224954Z 587950K .......... .......... .......... .......... .......... 94% 293M 0s 2024-08-22T20:35:55.3226644Z 588000K .......... .......... .......... .......... .......... 94% 288M 0s 2024-08-22T20:35:55.3229012Z 588050K .......... .......... .......... .......... .......... 94% 216M 0s 2024-08-22T20:35:55.3230804Z 588100K .......... .......... .......... .......... .......... 94% 262M 0s 2024-08-22T20:35:55.3232551Z 588150K .......... .......... .......... .......... .......... 94% 274M 0s 2024-08-22T20:35:55.3234248Z 588200K .......... .......... .......... .......... .......... 94% 288M 0s 2024-08-22T20:35:55.3236239Z 588250K .......... .......... .......... .......... .......... 94% 244M 0s 2024-08-22T20:35:55.3237909Z 588300K .......... .......... .......... .......... .......... 94% 293M 0s 2024-08-22T20:35:55.3239603Z 588350K .......... .......... .......... .......... .......... 94% 298M 0s 2024-08-22T20:35:55.3241292Z 588400K .......... .......... .......... .......... .......... 94% 282M 0s 2024-08-22T20:35:55.3243205Z 588450K .......... .......... .......... .......... .......... 94% 252M 0s 2024-08-22T20:35:55.3244890Z 588500K .......... .......... .......... .......... .......... 94% 295M 0s 2024-08-22T20:35:55.3246984Z 588550K .......... .......... .......... .......... .......... 94% 236M 0s 2024-08-22T20:35:55.3248598Z 588600K .......... .......... .......... .......... .......... 94% 294M 0s 2024-08-22T20:35:55.3250437Z 588650K .......... .......... .......... .......... .......... 94% 267M 0s 2024-08-22T20:35:55.3252368Z 588700K .......... .......... .......... .......... .......... 94% 252M 0s 2024-08-22T20:35:55.3254019Z 588750K .......... .......... .......... .......... .......... 94% 297M 0s 2024-08-22T20:35:55.3256131Z 588800K .......... .......... .......... .......... .......... 94% 237M 0s 2024-08-22T20:35:55.3257983Z 588850K .......... .......... .......... .......... .......... 94% 281M 0s 2024-08-22T20:35:55.3259553Z 588900K .......... .......... .......... .......... .......... 94% 288M 0s 2024-08-22T20:35:55.3261465Z 588950K .......... .......... .......... .......... .......... 94% 248M 0s 2024-08-22T20:35:55.3263325Z 589000K .......... .......... .......... .......... .......... 94% 271M 0s 2024-08-22T20:35:55.3265509Z 589050K .......... .......... .......... .......... .......... 94% 265M 0s 2024-08-22T20:35:55.3267137Z 589100K .......... .......... .......... .......... .......... 94% 248M 0s 2024-08-22T20:35:55.3269173Z 589150K .......... .......... .......... .......... .......... 94% 255M 0s 2024-08-22T20:35:55.3270951Z 589200K .......... .......... .......... .......... .......... 94% 251M 0s 2024-08-22T20:35:55.3272629Z 589250K .......... .......... .......... .......... .......... 94% 291M 0s 2024-08-22T20:35:55.3274753Z 589300K .......... .......... .......... .......... .......... 94% 242M 0s 2024-08-22T20:35:55.3276348Z 589350K .......... .......... .......... .......... .......... 94% 289M 0s 2024-08-22T20:35:55.3278476Z 589400K .......... .......... .......... .......... .......... 94% 267M 0s 2024-08-22T20:35:55.3280201Z 589450K .......... .......... .......... .......... .......... 94% 240M 0s 2024-08-22T20:35:55.3281908Z 589500K .......... .......... .......... .......... .......... 94% 286M 0s 2024-08-22T20:35:55.3284071Z 589550K .......... .......... .......... .......... .......... 94% 289M 0s 2024-08-22T20:35:55.3285623Z 589600K .......... .......... .......... .......... .......... 94% 244M 0s 2024-08-22T20:35:55.3287295Z 589650K .......... .......... .......... .......... .......... 94% 290M 0s 2024-08-22T20:35:55.3289269Z 589700K .......... .......... .......... .......... .......... 94% 245M 0s 2024-08-22T20:35:55.3290964Z 589750K .......... .......... .......... .......... .......... 94% 292M 0s 2024-08-22T20:35:55.3293134Z 589800K .......... .......... .......... .......... .......... 94% 265M 0s 2024-08-22T20:35:55.3294901Z 589850K .......... .......... .......... .......... .......... 94% 234M 0s 2024-08-22T20:35:55.3296689Z 589900K .......... .......... .......... .......... .......... 94% 275M 0s 2024-08-22T20:35:55.3298426Z 589950K .......... .......... .......... .......... .......... 94% 276M 0s 2024-08-22T20:35:55.3300336Z 590000K .......... .......... .......... .......... .......... 94% 253M 0s 2024-08-22T20:35:55.3302067Z 590050K .......... .......... .......... .......... .......... 94% 290M 0s 2024-08-22T20:35:55.3303923Z 590100K .......... .......... .......... .......... .......... 94% 261M 0s 2024-08-22T20:35:55.3305942Z 590150K .......... .......... .......... .......... .......... 94% 243M 0s 2024-08-22T20:35:55.3307578Z 590200K .......... .......... .......... .......... .......... 94% 295M 0s 2024-08-22T20:35:55.3309593Z 590250K .......... .......... .......... .......... .......... 94% 242M 0s 2024-08-22T20:35:55.3311731Z 590300K .......... .......... .......... .......... .......... 94% 281M 0s 2024-08-22T20:35:55.3313197Z 590350K .......... .......... .......... .......... .......... 94% 252M 0s 2024-08-22T20:35:55.3315279Z 590400K .......... .......... .......... .......... .......... 94% 251M 0s 2024-08-22T20:35:55.3316957Z 590450K .......... .......... .......... .......... .......... 94% 277M 0s 2024-08-22T20:35:55.3318817Z 590500K .......... .......... .......... .......... .......... 94% 312M 0s 2024-08-22T20:35:55.3320478Z 590550K .......... .......... .......... .......... .......... 94% 248M 0s 2024-08-22T20:35:55.3322199Z 590600K .......... .......... .......... .......... .......... 94% 288M 0s 2024-08-22T20:35:55.3324036Z 590650K .......... .......... .......... .......... .......... 94% 265M 0s 2024-08-22T20:35:55.3326144Z 590700K .......... .......... .......... .......... .......... 95% 231M 0s 2024-08-22T20:35:55.3327835Z 590750K .......... .......... .......... .......... .......... 95% 289M 0s 2024-08-22T20:35:55.3329776Z 590800K .......... .......... .......... .......... .......... 95% 285M 0s 2024-08-22T20:35:55.3331749Z 590850K .......... .......... .......... .......... .......... 95% 275M 0s 2024-08-22T20:35:55.3333415Z 590900K .......... .......... .......... .......... .......... 95% 234M 0s 2024-08-22T20:35:55.3335363Z 590950K .......... .......... .......... .......... .......... 95% 260M 0s 2024-08-22T20:35:55.3337246Z 591000K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3339047Z 591050K .......... .......... .......... .......... .......... 95% 252M 0s 2024-08-22T20:35:55.3340955Z 591100K .......... .......... .......... .......... .......... 95% 255M 0s 2024-08-22T20:35:55.3342943Z 591150K .......... .......... .......... .......... .......... 95% 302M 0s 2024-08-22T20:35:55.3344550Z 591200K .......... .......... .......... .......... .......... 95% 243M 0s 2024-08-22T20:35:55.3346186Z 591250K .......... .......... .......... .......... .......... 95% 302M 0s 2024-08-22T20:35:55.3348386Z 591300K .......... .......... .......... .......... .......... 95% 244M 0s 2024-08-22T20:35:55.3350166Z 591350K .......... .......... .......... .......... .......... 95% 245M 0s 2024-08-22T20:35:55.3351905Z 591400K .......... .......... .......... .......... .......... 95% 282M 0s 2024-08-22T20:35:55.3353866Z 591450K .......... .......... .......... .......... .......... 95% 248M 0s 2024-08-22T20:35:55.3355530Z 591500K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:35:55.3357440Z 591550K .......... .......... .......... .......... .......... 95% 255M 0s 2024-08-22T20:35:55.3359099Z 591600K .......... .......... .......... .......... .......... 95% 295M 0s 2024-08-22T20:35:55.3361073Z 591650K .......... .......... .......... .......... .......... 95% 248M 0s 2024-08-22T20:35:55.3362905Z 591700K .......... .......... .......... .......... .......... 95% 272M 0s 2024-08-22T20:35:55.3364675Z 591750K .......... .......... .......... .......... .......... 95% 275M 0s 2024-08-22T20:35:55.3366515Z 591800K .......... .......... .......... .......... .......... 95% 259M 0s 2024-08-22T20:35:55.3368161Z 591850K .......... .......... .......... .......... .......... 95% 305M 0s 2024-08-22T20:35:55.3370184Z 591900K .......... .......... .......... .......... .......... 95% 239M 0s 2024-08-22T20:35:55.3371966Z 591950K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3373917Z 592000K .......... .......... .......... .......... .......... 95% 302M 0s 2024-08-22T20:35:55.3375537Z 592050K .......... .......... .......... .......... .......... 95% 249M 0s 2024-08-22T20:35:55.3377511Z 592100K .......... .......... .......... .......... .......... 95% 263M 0s 2024-08-22T20:35:55.3379635Z 592150K .......... .......... .......... .......... .......... 95% 267M 0s 2024-08-22T20:35:55.3381254Z 592200K .......... .......... .......... .......... .......... 95% 245M 0s 2024-08-22T20:35:55.3383004Z 592250K .......... .......... .......... .......... .......... 95% 275M 0s 2024-08-22T20:35:55.3385004Z 592300K .......... .......... .......... .......... .......... 95% 248M 0s 2024-08-22T20:35:55.3386753Z 592350K .......... .......... .......... .......... .......... 95% 276M 0s 2024-08-22T20:35:55.3389010Z 592400K .......... .......... .......... .......... .......... 95% 214M 0s 2024-08-22T20:35:55.3391002Z 592450K .......... .......... .......... .......... .......... 95% 260M 0s 2024-08-22T20:35:55.3393062Z 592500K .......... .......... .......... .......... .......... 95% 264M 0s 2024-08-22T20:35:55.3394875Z 592550K .......... .......... .......... .......... .......... 95% 233M 0s 2024-08-22T20:35:55.3396567Z 592600K .......... .......... .......... .......... .......... 95% 284M 0s 2024-08-22T20:35:55.3398683Z 592650K .......... .......... .......... .......... .......... 95% 230M 0s 2024-08-22T20:35:55.3400392Z 592700K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:35:55.3402550Z 592750K .......... .......... .......... .......... .......... 95% 281M 0s 2024-08-22T20:35:55.3404118Z 592800K .......... .......... .......... .......... .......... 95% 249M 0s 2024-08-22T20:35:55.3405893Z 592850K .......... .......... .......... .......... .......... 95% 265M 0s 2024-08-22T20:35:55.3407701Z 592900K .......... .......... .......... .......... .......... 95% 279M 0s 2024-08-22T20:35:55.3409771Z 592950K .......... .......... .......... .......... .......... 95% 278M 0s 2024-08-22T20:35:55.3411544Z 593000K .......... .......... .......... .......... .......... 95% 227M 0s 2024-08-22T20:35:55.3413235Z 593050K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:35:55.3415073Z 593100K .......... .......... .......... .......... .......... 95% 281M 0s 2024-08-22T20:35:55.3416837Z 593150K .......... .......... .......... .......... .......... 95% 294M 0s 2024-08-22T20:35:55.3418508Z 593200K .......... .......... .......... .......... .......... 95% 263M 0s 2024-08-22T20:35:55.3420135Z 593250K .......... .......... .......... .......... .......... 95% 293M 0s 2024-08-22T20:35:55.3421881Z 593300K .......... .......... .......... .......... .......... 95% 288M 0s 2024-08-22T20:35:55.3424163Z 593350K .......... .......... .......... .......... .......... 95% 258M 0s 2024-08-22T20:35:55.3425828Z 593400K .......... .......... .......... .......... .......... 95% 231M 0s 2024-08-22T20:35:55.3427678Z 593450K .......... .......... .......... .......... .......... 95% 274M 0s 2024-08-22T20:35:55.3429743Z 593500K .......... .......... .......... .......... .......... 95% 243M 0s 2024-08-22T20:35:55.3431397Z 593550K .......... .......... .......... .......... .......... 95% 276M 0s 2024-08-22T20:35:55.3433075Z 593600K .......... .......... .......... .......... .......... 95% 292M 0s 2024-08-22T20:35:55.3435209Z 593650K .......... .......... .......... .......... .......... 95% 228M 0s 2024-08-22T20:35:55.3436971Z 593700K .......... .......... .......... .......... .......... 95% 281M 0s 2024-08-22T20:35:55.3438694Z 593750K .......... .......... .......... .......... .......... 95% 281M 0s 2024-08-22T20:35:55.3440619Z 593800K .......... .......... .......... .......... .......... 95% 258M 0s 2024-08-22T20:35:55.3442349Z 593850K .......... .......... .......... .......... .......... 95% 277M 0s 2024-08-22T20:35:55.3444273Z 593900K .......... .......... .......... .......... .......... 95% 256M 0s 2024-08-22T20:35:55.3445878Z 593950K .......... .......... .......... .......... .......... 95% 307M 0s 2024-08-22T20:35:55.3447955Z 594000K .......... .......... .......... .......... .......... 95% 269M 0s 2024-08-22T20:35:55.3449634Z 594050K .......... .......... .......... .......... .......... 95% 247M 0s 2024-08-22T20:35:55.3451340Z 594100K .......... .......... .......... .......... .......... 95% 288M 0s 2024-08-22T20:35:55.3453210Z 594150K .......... .......... .......... .......... .......... 95% 259M 0s 2024-08-22T20:35:55.3454850Z 594200K .......... .......... .......... .......... .......... 95% 298M 0s 2024-08-22T20:35:55.3456628Z 594250K .......... .......... .......... .......... .......... 95% 275M 0s 2024-08-22T20:35:55.3458598Z 594300K .......... .......... .......... .......... .......... 95% 303M 0s 2024-08-22T20:35:55.3460319Z 594350K .......... .......... .......... .......... .......... 95% 239M 0s 2024-08-22T20:35:55.3461867Z 594400K .......... .......... .......... .......... .......... 95% 309M 0s 2024-08-22T20:35:55.3463854Z 594450K .......... .......... .......... .......... .......... 95% 245M 0s 2024-08-22T20:35:55.3465767Z 594500K .......... .......... .......... .......... .......... 95% 254M 0s 2024-08-22T20:35:55.3467533Z 594550K .......... .......... .......... .......... .......... 95% 279M 0s 2024-08-22T20:35:55.3469569Z 594600K .......... .......... .......... .......... .......... 95% 243M 0s 2024-08-22T20:35:55.3471435Z 594650K .......... .......... .......... .......... .......... 95% 262M 0s 2024-08-22T20:35:55.3473508Z 594700K .......... .......... .......... .......... .......... 95% 255M 0s 2024-08-22T20:35:55.3475141Z 594750K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3476932Z 594800K .......... .......... .......... .......... .......... 95% 275M 0s 2024-08-22T20:35:55.3478739Z 594850K .......... .......... .......... .......... .......... 95% 269M 0s 2024-08-22T20:35:55.3480608Z 594900K .......... .......... .......... .......... .......... 95% 271M 0s 2024-08-22T20:35:55.3482428Z 594950K .......... .......... .......... .......... .......... 95% 254M 0s 2024-08-22T20:35:55.3484402Z 595000K .......... .......... .......... .......... .......... 95% 251M 0s 2024-08-22T20:35:55.3486367Z 595050K .......... .......... .......... .......... .......... 95% 248M 0s 2024-08-22T20:35:55.3487999Z 595100K .......... .......... .......... .......... .......... 95% 296M 0s 2024-08-22T20:35:55.3489730Z 595150K .......... .......... .......... .......... .......... 95% 286M 0s 2024-08-22T20:35:55.3491825Z 595200K .......... .......... .......... .......... .......... 95% 274M 0s 2024-08-22T20:35:55.3493633Z 595250K .......... .......... .......... .......... .......... 95% 228M 0s 2024-08-22T20:35:55.3495534Z 595300K .......... .......... .......... .......... .......... 95% 262M 0s 2024-08-22T20:35:55.3497272Z 595350K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3499162Z 595400K .......... .......... .......... .......... .......... 95% 296M 0s 2024-08-22T20:35:55.3500876Z 595450K .......... .......... .......... .......... .......... 95% 249M 0s 2024-08-22T20:35:55.3502731Z 595500K .......... .......... .......... .......... .......... 95% 274M 0s 2024-08-22T20:35:55.3504485Z 595550K .......... .......... .......... .......... .......... 95% 270M 0s 2024-08-22T20:35:55.3506474Z 595600K .......... .......... .......... .......... .......... 95% 248M 0s 2024-08-22T20:35:55.3508377Z 595650K .......... .......... .......... .......... .......... 95% 278M 0s 2024-08-22T20:35:55.3510411Z 595700K .......... .......... .......... .......... .......... 95% 220M 0s 2024-08-22T20:35:55.3512335Z 595750K .......... .......... .......... .......... .......... 95% 257M 0s 2024-08-22T20:35:55.3514006Z 595800K .......... .......... .......... .......... .......... 95% 286M 0s 2024-08-22T20:35:55.3516138Z 595850K .......... .......... .......... .......... .......... 95% 235M 0s 2024-08-22T20:35:55.3517925Z 595900K .......... .......... .......... .......... .......... 95% 276M 0s 2024-08-22T20:35:55.3519838Z 595950K .......... .......... .......... .......... .......... 95% 263M 0s 2024-08-22T20:35:55.3521686Z 596000K .......... .......... .......... .......... .......... 95% 250M 0s 2024-08-22T20:35:55.3523610Z 596050K .......... .......... .......... .......... .......... 95% 290M 0s 2024-08-22T20:35:55.3525174Z 596100K .......... .......... .......... .......... .......... 95% 271M 0s 2024-08-22T20:35:55.3526963Z 596150K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3528727Z 596200K .......... .......... .......... .......... .......... 95% 281M 0s 2024-08-22T20:35:55.3530488Z 596250K .......... .......... .......... .......... .......... 95% 273M 0s 2024-08-22T20:35:55.3532101Z 596300K .......... .......... .......... .......... .......... 95% 305M 0s 2024-08-22T20:35:55.3534055Z 596350K .......... .......... .......... .......... .......... 95% 253M 0s 2024-08-22T20:35:55.3535648Z 596400K .......... .......... .......... .......... .......... 95% 297M 0s 2024-08-22T20:35:55.3537353Z 596450K .......... .......... .......... .......... .......... 95% 288M 0s 2024-08-22T20:35:55.3539145Z 596500K .......... .......... .......... .......... .......... 95% 274M 0s 2024-08-22T20:35:55.3540855Z 596550K .......... .......... .......... .......... .......... 95% 282M 0s 2024-08-22T20:35:55.3542556Z 596600K .......... .......... .......... .......... .......... 95% 289M 0s 2024-08-22T20:35:55.3544709Z 596650K .......... .......... .......... .......... .......... 95% 247M 0s 2024-08-22T20:35:55.3546380Z 596700K .......... .......... .......... .......... .......... 95% 306M 0s 2024-08-22T20:35:55.3548180Z 596750K .......... .......... .......... .......... .......... 95% 250M 0s 2024-08-22T20:35:55.3550343Z 596800K .......... .......... .......... .......... .......... 95% 232M 0s 2024-08-22T20:35:55.3552154Z 596850K .......... .......... .......... .......... .......... 95% 261M 0s 2024-08-22T20:35:55.3553836Z 596900K .......... .......... .......... .......... .......... 96% 275M 0s 2024-08-22T20:35:55.3555803Z 596950K .......... .......... .......... .......... .......... 96% 248M 0s 2024-08-22T20:35:55.3557538Z 597000K .......... .......... .......... .......... .......... 96% 280M 0s 2024-08-22T20:35:55.3559294Z 597050K .......... .......... .......... .......... .......... 96% 279M 0s 2024-08-22T20:35:55.3561132Z 597100K .......... .......... .......... .......... .......... 96% 268M 0s 2024-08-22T20:35:55.3563176Z 597150K .......... .......... .......... .......... .......... 96% 237M 0s 2024-08-22T20:35:55.3564872Z 597200K .......... .......... .......... .......... .......... 96% 298M 0s 2024-08-22T20:35:55.3566688Z 597250K .......... .......... .......... .......... .......... 96% 262M 0s 2024-08-22T20:35:55.3568370Z 597300K .......... .......... .......... .......... .......... 96% 288M 0s 2024-08-22T20:35:55.3570074Z 597350K .......... .......... .......... .......... .......... 96% 288M 0s 2024-08-22T20:35:55.3572107Z 597400K .......... .......... .......... .......... .......... 96% 303M 0s 2024-08-22T20:35:55.3573723Z 597450K .......... .......... .......... .......... .......... 96% 245M 0s 2024-08-22T20:35:55.3575548Z 597500K .......... .......... .......... .......... .......... 96% 261M 0s 2024-08-22T20:35:55.3577254Z 597550K .......... .......... .......... .......... .......... 96% 290M 0s 2024-08-22T20:35:55.3579255Z 597600K .......... .......... .......... .......... .......... 96% 285M 0s 2024-08-22T20:35:55.3580974Z 597650K .......... .......... .......... .......... .......... 96% 241M 0s 2024-08-22T20:35:55.3582803Z 597700K .......... .......... .......... .......... .......... 96% 270M 0s 2024-08-22T20:35:55.3584543Z 597750K .......... .......... .......... .......... .......... 96% 278M 0s 2024-08-22T20:35:55.3586715Z 597800K .......... .......... .......... .......... .......... 96% 267M 0s 2024-08-22T20:35:55.3588524Z 597850K .......... .......... .......... .......... .......... 96% 252M 0s 2024-08-22T20:35:55.3590254Z 597900K .......... .......... .......... .......... .......... 96% 257M 0s 2024-08-22T20:35:55.3591985Z 597950K .......... .......... .......... .......... .......... 96% 274M 0s 2024-08-22T20:35:55.3593884Z 598000K .......... .......... .......... .......... .......... 96% 256M 0s 2024-08-22T20:35:55.3595555Z 598050K .......... .......... .......... .......... .......... 96% 290M 0s 2024-08-22T20:35:55.3597216Z 598100K .......... .......... .......... .......... .......... 96% 295M 0s 2024-08-22T20:35:55.3598916Z 598150K .......... .......... .......... .......... .......... 96% 287M 0s 2024-08-22T20:35:55.3600886Z 598200K .......... .......... .......... .......... .......... 96% 248M 0s 2024-08-22T20:35:55.3602783Z 598250K .......... .......... .......... .......... .......... 96% 256M 0s 2024-08-22T20:35:55.3604493Z 598300K .......... .......... .......... .......... .......... 96% 291M 0s 2024-08-22T20:35:55.3606134Z 598350K .......... .......... .......... .......... .......... 96% 292M 0s 2024-08-22T20:35:55.3607945Z 598400K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3609990Z 598450K .......... .......... .......... .......... .......... 96% 239M 0s 2024-08-22T20:35:55.3611826Z 598500K .......... .......... .......... .......... .......... 96% 264M 0s 2024-08-22T20:35:55.3613568Z 598550K .......... .......... .......... .......... .......... 96% 281M 0s 2024-08-22T20:35:55.3615477Z 598600K .......... .......... .......... .......... .......... 96% 290M 0s 2024-08-22T20:35:55.3617361Z 598650K .......... .......... .......... .......... .......... 96% 292M 0s 2024-08-22T20:35:55.3619024Z 598700K .......... .......... .......... .......... .......... 96% 238M 0s 2024-08-22T20:35:55.3620836Z 598750K .......... .......... .......... .......... .......... 96% 267M 0s 2024-08-22T20:35:55.3622560Z 598800K .......... .......... .......... .......... .......... 96% 279M 0s 2024-08-22T20:35:55.3624228Z 598850K .......... .......... .......... .......... .......... 96% 295M 0s 2024-08-22T20:35:55.3626389Z 598900K .......... .......... .......... .......... .......... 96% 284M 0s 2024-08-22T20:35:55.3627974Z 598950K .......... .......... .......... .......... .......... 96% 257M 0s 2024-08-22T20:35:55.3630173Z 599000K .......... .......... .......... .......... .......... 96% 246M 0s 2024-08-22T20:35:55.3631813Z 599050K .......... .......... .......... .......... .......... 96% 244M 0s 2024-08-22T20:35:55.3633632Z 599100K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3635647Z 599150K .......... .......... .......... .......... .......... 96% 240M 0s 2024-08-22T20:35:55.3637295Z 599200K .......... .......... .......... .......... .......... 96% 317M 0s 2024-08-22T20:35:55.3639158Z 599250K .......... .......... .......... .......... .......... 96% 250M 0s 2024-08-22T20:35:55.3640944Z 599300K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3642759Z 599350K .......... .......... .......... .......... .......... 96% 267M 0s 2024-08-22T20:35:55.3644711Z 599400K .......... .......... .......... .......... .......... 96% 251M 0s 2024-08-22T20:35:55.3646468Z 599450K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3648631Z 599500K .......... .......... .......... .......... .......... 96% 300M 0s 2024-08-22T20:35:55.3650397Z 599550K .......... .......... .......... .......... .......... 96% 213M 0s 2024-08-22T20:35:55.3652085Z 599600K .......... .......... .......... .......... .......... 96% 287M 0s 2024-08-22T20:35:55.3653976Z 599650K .......... .......... .......... .......... .......... 96% 260M 0s 2024-08-22T20:35:55.3655793Z 599700K .......... .......... .......... .......... .......... 96% 267M 0s 2024-08-22T20:35:55.3657931Z 599750K .......... .......... .......... .......... .......... 96% 231M 0s 2024-08-22T20:35:55.3659471Z 599800K .......... .......... .......... .......... .......... 96% 328M 0s 2024-08-22T20:35:55.3661361Z 599850K .......... .......... .......... .......... .......... 96% 248M 0s 2024-08-22T20:35:55.3663117Z 599900K .......... .......... .......... .......... .......... 96% 287M 0s 2024-08-22T20:35:55.3664858Z 599950K .......... .......... .......... .......... .......... 96% 273M 0s 2024-08-22T20:35:55.3666910Z 600000K .......... .......... .......... .......... .......... 96% 242M 0s 2024-08-22T20:35:55.3668853Z 600050K .......... .......... .......... .......... .......... 96% 257M 0s 2024-08-22T20:35:55.3670615Z 600100K .......... .......... .......... .......... .......... 96% 268M 0s 2024-08-22T20:35:55.3672236Z 600150K .......... .......... .......... .......... .......... 96% 299M 0s 2024-08-22T20:35:55.3674068Z 600200K .......... .......... .......... .......... .......... 96% 268M 0s 2024-08-22T20:35:55.3675729Z 600250K .......... .......... .......... .......... .......... 96% 292M 0s 2024-08-22T20:35:55.3677875Z 600300K .......... .......... .......... .......... .......... 96% 227M 0s 2024-08-22T20:35:55.3679548Z 600350K .......... .......... .......... .......... .......... 96% 296M 0s 2024-08-22T20:35:55.3681281Z 600400K .......... .......... .......... .......... .......... 96% 280M 0s 2024-08-22T20:35:55.3683067Z 600450K .......... .......... .......... .......... .......... 96% 272M 0s 2024-08-22T20:35:55.3684824Z 600500K .......... .......... .......... .......... .......... 96% 281M 0s 2024-08-22T20:35:55.3687180Z 600550K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3688725Z 600600K .......... .......... .......... .......... .......... 96% 233M 0s 2024-08-22T20:35:55.3690443Z 600650K .......... .......... .......... .......... .......... 96% 281M 0s 2024-08-22T20:35:55.3692264Z 600700K .......... .......... .......... .......... .......... 96% 273M 0s 2024-08-22T20:35:55.3694266Z 600750K .......... .......... .......... .......... .......... 96% 240M 0s 2024-08-22T20:35:55.3695981Z 600800K .......... .......... .......... .......... .......... 96% 285M 0s 2024-08-22T20:35:55.3697668Z 600850K .......... .......... .......... .......... .......... 96% 295M 0s 2024-08-22T20:35:55.3699280Z 600900K .......... .......... .......... .......... .......... 96% 297M 0s 2024-08-22T20:35:55.3701183Z 600950K .......... .......... .......... .......... .......... 96% 256M 0s 2024-08-22T20:35:55.3703394Z 601000K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3705045Z 601050K .......... .......... .......... .......... .......... 96% 236M 0s 2024-08-22T20:35:55.3706667Z 601100K .......... .......... .......... .......... .......... 96% 309M 0s 2024-08-22T20:35:55.3708663Z 601150K .......... .......... .......... .......... .......... 96% 241M 0s 2024-08-22T20:35:55.3710510Z 601200K .......... .......... .......... .......... .......... 96% 264M 0s 2024-08-22T20:35:55.3712271Z 601250K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3714345Z 601300K .......... .......... .......... .......... .......... 96% 242M 0s 2024-08-22T20:35:55.3716231Z 601350K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3718081Z 601400K .......... .......... .......... .......... .......... 96% 246M 0s 2024-08-22T20:35:55.3719797Z 601450K .......... .......... .......... .......... .......... 96% 283M 0s 2024-08-22T20:35:55.3721716Z 601500K .......... .......... .......... .......... .......... 96% 258M 0s 2024-08-22T20:35:55.3723546Z 601550K .......... .......... .......... .......... .......... 96% 266M 0s 2024-08-22T20:35:55.3725324Z 601600K .......... .......... .......... .......... .......... 96% 275M 0s 2024-08-22T20:35:55.3727482Z 601650K .......... .......... .......... .......... .......... 96% 225M 0s 2024-08-22T20:35:55.3729250Z 601700K .......... .......... .......... .......... .......... 96% 276M 0s 2024-08-22T20:35:55.3731348Z 601750K .......... .......... .......... .......... .......... 96% 238M 0s 2024-08-22T20:35:55.3733053Z 601800K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3735135Z 601850K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3736824Z 601900K .......... .......... .......... .......... .......... 96% 244M 0s 2024-08-22T20:35:55.3738638Z 601950K .......... .......... .......... .......... .......... 96% 267M 0s 2024-08-22T20:35:55.3740299Z 602000K .......... .......... .......... .......... .......... 96% 296M 0s 2024-08-22T20:35:55.3742474Z 602050K .......... .......... .......... .......... .......... 96% 273M 0s 2024-08-22T20:35:55.3744322Z 602100K .......... .......... .......... .......... .......... 96% 218M 0s 2024-08-22T20:35:55.3746117Z 602150K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3747768Z 602200K .......... .......... .......... .......... .......... 96% 302M 0s 2024-08-22T20:35:55.3749824Z 602250K .......... .......... .......... .......... .......... 96% 275M 0s 2024-08-22T20:35:55.3751517Z 602300K .......... .......... .......... .......... .......... 96% 243M 0s 2024-08-22T20:35:55.3753287Z 602350K .......... .......... .......... .......... .......... 96% 277M 0s 2024-08-22T20:35:55.3754956Z 602400K .......... .......... .......... .......... .......... 96% 291M 0s 2024-08-22T20:35:55.3756692Z 602450K .......... .......... .......... .......... .......... 96% 282M 0s 2024-08-22T20:35:55.3758753Z 602500K .......... .......... .......... .......... .......... 96% 261M 0s 2024-08-22T20:35:55.3760334Z 602550K .......... .......... .......... .......... .......... 96% 295M 0s 2024-08-22T20:35:55.3762143Z 602600K .......... .......... .......... .......... .......... 96% 292M 0s 2024-08-22T20:35:55.3763848Z 602650K .......... .......... .......... .......... .......... 96% 253M 0s 2024-08-22T20:35:55.3765854Z 602700K .......... .......... .......... .......... .......... 96% 242M 0s 2024-08-22T20:35:55.3767531Z 602750K .......... .......... .......... .......... .......... 96% 290M 0s 2024-08-22T20:35:55.3769186Z 602800K .......... .......... .......... .......... .......... 96% 297M 0s 2024-08-22T20:35:55.3770916Z 602850K .......... .......... .......... .......... .......... 96% 291M 0s 2024-08-22T20:35:55.3772937Z 602900K .......... .......... .......... .......... .......... 96% 234M 0s 2024-08-22T20:35:55.3774718Z 602950K .......... .......... .......... .......... .......... 96% 281M 0s 2024-08-22T20:35:55.3776458Z 603000K .......... .......... .......... .......... .......... 96% 283M 0s 2024-08-22T20:35:55.3778223Z 603050K .......... .......... .......... .......... .......... 96% 271M 0s 2024-08-22T20:35:55.3779983Z 603100K .......... .......... .......... .......... .......... 97% 277M 0s 2024-08-22T20:35:55.3782071Z 603150K .......... .......... .......... .......... .......... 97% 277M 0s 2024-08-22T20:35:55.3783783Z 603200K .......... .......... .......... .......... .......... 97% 239M 0s 2024-08-22T20:35:55.3785488Z 603250K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3787335Z 603300K .......... .......... .......... .......... .......... 97% 263M 0s 2024-08-22T20:35:55.3789225Z 603350K .......... .......... .......... .......... .......... 97% 260M 0s 2024-08-22T20:35:55.3790933Z 603400K .......... .......... .......... .......... .......... 97% 297M 0s 2024-08-22T20:35:55.3792804Z 603450K .......... .......... .......... .......... .......... 97% 255M 0s 2024-08-22T20:35:55.3794724Z 603500K .......... .......... .......... .......... .......... 97% 252M 0s 2024-08-22T20:35:55.3796467Z 603550K .......... .......... .......... .......... .......... 97% 280M 0s 2024-08-22T20:35:55.3798193Z 603600K .......... .......... .......... .......... .......... 97% 282M 0s 2024-08-22T20:35:55.3800280Z 603650K .......... .......... .......... .......... .......... 97% 239M 0s 2024-08-22T20:35:55.3802144Z 603700K .......... .......... .......... .......... .......... 97% 270M 0s 2024-08-22T20:35:55.3804204Z 603750K .......... .......... .......... .......... .......... 97% 291M 0s 2024-08-22T20:35:55.3805807Z 603800K .......... .......... .......... .......... .......... 97% 252M 0s 2024-08-22T20:35:55.3807653Z 603850K .......... .......... .......... .......... .......... 97% 257M 0s 2024-08-22T20:35:55.3809420Z 603900K .......... .......... .......... .......... .......... 97% 268M 0s 2024-08-22T20:35:55.3811344Z 603950K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:35:55.3813357Z 604000K .......... .......... .......... .......... .......... 97% 244M 0s 2024-08-22T20:35:55.3815163Z 604050K .......... .......... .......... .......... .......... 97% 266M 0s 2024-08-22T20:35:55.3816928Z 604100K .......... .......... .......... .......... .......... 97% 277M 0s 2024-08-22T20:35:55.3818936Z 604150K .......... .......... .......... .......... .......... 97% 240M 0s 2024-08-22T20:35:55.3820669Z 604200K .......... .......... .......... .......... .......... 97% 282M 0s 2024-08-22T20:35:55.3822431Z 604250K .......... .......... .......... .......... .......... 97% 278M 0s 2024-08-22T20:35:55.3824348Z 604300K .......... .......... .......... .......... .......... 97% 258M 0s 2024-08-22T20:35:55.3826322Z 604350K .......... .......... .......... .......... .......... 97% 244M 0s 2024-08-22T20:35:55.3828530Z 604400K .......... .......... .......... .......... .......... 97% 243M 0s 2024-08-22T20:35:55.3830730Z 604450K .......... .......... .......... .......... .......... 97% 232M 0s 2024-08-22T20:35:55.3832290Z 604500K .......... .......... .......... .......... .......... 97% 272M 0s 2024-08-22T20:35:55.3834044Z 604550K .......... .......... .......... .......... .......... 97% 273M 0s 2024-08-22T20:35:55.3836115Z 604600K .......... .......... .......... .......... .......... 97% 238M 0s 2024-08-22T20:35:55.3837750Z 604650K .......... .......... .......... .......... .......... 97% 292M 0s 2024-08-22T20:35:55.3839598Z 604700K .......... .......... .......... .......... .......... 97% 311M 0s 2024-08-22T20:35:55.3841196Z 604750K .......... .......... .......... .......... .......... 97% 258M 0s 2024-08-22T20:35:55.3842841Z 604800K .......... .......... .......... .......... .......... 97% 299M 0s 2024-08-22T20:35:55.3844696Z 604850K .......... .......... .......... .......... .......... 97% 262M 0s 2024-08-22T20:35:55.3846418Z 604900K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3848203Z 604950K .......... .......... .......... .......... .......... 97% 292M 0s 2024-08-22T20:35:55.3850018Z 605000K .......... .......... .......... .......... .......... 97% 250M 0s 2024-08-22T20:35:55.3851767Z 605050K .......... .......... .......... .......... .......... 97% 284M 0s 2024-08-22T20:35:55.3853746Z 605100K .......... .......... .......... .......... .......... 97% 299M 0s 2024-08-22T20:35:55.3855417Z 605150K .......... .......... .......... .......... .......... 97% 245M 0s 2024-08-22T20:35:55.3857308Z 605200K .......... .......... .......... .......... .......... 97% 301M 0s 2024-08-22T20:35:55.3859032Z 605250K .......... .......... .......... .......... .......... 97% 239M 0s 2024-08-22T20:35:55.3860722Z 605300K .......... .......... .......... .......... .......... 97% 295M 0s 2024-08-22T20:35:55.3862724Z 605350K .......... .......... .......... .......... .......... 97% 246M 0s 2024-08-22T20:35:55.3864416Z 605400K .......... .......... .......... .......... .......... 97% 285M 0s 2024-08-22T20:35:55.3866200Z 605450K .......... .......... .......... .......... .......... 97% 271M 0s 2024-08-22T20:35:55.3867969Z 605500K .......... .......... .......... .......... .......... 97% 301M 0s 2024-08-22T20:35:55.3869781Z 605550K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:35:55.3871771Z 605600K .......... .......... .......... .......... .......... 97% 293M 0s 2024-08-22T20:35:55.3873526Z 605650K .......... .......... .......... .......... .......... 97% 243M 0s 2024-08-22T20:35:55.3875555Z 605700K .......... .......... .......... .......... .......... 97% 268M 0s 2024-08-22T20:35:55.3877262Z 605750K .......... .......... .......... .......... .......... 97% 242M 0s 2024-08-22T20:35:55.3878951Z 605800K .......... .......... .......... .......... .......... 97% 296M 0s 2024-08-22T20:35:55.3880912Z 605850K .......... .......... .......... .......... .......... 97% 255M 0s 2024-08-22T20:35:55.3882595Z 605900K .......... .......... .......... .......... .......... 97% 287M 0s 2024-08-22T20:35:55.3884203Z 605950K .......... .......... .......... .......... .......... 97% 294M 0s 2024-08-22T20:35:55.3886047Z 606000K .......... .......... .......... .......... .......... 97% 262M 0s 2024-08-22T20:35:55.3887884Z 606050K .......... .......... .......... .......... .......... 97% 284M 0s 2024-08-22T20:35:55.3889842Z 606100K .......... .......... .......... .......... .......... 97% 239M 0s 2024-08-22T20:35:55.3891478Z 606150K .......... .......... .......... .......... .......... 97% 292M 0s 2024-08-22T20:35:55.3893291Z 606200K .......... .......... .......... .......... .......... 97% 271M 0s 2024-08-22T20:35:55.3895079Z 606250K .......... .......... .......... .......... .......... 97% 279M 0s 2024-08-22T20:35:55.3897153Z 606300K .......... .......... .......... .......... .......... 97% 234M 0s 2024-08-22T20:35:55.3898984Z 606350K .......... .......... .......... .......... .......... 97% 278M 0s 2024-08-22T20:35:55.3900873Z 606400K .......... .......... .......... .......... .......... 97% 288M 0s 2024-08-22T20:35:55.3902504Z 606450K .......... .......... .......... .......... .......... 97% 276M 0s 2024-08-22T20:35:55.3904304Z 606500K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:35:55.3906095Z 606550K .......... .......... .......... .......... .......... 97% 277M 0s 2024-08-22T20:35:55.3907984Z 606600K .......... .......... .......... .......... .......... 97% 268M 0s 2024-08-22T20:35:55.3909817Z 606650K .......... .......... .......... .......... .......... 97% 254M 0s 2024-08-22T20:35:55.3911848Z 606700K .......... .......... .......... .......... .......... 97% 239M 0s 2024-08-22T20:35:55.3913531Z 606750K .......... .......... .......... .......... .......... 97% 287M 0s 2024-08-22T20:35:55.3915363Z 606800K .......... .......... .......... .......... .......... 97% 262M 0s 2024-08-22T20:35:55.3917210Z 606850K .......... .......... .......... .......... .......... 97% 266M 0s 2024-08-22T20:35:55.3918919Z 606900K .......... .......... .......... .......... .......... 97% 287M 0s 2024-08-22T20:35:55.3920965Z 606950K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3922566Z 607000K .......... .......... .......... .......... .......... 97% 253M 0s 2024-08-22T20:35:55.3924296Z 607050K .......... .......... .......... .......... .......... 97% 283M 0s 2024-08-22T20:35:55.3926484Z 607100K .......... .......... .......... .......... .......... 97% 264M 0s 2024-08-22T20:35:55.3928098Z 607150K .......... .......... .......... .......... .......... 97% 250M 0s 2024-08-22T20:35:55.3929957Z 607200K .......... .......... .......... .......... .......... 97% 264M 0s 2024-08-22T20:35:55.3931649Z 607250K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3933450Z 607300K .......... .......... .......... .......... .......... 97% 289M 0s 2024-08-22T20:35:55.3935220Z 607350K .......... .......... .......... .......... .......... 97% 263M 0s 2024-08-22T20:35:55.3937238Z 607400K .......... .......... .......... .......... .......... 97% 238M 0s 2024-08-22T20:35:55.3939067Z 607450K .......... .......... .......... .......... .......... 97% 290M 0s 2024-08-22T20:35:55.3940734Z 607500K .......... .......... .......... .......... .......... 97% 280M 0s 2024-08-22T20:35:55.3942669Z 607550K .......... .......... .......... .......... .......... 97% 245M 0s 2024-08-22T20:35:55.3944428Z 607600K .......... .......... .......... .......... .......... 97% 285M 0s 2024-08-22T20:35:55.3946511Z 607650K .......... .......... .......... .......... .......... 97% 272M 0s 2024-08-22T20:35:55.3948393Z 607700K .......... .......... .......... .......... .......... 97% 236M 0s 2024-08-22T20:35:55.3950134Z 607750K .......... .......... .......... .......... .......... 97% 264M 0s 2024-08-22T20:35:55.3951934Z 607800K .......... .......... .......... .......... .......... 97% 267M 0s 2024-08-22T20:35:55.3954055Z 607850K .......... .......... .......... .......... .......... 97% 267M 0s 2024-08-22T20:35:55.3955456Z 607900K .......... .......... .......... .......... .......... 97% 289M 0s 2024-08-22T20:35:55.3957533Z 607950K .......... .......... .......... .......... .......... 97% 235M 0s 2024-08-22T20:35:55.3959258Z 608000K .......... .......... .......... .......... .......... 97% 284M 0s 2024-08-22T20:35:55.3961058Z 608050K .......... .......... .......... .......... .......... 97% 271M 0s 2024-08-22T20:35:55.3962864Z 608100K .......... .......... .......... .......... .......... 97% 268M 0s 2024-08-22T20:35:55.3964612Z 608150K .......... .......... .......... .......... .......... 97% 281M 0s 2024-08-22T20:35:55.3966752Z 608200K .......... .......... .......... .......... .......... 97% 275M 0s 2024-08-22T20:35:55.3968530Z 608250K .......... .......... .......... .......... .......... 97% 232M 0s 2024-08-22T20:35:55.3970377Z 608300K .......... .......... .......... .......... .......... 97% 259M 0s 2024-08-22T20:35:55.3972296Z 608350K .......... .......... .......... .......... .......... 97% 278M 0s 2024-08-22T20:35:55.3973992Z 608400K .......... .......... .......... .......... .......... 97% 267M 0s 2024-08-22T20:35:55.3975955Z 608450K .......... .......... .......... .......... .......... 97% 247M 0s 2024-08-22T20:35:55.3977839Z 608500K .......... .......... .......... .......... .......... 97% 268M 0s 2024-08-22T20:35:55.3979520Z 608550K .......... .......... .......... .......... .......... 97% 279M 0s 2024-08-22T20:35:55.3981581Z 608600K .......... .......... .......... .......... .......... 97% 234M 0s 2024-08-22T20:35:55.3983335Z 608650K .......... .......... .......... .......... .......... 97% 285M 0s 2024-08-22T20:35:55.3985005Z 608700K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3987017Z 608750K .......... .......... .......... .......... .......... 97% 242M 0s 2024-08-22T20:35:55.3988763Z 608800K .......... .......... .......... .......... .......... 97% 286M 0s 2024-08-22T20:35:55.3990693Z 608850K .......... .......... .......... .......... .......... 97% 249M 0s 2024-08-22T20:35:55.3992286Z 608900K .......... .......... .......... .......... .......... 97% 305M 0s 2024-08-22T20:35:55.3994294Z 608950K .......... .......... .......... .......... .......... 97% 302M 0s 2024-08-22T20:35:55.3995887Z 609000K .......... .......... .......... .......... .......... 97% 245M 0s 2024-08-22T20:35:55.3997520Z 609050K .......... .......... .......... .......... .......... 97% 307M 0s 2024-08-22T20:35:55.3999556Z 609100K .......... .......... .......... .......... .......... 97% 274M 0s 2024-08-22T20:35:55.4001122Z 609150K .......... .......... .......... .......... .......... 97% 263M 0s 2024-08-22T20:35:55.4002780Z 609200K .......... .......... .......... .......... .......... 97% 296M 0s 2024-08-22T20:35:55.4004915Z 609250K .......... .......... .......... .......... .......... 97% 233M 0s 2024-08-22T20:35:55.4006557Z 609300K .......... .......... .......... .......... .......... 97% 294M 0s 2024-08-22T20:35:55.4008383Z 609350K .......... .......... .......... .......... .......... 98% 266M 0s 2024-08-22T20:35:55.4010057Z 609400K .......... .......... .......... .......... .......... 98% 300M 0s 2024-08-22T20:35:55.4011929Z 609450K .......... .......... .......... .......... .......... 98% 253M 0s 2024-08-22T20:35:55.4013605Z 609500K .......... .......... .......... .......... .......... 98% 295M 0s 2024-08-22T20:35:55.4015548Z 609550K .......... .......... .......... .......... .......... 98% 275M 0s 2024-08-22T20:35:55.4017362Z 609600K .......... .......... .......... .......... .......... 98% 251M 0s 2024-08-22T20:35:55.4019084Z 609650K .......... .......... .......... .......... .......... 98% 279M 0s 2024-08-22T20:35:55.4020724Z 609700K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:55.4022812Z 609750K .......... .......... .......... .......... .......... 98% 234M 0s 2024-08-22T20:35:55.4024525Z 609800K .......... .......... .......... .......... .......... 98% 286M 0s 2024-08-22T20:35:55.4026479Z 609850K .......... .......... .......... .......... .......... 98% 250M 0s 2024-08-22T20:35:55.4028621Z 609900K .......... .......... .......... .......... .......... 98% 228M 0s 2024-08-22T20:35:55.4030372Z 609950K .......... .......... .......... .......... .......... 98% 278M 0s 2024-08-22T20:35:55.4032021Z 610000K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:55.4034211Z 610050K .......... .......... .......... .......... .......... 98% 222M 0s 2024-08-22T20:35:55.4036060Z 610100K .......... .......... .......... .......... .......... 98% 310M 0s 2024-08-22T20:35:55.4037845Z 610150K .......... .......... .......... .......... .......... 98% 241M 0s 2024-08-22T20:35:55.4039578Z 610200K .......... .......... .......... .......... .......... 98% 274M 0s 2024-08-22T20:35:55.4041348Z 610250K .......... .......... .......... .......... .......... 98% 279M 0s 2024-08-22T20:35:55.4043417Z 610300K .......... .......... .......... .......... .......... 98% 261M 0s 2024-08-22T20:35:55.4045149Z 610350K .......... .......... .......... .......... .......... 98% 268M 0s 2024-08-22T20:35:55.4047036Z 610400K .......... .......... .......... .......... .......... 98% 244M 0s 2024-08-22T20:35:55.4048907Z 610450K .......... .......... .......... .......... .......... 98% 270M 0s 2024-08-22T20:35:55.4050667Z 610500K .......... .......... .......... .......... .......... 98% 269M 0s 2024-08-22T20:35:55.4052380Z 610550K .......... .......... .......... .......... .......... 98% 285M 0s 2024-08-22T20:35:55.4054504Z 610600K .......... .......... .......... .......... .......... 98% 230M 0s 2024-08-22T20:35:55.4056164Z 610650K .......... .......... .......... .......... .......... 98% 300M 0s 2024-08-22T20:35:55.4057878Z 610700K .......... .......... .......... .......... .......... 98% 279M 0s 2024-08-22T20:35:55.4059656Z 610750K .......... .......... .......... .......... .......... 98% 291M 0s 2024-08-22T20:35:55.4061595Z 610800K .......... .......... .......... .......... .......... 98% 241M 0s 2024-08-22T20:35:55.4063422Z 610850K .......... .......... .......... .......... .......... 98% 264M 0s 2024-08-22T20:35:55.4065195Z 610900K .......... .......... .......... .......... .......... 98% 285M 0s 2024-08-22T20:35:55.4066784Z 610950K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:55.4069077Z 611000K .......... .......... .......... .......... .......... 98% 215M 0s 2024-08-22T20:35:55.4070919Z 611050K .......... .......... .......... .......... .......... 98% 263M 0s 2024-08-22T20:35:55.4072819Z 611100K .......... .......... .......... .......... .......... 98% 276M 0s 2024-08-22T20:35:55.4074543Z 611150K .......... .......... .......... .......... .......... 98% 282M 0s 2024-08-22T20:35:55.4076312Z 611200K .......... .......... .......... .......... .......... 98% 259M 0s 2024-08-22T20:35:55.4078052Z 611250K .......... .......... .......... .......... .......... 98% 281M 0s 2024-08-22T20:35:55.4080127Z 611300K .......... .......... .......... .......... .......... 98% 234M 0s 2024-08-22T20:35:55.4081824Z 611350K .......... .......... .......... .......... .......... 98% 286M 0s 2024-08-22T20:35:55.4083474Z 611400K .......... .......... .......... .......... .......... 98% 298M 0s 2024-08-22T20:35:55.4085235Z 611450K .......... .......... .......... .......... .......... 98% 280M 0s 2024-08-22T20:35:55.4087249Z 611500K .......... .......... .......... .......... .......... 98% 255M 0s 2024-08-22T20:35:55.4088820Z 611550K .......... .......... .......... .......... .......... 98% 293M 0s 2024-08-22T20:35:55.4091020Z 611600K .......... .......... .......... .......... .......... 98% 273M 0s 2024-08-22T20:35:55.4092673Z 611650K .......... .......... .......... .......... .......... 98% 234M 0s 2024-08-22T20:35:55.4094527Z 611700K .......... .......... .......... .......... .......... 98% 263M 0s 2024-08-22T20:35:55.4096311Z 611750K .......... .......... .......... .......... .......... 98% 277M 0s 2024-08-22T20:35:55.4098118Z 611800K .......... .......... .......... .......... .......... 98% 270M 0s 2024-08-22T20:35:55.4099775Z 611850K .......... .......... .......... .......... .......... 98% 295M 0s 2024-08-22T20:35:55.4101508Z 611900K .......... .......... .......... .......... .......... 98% 282M 0s 2024-08-22T20:35:55.4103627Z 611950K .......... .......... .......... .......... .......... 98% 229M 0s 2024-08-22T20:35:55.4105389Z 612000K .......... .......... .......... .......... .......... 98% 285M 0s 2024-08-22T20:35:55.4107298Z 612050K .......... .......... .......... .......... .......... 98% 254M 0s 2024-08-22T20:35:55.4109337Z 612100K .......... .......... .......... .......... .......... 98% 257M 0s 2024-08-22T20:35:55.4110906Z 612150K .......... .......... .......... .......... .......... 98% 283M 0s 2024-08-22T20:35:55.4113018Z 612200K .......... .......... .......... .......... .......... 98% 230M 0s 2024-08-22T20:35:55.4114852Z 612250K .......... .......... .......... .......... .......... 98% 293M 0s 2024-08-22T20:35:55.4116532Z 612300K .......... .......... .......... .......... .......... 98% 288M 0s 2024-08-22T20:35:55.4118324Z 612350K .......... .......... .......... .......... .......... 98% 256M 0s 2024-08-22T20:35:55.4120664Z 612400K .......... .......... .......... .......... .......... 98% 261M 0s 2024-08-22T20:35:55.4122453Z 612450K .......... .......... .......... .......... .......... 98% 226M 0s 2024-08-22T20:35:55.4124304Z 612500K .......... .......... .......... .......... .......... 98% 248M 0s 2024-08-22T20:35:55.4126250Z 612550K .......... .......... .......... .......... .......... 98% 249M 0s 2024-08-22T20:35:55.4128273Z 612600K .......... .......... .......... .......... .......... 98% 244M 0s 2024-08-22T20:35:55.4130364Z 612650K .......... .......... .......... .......... .......... 98% 291M 0s 2024-08-22T20:35:55.4131936Z 612700K .......... .......... .......... .......... .......... 98% 246M 0s 2024-08-22T20:35:55.4133590Z 612750K .......... .......... .......... .......... .......... 98% 292M 0s 2024-08-22T20:35:55.4135391Z 612800K .......... .......... .......... .......... .......... 98% 273M 0s 2024-08-22T20:35:55.4137111Z 612850K .......... .......... .......... .......... .......... 98% 292M 0s 2024-08-22T20:35:55.4139225Z 612900K .......... .......... .......... .......... .......... 98% 276M 0s 2024-08-22T20:35:55.4140887Z 612950K .......... .......... .......... .......... .......... 98% 239M 0s 2024-08-22T20:35:55.4142624Z 613000K .......... .......... .......... .......... .......... 98% 282M 0s 2024-08-22T20:35:55.4144355Z 613050K .......... .......... .......... .......... .......... 98% 280M 0s 2024-08-22T20:35:55.4146129Z 613100K .......... .......... .......... .......... .......... 98% 283M 0s 2024-08-22T20:35:55.4147986Z 613150K .......... .......... .......... .......... .......... 98% 273M 0s 2024-08-22T20:35:55.4150105Z 613200K .......... .......... .......... .......... .......... 98% 238M 0s 2024-08-22T20:35:55.4151880Z 613250K .......... .......... .......... .......... .......... 98% 281M 0s 2024-08-22T20:35:55.4153549Z 613300K .......... .......... .......... .......... .......... 98% 271M 0s 2024-08-22T20:35:55.4155503Z 613350K .......... .......... .......... .......... .......... 98% 286M 0s 2024-08-22T20:35:55.4157165Z 613400K .......... .......... .......... .......... .......... 98% 242M 0s 2024-08-22T20:35:55.4158845Z 613450K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:55.4160635Z 613500K .......... .......... .......... .......... .......... 98% 270M 0s 2024-08-22T20:35:55.4162372Z 613550K .......... .......... .......... .......... .......... 98% 279M 0s 2024-08-22T20:35:55.4164109Z 613600K .......... .......... .......... .......... .......... 98% 281M 0s 2024-08-22T20:35:55.4165824Z 613650K .......... .......... .......... .......... .......... 98% 283M 0s 2024-08-22T20:35:55.4167789Z 613700K .......... .......... .......... .......... .......... 98% 251M 0s 2024-08-22T20:35:55.4169610Z 613750K .......... .......... .......... .......... .......... 98% 272M 0s 2024-08-22T20:35:55.4171566Z 613800K .......... .......... .......... .......... .......... 98% 277M 0s 2024-08-22T20:35:55.4173140Z 613850K .......... .......... .......... .......... .......... 98% 270M 0s 2024-08-22T20:35:55.4174899Z 613900K .......... .......... .......... .......... .......... 98% 278M 0s 2024-08-22T20:35:55.4176875Z 613950K .......... .......... .......... .......... .......... 98% 250M 0s 2024-08-22T20:35:55.4178481Z 614000K .......... .......... .......... .......... .......... 98% 297M 0s 2024-08-22T20:35:55.4180509Z 614050K .......... .......... .......... .......... .......... 98% 285M 0s 2024-08-22T20:35:55.4182199Z 614100K .......... .......... .......... .......... .......... 98% 245M 0s 2024-08-22T20:35:55.4183936Z 614150K .......... .......... .......... .......... .......... 98% 279M 0s 2024-08-22T20:35:55.4186008Z 614200K .......... .......... .......... .......... .......... 98% 261M 0s 2024-08-22T20:35:55.4187432Z 614250K .......... .......... .......... .......... .......... 98% 315M 0s 2024-08-22T20:35:55.4189444Z 614300K .......... .......... .......... .......... .......... 98% 277M 0s 2024-08-22T20:35:55.4191266Z 614350K .......... .......... .......... .......... .......... 98% 240M 0s 2024-08-22T20:35:55.4192816Z 614400K .......... .......... .......... .......... .......... 98% 303M 0s 2024-08-22T20:35:55.4194780Z 614450K .......... .......... .......... .......... .......... 98% 242M 0s 2024-08-22T20:35:55.4196401Z 614500K .......... .......... .......... .......... .......... 98% 307M 0s 2024-08-22T20:35:55.4198379Z 614550K .......... .......... .......... .......... .......... 98% 299M 0s 2024-08-22T20:35:55.4200059Z 614600K .......... .......... .......... .......... .......... 98% 239M 0s 2024-08-22T20:35:55.4201756Z 614650K .......... .......... .......... .......... .......... 98% 288M 0s 2024-08-22T20:35:55.4203866Z 614700K .......... .......... .......... .......... .......... 98% 234M 0s 2024-08-22T20:35:55.4205624Z 614750K .......... .......... .......... .......... .......... 98% 287M 0s 2024-08-22T20:35:55.4207432Z 614800K .......... .......... .......... .......... .......... 98% 303M 0s 2024-08-22T20:35:55.4208973Z 614850K .......... .......... .......... .......... .......... 98% 266M 0s 2024-08-22T20:35:55.4210722Z 614900K .......... .......... .......... .......... .......... 98% 282M 0s 2024-08-22T20:35:55.4212815Z 614950K .......... .......... .......... .......... .......... 98% 232M 0s 2024-08-22T20:35:55.4214652Z 615000K .......... .......... .......... .......... .......... 98% 265M 0s 2024-08-22T20:35:55.4216445Z 615050K .......... .......... .......... .......... .......... 98% 274M 0s 2024-08-22T20:35:55.4218042Z 615100K .......... .......... .......... .......... .......... 98% 305M 0s 2024-08-22T20:35:55.4220065Z 615150K .......... .......... .......... .......... .......... 98% 241M 0s 2024-08-22T20:35:55.4221870Z 615200K .......... .......... .......... .......... .......... 98% 270M 0s 2024-08-22T20:35:55.4223953Z 615250K .......... .......... .......... .......... .......... 98% 295M 0s 2024-08-22T20:35:55.4225577Z 615300K .......... .......... .......... .......... .......... 98% 238M 0s 2024-08-22T20:35:55.4227241Z 615350K .......... .......... .......... .......... .......... 98% 296M 0s 2024-08-22T20:35:55.4229195Z 615400K .......... .......... .......... .......... .......... 98% 264M 0s 2024-08-22T20:35:55.4231067Z 615450K .......... .......... .......... .......... .......... 98% 290M 0s 2024-08-22T20:35:55.4232797Z 615500K .......... .......... .......... .......... .......... 98% 242M 0s 2024-08-22T20:35:55.4234497Z 615550K .......... .......... .......... .......... .......... 99% 287M 0s 2024-08-22T20:35:55.4236267Z 615600K .......... .......... .......... .......... .......... 99% 277M 0s 2024-08-22T20:35:55.4238160Z 615650K .......... .......... .......... .......... .......... 99% 259M 0s 2024-08-22T20:35:55.4240308Z 615700K .......... .......... .......... .......... .......... 99% 227M 0s 2024-08-22T20:35:55.4241995Z 615750K .......... .......... .......... .......... .......... 99% 287M 0s 2024-08-22T20:35:55.4243808Z 615800K .......... .......... .......... .......... .......... 99% 290M 0s 2024-08-22T20:35:55.4245810Z 615850K .......... .......... .......... .......... .......... 99% 264M 0s 2024-08-22T20:35:55.4247442Z 615900K .......... .......... .......... .......... .......... 99% 254M 0s 2024-08-22T20:35:55.4249303Z 615950K .......... .......... .......... .......... .......... 99% 263M 0s 2024-08-22T20:35:55.4251332Z 616000K .......... .......... .......... .......... .......... 99% 242M 0s 2024-08-22T20:35:55.4253103Z 616050K .......... .......... .......... .......... .......... 99% 276M 0s 2024-08-22T20:35:55.4254825Z 616100K .......... .......... .......... .......... .......... 99% 279M 0s 2024-08-22T20:35:55.4256848Z 616150K .......... .......... .......... .......... .......... 99% 265M 0s 2024-08-22T20:35:55.4258547Z 616200K .......... .......... .......... .......... .......... 99% 272M 0s 2024-08-22T20:35:55.4260708Z 616250K .......... .......... .......... .......... .......... 99% 260M 0s 2024-08-22T20:35:55.4262635Z 616300K .......... .......... .......... .......... .......... 99% 254M 0s 2024-08-22T20:35:55.4264436Z 616350K .......... .......... .......... .......... .......... 99% 226M 0s 2024-08-22T20:35:55.4266245Z 616400K .......... .......... .......... .......... .......... 99% 280M 0s 2024-08-22T20:35:55.4268515Z 616450K .......... .......... .......... .......... .......... 99% 223M 0s 2024-08-22T20:35:55.4270284Z 616500K .......... .......... .......... .......... .......... 99% 269M 0s 2024-08-22T20:35:55.4272112Z 616550K .......... .......... .......... .......... .......... 99% 259M 0s 2024-08-22T20:35:55.4273732Z 616600K .......... .......... .......... .......... .......... 99% 297M 0s 2024-08-22T20:35:55.4275576Z 616650K .......... .......... .......... .......... .......... 99% 263M 0s 2024-08-22T20:35:55.4277309Z 616700K .......... .......... .......... .......... .......... 99% 280M 0s 2024-08-22T20:35:55.4279072Z 616750K .......... .......... .......... .......... .......... 99% 280M 0s 2024-08-22T20:35:55.4281157Z 616800K .......... .......... .......... .......... .......... 99% 278M 0s 2024-08-22T20:35:55.4282949Z 616850K .......... .......... .......... .......... .......... 99% 256M 0s 2024-08-22T20:35:55.4284701Z 616900K .......... .......... .......... .......... .......... 99% 247M 0s 2024-08-22T20:35:55.4286369Z 616950K .......... .......... .......... .......... .......... 99% 291M 0s 2024-08-22T20:35:55.4287990Z 617000K .......... .......... .......... .......... .......... 99% 304M 0s 2024-08-22T20:35:55.4290069Z 617050K .......... .......... .......... .......... .......... 99% 281M 0s 2024-08-22T20:35:55.4291731Z 617100K .......... .......... .......... .......... .......... 99% 274M 0s 2024-08-22T20:35:55.4293457Z 617150K .......... .......... .......... .......... .......... 99% 248M 0s 2024-08-22T20:35:55.4295185Z 617200K .......... .......... .......... .......... .......... 99% 288M 0s 2024-08-22T20:35:55.4296856Z 617250K .......... .......... .......... .......... .......... 99% 290M 0s 2024-08-22T20:35:55.4298693Z 617300K .......... .......... .......... .......... .......... 99% 263M 0s 2024-08-22T20:35:55.4300517Z 617350K .......... .......... .......... .......... .......... 99% 287M 0s 2024-08-22T20:35:55.4302316Z 617400K .......... .......... .......... .......... .......... 99% 255M 0s 2024-08-22T20:35:55.4303986Z 617450K .......... .......... .......... .......... .......... 99% 292M 0s 2024-08-22T20:35:55.4305787Z 617500K .......... .......... .......... .......... .......... 99% 272M 0s 2024-08-22T20:35:55.4307468Z 617550K .......... .......... .......... .......... .......... 99% 289M 0s 2024-08-22T20:35:55.4309422Z 617600K .......... .......... .......... .......... .......... 99% 267M 0s 2024-08-22T20:35:55.4311214Z 617650K .......... .......... .......... .......... .......... 99% 254M 0s 2024-08-22T20:35:55.4313348Z 617700K .......... .......... .......... .......... .......... 99% 262M 0s 2024-08-22T20:35:55.4314920Z 617750K .......... .......... .......... .......... .......... 99% 266M 0s 2024-08-22T20:35:55.4316677Z 617800K .......... .......... .......... .......... .......... 99% 288M 0s 2024-08-22T20:35:55.4318429Z 617850K .......... .......... .......... .......... .......... 99% 288M 0s 2024-08-22T20:35:55.4320294Z 617900K .......... .......... .......... .......... .......... 99% 251M 0s 2024-08-22T20:35:55.4322145Z 617950K .......... .......... .......... .......... .......... 99% 260M 0s 2024-08-22T20:35:55.4324044Z 618000K .......... .......... .......... .......... .......... 99% 257M 0s 2024-08-22T20:35:55.4325635Z 618050K .......... .......... .......... .......... .......... 99% 306M 0s 2024-08-22T20:35:55.4327385Z 618100K .......... .......... .......... .......... .......... 99% 313M 0s 2024-08-22T20:35:55.4329146Z 618150K .......... .......... .......... .......... .......... 99% 267M 0s 2024-08-22T20:35:55.4330886Z 618200K .......... .......... .......... .......... .......... 99% 322M 0s 2024-08-22T20:35:55.4332471Z 618250K .......... .......... .......... .......... .......... 99% 261M 0s 2024-08-22T20:35:55.4334008Z 618300K .......... .......... .......... .......... .......... 99% 307M 0s 2024-08-22T20:35:55.4335612Z 618350K .......... .......... .......... .......... .......... 99% 304M 0s 2024-08-22T20:35:55.4337197Z 618400K .......... .......... .......... .......... .......... 99% 307M 0s 2024-08-22T20:35:55.4339198Z 618450K .......... .......... .......... .......... .......... 99% 248M 0s 2024-08-22T20:35:55.4340767Z 618500K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4342460Z 618550K .......... .......... .......... .......... .......... 99% 292M 0s 2024-08-22T20:35:55.4344053Z 618600K .......... .......... .......... .......... .......... 99% 307M 0s 2024-08-22T20:35:55.4345689Z 618650K .......... .......... .......... .......... .......... 99% 295M 0s 2024-08-22T20:35:55.4347438Z 618700K .......... .......... .......... .......... .......... 99% 283M 0s 2024-08-22T20:35:55.4349392Z 618750K .......... .......... .......... .......... .......... 99% 251M 0s 2024-08-22T20:35:55.4351220Z 618800K .......... .......... .......... .......... .......... 99% 264M 0s 2024-08-22T20:35:55.4352806Z 618850K .......... .......... .......... .......... .......... 99% 307M 0s 2024-08-22T20:35:55.4354656Z 618900K .......... .......... .......... .......... .......... 99% 267M 0s 2024-08-22T20:35:55.4356267Z 618950K .......... .......... .......... .......... .......... 99% 299M 0s 2024-08-22T20:35:55.4357847Z 619000K .......... .......... .......... .......... .......... 99% 311M 0s 2024-08-22T20:35:55.4359417Z 619050K .......... .......... .......... .......... .......... 99% 311M 0s 2024-08-22T20:35:55.4361223Z 619100K .......... .......... .......... .......... .......... 99% 268M 0s 2024-08-22T20:35:55.4362841Z 619150K .......... .......... .......... .......... .......... 99% 303M 0s 2024-08-22T20:35:55.4364465Z 619200K .......... .......... .......... .......... .......... 99% 300M 0s 2024-08-22T20:35:55.4366104Z 619250K .......... .......... .......... .......... .......... 99% 301M 0s 2024-08-22T20:35:55.4368062Z 619300K .......... .......... .......... .......... .......... 99% 258M 0s 2024-08-22T20:35:55.4369561Z 619350K .......... .......... .......... .......... .......... 99% 310M 0s 2024-08-22T20:35:55.4371339Z 619400K .......... .......... .......... .......... .......... 99% 275M 0s 2024-08-22T20:35:55.4372953Z 619450K .......... .......... .......... .......... .......... 99% 301M 0s 2024-08-22T20:35:55.4374572Z 619500K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4376397Z 619550K .......... .......... .......... .......... .......... 99% 306M 0s 2024-08-22T20:35:55.4377948Z 619600K .......... .......... .......... .......... .......... 99% 273M 0s 2024-08-22T20:35:55.4379541Z 619650K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4381193Z 619700K .......... .......... .......... .......... .......... 99% 299M 0s 2024-08-22T20:35:55.4383153Z 619750K .......... .......... .......... .......... .......... 99% 300M 0s 2024-08-22T20:35:55.4384611Z 619800K .......... .......... .......... .......... .......... 99% 270M 0s 2024-08-22T20:35:55.4386213Z 619850K .......... .......... .......... .......... .......... 99% 304M 0s 2024-08-22T20:35:55.4387935Z 619900K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4390039Z 619950K .......... .......... .......... .......... .......... 99% 227M 0s 2024-08-22T20:35:55.4391638Z 620000K .......... .......... .......... .......... .......... 99% 296M 0s 2024-08-22T20:35:55.4393424Z 620050K .......... .......... .......... .......... .......... 99% 302M 0s 2024-08-22T20:35:55.4394934Z 620100K .......... .......... .......... .......... .......... 99% 293M 0s 2024-08-22T20:35:55.4396643Z 620150K .......... .......... .......... .......... .......... 99% 285M 0s 2024-08-22T20:35:55.4398634Z 620200K .......... .......... .......... .......... .......... 99% 301M 0s 2024-08-22T20:35:55.4400120Z 620250K .......... .......... .......... .......... .......... 99% 260M 0s 2024-08-22T20:35:55.4401868Z 620300K .......... .......... .......... .......... .......... 99% 328M 0s 2024-08-22T20:35:55.4403414Z 620350K .......... .......... .......... .......... .......... 99% 270M 0s 2024-08-22T20:35:55.4405020Z 620400K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4406620Z 620450K .......... .......... .......... .......... .......... 99% 302M 0s 2024-08-22T20:35:55.4408438Z 620500K .......... .......... .......... .......... .......... 99% 275M 0s 2024-08-22T20:35:55.4410214Z 620550K .......... .......... .......... .......... .......... 99% 308M 0s 2024-08-22T20:35:55.4411770Z 620600K .......... .......... .......... .......... .......... 99% 272M 0s 2024-08-22T20:35:55.4413350Z 620650K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4415270Z 620700K .......... .......... .......... .......... .......... 99% 259M 0s 2024-08-22T20:35:55.4416934Z 620750K .......... .......... .......... .......... .......... 99% 296M 0s 2024-08-22T20:35:55.4418599Z 620800K .......... .......... .......... .......... .......... 99% 294M 0s 2024-08-22T20:35:55.4420163Z 620850K .......... .......... .......... .......... .......... 99% 311M 0s 2024-08-22T20:35:55.4421880Z 620900K .......... .......... .......... .......... .......... 99% 284M 0s 2024-08-22T20:35:55.4423512Z 620950K .......... .......... .......... .......... .......... 99% 302M 0s 2024-08-22T20:35:55.4425459Z 621000K .......... .......... .......... .......... .......... 99% 304M 0s 2024-08-22T20:35:55.4426963Z 621050K .......... .......... .......... .......... .......... 99% 263M 0s 2024-08-22T20:35:55.4428827Z 621100K .......... .......... .......... .......... .......... 99% 265M 0s 2024-08-22T20:35:55.4430500Z 621150K .......... .......... .......... .......... .......... 99% 287M 0s 2024-08-22T20:35:55.4432399Z 621200K .......... .......... .......... .......... .......... 99% 313M 0s 2024-08-22T20:35:55.4433984Z 621250K .......... .......... .......... .......... .......... 99% 260M 0s 2024-08-22T20:35:55.4435567Z 621300K .......... .......... .......... .......... .......... 99% 302M 0s 2024-08-22T20:35:55.4437142Z 621350K .......... .......... .......... .......... .......... 99% 309M 0s 2024-08-22T20:35:55.4438863Z 621400K .......... .......... .......... .......... .......... 99% 317M 0s 2024-08-22T20:35:55.4440842Z 621450K .......... .......... .......... .......... .......... 99% 271M 0s 2024-08-22T20:35:55.4442497Z 621500K .......... .......... .......... .......... .......... 99% 247M 0s 2024-08-22T20:35:55.4444161Z 621550K .......... .......... .......... .......... .......... 99% 292M 0s 2024-08-22T20:35:55.4445833Z 621600K .......... .......... .......... .......... .......... 99% 289M 0s 2024-08-22T20:35:55.4447473Z 621650K .......... .......... .......... .......... .......... 99% 293M 0s 2024-08-22T20:35:55.4449099Z 621700K .......... .......... .......... .......... .......... 99% 305M 0s 2024-08-22T20:35:55.4450896Z 621750K .......... .......... .......... .......... .......... 99% 263M 0s 2024-08-22T20:35:55.4451528Z 621800K .. 100% 4.60T=2.3s 2024-08-22T20:35:55.4451541Z 2024-08-22T20:35:55.4452356Z 2024-08-22 20:35:55 (264 MB/s) - ‘gguf_files/TinyLlama-1.1B-openorca.Q4_0.gguf’ saved [636725728/636725728] 2024-08-22T20:35:55.4452366Z 2024-08-22T20:35:55.4490908Z --2024-08-22 20:35:55-- https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:35:55.4533512Z Resolving github.com (github.com)... 140.82.113.3 2024-08-22T20:35:55.4549892Z Connecting to github.com (github.com)|140.82.113.3|:443... connected. 2024-08-22T20:35:55.4648474Z HTTP request sent, awaiting response... 302 Found 2024-08-22T20:35:55.4649010Z Location: https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model [following] 2024-08-22T20:35:55.4650184Z --2024-08-22 20:35:55-- https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model 2024-08-22T20:35:55.4654984Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2024-08-22T20:35:55.4669689Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. 2024-08-22T20:35:55.4772266Z HTTP request sent, awaiting response... 200 OK 2024-08-22T20:35:55.4773042Z Length: 499723 (488K) [application/octet-stream] 2024-08-22T20:35:55.4773318Z Saving to: ‘gguf_files/tokenizer.model’ 2024-08-22T20:35:55.4774281Z 2024-08-22T20:35:55.4788895Z 0K .......... .......... .......... .......... .......... 10% 31.8M 0s 2024-08-22T20:35:55.4803041Z 50K .......... .......... .......... .......... .......... 20% 34.7M 0s 2024-08-22T20:35:55.4804824Z 100K .......... .......... .......... .......... .......... 30% 253M 0s 2024-08-22T20:35:55.4808442Z 150K .......... .......... .......... .......... .......... 40% 149M 0s 2024-08-22T20:35:55.4818357Z 200K .......... .......... .......... .......... .......... 51% 47.5M 0s 2024-08-22T20:35:55.4820124Z 250K .......... .......... .......... .......... .......... 61% 272M 0s 2024-08-22T20:35:55.4821763Z 300K .......... .......... .......... .......... .......... 71% 335M 0s 2024-08-22T20:35:55.4823785Z 350K .......... .......... .......... .......... .......... 81% 341M 0s 2024-08-22T20:35:55.4824798Z 400K .......... .......... .......... .......... .......... 92% 271M 0s 2024-08-22T20:35:55.4825922Z 450K .......... .......... .......... ........ 100% 342M=0.005s 2024-08-22T20:35:55.4825936Z 2024-08-22T20:35:55.4826467Z 2024-08-22 20:35:55 (90.8 MB/s) - ‘gguf_files/tokenizer.model’ saved [499723/499723] 2024-08-22T20:35:55.4826476Z 2024-08-22T20:35:55.4880217Z ##[group]Run export MODEL_PATH=${PWD}/checkpoints/stories15M/stories15M.pt 2024-08-22T20:35:55.4880687Z export MODEL_PATH=${PWD}/checkpoints/stories15M/stories15M.pt 2024-08-22T20:35:55.4881026Z export MODEL_NAME=stories15M 2024-08-22T20:35:55.4881165Z  2024-08-22T20:35:55.4881843Z python3 torchchat.py generate --checkpoint-path ${MODEL_PATH} --temperature 0 --device cpu 2024-08-22T20:35:55.4881982Z  2024-08-22T20:35:55.4882593Z python export.py --checkpoint-path ${MODEL_PATH} --output-pte-path ${PWD}/${MODEL_NAME}.pte 2024-08-22T20:35:55.4883405Z python3 torchchat.py generate --checkpoint-path ${MODEL_PATH} --temperature 0 --pte-path ${PWD}/${MODEL_NAME}.pte 2024-08-22T20:35:55.4883538Z  2024-08-22T20:35:55.4883717Z echo "Tests complete." 2024-08-22T20:35:55.4976779Z shell: /usr/bin/bash -e {0} 2024-08-22T20:35:55.4976923Z env: 2024-08-22T20:35:55.4977315Z pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64 2024-08-22T20:35:55.4977680Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib 2024-08-22T20:35:55.4977840Z ##[endgroup] 2024-08-22T20:35:57.5198050Z NumExpr defaulting to 16 threads. 2024-08-22T20:35:57.8957685Z PyTorch version 2.5.0.dev20240716+cpu available. 2024-08-22T20:35:59.1489869Z 2024-08-22T20:35:59.1493205Z Downloading builder script: 0%| | 0.00/5.67k [00:00. I am a software developer and I am very interested in the field of AI 2024-08-22T20:42:29.9706671Z ======================================== 2024-08-22T20:42:29.9706966Z 2024-08-22T20:42:29.9707098Z Average tokens/sec: 6.69 2024-08-22T20:42:29.9707442Z Memory used: 0.00 GB 2024-08-22T20:42:30.5742702Z Tests complete. 2024-08-22T20:42:30.5794318Z Post job cleanup. 2024-08-22T20:42:30.6888119Z Post job cleanup. 2024-08-22T20:42:30.7742117Z [command]/usr/bin/git version 2024-08-22T20:42:30.7776531Z git version 2.46.0 2024-08-22T20:42:30.7816760Z Temporarily overriding HOME='/home/runner/work/_temp/09e9a04e-fad8-4cc1-bb1b-d60fd452dd06' before making global git config changes 2024-08-22T20:42:30.7817869Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:42:30.7819824Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/torchchat/torchchat 2024-08-22T20:42:30.7854563Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:42:30.7885130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:42:30.8142959Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:42:30.8163207Z http.https://github.com/.extraheader 2024-08-22T20:42:30.8172596Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:42:30.8202663Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:42:30.8698423Z Cleaning up orphan processes 2024-08-22T20:42:30.9187228Z Terminate orphan process: pid (3464) (buck2-3bbde7daa) 2024-08-22T20:42:30.9216042Z Terminate orphan process: pid (3490) (buck2-3bbde7daa)