intel / dffml

The easiest way to use Machine Learning. Mix and match underlying ML libraries and data set sources. Generate new datasets or modify existing ones with ease.
https://intel.github.io/dffml/main/
MIT License
251 stars 138 forks source link

ci: windows: Failing tests do not cause CI job to fail #1129

Open pdxjohnny opened 3 years ago

pdxjohnny commented 3 years ago

https://github.com/intel/dffml/pull/1124/checks?check_run_id=2776720820

logs_2968.zip

pdxjohnny commented 3 years ago

logs_5c1d437_2021_07_16_windows_tests_failing.zip

Since the windows test aren't passing anyway and not reporting as failing we've taken them out for a while. @yashlamba is planning on working on windows support soon, hopefully he'll be able to figure out what's going on and fix it.

Taking out because they are failing to do some weird permissions issue on dffml service dev install

logs_windows_accuarcy_staging_merge_pip_install_failure.zip

Could not install packages due to an OSError: [WinError 5] Access is denied: 'c:\\hostedtoolcache\\windows\\python\\3.7.9\\x64\\lib\\site-packages\\~ywin32_system32\\pythoncom37.dll' ``` 2021-07-16T23:00:17.4184928Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'windows-latest' 2021-07-16T23:00:17.4184976Z Waiting for a hosted runner in 'organization' to pick this job... 2021-07-16T23:00:24.3119075Z Current runner version: '2.278.0' 2021-07-16T23:00:24.3244188Z ##[group]Operating System 2021-07-16T23:00:24.3245160Z Microsoft Windows Server 2019 2021-07-16T23:00:24.3245722Z 10.0.17763 2021-07-16T23:00:24.3246218Z Datacenter 2021-07-16T23:00:24.3246707Z ##[endgroup] 2021-07-16T23:00:24.3247299Z ##[group]Virtual Environment 2021-07-16T23:00:24.3247952Z Environment: windows-2019 2021-07-16T23:00:24.3248546Z Version: 20210711.1 2021-07-16T23:00:24.3249575Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20210711.1/images/win/Windows2019-Readme.md 2021-07-16T23:00:24.3251036Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20210711.1 2021-07-16T23:00:24.3252061Z ##[endgroup] 2021-07-16T23:00:24.3254137Z ##[group]GITHUB_TOKEN Permissions 2021-07-16T23:00:24.3255371Z Actions: write 2021-07-16T23:00:24.3255874Z Checks: write 2021-07-16T23:00:24.3256414Z Contents: write 2021-07-16T23:00:24.3257140Z Deployments: write 2021-07-16T23:00:24.3257747Z Discussions: write 2021-07-16T23:00:24.3258302Z Issues: write 2021-07-16T23:00:24.3258815Z Metadata: read 2021-07-16T23:00:24.3259393Z Packages: write 2021-07-16T23:00:24.3259949Z PullRequests: write 2021-07-16T23:00:24.3260629Z RepositoryProjects: write 2021-07-16T23:00:24.3261348Z SecurityEvents: write 2021-07-16T23:00:24.3261951Z Statuses: write 2021-07-16T23:00:24.3262534Z ##[endgroup] 2021-07-16T23:00:24.3265693Z Prepare workflow directory 2021-07-16T23:00:24.3945264Z Prepare all required actions 2021-07-16T23:00:24.3956878Z Getting action download info 2021-07-16T23:00:24.7612539Z Download action repository 'actions/checkout@v2' 2021-07-16T23:00:25.9289629Z Download action repository 'actions/setup-python@v2' 2021-07-16T23:00:26.1245111Z Download action repository 'actions/cache@v1' 2021-07-16T23:00:27.1816758Z ##[group]Run actions/checkout@v2 2021-07-16T23:00:27.1817546Z with: 2021-07-16T23:00:27.1818024Z repository: pdxjohnny/dffml 2021-07-16T23:00:27.1818997Z token: *** 2021-07-16T23:00:27.1819452Z ssh-strict: true 2021-07-16T23:00:27.1820016Z persist-credentials: true 2021-07-16T23:00:27.1820541Z clean: true 2021-07-16T23:00:27.1821101Z fetch-depth: 1 2021-07-16T23:00:27.1821550Z lfs: false 2021-07-16T23:00:27.1821983Z submodules: false 2021-07-16T23:00:27.1822449Z ##[endgroup] 2021-07-16T23:00:29.6368760Z Syncing repository: pdxjohnny/dffml 2021-07-16T23:00:29.6661765Z ##[group]Getting Git version info 2021-07-16T23:00:29.6664393Z Working directory is 'D:\a\dffml\dffml' 2021-07-16T23:00:29.7146981Z [command]"C:\Program Files\Git\bin\git.exe" version 2021-07-16T23:00:29.7349336Z git version 2.32.0.windows.2 2021-07-16T23:00:29.7411638Z ##[endgroup] 2021-07-16T23:00:29.7412399Z Deleting the contents of 'D:\a\dffml\dffml' 2021-07-16T23:00:29.7415204Z ##[group]Initializing the repository 2021-07-16T23:00:29.7427156Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\dffml\dffml 2021-07-16T23:00:29.9052826Z Initialized empty Git repository in D:/a/dffml/dffml/.git/ 2021-07-16T23:00:29.9109750Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pdxjohnny/dffml 2021-07-16T23:00:29.9600246Z ##[endgroup] 2021-07-16T23:00:29.9739006Z ##[group]Disabling automatic garbage collection 2021-07-16T23:00:29.9790991Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 2021-07-16T23:00:30.0345676Z ##[endgroup] 2021-07-16T23:00:30.0365500Z ##[group]Setting up auth 2021-07-16T23:00:30.0366662Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2021-07-16T23:00:30.0584555Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2021-07-16T23:00:31.7552308Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2021-07-16T23:00:31.7788138Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2021-07-16T23:00:32.2525335Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2021-07-16T23:00:32.2772696Z ##[endgroup] 2021-07-16T23:00:32.2837309Z ##[group]Fetching the repository 2021-07-16T23:00:32.2854003Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +88a055c4e0f091bcd6fb8423805761fff29eaa19:refs/remotes/origin/accuracy_staging 2021-07-16T23:00:34.4285929Z remote: Enumerating objects: 1105, done. 2021-07-16T23:00:34.4288320Z remote: Counting objects: 0% (1/1105) 2021-07-16T23:00:34.4289722Z remote: Counting objects: 1% (12/1105) 2021-07-16T23:00:34.4290954Z remote: Counting objects: 2% (23/1105) 2021-07-16T23:00:34.4292324Z remote: Counting objects: 3% (34/1105) 2021-07-16T23:00:34.4293599Z remote: Counting objects: 4% (45/1105) 2021-07-16T23:00:34.4294715Z remote: Counting objects: 5% (56/1105) 2021-07-16T23:00:34.4295894Z remote: Counting objects: 6% (67/1105) 2021-07-16T23:00:34.4297031Z remote: Counting objects: 7% (78/1105) 2021-07-16T23:00:34.4298190Z remote: Counting objects: 8% (89/1105) 2021-07-16T23:00:34.4299345Z remote: Counting objects: 9% (100/1105) 2021-07-16T23:00:34.4300445Z remote: Counting objects: 10% (111/1105) 2021-07-16T23:00:34.4301496Z remote: Counting objects: 11% (122/1105) 2021-07-16T23:00:34.4304688Z remote: Counting objects: 12% (133/1105) 2021-07-16T23:00:34.4305976Z remote: Counting objects: 13% (144/1105) 2021-07-16T23:00:34.4307256Z remote: Counting objects: 14% (155/1105) 2021-07-16T23:00:34.4308276Z remote: Counting objects: 15% (166/1105) 2021-07-16T23:00:34.4309259Z remote: Counting objects: 16% (177/1105) 2021-07-16T23:00:34.4310893Z remote: Counting objects: 17% (188/1105) 2021-07-16T23:00:34.4337105Z remote: Counting objects: 18% (199/1105) 2021-07-16T23:00:34.4337822Z remote: Counting objects: 19% (210/1105) 2021-07-16T23:00:34.4338457Z remote: Counting objects: 20% (221/1105) 2021-07-16T23:00:34.4339132Z remote: Counting objects: 21% (233/1105) 2021-07-16T23:00:34.4339738Z remote: Counting objects: 22% (244/1105) 2021-07-16T23:00:34.4340356Z remote: Counting objects: 23% (255/1105) 2021-07-16T23:00:34.4341474Z remote: Counting objects: 24% (266/1105) 2021-07-16T23:00:34.4342160Z remote: Counting objects: 25% (277/1105) 2021-07-16T23:00:34.4342823Z remote: Counting objects: 26% (288/1105) 2021-07-16T23:00:34.4343428Z remote: Counting objects: 27% (299/1105) 2021-07-16T23:00:34.4344054Z remote: Counting objects: 28% (310/1105) 2021-07-16T23:00:34.4344658Z remote: Counting objects: 29% (321/1105) 2021-07-16T23:00:34.4345254Z remote: Counting objects: 30% (332/1105) 2021-07-16T23:00:34.4345862Z remote: Counting objects: 31% (343/1105) 2021-07-16T23:00:34.4346456Z remote: Counting objects: 32% (354/1105) 2021-07-16T23:00:34.4347067Z remote: Counting objects: 33% (365/1105) 2021-07-16T23:00:34.4347674Z remote: Counting objects: 34% (376/1105) 2021-07-16T23:00:34.4348252Z remote: Counting objects: 35% (387/1105) 2021-07-16T23:00:34.4348787Z remote: Counting objects: 36% (398/1105) 2021-07-16T23:00:34.4349318Z remote: Counting objects: 37% (409/1105) 2021-07-16T23:00:34.4349867Z remote: Counting objects: 38% (420/1105) 2021-07-16T23:00:34.4350407Z remote: Counting objects: 39% (431/1105) 2021-07-16T23:00:34.4350930Z remote: Counting objects: 40% (442/1105) 2021-07-16T23:00:34.4352141Z remote: Counting objects: 41% (454/1105) 2021-07-16T23:00:34.4352665Z remote: Counting objects: 42% (465/1105) 2021-07-16T23:00:34.4353248Z remote: Counting objects: 43% (476/1105) 2021-07-16T23:00:34.4353768Z remote: Counting objects: 44% (487/1105) 2021-07-16T23:00:34.4354306Z remote: Counting objects: 45% (498/1105) 2021-07-16T23:00:34.4354829Z remote: Counting objects: 46% (509/1105) 2021-07-16T23:00:34.4355363Z remote: Counting objects: 47% (520/1105) 2021-07-16T23:00:34.4355897Z remote: Counting objects: 48% (531/1105) 2021-07-16T23:00:34.4356419Z remote: Counting objects: 49% (542/1105) 2021-07-16T23:00:34.4360065Z remote: Counting objects: 50% (553/1105) 2021-07-16T23:00:34.4361092Z remote: Counting objects: 51% (564/1105) 2021-07-16T23:00:34.4361718Z remote: Counting objects: 52% (575/1105) 2021-07-16T23:00:34.4362344Z remote: Counting objects: 53% (586/1105) 2021-07-16T23:00:34.4363000Z remote: Counting objects: 54% (597/1105) 2021-07-16T23:00:34.4363621Z remote: Counting objects: 55% (608/1105) 2021-07-16T23:00:34.4364234Z remote: Counting objects: 56% (619/1105) 2021-07-16T23:00:34.4364830Z remote: Counting objects: 57% (630/1105) 2021-07-16T23:00:34.4365443Z remote: Counting objects: 58% (641/1105) 2021-07-16T23:00:34.4366043Z remote: Counting objects: 59% (652/1105) 2021-07-16T23:00:34.4366655Z remote: Counting objects: 60% (663/1105) 2021-07-16T23:00:34.4367265Z remote: Counting objects: 61% (675/1105) 2021-07-16T23:00:34.4367860Z remote: Counting objects: 62% (686/1105) 2021-07-16T23:00:34.4368469Z remote: Counting objects: 63% (697/1105) 2021-07-16T23:00:34.4369606Z remote: Counting objects: 64% (708/1105) 2021-07-16T23:00:34.4370334Z remote: Counting objects: 65% (719/1105) 2021-07-16T23:00:34.4370950Z remote: Counting objects: 66% (730/1105) 2021-07-16T23:00:34.4371551Z remote: Counting objects: 67% (741/1105) 2021-07-16T23:00:34.4372159Z remote: Counting objects: 68% (752/1105) 2021-07-16T23:00:34.4372756Z remote: Counting objects: 69% (763/1105) 2021-07-16T23:00:34.4373410Z remote: Counting objects: 70% (774/1105) 2021-07-16T23:00:34.4374024Z remote: Counting objects: 71% (785/1105) 2021-07-16T23:00:34.4374615Z remote: Counting objects: 72% (796/1105) 2021-07-16T23:00:34.4375219Z remote: Counting objects: 73% (807/1105) 2021-07-16T23:00:34.4375831Z remote: Counting objects: 74% (818/1105) 2021-07-16T23:00:34.4376421Z remote: Counting objects: 75% (829/1105) 2021-07-16T23:00:34.4377029Z remote: Counting objects: 76% (840/1105) 2021-07-16T23:00:34.4377627Z remote: Counting objects: 77% (851/1105) 2021-07-16T23:00:34.4378238Z remote: Counting objects: 78% (862/1105) 2021-07-16T23:00:34.4378843Z remote: Counting objects: 79% (873/1105) 2021-07-16T23:00:34.4379443Z remote: Counting objects: 80% (884/1105) 2021-07-16T23:00:34.4380050Z remote: Counting objects: 81% (896/1105) 2021-07-16T23:00:34.4380641Z remote: Counting objects: 82% (907/1105) 2021-07-16T23:00:34.4381256Z remote: Counting objects: 83% (918/1105) 2021-07-16T23:00:34.4381862Z remote: Counting objects: 84% (929/1105) 2021-07-16T23:00:34.4382458Z remote: Counting objects: 85% (940/1105) 2021-07-16T23:00:34.4383100Z remote: Counting objects: 86% (951/1105) 2021-07-16T23:00:34.4383690Z remote: Counting objects: 87% (962/1105) 2021-07-16T23:00:34.4384295Z remote: Counting objects: 88% (973/1105) 2021-07-16T23:00:34.4384907Z remote: Counting objects: 89% (984/1105) 2021-07-16T23:00:34.4385501Z remote: Counting objects: 90% (995/1105) 2021-07-16T23:00:34.4386117Z remote: Counting objects: 91% (1006/1105) 2021-07-16T23:00:34.4386853Z remote: Counting objects: 92% (1017/1105) 2021-07-16T23:00:34.4387460Z remote: Counting objects: 93% (1028/1105) 2021-07-16T23:00:34.4388073Z remote: Counting objects: 94% (1039/1105) 2021-07-16T23:00:34.4388677Z remote: Counting objects: 95% (1050/1105) 2021-07-16T23:00:34.4389298Z remote: Counting objects: 96% (1061/1105) 2021-07-16T23:00:34.4389911Z remote: Counting objects: 97% (1072/1105) 2021-07-16T23:00:34.4390513Z remote: Counting objects: 98% (1083/1105) 2021-07-16T23:00:34.4391078Z remote: Counting objects: 99% (1094/1105) 2021-07-16T23:00:34.4391602Z remote: Counting objects: 100% (1105/1105) 2021-07-16T23:00:34.4392246Z remote: Counting objects: 100% (1105/1105), done. 2021-07-16T23:00:34.4392960Z remote: Compressing objects: 0% (1/957) 2021-07-16T23:00:34.4393719Z remote: Compressing objects: 1% (10/957) 2021-07-16T23:00:34.4395002Z remote: Compressing objects: 2% (20/957) 2021-07-16T23:00:34.4396213Z remote: Compressing objects: 3% (29/957) 2021-07-16T23:00:34.4396880Z remote: Compressing objects: 4% (39/957) 2021-07-16T23:00:34.4397714Z remote: Compressing objects: 5% (48/957) 2021-07-16T23:00:34.4398400Z remote: Compressing objects: 6% (58/957) 2021-07-16T23:00:34.4399287Z remote: Compressing objects: 7% (67/957) 2021-07-16T23:00:34.4400027Z remote: Compressing objects: 8% (77/957) 2021-07-16T23:00:34.4400765Z remote: Compressing objects: 9% (87/957) 2021-07-16T23:00:34.4401484Z remote: Compressing objects: 10% (96/957) 2021-07-16T23:00:34.4402217Z remote: Compressing objects: 11% (106/957) 2021-07-16T23:00:34.4403021Z remote: Compressing objects: 12% (115/957) 2021-07-16T23:00:34.4404103Z remote: Compressing objects: 13% (125/957) 2021-07-16T23:00:34.4404854Z remote: Compressing objects: 14% (134/957) 2021-07-16T23:00:34.4405590Z remote: Compressing objects: 15% (144/957) 2021-07-16T23:00:34.4406349Z remote: Compressing objects: 16% (154/957) 2021-07-16T23:00:34.4407087Z remote: Compressing objects: 17% (163/957) 2021-07-16T23:00:34.4407919Z remote: Compressing objects: 18% (173/957) 2021-07-16T23:00:34.4408791Z remote: Compressing objects: 19% (182/957) 2021-07-16T23:00:34.4409380Z remote: Compressing objects: 20% (192/957) 2021-07-16T23:00:34.4409959Z remote: Compressing objects: 21% (201/957) 2021-07-16T23:00:34.4410527Z remote: Compressing objects: 22% (211/957) 2021-07-16T23:00:34.4411109Z remote: Compressing objects: 23% (221/957) 2021-07-16T23:00:34.4412811Z remote: Compressing objects: 24% (230/957) 2021-07-16T23:00:34.4413471Z remote: Compressing objects: 25% (240/957) 2021-07-16T23:00:34.4414057Z remote: Compressing objects: 26% (249/957) 2021-07-16T23:00:34.4414624Z remote: Compressing objects: 27% (259/957) 2021-07-16T23:00:34.4415212Z remote: Compressing objects: 28% (268/957) 2021-07-16T23:00:34.4415781Z remote: Compressing objects: 29% (278/957) 2021-07-16T23:00:34.4416362Z remote: Compressing objects: 30% (288/957) 2021-07-16T23:00:34.4416929Z remote: Compressing objects: 31% (297/957) 2021-07-16T23:00:34.4417510Z remote: Compressing objects: 32% (307/957) 2021-07-16T23:00:34.4418074Z remote: Compressing objects: 33% (316/957) 2021-07-16T23:00:34.4418655Z remote: Compressing objects: 34% (326/957) 2021-07-16T23:00:34.4419233Z remote: Compressing objects: 35% (335/957) 2021-07-16T23:00:34.4419796Z remote: Compressing objects: 36% (345/957) 2021-07-16T23:00:34.4420378Z remote: Compressing objects: 37% (355/957) 2021-07-16T23:00:34.4420953Z remote: Compressing objects: 38% (364/957) 2021-07-16T23:00:34.4421530Z remote: Compressing objects: 39% (374/957) 2021-07-16T23:00:34.4422095Z remote: Compressing objects: 40% (383/957) 2021-07-16T23:00:34.4422802Z remote: Compressing objects: 41% (393/957) 2021-07-16T23:00:34.4423406Z remote: Compressing objects: 42% (402/957) 2021-07-16T23:00:34.4423985Z remote: Compressing objects: 43% (412/957) 2021-07-16T23:00:34.4424561Z remote: Compressing objects: 44% (422/957) 2021-07-16T23:00:34.4425127Z remote: Compressing objects: 45% (431/957) 2021-07-16T23:00:34.4425707Z remote: Compressing objects: 46% (441/957) 2021-07-16T23:00:34.4426273Z remote: Compressing objects: 47% (450/957) 2021-07-16T23:00:34.4426849Z remote: Compressing objects: 48% (460/957) 2021-07-16T23:00:34.4427415Z remote: Compressing objects: 49% (469/957) 2021-07-16T23:00:34.4428000Z remote: Compressing objects: 50% (479/957) 2021-07-16T23:00:34.4428566Z remote: Compressing objects: 51% (489/957) 2021-07-16T23:00:34.4429147Z remote: Compressing objects: 52% (498/957) 2021-07-16T23:00:34.4429733Z remote: Compressing objects: 53% (508/957) 2021-07-16T23:00:34.4430301Z remote: Compressing objects: 54% (517/957) 2021-07-16T23:00:34.4430876Z remote: Compressing objects: 55% (527/957) 2021-07-16T23:00:34.4431437Z remote: Compressing objects: 56% (536/957) 2021-07-16T23:00:34.4432017Z remote: Compressing objects: 57% (546/957) 2021-07-16T23:00:34.4432584Z remote: Compressing objects: 58% (556/957) 2021-07-16T23:00:34.4433191Z remote: Compressing objects: 59% (565/957) 2021-07-16T23:00:34.4433755Z remote: Compressing objects: 60% (575/957) 2021-07-16T23:00:34.4434334Z remote: Compressing objects: 61% (584/957) 2021-07-16T23:00:34.4434910Z remote: Compressing objects: 62% (594/957) 2021-07-16T23:00:34.4435541Z remote: Compressing objects: 63% (603/957) 2021-07-16T23:00:34.4436127Z remote: Compressing objects: 64% (613/957) 2021-07-16T23:00:34.4436691Z remote: Compressing objects: 65% (623/957) 2021-07-16T23:00:34.4437282Z remote: Compressing objects: 66% (632/957) 2021-07-16T23:00:34.4437845Z remote: Compressing objects: 67% (642/957) 2021-07-16T23:00:34.4438421Z remote: Compressing objects: 68% (651/957) 2021-07-16T23:00:34.4438987Z remote: Compressing objects: 69% (661/957) 2021-07-16T23:00:34.4439562Z remote: Compressing objects: 70% (670/957) 2021-07-16T23:00:34.4440143Z remote: Compressing objects: 71% (680/957) 2021-07-16T23:00:34.4440707Z remote: Compressing objects: 72% (690/957) 2021-07-16T23:00:34.4441284Z remote: Compressing objects: 73% (699/957) 2021-07-16T23:00:34.4441992Z remote: Compressing objects: 74% (709/957) 2021-07-16T23:00:34.4442576Z remote: Compressing objects: 75% (718/957) 2021-07-16T23:00:34.4443176Z remote: Compressing objects: 76% (728/957) 2021-07-16T23:00:34.4443750Z remote: Compressing objects: 77% (737/957) 2021-07-16T23:00:34.4444321Z remote: Compressing objects: 78% (747/957) 2021-07-16T23:00:34.4444901Z remote: Compressing objects: 79% (757/957) 2021-07-16T23:00:34.4445480Z remote: Compressing objects: 80% (766/957) 2021-07-16T23:00:34.4446045Z remote: Compressing objects: 81% (776/957) 2021-07-16T23:00:34.4446624Z remote: Compressing objects: 82% (785/957) 2021-07-16T23:00:34.4447191Z remote: Compressing objects: 83% (795/957) 2021-07-16T23:00:34.4447772Z remote: Compressing objects: 84% (804/957) 2021-07-16T23:00:34.4448334Z remote: Compressing objects: 85% (814/957) 2021-07-16T23:00:34.4448910Z remote: Compressing objects: 86% (824/957) 2021-07-16T23:00:34.4449484Z remote: Compressing objects: 87% (833/957) 2021-07-16T23:00:34.4450073Z remote: Compressing objects: 88% (843/957) 2021-07-16T23:00:34.4450657Z remote: Compressing objects: 89% (852/957) 2021-07-16T23:00:34.4451223Z remote: Compressing objects: 90% (862/957) 2021-07-16T23:00:34.4452309Z remote: Compressing objects: 91% (871/957) 2021-07-16T23:00:34.4452911Z remote: Compressing objects: 92% (881/957) 2021-07-16T23:00:34.4453493Z remote: Compressing objects: 93% (891/957) 2021-07-16T23:00:34.4454065Z remote: Compressing objects: 94% (900/957) 2021-07-16T23:00:34.4454648Z remote: Compressing objects: 95% (910/957) 2021-07-16T23:00:34.4455211Z remote: Compressing objects: 96% (919/957) 2021-07-16T23:00:34.4455791Z remote: Compressing objects: 97% (929/957) 2021-07-16T23:00:34.4456372Z remote: Compressing objects: 98% (938/957) 2021-07-16T23:00:34.4456943Z remote: Compressing objects: 99% (948/957) 2021-07-16T23:00:34.4457530Z remote: Compressing objects: 100% (957/957) 2021-07-16T23:00:34.4458159Z remote: Compressing objects: 100% (957/957), done. 2021-07-16T23:00:34.4458730Z Receiving objects: 0% (1/1105) 2021-07-16T23:00:34.4459223Z Receiving objects: 1% (12/1105) 2021-07-16T23:00:34.4459714Z Receiving objects: 2% (23/1105) 2021-07-16T23:00:34.4460185Z Receiving objects: 3% (34/1105) 2021-07-16T23:00:34.4460668Z Receiving objects: 4% (45/1105) 2021-07-16T23:00:34.4461150Z Receiving objects: 5% (56/1105) 2021-07-16T23:00:34.4461617Z Receiving objects: 6% (67/1105) 2021-07-16T23:00:34.4462100Z Receiving objects: 7% (78/1105) 2021-07-16T23:00:34.4462730Z Receiving objects: 8% (89/1105) 2021-07-16T23:00:34.4463521Z Receiving objects: 9% (100/1105) 2021-07-16T23:00:34.4464007Z Receiving objects: 10% (111/1105) 2021-07-16T23:00:34.4464501Z Receiving objects: 11% (122/1105) 2021-07-16T23:00:34.4465189Z Receiving objects: 12% (133/1105) 2021-07-16T23:00:34.4466212Z Receiving objects: 13% (144/1105) 2021-07-16T23:00:34.4466707Z Receiving objects: 14% (155/1105) 2021-07-16T23:00:34.4467196Z Receiving objects: 15% (166/1105) 2021-07-16T23:00:34.4467682Z Receiving objects: 16% (177/1105) 2021-07-16T23:00:34.4468166Z Receiving objects: 17% (188/1105) 2021-07-16T23:00:34.4468648Z Receiving objects: 18% (199/1105) 2021-07-16T23:00:34.4469121Z Receiving objects: 19% (210/1105) 2021-07-16T23:00:34.4469601Z Receiving objects: 20% (221/1105) 2021-07-16T23:00:34.4470074Z Receiving objects: 21% (233/1105) 2021-07-16T23:00:34.4470558Z Receiving objects: 22% (244/1105) 2021-07-16T23:00:34.4471029Z Receiving objects: 23% (255/1105) 2021-07-16T23:00:34.4471511Z Receiving objects: 24% (266/1105) 2021-07-16T23:00:34.4471981Z Receiving objects: 25% (277/1105) 2021-07-16T23:00:34.4472463Z Receiving objects: 26% (288/1105) 2021-07-16T23:00:34.4472998Z Receiving objects: 27% (299/1105) 2021-07-16T23:00:34.4473469Z Receiving objects: 28% (310/1105) 2021-07-16T23:00:34.4473959Z Receiving objects: 29% (321/1105) 2021-07-16T23:00:34.4474425Z Receiving objects: 30% (332/1105) 2021-07-16T23:00:34.4474908Z Receiving objects: 31% (343/1105) 2021-07-16T23:00:34.4475379Z Receiving objects: 32% (354/1105) 2021-07-16T23:00:34.4475870Z Receiving objects: 33% (365/1105) 2021-07-16T23:00:34.4476338Z Receiving objects: 34% (376/1105) 2021-07-16T23:00:34.4476822Z Receiving objects: 35% (387/1105) 2021-07-16T23:00:34.4477288Z Receiving objects: 36% (398/1105) 2021-07-16T23:00:34.4477771Z Receiving objects: 37% (409/1105) 2021-07-16T23:00:34.4478253Z Receiving objects: 38% (420/1105) 2021-07-16T23:00:34.4478754Z Receiving objects: 39% (431/1105) 2021-07-16T23:00:34.4479220Z Receiving objects: 40% (442/1105) 2021-07-16T23:00:34.4479702Z Receiving objects: 41% (454/1105) 2021-07-16T23:00:34.4480171Z Receiving objects: 42% (465/1105) 2021-07-16T23:00:34.4480654Z Receiving objects: 43% (476/1105) 2021-07-16T23:00:34.4481122Z Receiving objects: 44% (487/1105) 2021-07-16T23:00:34.4481606Z Receiving objects: 45% (498/1105) 2021-07-16T23:00:34.4482077Z Receiving objects: 46% (509/1105) 2021-07-16T23:00:34.4482557Z Receiving objects: 47% (520/1105) 2021-07-16T23:00:34.4483147Z Receiving objects: 48% (531/1105) 2021-07-16T23:00:34.4483634Z Receiving objects: 49% (542/1105) 2021-07-16T23:00:34.4484112Z Receiving objects: 50% (553/1105) 2021-07-16T23:00:34.4484581Z Receiving objects: 51% (564/1105) 2021-07-16T23:00:34.4485062Z Receiving objects: 52% (575/1105) 2021-07-16T23:00:34.4485528Z Receiving objects: 53% (586/1105) 2021-07-16T23:00:34.4486010Z Receiving objects: 54% (597/1105) 2021-07-16T23:00:34.4486477Z Receiving objects: 55% (608/1105) 2021-07-16T23:00:34.4486959Z Receiving objects: 56% (619/1105) 2021-07-16T23:00:34.4487427Z Receiving objects: 57% (630/1105) 2021-07-16T23:00:34.4487907Z Receiving objects: 58% (641/1105) 2021-07-16T23:00:34.4488381Z Receiving objects: 59% (652/1105) 2021-07-16T23:00:34.4488859Z Receiving objects: 60% (663/1105) 2021-07-16T23:00:34.4489348Z Receiving objects: 61% (675/1105) 2021-07-16T23:00:34.4489817Z Receiving objects: 62% (686/1105) 2021-07-16T23:00:34.4490300Z Receiving objects: 63% (697/1105) 2021-07-16T23:00:34.4490776Z Receiving objects: 64% (708/1105) 2021-07-16T23:00:34.4491254Z Receiving objects: 65% (719/1105) 2021-07-16T23:00:34.4491720Z Receiving objects: 66% (730/1105) 2021-07-16T23:00:34.4492200Z Receiving objects: 67% (741/1105) 2021-07-16T23:00:34.4492669Z Receiving objects: 68% (752/1105) 2021-07-16T23:00:34.4494665Z Receiving objects: 69% (763/1105) 2021-07-16T23:00:34.4495139Z Receiving objects: 70% (774/1105) 2021-07-16T23:00:34.4495621Z Receiving objects: 71% (785/1105) 2021-07-16T23:00:34.4496103Z Receiving objects: 72% (796/1105) 2021-07-16T23:00:34.4496569Z Receiving objects: 73% (807/1105) 2021-07-16T23:00:34.4497049Z Receiving objects: 74% (818/1105) 2021-07-16T23:00:34.4497518Z Receiving objects: 75% (829/1105) 2021-07-16T23:00:34.4498093Z Receiving objects: 76% (840/1105) 2021-07-16T23:00:34.4498567Z Receiving objects: 77% (851/1105) 2021-07-16T23:00:34.4499047Z Receiving objects: 78% (862/1105) 2021-07-16T23:00:34.4499627Z Receiving objects: 79% (873/1105) 2021-07-16T23:00:34.4500101Z Receiving objects: 80% (884/1105) 2021-07-16T23:00:34.4500582Z Receiving objects: 81% (896/1105) 2021-07-16T23:00:34.4501062Z Receiving objects: 82% (907/1105) 2021-07-16T23:00:34.4501528Z Receiving objects: 83% (918/1105) 2021-07-16T23:00:34.4502006Z Receiving objects: 84% (929/1105) 2021-07-16T23:00:34.4502472Z Receiving objects: 85% (940/1105) 2021-07-16T23:00:34.4502988Z Receiving objects: 86% (951/1105) 2021-07-16T23:00:34.4503475Z Receiving objects: 87% (962/1105) 2021-07-16T23:00:34.4503952Z Receiving objects: 88% (973/1105) 2021-07-16T23:00:34.4504418Z Receiving objects: 89% (984/1105) 2021-07-16T23:00:34.4504902Z Receiving objects: 90% (995/1105) 2021-07-16T23:00:34.4505371Z Receiving objects: 91% (1006/1105) 2021-07-16T23:00:34.4505875Z Receiving objects: 92% (1017/1105) 2021-07-16T23:00:34.4506501Z remote: Total 1105 (delta 141), reused 560 (delta 70), pack-reused 0 2021-07-16T23:00:34.4507101Z Receiving objects: 93% (1028/1105) 2021-07-16T23:00:34.4507600Z Receiving objects: 94% (1039/1105) 2021-07-16T23:00:34.4508074Z Receiving objects: 95% (1050/1105) 2021-07-16T23:00:34.4508564Z Receiving objects: 96% (1061/1105) 2021-07-16T23:00:34.4509039Z Receiving objects: 97% (1072/1105) 2021-07-16T23:00:34.4509523Z Receiving objects: 98% (1083/1105) 2021-07-16T23:00:34.4509999Z Receiving objects: 99% (1094/1105) 2021-07-16T23:00:34.4510483Z Receiving objects: 100% (1105/1105) 2021-07-16T23:00:34.4511025Z Receiving objects: 100% (1105/1105), 18.55 MiB | 43.48 MiB/s, done. 2021-07-16T23:00:34.4511570Z Resolving deltas: 0% (0/141) 2021-07-16T23:00:34.4512037Z Resolving deltas: 1% (2/141) 2021-07-16T23:00:34.4512494Z Resolving deltas: 2% (3/141) 2021-07-16T23:00:34.4512989Z Resolving deltas: 3% (5/141) 2021-07-16T23:00:34.4513447Z Resolving deltas: 4% (6/141) 2021-07-16T23:00:34.4513913Z Resolving deltas: 5% (8/141) 2021-07-16T23:00:34.4514365Z Resolving deltas: 6% (9/141) 2021-07-16T23:00:34.4514830Z Resolving deltas: 7% (10/141) 2021-07-16T23:00:34.4515360Z Resolving deltas: 8% (12/141) 2021-07-16T23:00:34.4515825Z Resolving deltas: 9% (13/141) 2021-07-16T23:00:34.4516275Z Resolving deltas: 10% (15/141) 2021-07-16T23:00:34.4516740Z Resolving deltas: 11% (16/141) 2021-07-16T23:00:34.4517194Z Resolving deltas: 12% (17/141) 2021-07-16T23:00:34.4517662Z Resolving deltas: 13% (19/141) 2021-07-16T23:00:34.4518124Z Resolving deltas: 14% (20/141) 2021-07-16T23:00:34.4518576Z Resolving deltas: 15% (22/141) 2021-07-16T23:00:34.4519035Z Resolving deltas: 16% (23/141) 2021-07-16T23:00:34.4519487Z Resolving deltas: 17% (24/141) 2021-07-16T23:00:34.4519949Z Resolving deltas: 18% (26/141) 2021-07-16T23:00:34.4520400Z Resolving deltas: 19% (27/141) 2021-07-16T23:00:34.4520869Z Resolving deltas: 20% (29/141) 2021-07-16T23:00:34.4521317Z Resolving deltas: 21% (30/141) 2021-07-16T23:00:34.4521779Z Resolving deltas: 22% (32/141) 2021-07-16T23:00:34.4522230Z Resolving deltas: 23% (33/141) 2021-07-16T23:00:34.4522700Z Resolving deltas: 24% (34/141) 2021-07-16T23:00:34.4523180Z Resolving deltas: 25% (36/141) 2021-07-16T23:00:34.4523644Z Resolving deltas: 26% (37/141) 2021-07-16T23:00:34.4524106Z Resolving deltas: 27% (39/141) 2021-07-16T23:00:34.4524553Z Resolving deltas: 28% (40/141) 2021-07-16T23:00:34.4525015Z Resolving deltas: 29% (41/141) 2021-07-16T23:00:34.4525465Z Resolving deltas: 30% (43/141) 2021-07-16T23:00:34.4525927Z Resolving deltas: 31% (44/141) 2021-07-16T23:00:34.4526376Z Resolving deltas: 32% (46/141) 2021-07-16T23:00:34.4526837Z Resolving deltas: 33% (47/141) 2021-07-16T23:00:34.4527284Z Resolving deltas: 34% (48/141) 2021-07-16T23:00:34.4527744Z Resolving deltas: 35% (50/141) 2021-07-16T23:00:34.4528195Z Resolving deltas: 36% (51/141) 2021-07-16T23:00:34.4528721Z Resolving deltas: 37% (53/141) 2021-07-16T23:00:34.4529186Z Resolving deltas: 38% (54/141) 2021-07-16T23:00:34.4529635Z Resolving deltas: 39% (55/141) 2021-07-16T23:00:34.4530092Z Resolving deltas: 40% (57/141) 2021-07-16T23:00:34.4530546Z Resolving deltas: 41% (58/141) 2021-07-16T23:00:34.4531005Z Resolving deltas: 42% (60/141) 2021-07-16T23:00:34.4531454Z Resolving deltas: 43% (61/141) 2021-07-16T23:00:34.4531917Z Resolving deltas: 44% (63/141) 2021-07-16T23:00:34.4532366Z Resolving deltas: 45% (64/141) 2021-07-16T23:00:34.4532855Z Resolving deltas: 46% (65/141) 2021-07-16T23:00:34.4533305Z Resolving deltas: 47% (67/141) 2021-07-16T23:00:34.4533766Z Resolving deltas: 48% (68/141) 2021-07-16T23:00:34.4534217Z Resolving deltas: 49% (70/141) 2021-07-16T23:00:34.4534678Z Resolving deltas: 50% (71/141) 2021-07-16T23:00:34.4535145Z Resolving deltas: 51% (72/141) 2021-07-16T23:00:34.4535595Z Resolving deltas: 52% (74/141) 2021-07-16T23:00:34.4536062Z Resolving deltas: 53% (75/141) 2021-07-16T23:00:34.4536515Z Resolving deltas: 54% (77/141) 2021-07-16T23:00:34.4536981Z Resolving deltas: 55% (78/141) 2021-07-16T23:00:34.4537430Z Resolving deltas: 56% (79/141) 2021-07-16T23:00:34.4537897Z Resolving deltas: 57% (81/141) 2021-07-16T23:00:34.4538350Z Resolving deltas: 58% (82/141) 2021-07-16T23:00:34.4538813Z Resolving deltas: 59% (84/141) 2021-07-16T23:00:34.4539263Z Resolving deltas: 60% (85/141) 2021-07-16T23:00:34.4539724Z Resolving deltas: 61% (87/141) 2021-07-16T23:00:34.4540183Z Resolving deltas: 62% (88/141) 2021-07-16T23:00:34.4540632Z Resolving deltas: 63% (89/141) 2021-07-16T23:00:34.4541095Z Resolving deltas: 64% (91/141) 2021-07-16T23:00:34.4541543Z Resolving deltas: 65% (92/141) 2021-07-16T23:00:34.4542003Z Resolving deltas: 66% (94/141) 2021-07-16T23:00:34.4542452Z Resolving deltas: 67% (95/141) 2021-07-16T23:00:34.4542945Z Resolving deltas: 68% (96/141) 2021-07-16T23:00:34.4543395Z Resolving deltas: 69% (98/141) 2021-07-16T23:00:34.4543863Z Resolving deltas: 70% (99/141) 2021-07-16T23:00:34.4544315Z Resolving deltas: 71% (101/141) 2021-07-16T23:00:34.4544783Z Resolving deltas: 72% (102/141) 2021-07-16T23:00:34.4545241Z Resolving deltas: 73% (103/141) 2021-07-16T23:00:34.4545783Z Resolving deltas: 74% (105/141) 2021-07-16T23:00:34.4546252Z Resolving deltas: 75% (106/141) 2021-07-16T23:00:34.4546709Z Resolving deltas: 76% (108/141) 2021-07-16T23:00:34.4547171Z Resolving deltas: 77% (109/141) 2021-07-16T23:00:34.4547627Z Resolving deltas: 78% (110/141) 2021-07-16T23:00:34.4548215Z Resolving deltas: 79% (112/141) 2021-07-16T23:00:34.4548693Z Resolving deltas: 80% (113/141) 2021-07-16T23:00:34.4549157Z Resolving deltas: 81% (115/141) 2021-07-16T23:00:34.4549609Z Resolving deltas: 82% (116/141) 2021-07-16T23:00:34.4550074Z Resolving deltas: 83% (118/141) 2021-07-16T23:00:34.4550522Z Resolving deltas: 84% (119/141) 2021-07-16T23:00:34.4550985Z Resolving deltas: 85% (120/141) 2021-07-16T23:00:34.4551450Z Resolving deltas: 86% (122/141) 2021-07-16T23:00:34.4551921Z Resolving deltas: 87% (123/141) 2021-07-16T23:00:34.4552384Z Resolving deltas: 88% (125/141) 2021-07-16T23:00:34.4552839Z Resolving deltas: 89% (126/141) 2021-07-16T23:00:34.4553344Z Resolving deltas: 90% (128/141) 2021-07-16T23:00:34.4553797Z Resolving deltas: 91% (129/141) 2021-07-16T23:00:34.4554261Z Resolving deltas: 92% (130/141) 2021-07-16T23:00:34.4554713Z Resolving deltas: 93% (132/141) 2021-07-16T23:00:34.4555177Z Resolving deltas: 94% (133/141) 2021-07-16T23:00:34.4555628Z Resolving deltas: 95% (134/141) 2021-07-16T23:00:34.4556091Z Resolving deltas: 96% (136/141) 2021-07-16T23:00:34.4556545Z Resolving deltas: 97% (137/141) 2021-07-16T23:00:34.4557012Z Resolving deltas: 98% (139/141) 2021-07-16T23:00:34.4557478Z Resolving deltas: 99% (140/141) 2021-07-16T23:00:34.4557932Z Resolving deltas: 100% (141/141) 2021-07-16T23:00:34.4558457Z Resolving deltas: 100% (141/141), done. 2021-07-16T23:00:34.4559158Z From https://github.com/pdxjohnny/dffml 2021-07-16T23:00:34.4560052Z * [new ref] 88a055c4e0f091bcd6fb8423805761fff29eaa19 -> origin/accuracy_staging 2021-07-16T23:00:34.4561325Z ##[endgroup] 2021-07-16T23:00:34.4561904Z ##[group]Determining the checkout info 2021-07-16T23:00:34.4562399Z ##[endgroup] 2021-07-16T23:00:34.4562889Z ##[group]Checking out the ref 2021-07-16T23:00:34.4563803Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B accuracy_staging refs/remotes/origin/accuracy_staging 2021-07-16T23:00:34.9472594Z Branch 'accuracy_staging' set up to track remote branch 'accuracy_staging' from 'origin'. 2021-07-16T23:00:34.9474000Z Switched to a new branch 'accuracy_staging' 2021-07-16T23:00:34.9536427Z ##[endgroup] 2021-07-16T23:00:34.9894721Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H' 2021-07-16T23:00:35.0104679Z '88a055c4e0f091bcd6fb8423805761fff29eaa19' 2021-07-16T23:00:35.0482666Z ##[group]Run git remote set-url origin https://github.com/intel/dffml 2021-07-16T23:00:35.0483708Z git remote set-url origin https://github.com/intel/dffml 2021-07-16T23:00:35.0484534Z git fetch --prune --unshallow 2021-07-16T23:00:35.0537805Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T23:00:35.0538420Z ##[endgroup] 2021-07-16T23:01:15.0559871Z From https://github.com/intel/dffml 2021-07-16T23:01:15.0561583Z + 88a055c4e...588c100f9 accuracy_staging -> origin/accuracy_staging (forced update) 2021-07-16T23:01:15.0562582Z * [new branch] 0.4.x -> origin/0.4.x 2021-07-16T23:01:15.0563339Z * [new branch] 2ndparty -> origin/2ndparty 2021-07-16T23:01:15.0564278Z * [new branch] HEAD -> origin/HEAD 2021-07-16T23:01:15.0565421Z * [new branch] accuracy_staging_before_master_rebase -> origin/accuracy_staging_before_master_rebase 2021-07-16T23:01:15.0566785Z * [new branch] accuracy_staging_rebase_master_2021_05_11 -> origin/accuracy_staging_rebase_master_2021_05_11 2021-07-16T23:01:15.0568008Z * [new branch] accuracy_staging_rebase_master_2021_06_28 -> origin/accuracy_staging_rebase_master_2021_06_28 2021-07-16T23:01:15.0569679Z * [new branch] accuracy_staging_with_master_rebase -> origin/accuracy_staging_with_master_rebase 2021-07-16T23:01:15.0571920Z * [new branch] accuracy_staging_with_master_rebase_condensed -> origin/accuracy_staging_with_master_rebase_condensed 2021-07-16T23:01:15.0578042Z * [new branch] encoding -> origin/encoding 2021-07-16T23:01:15.0579031Z * [new branch] gh-pages -> origin/gh-pages 2021-07-16T23:01:15.0579866Z * [new branch] master -> origin/master 2021-07-16T23:01:15.0581141Z * [new branch] model_tensorflow_upgrade_to_2_4_0 -> origin/model_tensorflow_upgrade_to_2_4_0 2021-07-16T23:01:15.0582187Z * [new branch] nats -> origin/nats 2021-07-16T23:01:15.0583182Z * [new branch] setup_cfg -> origin/setup_cfg 2021-07-16T23:01:15.0584200Z * [new branch] shouldi_dep_tree -> origin/shouldi_dep_tree 2021-07-16T23:01:15.0585044Z * [new branch] webui -> origin/webui 2021-07-16T23:01:15.5809908Z * [new tag] 0.1.0 -> 0.1.0 2021-07-16T23:01:15.5811077Z * [new tag] 0.1.1 -> 0.1.1 2021-07-16T23:01:15.5811681Z * [new tag] 0.1.2 -> 0.1.2 2021-07-16T23:01:15.5812284Z * [new tag] 0.2.0 -> 0.2.0 2021-07-16T23:01:15.5812911Z * [new tag] 0.2.1 -> 0.2.1 2021-07-16T23:01:15.5813487Z * [new tag] 0.3.0 -> 0.3.0 2021-07-16T23:01:15.5816656Z * [new tag] 0.3.1 -> 0.3.1 2021-07-16T23:01:15.5817315Z * [new tag] 0.3.2 -> 0.3.2 2021-07-16T23:01:15.5817870Z * [new tag] 0.3.3 -> 0.3.3 2021-07-16T23:01:15.5818353Z * [new tag] 0.3.4 -> 0.3.4 2021-07-16T23:01:15.5818840Z * [new tag] 0.3.5 -> 0.3.5 2021-07-16T23:01:15.5822528Z * [new tag] 0.3.6 -> 0.3.6 2021-07-16T23:01:15.5823220Z * [new tag] 0.4.0 -> 0.4.0 2021-07-16T23:01:15.5824026Z * [new tag] model-scratch-0.0.1 -> model-scratch-0.0.1 2021-07-16T23:01:15.9778556Z ##[group]Run actions/setup-python@v2 2021-07-16T23:01:15.9779134Z with: 2021-07-16T23:01:15.9779619Z python-version: 3.7 2021-07-16T23:01:15.9780589Z token: *** 2021-07-16T23:01:15.9781140Z ##[endgroup] 2021-07-16T23:01:16.1542457Z Successfully setup CPython (3.7.9) 2021-07-16T23:01:16.1880423Z ##[group]Run python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" 2021-07-16T23:01:16.1881698Z python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" 2021-07-16T23:01:16.1934547Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T23:01:16.1935080Z env: 2021-07-16T23:01:16.1935623Z pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64 2021-07-16T23:01:16.1936206Z ##[endgroup] 2021-07-16T23:01:21.3082224Z ##[group]Run actions/cache@v1 2021-07-16T23:01:21.3082758Z with: 2021-07-16T23:01:21.3083291Z path: C:\Users\runneradmin\AppData\Local\pip\Cache 2021-07-16T23:01:21.3084659Z key: Windows-pip-f986026498892c0a8ce4c40baae6498097cea6e3949e20d06cc20f2af8e3e055 2021-07-16T23:01:21.3085970Z restore-keys: Windows-pip- 2021-07-16T23:01:21.3086393Z env: 2021-07-16T23:01:21.3086939Z pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64 2021-07-16T23:01:21.3087498Z ##[endgroup] 2021-07-16T23:01:30.4816397Z Cache Size: ~704 MB (738306582 B) 2021-07-16T23:01:30.4852197Z [command]C:\Windows\System32\tar.exe -xz -f D:\a\_temp\640751b8-0c92-4737-920f-10b354a3b83b\cache.tgz -C C:\Users\runneradmin\AppData\Local\pip\Cache 2021-07-16T23:01:35.8638812Z Cache restored from key: Windows-pip-f986026498892c0a8ce4c40baae6498097cea6e3949e20d06cc20f2af8e3e055 2021-07-16T23:01:35.8909044Z ##[group]Run pip install -U pip setuptools wheel 2021-07-16T23:01:35.8909974Z pip install -U pip setuptools wheel 2021-07-16T23:01:35.8910520Z pip install -e .[dev] 2021-07-16T23:01:35.8911162Z echo Install torch and torch vision seperately to avoid MemoryError 2021-07-16T23:01:35.8911972Z echo See https://stackoverflow.com/a/52845257 2021-07-16T23:01:35.8912982Z pip install --no-cache -f https://download.pytorch.org/whl/torch_stable.html torch 2021-07-16T23:01:35.8914186Z pip install --no-cache -f https://download.pytorch.org/whl/torch_stable.html torchvision 2021-07-16T23:01:35.8915124Z dffml service dev install -skip model/daal4py 2021-07-16T23:01:35.8961666Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T23:01:35.8962206Z env: 2021-07-16T23:01:35.8962831Z pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64 2021-07-16T23:01:35.8963403Z ##[endgroup] 2021-07-16T23:01:39.8144092Z Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (21.1.3) 2021-07-16T23:01:41.0121973Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (47.1.0) 2021-07-16T23:01:41.8082498Z Collecting setuptools 2021-07-16T23:01:41.8139717Z Using cached setuptools-57.2.0-py3-none-any.whl (818 kB) 2021-07-16T23:01:41.8829306Z Collecting wheel 2021-07-16T23:01:41.8857017Z Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) 2021-07-16T23:01:42.4053902Z Installing collected packages: wheel, setuptools 2021-07-16T23:01:42.9340675Z Attempting uninstall: setuptools 2021-07-16T23:01:42.9342950Z Found existing installation: setuptools 47.1.0 2021-07-16T23:01:43.3050238Z Uninstalling setuptools-47.1.0: 2021-07-16T23:01:43.8100108Z Successfully uninstalled setuptools-47.1.0 2021-07-16T23:01:45.7316770Z Successfully installed setuptools-57.2.0 wheel-0.36.2 2021-07-16T23:01:46.3606103Z Obtaining file:///D:/a/dffml/dffml 2021-07-16T23:01:49.6631003Z Installing build dependencies: started 2021-07-16T23:01:53.8276197Z Installing build dependencies: finished with status 'done' 2021-07-16T23:01:53.8315682Z Getting requirements to build wheel: started 2021-07-16T23:01:54.4036065Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:01:54.4074738Z Preparing wheel metadata: started 2021-07-16T23:01:54.9477140Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:01:55.1037663Z Collecting httptest>=0.0.17 2021-07-16T23:01:55.1066263Z Using cached httptest-0.0.17-py3-none-any.whl (9.7 kB) 2021-07-16T23:01:55.1546443Z Collecting black==19.10b0 2021-07-16T23:01:55.1575879Z Using cached black-19.10b0-py36-none-any.whl (97 kB) 2021-07-16T23:01:55.2187794Z Collecting jsbeautifier>=1.14.0 2021-07-16T23:01:55.2216307Z Using cached jsbeautifier-1.14.0.tar.gz (73 kB) 2021-07-16T23:01:55.5892442Z Installing build dependencies: started 2021-07-16T23:01:59.3380580Z Installing build dependencies: finished with status 'done' 2021-07-16T23:01:59.3417085Z Getting requirements to build wheel: started 2021-07-16T23:01:59.8589179Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:01:59.8627934Z Preparing wheel metadata: started 2021-07-16T23:02:00.2052082Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:02:00.3253827Z Collecting ipython 2021-07-16T23:02:00.3308512Z Using cached ipython-7.25.0-py3-none-any.whl (786 kB) 2021-07-16T23:02:00.4531072Z Collecting pre-commit 2021-07-16T23:02:00.4565946Z Using cached pre_commit-2.13.0-py2.py3-none-any.whl (190 kB) 2021-07-16T23:02:00.6912781Z Collecting matplotlib 2021-07-16T23:02:00.7549344Z Downloading matplotlib-3.4.2-cp37-cp37m-win_amd64.whl (7.1 MB) 2021-07-16T23:02:01.2352519Z Collecting sphinx>=2.4.4 2021-07-16T23:02:01.2484141Z Using cached Sphinx-4.1.1-py3-none-any.whl (2.9 MB) 2021-07-16T23:02:01.3153202Z Collecting nbsphinx 2021-07-16T23:02:01.3184650Z Using cached nbsphinx-0.8.6-py3-none-any.whl (24 kB) 2021-07-16T23:02:01.3851414Z Collecting ipykernel 2021-07-16T23:02:01.3882891Z Using cached ipykernel-6.0.2-py3-none-any.whl (122 kB) 2021-07-16T23:02:01.4231823Z Collecting sphinx-tabs>=1.3.0 2021-07-16T23:02:01.4261216Z Using cached sphinx_tabs-3.1.0-py3-none-any.whl (9.7 kB) 2021-07-16T23:02:01.4496925Z Collecting nbsphinx-link 2021-07-16T23:02:01.4523540Z Using cached nbsphinx_link-1.3.0-py2.py3-none-any.whl (5.2 kB) 2021-07-16T23:02:01.4804785Z Collecting recommonmark 2021-07-16T23:02:01.4831174Z Using cached recommonmark-0.7.1-py2.py3-none-any.whl (10 kB) 2021-07-16T23:02:01.5471456Z Collecting codecov 2021-07-16T23:02:01.5501132Z Using cached codecov-2.1.11-py2.py3-none-any.whl (16 kB) 2021-07-16T23:02:01.5854292Z Collecting sphinx-rtd-theme 2021-07-16T23:02:01.6207605Z Using cached sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl (9.1 MB) 2021-07-16T23:02:01.7278961Z Collecting twine 2021-07-16T23:02:01.7307485Z Using cached twine-3.4.1-py3-none-any.whl (34 kB) 2021-07-16T23:02:02.2222059Z Collecting Pillow>=8.3.1 2021-07-16T23:02:02.2365249Z Downloading Pillow-8.3.1-1-cp37-cp37m-win_amd64.whl (3.2 MB) 2021-07-16T23:02:02.3575987Z Collecting testbook 2021-07-16T23:02:02.3606724Z Using cached testbook-0.4.2-py3-none-any.whl (11 kB) 2021-07-16T23:02:02.8260294Z Collecting coverage 2021-07-16T23:02:02.8421577Z Downloading coverage-5.5-cp37-cp37m-win_amd64.whl (211 kB) 2021-07-16T23:02:02.8998307Z Collecting appdirs 2021-07-16T23:02:02.9025639Z Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2021-07-16T23:02:02.9993609Z Collecting typed-ast>=1.4.0 2021-07-16T23:02:03.0114354Z Downloading typed_ast-1.4.3-cp37-cp37m-win_amd64.whl (155 kB) 2021-07-16T23:02:03.0578601Z Collecting toml>=0.9.4 2021-07-16T23:02:03.0606828Z Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-07-16T23:02:03.0645516Z Requirement already satisfied: click>=6.5 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from black==19.10b0->dffml==0.4.0) (8.0.1) 2021-07-16T23:02:03.6963345Z Collecting regex 2021-07-16T23:02:03.7073499Z Downloading regex-2021.7.6-cp37-cp37m-win_amd64.whl (270 kB) 2021-07-16T23:02:03.7492580Z Collecting pathspec<1,>=0.6 2021-07-16T23:02:03.7519814Z Using cached pathspec-0.8.1-py2.py3-none-any.whl (28 kB) 2021-07-16T23:02:03.7887597Z Collecting attrs>=18.1.0 2021-07-16T23:02:03.7920020Z Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2021-07-16T23:02:03.8313071Z Requirement already satisfied: importlib-metadata in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from click>=6.5->black==19.10b0->dffml==0.4.0) (4.6.1) 2021-07-16T23:02:03.8328849Z Requirement already satisfied: colorama in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from click>=6.5->black==19.10b0->dffml==0.4.0) (0.4.4) 2021-07-16T23:02:03.8895395Z Collecting six>=1.13.0 2021-07-16T23:02:03.8924433Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2021-07-16T23:02:03.9178995Z Collecting editorconfig>=0.12.2 2021-07-16T23:02:03.9205986Z Using cached EditorConfig-0.12.3-py3-none-any.whl (16 kB) 2021-07-16T23:02:03.9871258Z Collecting imagesize 2021-07-16T23:02:03.9898941Z Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) 2021-07-16T23:02:04.0113380Z Collecting sphinxcontrib-jsmath 2021-07-16T23:02:04.0142661Z Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) 2021-07-16T23:02:04.0371683Z Collecting sphinxcontrib-qthelp 2021-07-16T23:02:04.0402117Z Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) 2021-07-16T23:02:04.0699734Z Collecting snowballstemmer>=1.1 2021-07-16T23:02:04.0730540Z Using cached snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB) 2021-07-16T23:02:04.1186723Z Collecting Jinja2>=2.3 2021-07-16T23:02:04.1216422Z Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB) 2021-07-16T23:02:04.2286893Z Collecting requests>=2.5.0 2021-07-16T23:02:04.2291425Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2021-07-16T23:02:04.2293187Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from sphinx>=2.4.4->dffml==0.4.0) (57.2.0) 2021-07-16T23:02:04.2485905Z Collecting sphinxcontrib-serializinghtml>=1.1.5 2021-07-16T23:02:04.2513675Z Using cached sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) 2021-07-16T23:02:04.2771794Z Collecting sphinxcontrib-htmlhelp>=2.0.0 2021-07-16T23:02:04.2799145Z Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) 2021-07-16T23:02:04.3119857Z Collecting alabaster<0.8,>=0.7 2021-07-16T23:02:04.3146747Z Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB) 2021-07-16T23:02:04.3373599Z Collecting sphinxcontrib-applehelp 2021-07-16T23:02:04.3400737Z Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) 2021-07-16T23:02:04.3788389Z Collecting babel>=1.3 2021-07-16T23:02:04.4142771Z Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2021-07-16T23:02:04.5401341Z Collecting Pygments>=2.0 2021-07-16T23:02:04.5461337Z Using cached Pygments-2.9.0-py3-none-any.whl (1.0 MB) 2021-07-16T23:02:04.5999464Z Collecting docutils<0.18,>=0.14 2021-07-16T23:02:04.6046630Z Using cached docutils-0.17.1-py2.py3-none-any.whl (575 kB) 2021-07-16T23:02:04.6355436Z Collecting sphinxcontrib-devhelp 2021-07-16T23:02:04.6384075Z Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) 2021-07-16T23:02:04.6430142Z Requirement already satisfied: packaging in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from sphinx>=2.4.4->dffml==0.4.0) (21.0) 2021-07-16T23:02:04.8293787Z Collecting pytz>=2015.7 2021-07-16T23:02:04.8341436Z Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB) 2021-07-16T23:02:04.9398619Z Collecting MarkupSafe>=2.0 2021-07-16T23:02:04.9488673Z Downloading MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl (14 kB) 2021-07-16T23:02:05.0596584Z Collecting urllib3<1.27,>=1.21.1 2021-07-16T23:02:05.0631745Z Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2021-07-16T23:02:05.1087483Z Collecting certifi>=2017.4.17 2021-07-16T23:02:05.1116592Z Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2021-07-16T23:02:05.1521556Z Collecting charset-normalizer~=2.0.0 2021-07-16T23:02:05.1550422Z Using cached charset_normalizer-2.0.3-py3-none-any.whl (35 kB) 2021-07-16T23:02:05.1926414Z Collecting idna<4,>=2.5 2021-07-16T23:02:05.1955395Z Using cached idna-3.2-py3-none-any.whl (59 kB) 2021-07-16T23:02:05.2792706Z Collecting docutils<0.18,>=0.14 2021-07-16T23:02:05.4289434Z Using cached docutils-0.16-py2.py3-none-any.whl (548 kB) 2021-07-16T23:02:05.5740552Z Requirement already satisfied: zipp>=0.5 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from importlib-metadata->click>=6.5->black==19.10b0->dffml==0.4.0) (3.5.0) 2021-07-16T23:02:05.5753040Z Requirement already satisfied: typing-extensions>=3.6.4 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from importlib-metadata->click>=6.5->black==19.10b0->dffml==0.4.0) (3.10.0.0) 2021-07-16T23:02:05.8524430Z Collecting debugpy<2.0,>=1.0.0 2021-07-16T23:02:05.8677519Z Downloading debugpy-1.3.0-cp37-cp37m-win_amd64.whl (4.4 MB) 2021-07-16T23:02:06.0265132Z Collecting traitlets<6.0,>=4.1.0 2021-07-16T23:02:06.0293827Z Using cached traitlets-5.0.5-py3-none-any.whl (100 kB) 2021-07-16T23:02:06.0832746Z Collecting jupyter-client<7.0 2021-07-16T23:02:06.0877886Z Using cached jupyter_client-6.1.12-py3-none-any.whl (112 kB) 2021-07-16T23:02:06.1769535Z Collecting tornado<7.0,>=4.2 2021-07-16T23:02:06.1875632Z Downloading tornado-6.1-cp37-cp37m-win_amd64.whl (422 kB) 2021-07-16T23:02:06.2970513Z Collecting importlib-metadata 2021-07-16T23:02:06.3081114Z Downloading importlib_metadata-3.10.1-py3-none-any.whl (14 kB) 2021-07-16T23:02:06.3443468Z Collecting matplotlib-inline<0.2.0,>=0.1.0 2021-07-16T23:02:06.3471192Z Using cached matplotlib_inline-0.1.2-py3-none-any.whl (8.2 kB) 2021-07-16T23:02:06.5135613Z Collecting decorator 2021-07-16T23:02:06.5167046Z Using cached decorator-5.0.9-py3-none-any.whl (8.9 kB) 2021-07-16T23:02:06.5425607Z Collecting backcall 2021-07-16T23:02:06.5454192Z Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB) 2021-07-16T23:02:06.5945424Z Collecting jedi>=0.16 2021-07-16T23:02:06.6023731Z Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB) 2021-07-16T23:02:06.7354982Z Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 2021-07-16T23:02:06.7395021Z Using cached prompt_toolkit-3.0.19-py3-none-any.whl (368 kB) 2021-07-16T23:02:06.7698143Z Collecting pickleshare 2021-07-16T23:02:06.7726440Z Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) 2021-07-16T23:02:06.8283295Z Collecting parso<0.9.0,>=0.8.0 2021-07-16T23:02:06.8311102Z Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB) 2021-07-16T23:02:06.9017896Z Collecting python-dateutil>=2.1 2021-07-16T23:02:06.9050371Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2021-07-16T23:02:06.9521115Z Collecting jupyter-core>=4.6.0 2021-07-16T23:02:06.9548022Z Using cached jupyter_core-4.7.1-py3-none-any.whl (82 kB) 2021-07-16T23:02:07.2374853Z Collecting pyzmq>=13 2021-07-16T23:02:07.2504338Z Downloading pyzmq-22.1.0-cp37-cp37m-win_amd64.whl (1.1 MB) 2021-07-16T23:02:07.3413021Z Collecting pywin32>=1.0 2021-07-16T23:02:07.3597435Z Downloading pywin32-301-cp37-cp37m-win_amd64.whl (9.2 MB) 2021-07-16T23:02:07.7025475Z Collecting wcwidth 2021-07-16T23:02:07.7053429Z Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-07-16T23:02:07.7878769Z Collecting ipython-genutils 2021-07-16T23:02:07.7906700Z Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) 2021-07-16T23:02:07.8399740Z Requirement already satisfied: pyparsing>=2.2.1 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from matplotlib->dffml==0.4.0) (2.4.7) 2021-07-16T23:02:08.3582081Z Collecting numpy>=1.16 2021-07-16T23:02:08.3838774Z Downloading numpy-1.21.0-cp37-cp37m-win_amd64.whl (13.9 MB) 2021-07-16T23:02:08.9530911Z Collecting kiwisolver>=1.0.1 2021-07-16T23:02:08.9630533Z Downloading kiwisolver-1.3.1-cp37-cp37m-win_amd64.whl (51 kB) 2021-07-16T23:02:08.9992571Z Collecting cycler>=0.10 2021-07-16T23:02:09.0086297Z Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) 2021-07-16T23:02:09.1198821Z Collecting nbconvert!=5.4 2021-07-16T23:02:09.1246607Z Using cached nbconvert-6.1.0-py3-none-any.whl (551 kB) 2021-07-16T23:02:09.1708771Z Collecting nbformat 2021-07-16T23:02:09.1741766Z Using cached nbformat-5.1.3-py3-none-any.whl (178 kB) 2021-07-16T23:02:09.3060509Z Collecting bleach 2021-07-16T23:02:09.3126881Z Using cached bleach-3.3.1-py2.py3-none-any.whl (146 kB) 2021-07-16T23:02:09.3531904Z Collecting entrypoints>=0.2.2 2021-07-16T23:02:09.3559398Z Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB) 2021-07-16T23:02:09.3896052Z Collecting jupyterlab-pygments 2021-07-16T23:02:09.3921212Z Using cached jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB) 2021-07-16T23:02:09.4214484Z Collecting pandocfilters>=1.4.1 2021-07-16T23:02:09.4250677Z Using cached pandocfilters-1.4.3.tar.gz (16 kB) 2021-07-16T23:02:09.7986372Z Collecting mistune<2,>=0.8.1 2021-07-16T23:02:09.8014694Z Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB) 2021-07-16T23:02:09.8322653Z Collecting testpath 2021-07-16T23:02:09.8349881Z Using cached testpath-0.5.0-py3-none-any.whl (84 kB) 2021-07-16T23:02:09.8760377Z Collecting nbclient<0.6.0,>=0.5.0 2021-07-16T23:02:09.8787364Z Using cached nbclient-0.5.3-py3-none-any.whl (82 kB) 2021-07-16T23:02:09.9112677Z Collecting defusedxml 2021-07-16T23:02:09.9139390Z Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-07-16T23:02:10.0159548Z Collecting async-generator 2021-07-16T23:02:10.0186192Z Using cached async_generator-1.10-py3-none-any.whl (18 kB) 2021-07-16T23:02:10.0654683Z Collecting nest-asyncio 2021-07-16T23:02:10.0682776Z Using cached nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB) 2021-07-16T23:02:10.1426823Z Collecting jsonschema!=2.5.0,>=2.4 2021-07-16T23:02:10.1453534Z Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-07-16T23:02:10.2386326Z Collecting pyrsistent>=0.14.0 2021-07-16T23:02:10.2490522Z Downloading pyrsistent-0.18.0-cp37-cp37m-win_amd64.whl (62 kB) 2021-07-16T23:02:10.3404525Z Collecting webencodings 2021-07-16T23:02:10.3437783Z Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) 2021-07-16T23:02:10.4822717Z Collecting nodeenv>=0.11.1 2021-07-16T23:02:10.4849871Z Using cached nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) 2021-07-16T23:02:10.5670550Z Collecting pyyaml>=5.1 2021-07-16T23:02:10.5774111Z Downloading PyYAML-5.4.1-cp37-cp37m-win_amd64.whl (210 kB) 2021-07-16T23:02:10.7352190Z Collecting identify>=1.0.0 2021-07-16T23:02:10.7386726Z Using cached identify-2.2.11-py2.py3-none-any.whl (98 kB) 2021-07-16T23:02:10.8553199Z Collecting cfgv>=2.0.0 2021-07-16T23:02:10.8581749Z Using cached cfgv-3.3.0-py2.py3-none-any.whl (7.3 kB) 2021-07-16T23:02:11.0035138Z Collecting virtualenv>=20.0.8 2021-07-16T23:02:11.0252452Z Using cached virtualenv-20.6.0-py2.py3-none-any.whl (5.3 MB) 2021-07-16T23:02:11.1860914Z Collecting backports.entry-points-selectable>=1.0.4 2021-07-16T23:02:11.1888824Z Using cached backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB) 2021-07-16T23:02:11.2345642Z Collecting distlib<1,>=0.3.1 2021-07-16T23:02:11.2379613Z Using cached distlib-0.3.2-py2.py3-none-any.whl (338 kB) 2021-07-16T23:02:11.2669004Z Collecting platformdirs<3,>=2 2021-07-16T23:02:11.2695940Z Using cached platformdirs-2.0.2-py2.py3-none-any.whl (10 kB) 2021-07-16T23:02:11.3170635Z Collecting filelock<4,>=3.0.0 2021-07-16T23:02:11.3196215Z Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB) 2021-07-16T23:02:11.4700286Z Collecting commonmark>=0.8.1 2021-07-16T23:02:11.4727036Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2021-07-16T23:02:11.7333488Z Collecting readme-renderer>=21.0 2021-07-16T23:02:11.7362077Z Using cached readme_renderer-29.0-py2.py3-none-any.whl (15 kB) 2021-07-16T23:02:11.8625257Z Collecting tqdm>=4.14 2021-07-16T23:02:11.8654468Z Using cached tqdm-4.61.2-py2.py3-none-any.whl (76 kB) 2021-07-16T23:02:11.9012155Z Collecting pkginfo>=1.4.2 2021-07-16T23:02:11.9039459Z Using cached pkginfo-1.7.1-py2.py3-none-any.whl (25 kB) 2021-07-16T23:02:12.0058945Z Collecting keyring>=15.1 2021-07-16T23:02:12.0079804Z Using cached keyring-23.0.1-py3-none-any.whl (33 kB) 2021-07-16T23:02:12.1819673Z Collecting requests-toolbelt!=0.9.0,>=0.8.0 2021-07-16T23:02:12.1849240Z Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) 2021-07-16T23:02:12.2317813Z Collecting rfc3986>=1.4.0 2021-07-16T23:02:12.2345748Z Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2021-07-16T23:02:12.3006014Z Collecting pywin32-ctypes!=0.1.0,!=0.1.1 2021-07-16T23:02:12.3032979Z Using cached pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB) 2021-07-16T23:02:12.5150480Z Building wheels for collected packages: jsbeautifier, pandocfilters 2021-07-16T23:02:12.5258101Z Building wheel for jsbeautifier (PEP 517): started 2021-07-16T23:02:13.0648785Z Building wheel for jsbeautifier (PEP 517): finished with status 'done' 2021-07-16T23:02:13.0680789Z Created wheel for jsbeautifier: filename=jsbeautifier-1.14.0-py3-none-any.whl size=91969 sha256=0e0dd7ec82908cebbdb7ca1238e46da466f8ace91765bafaf6821414f31be52c 2021-07-16T23:02:13.0683135Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\94\23\8e\10f509003c74eb762f66f3d9a9282be79c585f1d5aec1bafb3 2021-07-16T23:02:13.0712168Z Building wheel for pandocfilters (setup.py): started 2021-07-16T23:02:13.4118923Z Building wheel for pandocfilters (setup.py): finished with status 'done' 2021-07-16T23:02:13.4142869Z Created wheel for pandocfilters: filename=pandocfilters-1.4.3-py3-none-any.whl size=8006 sha256=3a4d6c06dffb2a1e06bb96184b02e2184e346a290893e10ba9cbcb03b309b477 2021-07-16T23:02:13.4145303Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\42\81\34\545dc2fbf0e9137811e901108d37fc04650e81d48f97078000 2021-07-16T23:02:13.4159791Z Successfully built jsbeautifier pandocfilters 2021-07-16T23:02:14.1246718Z Installing collected packages: ipython-genutils, traitlets, six, pywin32, pyrsistent, importlib-metadata, attrs, tornado, pyzmq, python-dateutil, jupyter-core, jsonschema, webencodings, urllib3, pytz, Pygments, nest-asyncio, nbformat, MarkupSafe, jupyter-client, idna, charset-normalizer, certifi, async-generator, wcwidth, testpath, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, parso, pandocfilters, nbclient, mistune, jupyterlab-pygments, Jinja2, imagesize, entrypoints, docutils, defusedxml, bleach, babel, alabaster, sphinx, pywin32-ctypes, prompt-toolkit, platformdirs, pickleshare, nbconvert, matplotlib-inline, jedi, filelock, distlib, decorator, backports.entry-points-selectable, backcall, virtualenv, typed-ast, tqdm, toml, rfc3986, requests-toolbelt, regex, readme-renderer, pyyaml, pkginfo, Pillow, pathspec, numpy, nodeenv, nbsphinx, kiwisolver, keyring, ipython, identify, httptest, editorconfig, debugpy, cycler, coverage, commonmark, cfgv, appdirs, twine, testbook, sphinx-tabs, sphinx-rtd-theme, recommonmark, pre-commit, nbsphinx-link, matplotlib, jsbeautifier, ipykernel, dffml, codecov, black 2021-07-16T23:02:17.9983507Z Attempting uninstall: importlib-metadata 2021-07-16T23:02:17.9985757Z Found existing installation: importlib-metadata 4.6.1 2021-07-16T23:02:18.0113805Z Uninstalling importlib-metadata-4.6.1: 2021-07-16T23:02:18.0136852Z Successfully uninstalled importlib-metadata-4.6.1 2021-07-16T23:03:01.7318231Z Running setup.py develop for dffml 2021-07-16T23:03:02.7261875Z Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Pillow-8.3.1 Pygments-2.9.0 alabaster-0.7.12 appdirs-1.4.4 async-generator-1.10 attrs-21.2.0 babel-2.9.1 backcall-0.2.0 backports.entry-points-selectable-1.1.0 black-19.10b0 bleach-3.3.1 certifi-2021.5.30 cfgv-3.3.0 charset-normalizer-2.0.3 codecov-2.1.11 commonmark-0.9.1 coverage-5.5 cycler-0.10.0 debugpy-1.3.0 decorator-5.0.9 defusedxml-0.7.1 dffml-0.4.0 distlib-0.3.2 docutils-0.16 editorconfig-0.12.3 entrypoints-0.3 filelock-3.0.12 httptest-0.0.17 identify-2.2.11 idna-3.2 imagesize-1.2.0 importlib-metadata-3.10.1 ipykernel-6.0.2 ipython-7.25.0 ipython-genutils-0.2.0 jedi-0.18.0 jsbeautifier-1.14.0 jsonschema-3.2.0 jupyter-client-6.1.12 jupyter-core-4.7.1 jupyterlab-pygments-0.1.2 keyring-23.0.1 kiwisolver-1.3.1 matplotlib-3.4.2 matplotlib-inline-0.1.2 mistune-0.8.4 nbclient-0.5.3 nbconvert-6.1.0 nbformat-5.1.3 nbsphinx-0.8.6 nbsphinx-link-1.3.0 nest-asyncio-1.5.1 nodeenv-1.6.0 numpy-1.21.0 pandocfilters-1.4.3 parso-0.8.2 pathspec-0.8.1 pickleshare-0.7.5 pkginfo-1.7.1 platformdirs-2.0.2 pre-commit-2.13.0 prompt-toolkit-3.0.19 pyrsistent-0.18.0 python-dateutil-2.8.2 pytz-2021.1 pywin32-301 pywin32-ctypes-0.2.0 pyyaml-5.4.1 pyzmq-22.1.0 readme-renderer-29.0 recommonmark-0.7.1 regex-2021.7.6 requests-2.26.0 requests-toolbelt-0.9.1 rfc3986-1.5.0 six-1.16.0 snowballstemmer-2.1.0 sphinx-4.1.1 sphinx-rtd-theme-0.5.2 sphinx-tabs-3.1.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 testbook-0.4.2 testpath-0.5.0 toml-0.10.2 tornado-6.1 tqdm-4.61.2 traitlets-5.0.5 twine-3.4.1 typed-ast-1.4.3 urllib3-1.26.6 virtualenv-20.6.0 wcwidth-0.2.5 webencodings-0.5.1 2021-07-16T23:03:03.2480219Z Install 2021-07-16T23:03:03.2481240Z torch 2021-07-16T23:03:03.2481881Z and 2021-07-16T23:03:03.2483021Z torch 2021-07-16T23:03:03.2483852Z vision 2021-07-16T23:03:03.2484720Z seperately 2021-07-16T23:03:03.2485543Z to 2021-07-16T23:03:03.2486369Z avoid 2021-07-16T23:03:03.2487267Z MemoryError 2021-07-16T23:03:03.2490795Z See 2021-07-16T23:03:03.2491763Z https://stackoverflow.com/a/52845257 2021-07-16T23:03:03.7998794Z Looking in links: https://download.pytorch.org/whl/torch_stable.html 2021-07-16T23:03:04.3602580Z Collecting torch 2021-07-16T23:03:04.4158758Z Downloading https://download.pytorch.org/whl/cu111/torch-1.9.0%2Bcu111-cp37-cp37m-win_amd64.whl (3128.1 MB) 2021-07-16T23:03:58.8178005Z Requirement already satisfied: typing-extensions in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torch) (3.10.0.0) 2021-07-16T23:03:59.3789144Z Installing collected packages: torch 2021-07-16T23:06:09.0934895Z Successfully installed torch-1.9.0+cu111 2021-07-16T23:06:10.6162569Z Looking in links: https://download.pytorch.org/whl/torch_stable.html 2021-07-16T23:06:11.1429497Z Collecting torchvision 2021-07-16T23:06:11.1667286Z Downloading https://download.pytorch.org/whl/cu111/torchvision-0.10.0%2Bcu111-cp37-cp37m-win_amd64.whl (2.5 MB) 2021-07-16T23:06:11.2118134Z Requirement already satisfied: torch==1.9.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torchvision) (1.9.0+cu111) 2021-07-16T23:06:11.2125874Z Requirement already satisfied: numpy in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torchvision) (1.21.0) 2021-07-16T23:06:11.2137466Z Requirement already satisfied: pillow>=5.3.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torchvision) (8.3.1) 2021-07-16T23:06:11.2173416Z Requirement already satisfied: typing-extensions in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torch==1.9.0->torchvision) (3.10.0.0) 2021-07-16T23:06:11.8117135Z Installing collected packages: torchvision 2021-07-16T23:06:13.0129014Z Successfully installed torchvision-0.10.0+cu111 2021-07-16T23:06:15.4914999Z Looking in links: https://download.pytorch.org/whl/torch_stable.html 2021-07-16T23:06:15.4916663Z Obtaining file:///D:/a/dffml/dffml/configloader/yaml 2021-07-16T23:06:15.9175109Z Installing build dependencies: started 2021-07-16T23:06:21.0807307Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:21.0847461Z Getting requirements to build wheel: started 2021-07-16T23:06:21.4074120Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:21.4112967Z Preparing wheel metadata: started 2021-07-16T23:06:21.7509421Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:21.7794815Z Obtaining file:///D:/a/dffml/dffml/configloader/image 2021-07-16T23:06:22.0487896Z Installing build dependencies: started 2021-07-16T23:06:26.2937269Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:26.2973335Z Getting requirements to build wheel: started 2021-07-16T23:06:26.6065747Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:26.6105226Z Preparing wheel metadata: started 2021-07-16T23:06:26.9386966Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:26.9672227Z Obtaining file:///D:/a/dffml/dffml/model/scratch 2021-07-16T23:06:27.8708640Z Obtaining file:///D:/a/dffml/dffml/model/scikit 2021-07-16T23:06:27.8709462Z Obtaining file:///D:/a/dffml/dffml/model/tensorflow 2021-07-16T23:06:28.2839940Z Obtaining file:///D:/a/dffml/dffml/model/tensorflow_hub 2021-07-16T23:06:28.5450961Z Installing build dependencies: started 2021-07-16T23:06:32.7423617Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:32.7458829Z Getting requirements to build wheel: started 2021-07-16T23:06:33.0648978Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:33.0689312Z Preparing wheel metadata: started 2021-07-16T23:06:33.4101768Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:33.4377531Z Obtaining file:///D:/a/dffml/dffml/model/vowpalWabbit 2021-07-16T23:06:33.6981794Z Installing build dependencies: started 2021-07-16T23:06:37.9136744Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:37.9174303Z Getting requirements to build wheel: started 2021-07-16T23:06:38.2309707Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:38.2348154Z Preparing wheel metadata: started 2021-07-16T23:06:38.5674285Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:38.5964877Z Obtaining file:///D:/a/dffml/dffml/model/xgboost 2021-07-16T23:06:38.8536693Z Installing build dependencies: started 2021-07-16T23:06:43.0668844Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:43.0705414Z Getting requirements to build wheel: started 2021-07-16T23:06:43.3822378Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:43.3861734Z Preparing wheel metadata: started 2021-07-16T23:06:43.7184247Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:43.7457848Z Obtaining file:///D:/a/dffml/dffml/model/pytorch 2021-07-16T23:06:44.0037552Z Installing build dependencies: started 2021-07-16T23:06:48.2995649Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:48.3031748Z Getting requirements to build wheel: started 2021-07-16T23:06:48.6123170Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:48.6160799Z Preparing wheel metadata: started 2021-07-16T23:06:48.9452049Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:48.9735496Z Obtaining file:///D:/a/dffml/dffml/model/spacy 2021-07-16T23:06:49.2421268Z Installing build dependencies: started 2021-07-16T23:06:53.9269798Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:53.9306717Z Getting requirements to build wheel: started 2021-07-16T23:06:54.2394570Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:06:54.2431603Z Preparing wheel metadata: started 2021-07-16T23:06:54.5701705Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:06:54.5978407Z Obtaining file:///D:/a/dffml/dffml/examples/shouldi 2021-07-16T23:06:54.8570639Z Installing build dependencies: started 2021-07-16T23:06:59.7749093Z Installing build dependencies: finished with status 'done' 2021-07-16T23:06:59.7788007Z Getting requirements to build wheel: started 2021-07-16T23:07:00.0974446Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:00.1008656Z Preparing wheel metadata: started 2021-07-16T23:07:00.4529478Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:00.4822612Z Obtaining file:///D:/a/dffml/dffml/feature/git 2021-07-16T23:07:00.8872009Z Obtaining file:///D:/a/dffml/dffml/feature/auth 2021-07-16T23:07:01.3095665Z Obtaining file:///D:/a/dffml/dffml/operations/binsec 2021-07-16T23:07:01.5708742Z Installing build dependencies: started 2021-07-16T23:07:05.7930810Z Installing build dependencies: finished with status 'done' 2021-07-16T23:07:05.7968229Z Getting requirements to build wheel: started 2021-07-16T23:07:06.1193192Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:06.1234527Z Preparing wheel metadata: started 2021-07-16T23:07:06.4579081Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:06.4868125Z Obtaining file:///D:/a/dffml/dffml/operations/deploy 2021-07-16T23:07:06.7333217Z Installing build dependencies: started 2021-07-16T23:07:11.0942639Z Installing build dependencies: finished with status 'done' 2021-07-16T23:07:11.0975984Z Getting requirements to build wheel: started 2021-07-16T23:07:11.4092935Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:11.4129994Z Preparing wheel metadata: started 2021-07-16T23:07:11.7319690Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:11.7602925Z Obtaining file:///D:/a/dffml/dffml/operations/image 2021-07-16T23:07:12.0040837Z Installing build dependencies: started 2021-07-16T23:07:16.6247289Z Installing build dependencies: finished with status 'done' 2021-07-16T23:07:16.6281633Z Getting requirements to build wheel: started 2021-07-16T23:07:16.9346357Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:16.9381763Z Preparing wheel metadata: started 2021-07-16T23:07:17.2717631Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:17.2994059Z Obtaining file:///D:/a/dffml/dffml/operations/nlp 2021-07-16T23:07:17.5463605Z Installing build dependencies: started 2021-07-16T23:07:22.2430770Z Installing build dependencies: finished with status 'done' 2021-07-16T23:07:22.2467303Z Getting requirements to build wheel: started 2021-07-16T23:07:22.5509026Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:22.5547641Z Preparing wheel metadata: started 2021-07-16T23:07:22.8871229Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:22.9173759Z Obtaining file:///D:/a/dffml/dffml/service/http 2021-07-16T23:07:23.3386339Z Obtaining file:///D:/a/dffml/dffml/source/mysql 2021-07-16T23:07:23.6014345Z Installing build dependencies: started 2021-07-16T23:07:28.3505777Z Installing build dependencies: finished with status 'done' 2021-07-16T23:07:28.3542565Z Getting requirements to build wheel: started 2021-07-16T23:07:28.6670253Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T23:07:28.6708345Z Preparing wheel metadata: started 2021-07-16T23:07:28.9920580Z Preparing wheel metadata: finished with status 'done' 2021-07-16T23:07:29.0367622Z WARNING: dffml-config-image 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:30.3559352Z Collecting opencv-python>=4.2.0.34 2021-07-16T23:07:30.3560317Z Downloading opencv_python-4.5.3.56-cp37-cp37m-win_amd64.whl (34.9 MB) 2021-07-16T23:07:31.1298490Z Requirement already satisfied: numpy>=1.19.2 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml-config-image==0.1.0) (1.21.0) 2021-07-16T23:07:31.1348313Z Requirement already satisfied: dffml>=0.4.0 in d:\a\dffml\dffml (from dffml-config-image==0.1.0) (0.4.0) 2021-07-16T23:07:31.1398244Z WARNING: dffml-config-yaml 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:31.1420377Z Requirement already satisfied: PyYAML>=5.1.2 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml-config-yaml==0.1.0) (5.4.1) 2021-07-16T23:07:31.1462088Z WARNING: dffml-feature-auth 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:31.1508165Z WARNING: dffml-feature-git 0.3.0 does not provide the extra 'dev' 2021-07-16T23:07:31.1537187Z Requirement already satisfied: python-dateutil>=2.7.3 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml-feature-git==0.3.0) (2.8.2) 2021-07-16T23:07:31.1663961Z Requirement already satisfied: torchvision>=0.7.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml-model-pytorch==0.1.0) (0.10.0+cu111) 2021-07-16T23:07:31.1674096Z Requirement already satisfied: torch>=1.6.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml-model-pytorch==0.1.0) (1.9.0+cu111) 2021-07-16T23:07:31.1779997Z WARNING: dffml-model-scikit 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:31.5602303Z Collecting scipy==1.4.1 2021-07-16T23:07:31.6841467Z Downloading scipy-1.4.1-cp37-cp37m-win_amd64.whl (30.9 MB) 2021-07-16T23:07:32.9697229Z Collecting scikit-learn>=0.21.2 2021-07-16T23:07:32.9954256Z Downloading scikit_learn-0.24.2-cp37-cp37m-win_amd64.whl (6.8 MB) 2021-07-16T23:07:33.4399591Z Collecting joblib>=0.13.2 2021-07-16T23:07:33.4453942Z Using cached joblib-1.0.1-py3-none-any.whl (303 kB) 2021-07-16T23:07:33.8543718Z Collecting pandas>=0.25.0 2021-07-16T23:07:33.8737727Z Downloading pandas-1.3.0-cp37-cp37m-win_amd64.whl (10.0 MB) 2021-07-16T23:07:34.2030874Z WARNING: dffml-model-scratch 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:34.2108754Z WARNING: dffml-model-spacy 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:34.5069841Z Collecting spacy>=3.0.2 2021-07-16T23:07:34.5437397Z Downloading spacy-3.1.0-cp37-cp37m-win_amd64.whl (11.8 MB) 2021-07-16T23:07:34.9776407Z WARNING: dffml-model-tensorflow-hub 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:35.1382884Z Collecting tensorflow-hub>=0.6.0 2021-07-16T23:07:35.1424447Z Using cached tensorflow_hub-0.12.0-py2.py3-none-any.whl (108 kB) 2021-07-16T23:07:35.2737490Z Collecting dffml-model-tensorflow>=0.3.0 2021-07-16T23:07:35.2768789Z Using cached dffml_model_tensorflow-0.3.0.post0-py3-none-any.whl (17 kB) 2021-07-16T23:07:35.6546262Z Collecting tensorflow>=2.0.0 2021-07-16T23:07:36.5641972Z Downloading tensorflow-2.5.0-cp37-cp37m-win_amd64.whl (422.6 MB) 2021-07-16T23:07:52.7792324Z WARNING: dffml-model-vowpalwabbit 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:53.0124573Z Collecting vowpalwabbit>=8.8.1 2021-07-16T23:07:53.0304445Z Downloading vowpalwabbit-8.11.0-cp37-cp37m-win_amd64.whl (3.4 MB) 2021-07-16T23:07:53.1503641Z WARNING: dffml-model-xgboost 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:53.3128569Z Collecting xgboost>=1.1.1 2021-07-16T23:07:54.1825660Z Using cached xgboost-1.4.2-py3-none-win_amd64.whl (97.8 MB) 2021-07-16T23:07:54.7415042Z WARNING: dffml-operations-binsec 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:55.6658221Z Collecting aiohttp>=3.6.2 2021-07-16T23:07:55.6783889Z Downloading aiohttp-3.7.4.post0-cp37-cp37m-win_amd64.whl (630 kB) 2021-07-16T23:07:55.8468034Z Collecting pyelftools>=0.25 2021-07-16T23:07:55.8507167Z Using cached pyelftools-0.27-py2.py3-none-any.whl (151 kB) 2021-07-16T23:07:55.9818956Z Collecting rpmfile>=1.0.2 2021-07-16T23:07:55.9851752Z Using cached rpmfile-1.0.8-py3-none-any.whl (19 kB) 2021-07-16T23:07:55.9962776Z WARNING: dffml-operations-deploy 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:56.0063316Z WARNING: dffml-operations-image 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:56.1522487Z Collecting mahotas>=1.4.9 2021-07-16T23:07:56.1696717Z Downloading mahotas-1.4.11-cp37-cp37m-win_amd64.whl (1.7 MB) 2021-07-16T23:07:56.4676935Z WARNING: dffml-operations-nlp 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:56.4880494Z WARNING: dffml-service-http 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:56.6053137Z Collecting aiohttp_cors>=0.7.0 2021-07-16T23:07:56.6086529Z Using cached aiohttp_cors-0.7.0-py3-none-any.whl (27 kB) 2021-07-16T23:07:56.7399263Z Collecting aiomysql>=0.0.20 2021-07-16T23:07:56.7438826Z Using cached aiomysql-0.0.21-py3-none-any.whl (41 kB) 2021-07-16T23:07:56.8960445Z Collecting docker>=4.0.2 2021-07-16T23:07:56.9130824Z Downloading docker-5.0.0-py2.py3-none-any.whl (146 kB) 2021-07-16T23:07:56.9410131Z WARNING: shouldi 0.1.0 does not provide the extra 'dev' 2021-07-16T23:07:57.0726477Z Collecting bandit>=1.6.2 2021-07-16T23:07:57.0764418Z Using cached bandit-1.7.0-py3-none-any.whl (115 kB) 2021-07-16T23:07:57.2186314Z Collecting safety>=1.8.5 2021-07-16T23:07:57.2217373Z Using cached safety-1.10.3-py2.py3-none-any.whl (18 kB) 2021-07-16T23:07:57.3704579Z Collecting chardet<5.0,>=2.0 2021-07-16T23:07:57.3741301Z Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2021-07-16T23:07:57.8958171Z Collecting multidict<7.0,>=4.5 2021-07-16T23:07:57.9067413Z Downloading multidict-5.1.0-cp37-cp37m-win_amd64.whl (48 kB) 2021-07-16T23:07:58.2949976Z Collecting yarl<2.0,>=1.0 2021-07-16T23:07:58.3054581Z Downloading yarl-1.6.3-cp37-cp37m-win_amd64.whl (124 kB) 2021-07-16T23:07:58.3346071Z Requirement already satisfied: attrs>=17.3.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from aiohttp>=3.6.2->dffml-operations-binsec==0.1.0) (21.2.0) 2021-07-16T23:07:58.3358854Z Requirement already satisfied: typing-extensions>=3.6.5 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from aiohttp>=3.6.2->dffml-operations-binsec==0.1.0) (3.10.0.0) 2021-07-16T23:07:58.4527836Z Collecting async-timeout<4.0,>=3.0 2021-07-16T23:07:58.4557889Z Using cached async_timeout-3.0.1-py3-none-any.whl (8.2 kB) 2021-07-16T23:07:58.6790460Z Collecting PyMySQL<=0.9.3,>=0.9 2021-07-16T23:07:58.6825603Z Using cached PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) 2021-07-16T23:07:58.9018802Z Collecting GitPython>=1.0.1 2021-07-16T23:07:58.9054210Z Using cached GitPython-3.1.18-py3-none-any.whl (170 kB) 2021-07-16T23:07:58.9102988Z Requirement already satisfied: six>=1.10.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from bandit>=1.6.2->shouldi==0.1.0) (1.16.0) 2021-07-16T23:07:59.0376921Z Collecting stevedore>=1.20.0 2021-07-16T23:07:59.1390862Z Using cached stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-07-16T23:07:59.4057573Z Requirement already satisfied: colorama>=0.3.9 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from bandit>=1.6.2->shouldi==0.1.0) (0.4.4) 2021-07-16T23:07:59.4354471Z Requirement already satisfied: httptest>=0.0.17 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dffml>=0.4.0->dffml-config-image==0.1.0) (0.0.17) 2021-07-16T23:07:59.5871753Z Collecting websocket-client>=0.32.0 2021-07-16T23:07:59.5968132Z Downloading websocket_client-1.1.0-py2.py3-none-any.whl (68 kB) 2021-07-16T23:07:59.6107333Z Requirement already satisfied: requests!=2.18.0,>=2.14.2 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from docker>=4.0.2->dffml-source-mysql==0.1.0) (2.26.0) 2021-07-16T23:07:59.7317693Z Collecting pywin32==227 2021-07-16T23:07:59.7605711Z Downloading pywin32-227-cp37-cp37m-win_amd64.whl (9.1 MB) 2021-07-16T23:08:00.2066464Z Collecting gitdb<5,>=4.0.1 2021-07-16T23:08:00.2103120Z Using cached gitdb-4.0.7-py3-none-any.whl (63 kB) 2021-07-16T23:08:00.3340605Z Collecting smmap<5,>=3.0.1 2021-07-16T23:08:00.3369446Z Using cached smmap-4.0.0-py2.py3-none-any.whl (24 kB) 2021-07-16T23:08:00.3899149Z Requirement already satisfied: pytz>=2017.3 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from pandas>=0.25.0->dffml-model-scikit==0.1.0) (2021.1) 2021-07-16T23:08:00.4428247Z Requirement already satisfied: idna<4,>=2.5 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from requests!=2.18.0,>=2.14.2->docker>=4.0.2->dffml-source-mysql==0.1.0) (3.2) 2021-07-16T23:08:00.4441498Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from requests!=2.18.0,>=2.14.2->docker>=4.0.2->dffml-source-mysql==0.1.0) (2.0.3) 2021-07-16T23:08:00.4454820Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from requests!=2.18.0,>=2.14.2->docker>=4.0.2->dffml-source-mysql==0.1.0) (1.26.6) 2021-07-16T23:08:00.4465259Z Requirement already satisfied: certifi>=2017.4.17 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from requests!=2.18.0,>=2.14.2->docker>=4.0.2->dffml-source-mysql==0.1.0) (2021.5.30) 2021-07-16T23:08:00.4860127Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from safety>=1.8.5->shouldi==0.1.0) (57.2.0) 2021-07-16T23:08:00.6301979Z Collecting dparse>=0.5.1 2021-07-16T23:08:00.6337060Z Using cached dparse-0.5.1-py3-none-any.whl (12 kB) 2021-07-16T23:08:00.6374013Z Requirement already satisfied: Click>=6.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from safety>=1.8.5->shouldi==0.1.0) (8.0.1) 2021-07-16T23:08:00.6384630Z Requirement already satisfied: packaging in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from safety>=1.8.5->shouldi==0.1.0) (21.0) 2021-07-16T23:08:00.6511947Z Requirement already satisfied: importlib-metadata in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from Click>=6.0->safety>=1.8.5->shouldi==0.1.0) (3.10.1) 2021-07-16T23:08:00.6635129Z Requirement already satisfied: toml in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from dparse>=0.5.1->safety>=1.8.5->shouldi==0.1.0) (0.10.2) 2021-07-16T23:08:00.8079079Z Collecting threadpoolctl>=2.0.0 2021-07-16T23:08:00.8109774Z Using cached threadpoolctl-2.2.0-py3-none-any.whl (12 kB) 2021-07-16T23:08:01.5461442Z Collecting pydantic!=1.8,!=1.8.1,<1.9.0,>=1.7.4 2021-07-16T23:08:01.5590505Z Downloading pydantic-1.8.2-cp37-cp37m-win_amd64.whl (1.9 MB) 2021-07-16T23:08:01.8192721Z Collecting typer<0.4.0,>=0.3.0 2021-07-16T23:08:01.8224636Z Using cached typer-0.3.2-py3-none-any.whl (21 kB) 2021-07-16T23:08:01.9776328Z Collecting pathy>=0.3.5 2021-07-16T23:08:01.9808411Z Using cached pathy-0.6.0-py3-none-any.whl (42 kB) 2021-07-16T23:08:01.9852382Z Requirement already satisfied: jinja2 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from spacy>=3.0.2->dffml-model-spacy==0.1.0) (3.0.1) 2021-07-16T23:08:02.1695651Z Collecting preshed<3.1.0,>=3.0.2 2021-07-16T23:08:02.1802302Z Downloading preshed-3.0.5-cp37-cp37m-win_amd64.whl (108 kB) 2021-07-16T23:08:02.3797331Z Collecting blis<0.8.0,>=0.4.0 2021-07-16T23:08:02.4051651Z Downloading blis-0.7.4-cp37-cp37m-win_amd64.whl (6.5 MB) 2021-07-16T23:08:02.6831978Z Collecting spacy-legacy<3.1.0,>=3.0.7 2021-07-16T23:08:02.6863361Z Using cached spacy_legacy-3.0.8-py2.py3-none-any.whl (14 kB) 2021-07-16T23:08:02.8315620Z Collecting murmurhash<1.1.0,>=0.28.0 2021-07-16T23:08:02.8413431Z Downloading murmurhash-1.0.5-cp37-cp37m-win_amd64.whl (20 kB) 2021-07-16T23:08:02.9626885Z Collecting wasabi<1.1.0,>=0.8.1 2021-07-16T23:08:02.9658954Z Using cached wasabi-0.8.2-py3-none-any.whl (23 kB) 2021-07-16T23:08:03.3415372Z Collecting thinc<8.1.0,>=8.0.7 2021-07-16T23:08:03.3568563Z Downloading thinc-8.0.7-cp37-cp37m-win_amd64.whl (1.0 MB) 2021-07-16T23:08:03.5953198Z Collecting catalogue<2.1.0,>=2.0.4 2021-07-16T23:08:03.5985772Z Using cached catalogue-2.0.4-py3-none-any.whl (16 kB) 2021-07-16T23:08:03.6024719Z Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from spacy>=3.0.2->dffml-model-spacy==0.1.0) (4.61.2) 2021-07-16T23:08:03.8006803Z Collecting srsly<3.0.0,>=2.4.1 2021-07-16T23:08:03.8128623Z Downloading srsly-2.4.1-cp37-cp37m-win_amd64.whl (450 kB) 2021-07-16T23:08:03.9852043Z Collecting cymem<2.1.0,>=2.0.2 2021-07-16T23:08:03.9956079Z Downloading cymem-2.0.5-cp37-cp37m-win_amd64.whl (35 kB) 2021-07-16T23:08:04.0464357Z Requirement already satisfied: zipp>=0.5 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from catalogue<2.1.0,>=2.0.4->spacy>=3.0.2->dffml-model-spacy==0.1.0) (3.5.0) 2021-07-16T23:08:04.0741282Z Requirement already satisfied: pyparsing>=2.0.2 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from packaging->safety>=1.8.5->shouldi==0.1.0) (2.4.7) 2021-07-16T23:08:04.2285425Z Collecting smart-open<6.0.0,>=5.0.0 2021-07-16T23:08:04.2321930Z Using cached smart_open-5.1.0-py3-none-any.whl (57 kB) 2021-07-16T23:08:04.5070823Z Collecting pbr!=2.1.0,>=2.0.0 2021-07-16T23:08:04.5113519Z Using cached pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-07-16T23:08:05.2580619Z Collecting numpy>=1.19.2 2021-07-16T23:08:05.3047927Z Downloading numpy-1.19.5-cp37-cp37m-win_amd64.whl (13.2 MB) 2021-07-16T23:08:05.7802625Z Collecting absl-py~=0.10 2021-07-16T23:08:05.7845030Z Using cached absl_py-0.13.0-py3-none-any.whl (132 kB) 2021-07-16T23:08:06.0363725Z Collecting tensorboard~=2.5 2021-07-16T23:08:06.0730324Z Using cached tensorboard-2.5.0-py3-none-any.whl (6.0 MB) 2021-07-16T23:08:06.3531647Z Collecting flatbuffers~=1.12.0 2021-07-16T23:08:06.3567619Z Using cached flatbuffers-1.12-py2.py3-none-any.whl (15 kB) 2021-07-16T23:08:06.7120801Z Collecting protobuf>=3.9.2 2021-07-16T23:08:06.7246407Z Downloading protobuf-3.17.3-cp37-cp37m-win_amd64.whl (909 kB) 2021-07-16T23:08:06.9105224Z Collecting typing-extensions>=3.6.5 2021-07-16T23:08:06.9139750Z Using cached typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) 2021-07-16T23:08:07.0204581Z Collecting google-pasta~=0.2 2021-07-16T23:08:07.0242733Z Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB) 2021-07-16T23:08:07.1782967Z Collecting tensorflow-estimator<2.6.0,>=2.5.0rc0 2021-07-16T23:08:07.1978973Z Using cached tensorflow_estimator-2.5.0-py2.py3-none-any.whl (462 kB) 2021-07-16T23:08:07.3922755Z Collecting six>=1.10.0 2021-07-16T23:08:07.3962411Z Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-07-16T23:08:07.5376344Z Collecting opt-einsum~=3.3.0 2021-07-16T23:08:07.5414811Z Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2021-07-16T23:08:07.7315553Z Collecting h5py~=3.1.0 2021-07-16T23:08:07.7487713Z Downloading h5py-3.1.0-cp37-cp37m-win_amd64.whl (2.7 MB) 2021-07-16T23:08:07.9990530Z Collecting wrapt~=1.12.1 2021-07-16T23:08:08.0033796Z Using cached wrapt-1.12.1.tar.gz (27 kB) 2021-07-16T23:08:08.4475763Z Requirement already satisfied: wheel~=0.35 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from tensorflow>=2.0.0->dffml-model-tensorflow-hub==0.1.0) (0.36.2) 2021-07-16T23:08:09.5482030Z Collecting grpcio~=1.34.0 2021-07-16T23:08:09.5663855Z Downloading grpcio-1.34.1-cp37-cp37m-win_amd64.whl (2.9 MB) 2021-07-16T23:08:09.7888027Z Collecting keras-preprocessing~=1.1.2 2021-07-16T23:08:09.7924639Z Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB) 2021-07-16T23:08:09.9231366Z Collecting termcolor~=1.1.0 2021-07-16T23:08:09.9387751Z Using cached termcolor-1.1.0.tar.gz (3.9 kB) 2021-07-16T23:08:10.5076875Z Collecting astunparse~=1.6.3 2021-07-16T23:08:10.5110087Z Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2021-07-16T23:08:10.6362816Z Collecting gast==0.4.0 2021-07-16T23:08:10.6394480Z Using cached gast-0.4.0-py3-none-any.whl (9.8 kB) 2021-07-16T23:08:10.8291649Z Collecting keras-nightly~=2.5.0.dev 2021-07-16T23:08:10.8393105Z Using cached keras_nightly-2.5.0.dev2021032900-py2.py3-none-any.whl (1.2 MB) 2021-07-16T23:08:11.0627336Z Collecting cached-property 2021-07-16T23:08:11.0718405Z Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 2021-07-16T23:08:11.5362366Z Collecting tensorboard-data-server<0.7.0,>=0.6.0 2021-07-16T23:08:11.5395997Z Using cached tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB) 2021-07-16T23:08:11.6844592Z Collecting tensorboard-plugin-wit>=1.6.0 2021-07-16T23:08:11.6917219Z Using cached tensorboard_plugin_wit-1.8.0-py3-none-any.whl (781 kB) 2021-07-16T23:08:11.9714433Z Collecting google-auth<2,>=1.6.3 2021-07-16T23:08:11.9761062Z Using cached google_auth-1.33.0-py2.py3-none-any.whl (151 kB) 2021-07-16T23:08:12.1308953Z Collecting google-auth-oauthlib<0.5,>=0.4.1 2021-07-16T23:08:12.1342377Z Using cached google_auth_oauthlib-0.4.4-py2.py3-none-any.whl (18 kB) 2021-07-16T23:08:12.3139941Z Collecting werkzeug>=0.11.15 2021-07-16T23:08:12.3189140Z Using cached Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2021-07-16T23:08:12.4663766Z Collecting markdown>=2.6.8 2021-07-16T23:08:12.4700995Z Using cached Markdown-3.3.4-py3-none-any.whl (97 kB) 2021-07-16T23:08:12.6510137Z Collecting rsa<5,>=3.1.4 2021-07-16T23:08:12.6547033Z Using cached rsa-4.7.2-py3-none-any.whl (34 kB) 2021-07-16T23:08:12.8551232Z Collecting pyasn1-modules>=0.2.1 2021-07-16T23:08:12.8597471Z Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-07-16T23:08:12.9894896Z Collecting cachetools<5.0,>=2.0.0 2021-07-16T23:08:12.9926531Z Using cached cachetools-4.2.2-py3-none-any.whl (11 kB) 2021-07-16T23:08:13.1810778Z Collecting requests-oauthlib>=0.7.0 2021-07-16T23:08:13.1844143Z Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB) 2021-07-16T23:08:13.4089810Z Collecting pyasn1<0.5.0,>=0.4.6 2021-07-16T23:08:13.4128776Z Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-07-16T23:08:13.5891965Z Collecting oauthlib>=3.0.0 2021-07-16T23:08:13.5929945Z Using cached oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2021-07-16T23:08:13.8550865Z Requirement already satisfied: pillow>=5.3.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from torchvision>=0.7.0->dffml-model-pytorch==0.1.0) (8.3.1) 2021-07-16T23:08:14.1050357Z Collecting Click>=6.0 2021-07-16T23:08:14.1089183Z Using cached click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-07-16T23:08:14.3925341Z Requirement already satisfied: MarkupSafe>=2.0 in c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages (from jinja2->spacy>=3.0.2->dffml-model-spacy==0.1.0) (2.0.1) 2021-07-16T23:08:14.4754916Z Building wheels for collected packages: termcolor, wrapt 2021-07-16T23:08:14.4896451Z Building wheel for termcolor (setup.py): started 2021-07-16T23:08:14.9857286Z Building wheel for termcolor (setup.py): finished with status 'done' 2021-07-16T23:08:14.9879991Z Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4847 sha256=beca2b01f759abcf54d3882c92f40bf70c4c7671c4e9a6cb662abce117588922 2021-07-16T23:08:14.9884036Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\3f\e3\ec\8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2 2021-07-16T23:08:14.9912040Z Building wheel for wrapt (setup.py): started 2021-07-16T23:08:28.6504549Z Building wheel for wrapt (setup.py): finished with status 'done' 2021-07-16T23:08:28.6526223Z Created wheel for wrapt: filename=wrapt-1.12.1-cp37-cp37m-win_amd64.whl size=33494 sha256=88cf2f349c9c9215aa26eb50303747ef30f1aea066fd93b1ca0669e94999837b 2021-07-16T23:08:28.6528411Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\62\76\4c\aa25851149f3f6d9785f6c869387ad82b3fd37582fa8147ac6 2021-07-16T23:08:28.6546392Z Successfully built termcolor wrapt 2021-07-16T23:08:29.6542130Z Installing collected packages: pyasn1, typing-extensions, six, rsa, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, google-auth, werkzeug, tensorboard-plugin-wit, tensorboard-data-server, smmap, protobuf, numpy, murmurhash, multidict, markdown, grpcio, google-auth-oauthlib, cymem, Click, catalogue, cached-property, absl-py, yarl, wrapt, wasabi, typer, termcolor, tensorflow-estimator, tensorboard, srsly, smart-open, pydantic, preshed, pbr, opt-einsum, keras-preprocessing, keras-nightly, h5py, google-pasta, gitdb, gast, flatbuffers, chardet, blis, async-timeout, astunparse, threadpoolctl, thinc, tensorflow, stevedore, spacy-legacy, scipy, PyMySQL, pathy, joblib, GitPython, dparse, aiohttp, xgboost, websocket-client, vowpalwabbit, tensorflow-hub, spacy, scikit-learn, safety, rpmfile, pywin32, pyelftools, pandas, opencv-python, mahotas, dffml-model-tensorflow, dffml-feature-git, bandit, aiomysql, aiohttp-cors, shouldi, docker, dffml-source-mysql, dffml-service-http, dffml-operations-nlp, dffml-operations-image, dffml-operations-deploy, dffml-operations-binsec, dffml-model-xgboost, dffml-model-vowpalWabbit, dffml-model-tensorflow-hub, dffml-model-spacy, dffml-model-scratch, dffml-model-scikit, dffml-model-pytorch, dffml-feature-auth, dffml-config-yaml, dffml-config-image 2021-07-16T23:08:30.1791370Z Attempting uninstall: typing-extensions 2021-07-16T23:08:30.1793801Z Found existing installation: typing-extensions 3.10.0.0 2021-07-16T23:08:30.2414378Z Uninstalling typing-extensions-3.10.0.0: 2021-07-16T23:08:34.2142561Z Successfully uninstalled typing-extensions-3.10.0.0 2021-07-16T23:08:34.2542238Z Attempting uninstall: six 2021-07-16T23:08:34.2544914Z Found existing installation: six 1.16.0 2021-07-16T23:08:34.2561903Z Uninstalling six-1.16.0: 2021-07-16T23:08:35.3588148Z Successfully uninstalled six-1.16.0 2021-07-16T23:08:38.2435454Z Attempting uninstall: numpy 2021-07-16T23:08:38.2440160Z Found existing installation: numpy 1.21.0 2021-07-16T23:08:38.4107000Z Uninstalling numpy-1.21.0: 2021-07-16T23:08:38.4427529Z Successfully uninstalled numpy-1.21.0 2021-07-16T23:08:42.4599550Z Attempting uninstall: Click 2021-07-16T23:08:42.4606859Z Found existing installation: click 8.0.1 2021-07-16T23:08:42.4789335Z Uninstalling click-8.0.1: 2021-07-16T23:08:42.4815685Z Successfully uninstalled click-8.0.1 2021-07-16T23:10:04.0755630Z Attempting uninstall: pywin32 2021-07-16T23:10:04.0759016Z Found existing installation: pywin32 301 2021-07-16T23:10:04.2330921Z Uninstalling pywin32-301: 2021-07-16T23:10:05.2197597Z Successfully uninstalled pywin32-301 2021-07-16T23:10:10.7803700Z ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'c:\\hostedtoolcache\\windows\\python\\3.7.9\\x64\\lib\\site-packages\\~ywin32_system32\\pythoncom37.dll' 2021-07-16T23:10:10.7805393Z Consider using the `--user` option or check the permissions. 2021-07-16T23:10:10.7806217Z 2021-07-16T23:10:12.4735668Z Traceback (most recent call last): 2021-07-16T23:10:12.4773488Z File "C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts\dffml-script.py", line 33, in 2021-07-16T23:10:12.4774658Z sys.exit(load_entry_point('dffml', 'console_scripts', 'dffml')()) 2021-07-16T23:10:12.4775550Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 288, in main 2021-07-16T23:10:12.4776303Z result = loop.run_until_complete(cls._main(*argv[1:])) 2021-07-16T23:10:12.4777327Z File "c:\hostedtoolcache\windows\python\3.7.9\x64\lib\asyncio\base_events.py", line 587, in run_until_complete 2021-07-16T23:10:12.4778239Z return future.result() 2021-07-16T23:10:12.4778976Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 238, in _main 2021-07-16T23:10:12.4779604Z result = await cls.cli(*args) 2021-07-16T23:10:12.4780303Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 224, in cli 2021-07-16T23:10:12.4780958Z return await cmd.do_run() 2021-07-16T23:10:12.4781681Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 203, in do_run 2021-07-16T23:10:12.4782355Z return await self.run() 2021-07-16T23:10:12.4783063Z File "d:\a\dffml\dffml\dffml\service\dev.py", line 426, in run 2021-07-16T23:10:12.4783929Z raise RuntimeError(f"pip failed to install: {','.join(failed)}") 2021-07-16T23:10:12.4784623Z RuntimeError: pip failed to install: 2021-07-16T23:10:13.0616411Z ##[error]Process completed with exit code 1. 2021-07-16T23:10:13.1049062Z Post job cleanup. 2021-07-16T23:10:15.4028911Z [command]"C:\Program Files\Git\bin\git.exe" version 2021-07-16T23:10:15.4678824Z git version 2.32.0.windows.2 2021-07-16T23:10:15.5315924Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2021-07-16T23:10:15.5579561Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2021-07-16T23:10:16.1073915Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2021-07-16T23:10:16.1264400Z http.https://github.com/.extraheader 2021-07-16T23:10:16.1315974Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader 2021-07-16T23:10:16.1574256Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2021-07-16T23:10:16.6408457Z Cleaning up orphan processes ```
pdxjohnny commented 3 years ago
Windows tests failing in CI before disable CI job ``` 2021-07-16T16:28:14.9653494Z Can't find any online and idle self-hosted or hosted runner in the current repository, account/organization that matches the required labels: 'windows-latest' 2021-07-16T16:28:14.9653607Z Found online and busy hosted runner(s) in the current repository's organization account that matches the required labels: 'windows-latest'. Hit concurrency limits on the hosted runners. Waiting for one of them to get assigned for this job. 2021-07-16T16:28:14.9653635Z Waiting for a hosted runner in 'organization' to pick this job... 2021-07-16T18:23:00.2823001Z Current runner version: '2.278.0' 2021-07-16T18:23:00.2938389Z ##[group]Operating System 2021-07-16T18:23:00.2939402Z Microsoft Windows Server 2019 2021-07-16T18:23:00.2939860Z 10.0.17763 2021-07-16T18:23:00.2940398Z Datacenter 2021-07-16T18:23:00.2941064Z ##[endgroup] 2021-07-16T18:23:00.2941520Z ##[group]Virtual Environment 2021-07-16T18:23:00.2942096Z Environment: windows-2019 2021-07-16T18:23:00.2942832Z Version: 20210711.1 2021-07-16T18:23:00.2943713Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20210711.1/images/win/Windows2019-Readme.md 2021-07-16T18:23:00.2944992Z Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20210711.1 2021-07-16T18:23:00.2945745Z ##[endgroup] 2021-07-16T18:23:00.2948352Z ##[group]GITHUB_TOKEN Permissions 2021-07-16T18:23:00.2949786Z Actions: write 2021-07-16T18:23:00.2950403Z Checks: write 2021-07-16T18:23:00.2950846Z Contents: write 2021-07-16T18:23:00.2951580Z Deployments: write 2021-07-16T18:23:00.2952087Z Discussions: write 2021-07-16T18:23:00.2952490Z Issues: write 2021-07-16T18:23:00.2952944Z Metadata: read 2021-07-16T18:23:00.2953344Z Packages: write 2021-07-16T18:23:00.2953819Z PullRequests: write 2021-07-16T18:23:00.2954360Z RepositoryProjects: write 2021-07-16T18:23:00.2954860Z SecurityEvents: write 2021-07-16T18:23:00.2955358Z Statuses: write 2021-07-16T18:23:00.2955874Z ##[endgroup] 2021-07-16T18:23:00.2959617Z Prepare workflow directory 2021-07-16T18:23:00.3645198Z Prepare all required actions 2021-07-16T18:23:00.3655952Z Getting action download info 2021-07-16T18:23:00.5179332Z Download action repository 'actions/checkout@v2' 2021-07-16T18:23:01.3849121Z Download action repository 'actions/setup-python@v2' 2021-07-16T18:23:01.6147235Z Download action repository 'actions/cache@v1' 2021-07-16T18:23:02.6646463Z ##[group]Run actions/checkout@v2 2021-07-16T18:23:02.6647324Z with: 2021-07-16T18:23:02.6647779Z repository: intel/dffml 2021-07-16T18:23:02.6648759Z token: *** 2021-07-16T18:23:02.6649232Z ssh-strict: true 2021-07-16T18:23:02.6649885Z persist-credentials: true 2021-07-16T18:23:02.6650434Z clean: true 2021-07-16T18:23:02.6650860Z fetch-depth: 1 2021-07-16T18:23:02.6651396Z lfs: false 2021-07-16T18:23:02.6651989Z submodules: false 2021-07-16T18:23:02.6652463Z ##[endgroup] 2021-07-16T18:23:05.3057749Z Syncing repository: intel/dffml 2021-07-16T18:23:05.3397930Z ##[group]Getting Git version info 2021-07-16T18:23:05.3398886Z Working directory is 'D:\a\dffml\dffml' 2021-07-16T18:23:05.3943269Z [command]"C:\Program Files\Git\bin\git.exe" version 2021-07-16T18:23:05.4165589Z git version 2.32.0.windows.2 2021-07-16T18:23:05.4214807Z ##[endgroup] 2021-07-16T18:23:05.4222805Z Deleting the contents of 'D:\a\dffml\dffml' 2021-07-16T18:23:05.4226776Z ##[group]Initializing the repository 2021-07-16T18:23:05.4237504Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\dffml\dffml 2021-07-16T18:23:05.5762757Z Initialized empty Git repository in D:/a/dffml/dffml/.git/ 2021-07-16T18:23:05.5817585Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/intel/dffml 2021-07-16T18:23:05.6258285Z ##[endgroup] 2021-07-16T18:23:05.6259581Z ##[group]Disabling automatic garbage collection 2021-07-16T18:23:05.6271955Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 2021-07-16T18:23:05.6775235Z ##[endgroup] 2021-07-16T18:23:05.6781378Z ##[group]Setting up auth 2021-07-16T18:23:05.6798677Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2021-07-16T18:23:05.7067109Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2021-07-16T18:23:07.4169990Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2021-07-16T18:23:07.4438402Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2021-07-16T18:23:07.9725996Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2021-07-16T18:23:08.0033298Z ##[endgroup] 2021-07-16T18:23:08.0053628Z ##[group]Fetching the repository 2021-07-16T18:23:08.0056451Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5c1d437eac2b2e48a20866664faef607a42fe2d9:refs/remotes/origin/master 2021-07-16T18:23:09.3779634Z remote: Enumerating objects: 1084, done. 2021-07-16T18:23:09.3781772Z remote: Counting objects: 0% (1/1084) 2021-07-16T18:23:09.3783098Z remote: Counting objects: 1% (11/1084) 2021-07-16T18:23:09.3784556Z remote: Counting objects: 2% (22/1084) 2021-07-16T18:23:09.3785878Z remote: Counting objects: 3% (33/1084) 2021-07-16T18:23:09.3787810Z remote: Counting objects: 4% (44/1084) 2021-07-16T18:23:09.3789741Z remote: Counting objects: 5% (55/1084) 2021-07-16T18:23:09.3791275Z remote: Counting objects: 6% (66/1084) 2021-07-16T18:23:09.3792295Z remote: Counting objects: 7% (76/1084) 2021-07-16T18:23:09.3793652Z remote: Counting objects: 8% (87/1084) 2021-07-16T18:23:09.3795179Z remote: Counting objects: 9% (98/1084) 2021-07-16T18:23:09.3796261Z remote: Counting objects: 10% (109/1084) 2021-07-16T18:23:09.3797535Z remote: Counting objects: 11% (120/1084) 2021-07-16T18:23:09.3798595Z remote: Counting objects: 12% (131/1084) 2021-07-16T18:23:09.3801491Z remote: Counting objects: 13% (141/1084) 2021-07-16T18:23:09.3802927Z remote: Counting objects: 14% (152/1084) 2021-07-16T18:23:09.3803907Z remote: Counting objects: 15% (163/1084) 2021-07-16T18:23:09.3804948Z remote: Counting objects: 16% (174/1084) 2021-07-16T18:23:09.3806502Z remote: Counting objects: 17% (185/1084) 2021-07-16T18:23:09.3807537Z remote: Counting objects: 18% (196/1084) 2021-07-16T18:23:09.3808825Z remote: Counting objects: 19% (206/1084) 2021-07-16T18:23:09.3810188Z remote: Counting objects: 20% (217/1084) 2021-07-16T18:23:09.3810978Z remote: Counting objects: 21% (228/1084) 2021-07-16T18:23:09.3811653Z remote: Counting objects: 22% (239/1084) 2021-07-16T18:23:09.3812419Z remote: Counting objects: 23% (250/1084) 2021-07-16T18:23:09.3813532Z remote: Counting objects: 24% (261/1084) 2021-07-16T18:23:09.3814321Z remote: Counting objects: 25% (271/1084) 2021-07-16T18:23:09.3815074Z remote: Counting objects: 26% (282/1084) 2021-07-16T18:23:09.3815836Z remote: Counting objects: 27% (293/1084) 2021-07-16T18:23:09.3816665Z remote: Counting objects: 28% (304/1084) 2021-07-16T18:23:09.3817716Z remote: Counting objects: 29% (315/1084) 2021-07-16T18:23:09.3818328Z remote: Counting objects: 30% (326/1084) 2021-07-16T18:23:09.3818962Z remote: Counting objects: 31% (337/1084) 2021-07-16T18:23:09.3820208Z remote: Counting objects: 32% (347/1084) 2021-07-16T18:23:09.3821804Z remote: Counting objects: 33% (358/1084) 2021-07-16T18:23:09.3822411Z remote: Counting objects: 34% (369/1084) 2021-07-16T18:23:09.3823185Z remote: Counting objects: 35% (380/1084) 2021-07-16T18:23:09.3823751Z remote: Counting objects: 36% (391/1084) 2021-07-16T18:23:09.3824543Z remote: Counting objects: 37% (402/1084) 2021-07-16T18:23:09.3825599Z remote: Counting objects: 38% (412/1084) 2021-07-16T18:23:09.3826634Z remote: Counting objects: 39% (423/1084) 2021-07-16T18:23:09.3827426Z remote: Counting objects: 40% (434/1084) 2021-07-16T18:23:09.3829221Z remote: Counting objects: 41% (445/1084) 2021-07-16T18:23:09.3833639Z remote: Counting objects: 42% (456/1084) 2021-07-16T18:23:09.3834312Z remote: Counting objects: 43% (467/1084) 2021-07-16T18:23:09.3834824Z remote: Counting objects: 44% (477/1084) 2021-07-16T18:23:09.3835606Z remote: Counting objects: 45% (488/1084) 2021-07-16T18:23:09.3836111Z remote: Counting objects: 46% (499/1084) 2021-07-16T18:23:09.3836655Z remote: Counting objects: 47% (510/1084) 2021-07-16T18:23:09.3837131Z remote: Counting objects: 48% (521/1084) 2021-07-16T18:23:09.3838650Z remote: Counting objects: 49% (532/1084) 2021-07-16T18:23:09.3839186Z remote: Counting objects: 50% (542/1084) 2021-07-16T18:23:09.3839672Z remote: Counting objects: 51% (553/1084) 2021-07-16T18:23:09.3840428Z remote: Counting objects: 52% (564/1084) 2021-07-16T18:23:09.3841091Z remote: Counting objects: 53% (575/1084) 2021-07-16T18:23:09.3841645Z remote: Counting objects: 54% (586/1084) 2021-07-16T18:23:09.3842141Z remote: Counting objects: 55% (597/1084) 2021-07-16T18:23:09.3842707Z remote: Counting objects: 56% (608/1084) 2021-07-16T18:23:09.3843205Z remote: Counting objects: 57% (618/1084) 2021-07-16T18:23:09.3844239Z remote: Counting objects: 58% (629/1084) 2021-07-16T18:23:09.3844923Z remote: Counting objects: 59% (640/1084) 2021-07-16T18:23:09.3845741Z remote: Counting objects: 60% (651/1084) 2021-07-16T18:23:09.3846321Z remote: Counting objects: 61% (662/1084) 2021-07-16T18:23:09.3846991Z remote: Counting objects: 62% (673/1084) 2021-07-16T18:23:09.3847697Z remote: Counting objects: 63% (683/1084) 2021-07-16T18:23:09.3848783Z remote: Counting objects: 64% (694/1084) 2021-07-16T18:23:09.3849408Z remote: Counting objects: 65% (705/1084) 2021-07-16T18:23:09.3849880Z remote: Counting objects: 66% (716/1084) 2021-07-16T18:23:09.3850507Z remote: Counting objects: 67% (727/1084) 2021-07-16T18:23:09.3851028Z remote: Counting objects: 68% (738/1084) 2021-07-16T18:23:09.3851730Z remote: Counting objects: 69% (748/1084) 2021-07-16T18:23:09.3852298Z remote: Counting objects: 70% (759/1084) 2021-07-16T18:23:09.3852790Z remote: Counting objects: 71% (770/1084) 2021-07-16T18:23:09.3853320Z remote: Counting objects: 72% (781/1084) 2021-07-16T18:23:09.3853976Z remote: Counting objects: 73% (792/1084) 2021-07-16T18:23:09.3854787Z remote: Counting objects: 74% (803/1084) 2021-07-16T18:23:09.3855275Z remote: Counting objects: 75% (813/1084) 2021-07-16T18:23:09.3855940Z remote: Counting objects: 76% (824/1084) 2021-07-16T18:23:09.3856479Z remote: Counting objects: 77% (835/1084) 2021-07-16T18:23:09.3857048Z remote: Counting objects: 78% (846/1084) 2021-07-16T18:23:09.3857581Z remote: Counting objects: 79% (857/1084) 2021-07-16T18:23:09.3858302Z remote: Counting objects: 80% (868/1084) 2021-07-16T18:23:09.3859029Z remote: Counting objects: 81% (879/1084) 2021-07-16T18:23:09.3859517Z remote: Counting objects: 82% (889/1084) 2021-07-16T18:23:09.3860041Z remote: Counting objects: 83% (900/1084) 2021-07-16T18:23:09.3860523Z remote: Counting objects: 84% (911/1084) 2021-07-16T18:23:09.3861048Z remote: Counting objects: 85% (922/1084) 2021-07-16T18:23:09.3862476Z remote: Counting objects: 86% (933/1084) 2021-07-16T18:23:09.3863132Z remote: Counting objects: 87% (944/1084) 2021-07-16T18:23:09.3863753Z remote: Counting objects: 88% (954/1084) 2021-07-16T18:23:09.3864322Z remote: Counting objects: 89% (965/1084) 2021-07-16T18:23:09.3864950Z remote: Counting objects: 90% (976/1084) 2021-07-16T18:23:09.3866392Z remote: Counting objects: 91% (987/1084) 2021-07-16T18:23:09.3866941Z remote: Counting objects: 92% (998/1084) 2021-07-16T18:23:09.3867589Z remote: Counting objects: 93% (1009/1084) 2021-07-16T18:23:09.3868127Z remote: Counting objects: 94% (1019/1084) 2021-07-16T18:23:09.3869150Z remote: Counting objects: 95% (1030/1084) 2021-07-16T18:23:09.3870100Z remote: Counting objects: 96% (1041/1084) 2021-07-16T18:23:09.3872940Z remote: Counting objects: 97% (1052/1084) 2021-07-16T18:23:09.3874226Z remote: Counting objects: 98% (1063/1084) 2021-07-16T18:23:09.3874869Z remote: Counting objects: 99% (1074/1084) 2021-07-16T18:23:09.3875753Z remote: Counting objects: 100% (1084/1084) 2021-07-16T18:23:09.3876290Z remote: Counting objects: 100% (1084/1084), done. 2021-07-16T18:23:09.3877009Z remote: Compressing objects: 0% (1/896) 2021-07-16T18:23:09.3877543Z remote: Compressing objects: 1% (9/896) 2021-07-16T18:23:09.3878112Z remote: Compressing objects: 2% (18/896) 2021-07-16T18:23:09.3878751Z remote: Compressing objects: 3% (27/896) 2021-07-16T18:23:09.3879289Z remote: Compressing objects: 4% (36/896) 2021-07-16T18:23:09.3879860Z remote: Compressing objects: 5% (45/896) 2021-07-16T18:23:09.4177902Z remote: Compressing objects: 6% (54/896) 2021-07-16T18:23:09.4178477Z remote: Compressing objects: 7% (63/896) 2021-07-16T18:23:09.4179173Z remote: Compressing objects: 8% (72/896) 2021-07-16T18:23:09.4180072Z remote: Compressing objects: 9% (81/896) 2021-07-16T18:23:09.4180903Z remote: Compressing objects: 10% (90/896) 2021-07-16T18:23:09.4182207Z remote: Compressing objects: 11% (99/896) 2021-07-16T18:23:09.4182992Z remote: Compressing objects: 12% (108/896) 2021-07-16T18:23:09.4183861Z remote: Compressing objects: 13% (117/896) 2021-07-16T18:23:09.4184457Z remote: Compressing objects: 14% (126/896) 2021-07-16T18:23:09.4185299Z remote: Compressing objects: 15% (135/896) 2021-07-16T18:23:09.4185989Z remote: Compressing objects: 16% (144/896) 2021-07-16T18:23:09.4186520Z remote: Compressing objects: 17% (153/896) 2021-07-16T18:23:09.4187052Z remote: Compressing objects: 18% (162/896) 2021-07-16T18:23:09.4187762Z remote: Compressing objects: 19% (171/896) 2021-07-16T18:23:09.4188437Z remote: Compressing objects: 20% (180/896) 2021-07-16T18:23:09.4189485Z remote: Compressing objects: 21% (189/896) 2021-07-16T18:23:09.4190238Z remote: Compressing objects: 22% (198/896) 2021-07-16T18:23:09.4190892Z remote: Compressing objects: 23% (207/896) 2021-07-16T18:23:09.4193993Z remote: Compressing objects: 24% (216/896) 2021-07-16T18:23:09.4194833Z remote: Compressing objects: 25% (224/896) 2021-07-16T18:23:09.4316218Z remote: Compressing objects: 26% (233/896) 2021-07-16T18:23:09.4317109Z remote: Compressing objects: 27% (242/896) 2021-07-16T18:23:09.4317790Z remote: Compressing objects: 28% (251/896) 2021-07-16T18:23:09.4318297Z remote: Compressing objects: 29% (260/896) 2021-07-16T18:23:09.4318766Z remote: Compressing objects: 30% (269/896) 2021-07-16T18:23:09.4319251Z remote: Compressing objects: 31% (278/896) 2021-07-16T18:23:09.4319721Z remote: Compressing objects: 32% (287/896) 2021-07-16T18:23:09.4320344Z remote: Compressing objects: 33% (296/896) 2021-07-16T18:23:09.4321059Z remote: Compressing objects: 34% (305/896) 2021-07-16T18:23:09.4321519Z remote: Compressing objects: 35% (314/896) 2021-07-16T18:23:09.4321975Z remote: Compressing objects: 36% (323/896) 2021-07-16T18:23:09.4322416Z remote: Compressing objects: 37% (332/896) 2021-07-16T18:23:09.4322877Z remote: Compressing objects: 38% (341/896) 2021-07-16T18:23:09.4323321Z remote: Compressing objects: 39% (350/896) 2021-07-16T18:23:09.4323775Z remote: Compressing objects: 40% (359/896) 2021-07-16T18:23:09.4324573Z remote: Compressing objects: 41% (368/896) 2021-07-16T18:23:09.4325048Z remote: Compressing objects: 42% (377/896) 2021-07-16T18:23:09.4325505Z remote: Compressing objects: 43% (386/896) 2021-07-16T18:23:09.4326511Z remote: Compressing objects: 44% (395/896) 2021-07-16T18:23:09.4327589Z remote: Compressing objects: 45% (404/896) 2021-07-16T18:23:09.4328830Z remote: Compressing objects: 46% (413/896) 2021-07-16T18:23:09.4329339Z remote: Compressing objects: 47% (422/896) 2021-07-16T18:23:09.4329825Z remote: Compressing objects: 48% (431/896) 2021-07-16T18:23:09.4330322Z remote: Compressing objects: 49% (440/896) 2021-07-16T18:23:09.4330860Z remote: Compressing objects: 50% (448/896) 2021-07-16T18:23:09.4331364Z remote: Compressing objects: 51% (457/896) 2021-07-16T18:23:09.4331848Z remote: Compressing objects: 52% (466/896) 2021-07-16T18:23:09.4332648Z remote: Compressing objects: 53% (475/896) 2021-07-16T18:23:09.4333105Z remote: Compressing objects: 54% (484/896) 2021-07-16T18:23:09.4333929Z remote: Compressing objects: 55% (493/896) 2021-07-16T18:23:09.4405958Z remote: Compressing objects: 56% (502/896) 2021-07-16T18:23:09.4406978Z remote: Compressing objects: 57% (511/896) 2021-07-16T18:23:09.4408975Z remote: Compressing objects: 58% (520/896) 2021-07-16T18:23:09.4410589Z remote: Compressing objects: 59% (529/896) 2021-07-16T18:23:09.4412478Z remote: Compressing objects: 60% (538/896) 2021-07-16T18:23:09.4413131Z remote: Compressing objects: 61% (547/896) 2021-07-16T18:23:09.4413745Z remote: Compressing objects: 62% (556/896) 2021-07-16T18:23:09.4414349Z remote: Compressing objects: 63% (565/896) 2021-07-16T18:23:09.4415367Z remote: Compressing objects: 64% (574/896) 2021-07-16T18:23:09.4416224Z remote: Compressing objects: 65% (583/896) 2021-07-16T18:23:09.4416722Z remote: Compressing objects: 66% (592/896) 2021-07-16T18:23:09.4417430Z remote: Compressing objects: 67% (601/896) 2021-07-16T18:23:09.4418126Z remote: Compressing objects: 68% (610/896) 2021-07-16T18:23:09.4418658Z remote: Compressing objects: 69% (619/896) 2021-07-16T18:23:09.4419175Z remote: Compressing objects: 70% (628/896) 2021-07-16T18:23:09.4463881Z remote: Compressing objects: 71% (637/896) 2021-07-16T18:23:09.4469223Z remote: Compressing objects: 72% (646/896) 2021-07-16T18:23:09.4469929Z remote: Compressing objects: 73% (655/896) 2021-07-16T18:23:09.4480325Z remote: Compressing objects: 74% (664/896) 2021-07-16T18:23:09.4481687Z remote: Compressing objects: 75% (672/896) 2021-07-16T18:23:09.4482184Z remote: Compressing objects: 76% (681/896) 2021-07-16T18:23:09.4482658Z remote: Compressing objects: 77% (690/896) 2021-07-16T18:23:09.4483131Z remote: Compressing objects: 78% (699/896) 2021-07-16T18:23:09.4483581Z remote: Compressing objects: 79% (708/896) 2021-07-16T18:23:09.4484055Z remote: Compressing objects: 80% (717/896) 2021-07-16T18:23:09.4484509Z remote: Compressing objects: 81% (726/896) 2021-07-16T18:23:09.4485135Z remote: Compressing objects: 82% (735/896) 2021-07-16T18:23:09.4485579Z remote: Compressing objects: 83% (744/896) 2021-07-16T18:23:09.4486036Z remote: Compressing objects: 84% (753/896) 2021-07-16T18:23:09.4486481Z remote: Compressing objects: 85% (762/896) 2021-07-16T18:23:09.4486937Z remote: Compressing objects: 86% (771/896) 2021-07-16T18:23:09.4487861Z remote: Compressing objects: 87% (780/896) 2021-07-16T18:23:09.4489136Z remote: Compressing objects: 88% (789/896) 2021-07-16T18:23:09.4490088Z remote: Compressing objects: 89% (798/896) 2021-07-16T18:23:09.4490640Z remote: Compressing objects: 90% (807/896) 2021-07-16T18:23:09.4491797Z remote: Compressing objects: 91% (816/896) 2021-07-16T18:23:09.4492807Z remote: Compressing objects: 92% (825/896) 2021-07-16T18:23:09.4493285Z remote: Compressing objects: 93% (834/896) 2021-07-16T18:23:09.4493800Z remote: Compressing objects: 94% (843/896) 2021-07-16T18:23:09.4494853Z remote: Compressing objects: 95% (852/896) 2021-07-16T18:23:09.4496023Z remote: Compressing objects: 96% (861/896) 2021-07-16T18:23:09.4497691Z remote: Compressing objects: 97% (870/896) 2021-07-16T18:23:09.4498338Z remote: Compressing objects: 98% (879/896) 2021-07-16T18:23:09.4498810Z remote: Compressing objects: 99% (888/896) 2021-07-16T18:23:09.4499688Z remote: Compressing objects: 100% (896/896) 2021-07-16T18:23:09.4500399Z remote: Compressing objects: 100% (896/896), done. 2021-07-16T18:23:09.5147280Z Receiving objects: 0% (1/1084) 2021-07-16T18:23:09.5151612Z Receiving objects: 1% (11/1084) 2021-07-16T18:23:09.5161153Z Receiving objects: 2% (22/1084) 2021-07-16T18:23:09.5163944Z Receiving objects: 3% (33/1084) 2021-07-16T18:23:09.5168142Z Receiving objects: 4% (44/1084) 2021-07-16T18:23:09.5168954Z Receiving objects: 5% (55/1084) 2021-07-16T18:23:09.5171953Z Receiving objects: 6% (66/1084) 2021-07-16T18:23:09.5184778Z Receiving objects: 7% (76/1084) 2021-07-16T18:23:09.5204745Z Receiving objects: 8% (87/1084) 2021-07-16T18:23:09.5215249Z Receiving objects: 9% (98/1084) 2021-07-16T18:23:09.5227634Z Receiving objects: 10% (109/1084) 2021-07-16T18:23:09.5235984Z Receiving objects: 11% (120/1084) 2021-07-16T18:23:09.5240141Z Receiving objects: 12% (131/1084) 2021-07-16T18:23:09.5242542Z Receiving objects: 13% (141/1084) 2021-07-16T18:23:09.5244730Z Receiving objects: 14% (152/1084) 2021-07-16T18:23:09.5247614Z Receiving objects: 15% (163/1084) 2021-07-16T18:23:09.5248278Z Receiving objects: 16% (174/1084) 2021-07-16T18:23:09.5254750Z Receiving objects: 17% (185/1084) 2021-07-16T18:23:09.5260625Z Receiving objects: 18% (196/1084) 2021-07-16T18:23:09.5267283Z Receiving objects: 19% (206/1084) 2021-07-16T18:23:09.5278806Z Receiving objects: 20% (217/1084) 2021-07-16T18:23:09.5288804Z Receiving objects: 21% (228/1084) 2021-07-16T18:23:09.5293356Z Receiving objects: 22% (239/1084) 2021-07-16T18:23:09.5301858Z Receiving objects: 23% (250/1084) 2021-07-16T18:23:09.5309145Z Receiving objects: 24% (261/1084) 2021-07-16T18:23:09.5315725Z Receiving objects: 25% (271/1084) 2021-07-16T18:23:09.5325677Z Receiving objects: 26% (282/1084) 2021-07-16T18:23:09.5338090Z Receiving objects: 27% (293/1084) 2021-07-16T18:23:09.6556088Z Receiving objects: 28% (304/1084) 2021-07-16T18:23:09.6622938Z Receiving objects: 29% (315/1084) 2021-07-16T18:23:09.9150335Z Receiving objects: 30% (326/1084) 2021-07-16T18:23:09.9160971Z Receiving objects: 31% (337/1084) 2021-07-16T18:23:09.9365929Z Receiving objects: 32% (347/1084) 2021-07-16T18:23:09.9370414Z Receiving objects: 33% (358/1084) 2021-07-16T18:23:09.9377869Z Receiving objects: 34% (369/1084) 2021-07-16T18:23:09.9380786Z Receiving objects: 35% (380/1084) 2021-07-16T18:23:09.9384590Z Receiving objects: 36% (391/1084) 2021-07-16T18:23:09.9386266Z Receiving objects: 37% (402/1084) 2021-07-16T18:23:09.9564199Z Receiving objects: 38% (412/1084) 2021-07-16T18:23:09.9582202Z Receiving objects: 39% (423/1084) 2021-07-16T18:23:09.9592090Z Receiving objects: 40% (434/1084) 2021-07-16T18:23:09.9593969Z Receiving objects: 41% (445/1084) 2021-07-16T18:23:09.9594626Z Receiving objects: 42% (456/1084) 2021-07-16T18:23:09.9598189Z Receiving objects: 43% (467/1084) 2021-07-16T18:23:09.9600007Z Receiving objects: 44% (477/1084) 2021-07-16T18:23:09.9601468Z Receiving objects: 45% (488/1084) 2021-07-16T18:23:09.9611345Z Receiving objects: 46% (499/1084) 2021-07-16T18:23:09.9620309Z Receiving objects: 47% (510/1084) 2021-07-16T18:23:09.9623484Z Receiving objects: 48% (521/1084) 2021-07-16T18:23:09.9627105Z Receiving objects: 49% (532/1084) 2021-07-16T18:23:09.9633006Z Receiving objects: 50% (542/1084) 2021-07-16T18:23:09.9637040Z Receiving objects: 51% (553/1084) 2021-07-16T18:23:09.9640232Z Receiving objects: 52% (564/1084) 2021-07-16T18:23:09.9642854Z Receiving objects: 53% (575/1084) 2021-07-16T18:23:09.9646581Z Receiving objects: 54% (586/1084) 2021-07-16T18:23:09.9647485Z Receiving objects: 55% (597/1084) 2021-07-16T18:23:09.9649604Z Receiving objects: 56% (608/1084) 2021-07-16T18:23:09.9653341Z Receiving objects: 57% (618/1084) 2021-07-16T18:23:09.9657870Z Receiving objects: 58% (629/1084) 2021-07-16T18:23:09.9658634Z Receiving objects: 59% (640/1084) 2021-07-16T18:23:09.9659150Z Receiving objects: 60% (651/1084) 2021-07-16T18:23:09.9661677Z Receiving objects: 61% (662/1084) 2021-07-16T18:23:09.9663148Z Receiving objects: 62% (673/1084) 2021-07-16T18:23:09.9671017Z Receiving objects: 63% (683/1084) 2021-07-16T18:23:09.9673812Z Receiving objects: 64% (694/1084) 2021-07-16T18:23:09.9676085Z Receiving objects: 65% (705/1084) 2021-07-16T18:23:09.9681174Z Receiving objects: 66% (716/1084) 2021-07-16T18:23:09.9686212Z Receiving objects: 67% (727/1084) 2021-07-16T18:23:09.9686928Z Receiving objects: 68% (738/1084) 2021-07-16T18:23:09.9689098Z Receiving objects: 69% (748/1084) 2021-07-16T18:23:09.9691343Z Receiving objects: 70% (759/1084) 2021-07-16T18:23:09.9695622Z Receiving objects: 71% (770/1084) 2021-07-16T18:23:09.9698047Z Receiving objects: 72% (781/1084) 2021-07-16T18:23:09.9699795Z Receiving objects: 73% (792/1084) 2021-07-16T18:23:09.9704097Z Receiving objects: 74% (803/1084) 2021-07-16T18:23:09.9707362Z Receiving objects: 75% (813/1084) 2021-07-16T18:23:09.9712515Z Receiving objects: 76% (824/1084) 2021-07-16T18:23:09.9715002Z Receiving objects: 77% (835/1084) 2021-07-16T18:23:09.9717843Z Receiving objects: 78% (846/1084) 2021-07-16T18:23:09.9720639Z Receiving objects: 79% (857/1084) 2021-07-16T18:23:09.9721443Z Receiving objects: 80% (868/1084) 2021-07-16T18:23:09.9721967Z Receiving objects: 81% (879/1084) 2021-07-16T18:23:09.9724762Z Receiving objects: 82% (889/1084) 2021-07-16T18:23:09.9729670Z Receiving objects: 83% (900/1084) 2021-07-16T18:23:09.9732810Z Receiving objects: 84% (911/1084) 2021-07-16T18:23:09.9736321Z Receiving objects: 85% (922/1084) 2021-07-16T18:23:09.9736910Z Receiving objects: 86% (933/1084) 2021-07-16T18:23:09.9737503Z Receiving objects: 87% (944/1084) 2021-07-16T18:23:09.9738029Z Receiving objects: 88% (954/1084) 2021-07-16T18:23:09.9745099Z Receiving objects: 89% (965/1084) 2021-07-16T18:23:09.9748334Z Receiving objects: 90% (976/1084) 2021-07-16T18:23:09.9756587Z Receiving objects: 91% (987/1084) 2021-07-16T18:23:09.9759956Z Receiving objects: 92% (998/1084) 2021-07-16T18:23:09.9764487Z Receiving objects: 93% (1009/1084) 2021-07-16T18:23:09.9768013Z Receiving objects: 94% (1019/1084) 2021-07-16T18:23:09.9771354Z Receiving objects: 95% (1030/1084) 2021-07-16T18:23:09.9778906Z Receiving objects: 96% (1041/1084) 2021-07-16T18:23:09.9786519Z Receiving objects: 97% (1052/1084) 2021-07-16T18:23:09.9787199Z Receiving objects: 98% (1063/1084) 2021-07-16T18:23:09.9787847Z remote: Total 1084 (delta 174), reused 607 (delta 112), pack-reused 0 2021-07-16T18:23:09.9793276Z Receiving objects: 99% (1074/1084) 2021-07-16T18:23:09.9795115Z Receiving objects: 100% (1084/1084) 2021-07-16T18:23:09.9795727Z Receiving objects: 100% (1084/1084), 18.54 MiB | 38.51 MiB/s, done. 2021-07-16T18:23:09.9855312Z Resolving deltas: 0% (0/174) 2021-07-16T18:23:09.9857796Z Resolving deltas: 1% (2/174) 2021-07-16T18:23:09.9858523Z Resolving deltas: 2% (4/174) 2021-07-16T18:23:09.9859266Z Resolving deltas: 3% (6/174) 2021-07-16T18:23:09.9860134Z Resolving deltas: 4% (7/174) 2021-07-16T18:23:09.9861196Z Resolving deltas: 5% (9/174) 2021-07-16T18:23:09.9861956Z Resolving deltas: 6% (11/174) 2021-07-16T18:23:09.9862475Z Resolving deltas: 7% (13/174) 2021-07-16T18:23:09.9863784Z Resolving deltas: 8% (14/174) 2021-07-16T18:23:09.9864240Z Resolving deltas: 9% (16/174) 2021-07-16T18:23:09.9864768Z Resolving deltas: 10% (18/174) 2021-07-16T18:23:09.9865237Z Resolving deltas: 11% (20/174) 2021-07-16T18:23:09.9865684Z Resolving deltas: 12% (21/174) 2021-07-16T18:23:09.9866729Z Resolving deltas: 13% (23/174) 2021-07-16T18:23:09.9867136Z Resolving deltas: 14% (25/174) 2021-07-16T18:23:09.9867734Z Resolving deltas: 15% (27/174) 2021-07-16T18:23:09.9868139Z Resolving deltas: 16% (28/174) 2021-07-16T18:23:09.9868768Z Resolving deltas: 17% (30/174) 2021-07-16T18:23:09.9869364Z Resolving deltas: 18% (32/174) 2021-07-16T18:23:09.9869988Z Resolving deltas: 19% (34/174) 2021-07-16T18:23:09.9870615Z Resolving deltas: 20% (35/174) 2021-07-16T18:23:09.9871070Z Resolving deltas: 21% (37/174) 2021-07-16T18:23:09.9871531Z Resolving deltas: 22% (39/174) 2021-07-16T18:23:09.9871976Z Resolving deltas: 23% (41/174) 2021-07-16T18:23:09.9872581Z Resolving deltas: 24% (42/174) 2021-07-16T18:23:09.9873009Z Resolving deltas: 25% (44/174) 2021-07-16T18:23:09.9873609Z Resolving deltas: 26% (46/174) 2021-07-16T18:23:09.9874509Z Resolving deltas: 27% (47/174) 2021-07-16T18:23:09.9875409Z Resolving deltas: 28% (49/174) 2021-07-16T18:23:09.9875896Z Resolving deltas: 29% (51/174) 2021-07-16T18:23:09.9876308Z Resolving deltas: 30% (53/174) 2021-07-16T18:23:09.9876724Z Resolving deltas: 31% (54/174) 2021-07-16T18:23:09.9877120Z Resolving deltas: 32% (56/174) 2021-07-16T18:23:09.9877709Z Resolving deltas: 33% (58/174) 2021-07-16T18:23:09.9878511Z Resolving deltas: 34% (60/174) 2021-07-16T18:23:09.9879065Z Resolving deltas: 35% (61/174) 2021-07-16T18:23:09.9879439Z Resolving deltas: 36% (63/174) 2021-07-16T18:23:09.9879919Z Resolving deltas: 37% (65/174) 2021-07-16T18:23:09.9880333Z Resolving deltas: 38% (67/174) 2021-07-16T18:23:09.9880709Z Resolving deltas: 39% (68/174) 2021-07-16T18:23:09.9881747Z Resolving deltas: 40% (70/174) 2021-07-16T18:23:09.9882262Z Resolving deltas: 41% (72/174) 2021-07-16T18:23:09.9882725Z Resolving deltas: 42% (74/174) 2021-07-16T18:23:09.9883194Z Resolving deltas: 43% (75/174) 2021-07-16T18:23:09.9883642Z Resolving deltas: 44% (77/174) 2021-07-16T18:23:09.9884101Z Resolving deltas: 45% (79/174) 2021-07-16T18:23:09.9884544Z Resolving deltas: 46% (81/174) 2021-07-16T18:23:09.9885314Z Resolving deltas: 47% (82/174) 2021-07-16T18:23:09.9886029Z Resolving deltas: 48% (84/174) 2021-07-16T18:23:09.9886690Z Resolving deltas: 49% (86/174) 2021-07-16T18:23:09.9887137Z Resolving deltas: 50% (87/174) 2021-07-16T18:23:09.9887600Z Resolving deltas: 51% (89/174) 2021-07-16T18:23:09.9888047Z Resolving deltas: 52% (91/174) 2021-07-16T18:23:09.9888507Z Resolving deltas: 53% (93/174) 2021-07-16T18:23:09.9888957Z Resolving deltas: 54% (94/174) 2021-07-16T18:23:09.9889419Z Resolving deltas: 55% (96/174) 2021-07-16T18:23:09.9889880Z Resolving deltas: 56% (98/174) 2021-07-16T18:23:09.9890337Z Resolving deltas: 57% (100/174) 2021-07-16T18:23:09.9890809Z Resolving deltas: 58% (101/174) 2021-07-16T18:23:09.9891259Z Resolving deltas: 59% (103/174) 2021-07-16T18:23:09.9891718Z Resolving deltas: 60% (105/174) 2021-07-16T18:23:09.9892167Z Resolving deltas: 61% (107/174) 2021-07-16T18:23:09.9892631Z Resolving deltas: 62% (108/174) 2021-07-16T18:23:09.9893081Z Resolving deltas: 63% (110/174) 2021-07-16T18:23:09.9893579Z Resolving deltas: 64% (112/174) 2021-07-16T18:23:09.9894045Z Resolving deltas: 65% (114/174) 2021-07-16T18:23:09.9894491Z Resolving deltas: 66% (115/174) 2021-07-16T18:23:09.9894956Z Resolving deltas: 67% (117/174) 2021-07-16T18:23:09.9895418Z Resolving deltas: 68% (119/174) 2021-07-16T18:23:09.9896238Z Resolving deltas: 69% (121/174) 2021-07-16T18:23:09.9896833Z Resolving deltas: 70% (122/174) 2021-07-16T18:23:09.9897392Z Resolving deltas: 71% (124/174) 2021-07-16T18:23:09.9897955Z Resolving deltas: 72% (126/174) 2021-07-16T18:23:09.9898335Z Resolving deltas: 73% (128/174) 2021-07-16T18:23:09.9898859Z Resolving deltas: 74% (129/174) 2021-07-16T18:23:09.9899239Z Resolving deltas: 75% (131/174) 2021-07-16T18:23:09.9899818Z Resolving deltas: 76% (133/174) 2021-07-16T18:23:09.9900207Z Resolving deltas: 77% (134/174) 2021-07-16T18:23:09.9900611Z Resolving deltas: 78% (136/174) 2021-07-16T18:23:09.9901018Z Resolving deltas: 79% (138/174) 2021-07-16T18:23:09.9901405Z Resolving deltas: 80% (140/174) 2021-07-16T18:23:09.9901983Z Resolving deltas: 81% (141/174) 2021-07-16T18:23:09.9902555Z Resolving deltas: 82% (143/174) 2021-07-16T18:23:09.9903278Z Resolving deltas: 83% (145/174) 2021-07-16T18:23:09.9903643Z Resolving deltas: 84% (147/174) 2021-07-16T18:23:09.9904378Z Resolving deltas: 85% (148/174) 2021-07-16T18:23:09.9904775Z Resolving deltas: 86% (150/174) 2021-07-16T18:23:09.9905179Z Resolving deltas: 87% (152/174) 2021-07-16T18:23:09.9905567Z Resolving deltas: 88% (154/174) 2021-07-16T18:23:09.9906050Z Resolving deltas: 89% (155/174) 2021-07-16T18:23:09.9906506Z Resolving deltas: 90% (157/174) 2021-07-16T18:23:09.9906911Z Resolving deltas: 91% (159/174) 2021-07-16T18:23:09.9907496Z Resolving deltas: 92% (161/174) 2021-07-16T18:23:09.9908679Z Resolving deltas: 93% (162/174) 2021-07-16T18:23:09.9909101Z Resolving deltas: 94% (164/174) 2021-07-16T18:23:09.9909678Z Resolving deltas: 95% (166/174) 2021-07-16T18:23:09.9910123Z Resolving deltas: 96% (168/174) 2021-07-16T18:23:09.9910557Z Resolving deltas: 97% (169/174) 2021-07-16T18:23:09.9910999Z Resolving deltas: 98% (171/174) 2021-07-16T18:23:09.9911430Z Resolving deltas: 99% (173/174) 2021-07-16T18:23:09.9911880Z Resolving deltas: 100% (174/174) 2021-07-16T18:23:09.9912333Z Resolving deltas: 100% (174/174), done. 2021-07-16T18:23:10.0969630Z From https://github.com/intel/dffml 2021-07-16T18:23:10.0970832Z * [new ref] 5c1d437eac2b2e48a20866664faef607a42fe2d9 -> origin/master 2021-07-16T18:23:10.1164616Z ##[endgroup] 2021-07-16T18:23:10.1165472Z ##[group]Determining the checkout info 2021-07-16T18:23:10.1167878Z ##[endgroup] 2021-07-16T18:23:10.1168333Z ##[group]Checking out the ref 2021-07-16T18:23:10.1182894Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B master refs/remotes/origin/master 2021-07-16T18:23:10.6218978Z Branch 'master' set up to track remote branch 'master' from 'origin'. 2021-07-16T18:23:10.6224861Z Reset branch 'master' 2021-07-16T18:23:10.6283212Z ##[endgroup] 2021-07-16T18:23:10.6666554Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H' 2021-07-16T18:23:10.6891816Z '5c1d437eac2b2e48a20866664faef607a42fe2d9' 2021-07-16T18:23:10.7277527Z ##[group]Run git remote set-url origin https://github.com/intel/dffml 2021-07-16T18:23:10.7278452Z git remote set-url origin https://github.com/intel/dffml 2021-07-16T18:23:10.7279032Z git fetch --prune --unshallow 2021-07-16T18:23:10.7334976Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T18:23:10.7335507Z ##[endgroup] 2021-07-16T18:23:55.4705475Z From https://github.com/intel/dffml 2021-07-16T18:23:55.4714930Z * [new branch] 0.4.x -> origin/0.4.x 2021-07-16T18:23:55.4723276Z * [new branch] 2ndparty -> origin/2ndparty 2021-07-16T18:23:55.4743715Z * [new branch] HEAD -> origin/HEAD 2021-07-16T18:23:55.4746574Z * [new branch] accuracy_staging -> origin/accuracy_staging 2021-07-16T18:23:55.4772956Z * [new branch] accuracy_staging_before_master_rebase -> origin/accuracy_staging_before_master_rebase 2021-07-16T18:23:55.4774553Z * [new branch] accuracy_staging_rebase_master_2021_05_11 -> origin/accuracy_staging_rebase_master_2021_05_11 2021-07-16T18:23:55.4775836Z * [new branch] accuracy_staging_rebase_master_2021_06_28 -> origin/accuracy_staging_rebase_master_2021_06_28 2021-07-16T18:23:55.4783305Z * [new branch] accuracy_staging_with_master_rebase -> origin/accuracy_staging_with_master_rebase 2021-07-16T18:23:55.4785315Z * [new branch] accuracy_staging_with_master_rebase_condensed -> origin/accuracy_staging_with_master_rebase_condensed 2021-07-16T18:23:55.4786298Z * [new branch] encoding -> origin/encoding 2021-07-16T18:23:55.4787045Z * [new branch] gh-pages -> origin/gh-pages 2021-07-16T18:23:55.4788113Z * [new branch] model_tensorflow_upgrade_to_2_4_0 -> origin/model_tensorflow_upgrade_to_2_4_0 2021-07-16T18:23:55.4789075Z * [new branch] nats -> origin/nats 2021-07-16T18:23:55.4789862Z * [new branch] setup_cfg -> origin/setup_cfg 2021-07-16T18:23:55.4790640Z * [new branch] shouldi_dep_tree -> origin/shouldi_dep_tree 2021-07-16T18:23:55.4791596Z * [new branch] webui -> origin/webui 2021-07-16T18:23:55.9362716Z * [new tag] 0.1.0 -> 0.1.0 2021-07-16T18:23:55.9363297Z * [new tag] 0.1.1 -> 0.1.1 2021-07-16T18:23:55.9364351Z * [new tag] 0.1.2 -> 0.1.2 2021-07-16T18:23:55.9365241Z * [new tag] 0.2.0 -> 0.2.0 2021-07-16T18:23:55.9365803Z * [new tag] 0.2.1 -> 0.2.1 2021-07-16T18:23:55.9373227Z * [new tag] 0.3.0 -> 0.3.0 2021-07-16T18:23:55.9375653Z * [new tag] 0.3.1 -> 0.3.1 2021-07-16T18:23:55.9376193Z * [new tag] 0.3.2 -> 0.3.2 2021-07-16T18:23:55.9376734Z * [new tag] 0.3.3 -> 0.3.3 2021-07-16T18:23:55.9377233Z * [new tag] 0.3.4 -> 0.3.4 2021-07-16T18:23:55.9377698Z * [new tag] 0.3.5 -> 0.3.5 2021-07-16T18:23:55.9378209Z * [new tag] 0.3.6 -> 0.3.6 2021-07-16T18:23:55.9378671Z * [new tag] 0.4.0 -> 0.4.0 2021-07-16T18:23:55.9379334Z * [new tag] model-scratch-0.0.1 -> model-scratch-0.0.1 2021-07-16T18:23:57.0155889Z ##[group]Run actions/setup-python@v2 2021-07-16T18:23:57.0156344Z with: 2021-07-16T18:23:57.0156697Z python-version: 3.8 2021-07-16T18:23:57.0157465Z token: *** 2021-07-16T18:23:57.0157774Z ##[endgroup] 2021-07-16T18:23:57.1727005Z Successfully setup CPython (3.8.10) 2021-07-16T18:23:57.1954874Z ##[group]Run python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" 2021-07-16T18:23:57.1956087Z python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)" 2021-07-16T18:23:57.3707173Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T18:23:57.3707643Z env: 2021-07-16T18:23:57.3708147Z pythonLocation: C:\hostedtoolcache\windows\Python\3.8.10\x64 2021-07-16T18:23:57.3709255Z ##[endgroup] 2021-07-16T18:24:10.7440666Z ##[group]Run actions/cache@v1 2021-07-16T18:24:10.7441299Z with: 2021-07-16T18:24:10.7442153Z path: C:\Users\runneradmin\AppData\Local\pip\Cache 2021-07-16T18:24:10.7443505Z key: Windows-pip-6f830c4f7139b4fe8af8e2295f16acaf8ac9174a481b7310734655b61b9f5cad 2021-07-16T18:24:10.7445080Z restore-keys: Windows-pip- 2021-07-16T18:24:10.7445681Z env: 2021-07-16T18:24:10.7446196Z pythonLocation: C:\hostedtoolcache\windows\Python\3.8.10\x64 2021-07-16T18:24:10.7447310Z ##[endgroup] 2021-07-16T18:24:13.9273353Z Cache Size: ~248 MB (260221855 B) 2021-07-16T18:24:13.9315371Z [command]C:\Windows\System32\tar.exe -xz -f D:\a\_temp\73aae1f4-0c49-4062-b0a0-edcef7edc773\cache.tgz -C C:\Users\runneradmin\AppData\Local\pip\Cache 2021-07-16T18:24:17.4076083Z Cache restored from key: Windows-pip-6f830c4f7139b4fe8af8e2295f16acaf8ac9174a481b7310734655b61b9f5cad 2021-07-16T18:24:17.4350139Z ##[group]Run pip install -U pip setuptools wheel 2021-07-16T18:24:17.4352750Z pip install -U pip setuptools wheel 2021-07-16T18:24:17.4353330Z pip install -e .[dev] 2021-07-16T18:24:17.4353922Z dffml service dev install -skip model/daal4py 2021-07-16T18:24:17.4355375Z # Remove dataclasses. See https://github.com/intel/dffml/issues/882 2021-07-16T18:24:17.4356560Z python scripts/tempfix/pytorch/pytorch/46930.py 2021-07-16T18:24:17.4406476Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T18:24:17.4407174Z env: 2021-07-16T18:24:17.4408165Z pythonLocation: C:\hostedtoolcache\windows\Python\3.8.10\x64 2021-07-16T18:24:17.4408670Z ##[endgroup] 2021-07-16T18:24:22.2820937Z Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (21.1.3) 2021-07-16T18:24:23.2570242Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (56.0.0) 2021-07-16T18:24:23.9542878Z Collecting setuptools 2021-07-16T18:24:24.0097459Z Downloading setuptools-57.2.0-py3-none-any.whl (818 kB) 2021-07-16T18:24:24.1721544Z Collecting wheel 2021-07-16T18:24:24.1753342Z Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) 2021-07-16T18:24:24.2801043Z Installing collected packages: wheel, setuptools 2021-07-16T18:24:24.4962700Z Attempting uninstall: setuptools 2021-07-16T18:24:24.4963848Z Found existing installation: setuptools 56.0.0 2021-07-16T18:24:26.3059361Z Uninstalling setuptools-56.0.0: 2021-07-16T18:24:26.3802114Z Successfully uninstalled setuptools-56.0.0 2021-07-16T18:24:28.0603166Z Successfully installed setuptools-57.2.0 wheel-0.36.2 2021-07-16T18:24:28.8374963Z Obtaining file:///D:/a/dffml/dffml 2021-07-16T18:24:32.5476729Z Installing build dependencies: started 2021-07-16T18:24:36.2500085Z Installing build dependencies: finished with status 'done' 2021-07-16T18:24:36.2547341Z Getting requirements to build wheel: started 2021-07-16T18:24:37.2952078Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:24:37.3001201Z Preparing wheel metadata: started 2021-07-16T18:24:37.8485388Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:24:38.0229871Z Collecting httptest>=0.0.17 2021-07-16T18:24:38.0262661Z Using cached httptest-0.0.17-py3-none-any.whl (9.7 kB) 2021-07-16T18:24:38.1371534Z Collecting ipython 2021-07-16T18:24:38.1433025Z Using cached ipython-7.25.0-py3-none-any.whl (786 kB) 2021-07-16T18:24:38.1850119Z Collecting recommonmark 2021-07-16T18:24:38.1876998Z Using cached recommonmark-0.7.1-py2.py3-none-any.whl (10 kB) 2021-07-16T18:24:38.2497945Z Collecting twine 2021-07-16T18:24:38.2529586Z Using cached twine-3.4.1-py3-none-any.whl (34 kB) 2021-07-16T18:24:38.3153830Z Collecting black==19.10b0 2021-07-16T18:24:38.3184613Z Using cached black-19.10b0-py36-none-any.whl (97 kB) 2021-07-16T18:24:38.3568824Z Collecting sphinx-rtd-theme 2021-07-16T18:24:38.3914252Z Using cached sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl (9.1 MB) 2021-07-16T18:24:38.4893416Z Collecting sphinx-tabs>=1.3.0 2021-07-16T18:24:38.4926012Z Using cached sphinx_tabs-3.1.0-py3-none-any.whl (9.7 kB) 2021-07-16T18:24:38.5643340Z Collecting codecov 2021-07-16T18:24:38.5680959Z Using cached codecov-2.1.11-py2.py3-none-any.whl (16 kB) 2021-07-16T18:24:38.6461208Z Collecting ipykernel 2021-07-16T18:24:38.6901141Z Downloading ipykernel-6.0.2-py3-none-any.whl (122 kB) 2021-07-16T18:24:39.1893942Z Collecting Pillow>=8.3.1 2021-07-16T18:24:39.2028764Z Downloading Pillow-8.3.1-1-cp38-cp38-win_amd64.whl (3.2 MB) 2021-07-16T18:24:39.6097081Z Collecting sphinx>=2.4.4 2021-07-16T18:24:39.6230781Z Downloading Sphinx-4.1.1-py3-none-any.whl (2.9 MB) 2021-07-16T18:24:39.8305312Z Collecting nbsphinx 2021-07-16T18:24:39.8336594Z Using cached nbsphinx-0.8.6-py3-none-any.whl (24 kB) 2021-07-16T18:24:39.9670435Z Collecting pre-commit 2021-07-16T18:24:39.9706442Z Using cached pre_commit-2.13.0-py2.py3-none-any.whl (190 kB) 2021-07-16T18:24:40.0038401Z Collecting testbook 2021-07-16T18:24:40.0052630Z Using cached testbook-0.4.2-py3-none-any.whl (11 kB) 2021-07-16T18:24:40.2240380Z Collecting matplotlib 2021-07-16T18:24:40.2377337Z Downloading matplotlib-3.4.2-cp38-cp38-win_amd64.whl (7.1 MB) 2021-07-16T18:24:40.4565687Z Collecting nbsphinx-link 2021-07-16T18:24:40.4599724Z Using cached nbsphinx_link-1.3.0-py2.py3-none-any.whl (5.2 kB) 2021-07-16T18:24:40.5091233Z Collecting jsbeautifier>=1.14.0 2021-07-16T18:24:40.5118783Z Using cached jsbeautifier-1.14.0.tar.gz (73 kB) 2021-07-16T18:24:40.9345575Z Installing build dependencies: started 2021-07-16T18:24:45.0469725Z Installing build dependencies: finished with status 'done' 2021-07-16T18:24:45.0513302Z Getting requirements to build wheel: started 2021-07-16T18:24:45.9258445Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:24:45.9311860Z Preparing wheel metadata: started 2021-07-16T18:24:46.3929119Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:24:46.8563815Z Collecting coverage 2021-07-16T18:24:46.8601858Z Using cached coverage-5.5-cp38-cp38-win_amd64.whl (211 kB) 2021-07-16T18:24:46.9204115Z Collecting attrs>=18.1.0 2021-07-16T18:24:46.9235534Z Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2021-07-16T18:24:47.0135576Z Collecting typed-ast>=1.4.0 2021-07-16T18:24:47.0231982Z Downloading typed_ast-1.4.3-cp38-cp38-win_amd64.whl (158 kB) 2021-07-16T18:24:47.0648169Z Collecting pathspec<1,>=0.6 2021-07-16T18:24:47.0672948Z Using cached pathspec-0.8.1-py2.py3-none-any.whl (28 kB) 2021-07-16T18:24:47.1062295Z Collecting toml>=0.9.4 2021-07-16T18:24:47.1091862Z Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-07-16T18:24:47.1518552Z Collecting click>=6.5 2021-07-16T18:24:47.1608788Z Downloading click-8.0.1-py3-none-any.whl (97 kB) 2021-07-16T18:24:47.7994299Z Collecting regex 2021-07-16T18:24:47.8107072Z Downloading regex-2021.7.6-cp38-cp38-win_amd64.whl (270 kB) 2021-07-16T18:24:47.8774237Z Collecting appdirs 2021-07-16T18:24:47.8802632Z Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2021-07-16T18:24:47.9676471Z Collecting colorama 2021-07-16T18:24:47.9706049Z Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-07-16T18:24:48.0173968Z Collecting six>=1.13.0 2021-07-16T18:24:48.0202128Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2021-07-16T18:24:48.0518030Z Collecting editorconfig>=0.12.2 2021-07-16T18:24:48.0543940Z Using cached EditorConfig-0.12.3-py3-none-any.whl (16 kB) 2021-07-16T18:24:48.1343111Z Collecting sphinxcontrib-qthelp 2021-07-16T18:24:48.1374919Z Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) 2021-07-16T18:24:48.1662708Z Collecting imagesize 2021-07-16T18:24:48.1690708Z Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) 2021-07-16T18:24:48.2058958Z Collecting sphinxcontrib-htmlhelp>=2.0.0 2021-07-16T18:24:48.2088249Z Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) 2021-07-16T18:24:48.2972070Z Collecting requests>=2.5.0 2021-07-16T18:24:48.3071537Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2021-07-16T18:24:48.4048827Z Collecting Pygments>=2.0 2021-07-16T18:24:48.4126896Z Using cached Pygments-2.9.0-py3-none-any.whl (1.0 MB) 2021-07-16T18:24:48.4551504Z Collecting alabaster<0.8,>=0.7 2021-07-16T18:24:48.4585316Z Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB) 2021-07-16T18:24:48.4705986Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (from sphinx>=2.4.4->dffml==0.4.0) (57.2.0) 2021-07-16T18:24:48.4907754Z Collecting sphinxcontrib-devhelp 2021-07-16T18:24:48.4944503Z Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) 2021-07-16T18:24:48.5418721Z Collecting sphinxcontrib-serializinghtml>=1.1.5 2021-07-16T18:24:48.5451815Z Using cached sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) 2021-07-16T18:24:48.5791878Z Collecting sphinxcontrib-applehelp 2021-07-16T18:24:48.5822767Z Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) 2021-07-16T18:24:48.6303988Z Collecting docutils<0.18,>=0.14 2021-07-16T18:24:48.6357658Z Using cached docutils-0.17.1-py2.py3-none-any.whl (575 kB) 2021-07-16T18:24:48.6681756Z Collecting snowballstemmer>=1.1 2021-07-16T18:24:48.6714305Z Using cached snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB) 2021-07-16T18:24:48.7289131Z Collecting packaging 2021-07-16T18:24:48.7382944Z Downloading packaging-21.0-py3-none-any.whl (40 kB) 2021-07-16T18:24:48.8068736Z Collecting babel>=1.3 2021-07-16T18:24:48.8406511Z Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2021-07-16T18:24:48.9414421Z Collecting sphinxcontrib-jsmath 2021-07-16T18:24:48.9439952Z Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) 2021-07-16T18:24:48.9876691Z Collecting Jinja2>=2.3 2021-07-16T18:24:48.9919032Z Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB) 2021-07-16T18:24:49.2306975Z Collecting pytz>=2015.7 2021-07-16T18:24:49.2361065Z Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB) 2021-07-16T18:24:49.3798616Z Collecting MarkupSafe>=2.0 2021-07-16T18:24:49.3893533Z Downloading MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl (14 kB) 2021-07-16T18:24:49.5163961Z Collecting urllib3<1.27,>=1.21.1 2021-07-16T18:24:49.5197390Z Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2021-07-16T18:24:49.6088302Z Collecting certifi>=2017.4.17 2021-07-16T18:24:49.6118286Z Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2021-07-16T18:24:49.6614901Z Collecting charset-normalizer~=2.0.0 2021-07-16T18:24:49.6701786Z Downloading charset_normalizer-2.0.3-py3-none-any.whl (35 kB) 2021-07-16T18:24:49.8254286Z Collecting idna<4,>=2.5 2021-07-16T18:24:49.8366674Z Downloading idna-3.2-py3-none-any.whl (59 kB) 2021-07-16T18:24:50.0711066Z Collecting docutils<0.18,>=0.14 2021-07-16T18:24:50.0767901Z Using cached docutils-0.16-py2.py3-none-any.whl (548 kB) 2021-07-16T18:24:50.3098287Z Collecting tornado<7.0,>=4.2 2021-07-16T18:24:50.3206328Z Downloading tornado-6.1-cp38-cp38-win_amd64.whl (422 kB) 2021-07-16T18:24:50.3986441Z Collecting traitlets<6.0,>=4.1.0 2021-07-16T18:24:50.4018738Z Using cached traitlets-5.0.5-py3-none-any.whl (100 kB) 2021-07-16T18:24:50.4455970Z Collecting matplotlib-inline<0.2.0,>=0.1.0 2021-07-16T18:24:50.4489437Z Using cached matplotlib_inline-0.1.2-py3-none-any.whl (8.2 kB) 2021-07-16T18:24:50.7365921Z Collecting debugpy<2.0,>=1.0.0 2021-07-16T18:24:50.7521683Z Downloading debugpy-1.3.0-cp38-cp38-win_amd64.whl (4.4 MB) 2021-07-16T18:24:50.9599010Z Collecting jupyter-client<7.0 2021-07-16T18:24:50.9635838Z Using cached jupyter_client-6.1.12-py3-none-any.whl (112 kB) 2021-07-16T18:24:51.0506147Z Collecting pickleshare 2021-07-16T18:24:51.0533231Z Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) 2021-07-16T18:24:51.1641319Z Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 2021-07-16T18:24:51.1687652Z Using cached prompt_toolkit-3.0.19-py3-none-any.whl (368 kB) 2021-07-16T18:24:51.2117361Z Collecting backcall 2021-07-16T18:24:51.2145764Z Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB) 2021-07-16T18:24:51.2853851Z Collecting jedi>=0.16 2021-07-16T18:24:51.2937712Z Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB) 2021-07-16T18:24:51.3574089Z Collecting decorator 2021-07-16T18:24:51.3601465Z Using cached decorator-5.0.9-py3-none-any.whl (8.9 kB) 2021-07-16T18:24:51.4170210Z Collecting parso<0.9.0,>=0.8.0 2021-07-16T18:24:51.4198278Z Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB) 2021-07-16T18:24:51.7524005Z Collecting pyzmq>=13 2021-07-16T18:24:51.7638420Z Downloading pyzmq-22.1.0-cp38-cp38-win_amd64.whl (1.0 MB) 2021-07-16T18:24:51.9351536Z Collecting python-dateutil>=2.1 2021-07-16T18:24:51.9450264Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2021-07-16T18:24:52.0154264Z Collecting jupyter-core>=4.6.0 2021-07-16T18:24:52.0187182Z Using cached jupyter_core-4.7.1-py3-none-any.whl (82 kB) 2021-07-16T18:24:52.0717210Z Collecting pywin32>=1.0 2021-07-16T18:24:52.0910193Z Downloading pywin32-301-cp38-cp38-win_amd64.whl (9.3 MB) 2021-07-16T18:24:52.5027434Z Collecting wcwidth 2021-07-16T18:24:52.5053937Z Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-07-16T18:24:52.5956047Z Collecting ipython-genutils 2021-07-16T18:24:52.5984344Z Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) 2021-07-16T18:24:52.6963017Z Collecting kiwisolver>=1.0.1 2021-07-16T18:24:52.7059346Z Downloading kiwisolver-1.3.1-cp38-cp38-win_amd64.whl (51 kB) 2021-07-16T18:24:52.7414646Z Collecting cycler>=0.10 2021-07-16T18:24:52.7441344Z Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) 2021-07-16T18:24:53.1929874Z Collecting numpy>=1.16 2021-07-16T18:24:53.2164459Z Downloading numpy-1.21.0-cp38-cp38-win_amd64.whl (14.0 MB) 2021-07-16T18:24:53.7402549Z Collecting pyparsing>=2.2.1 2021-07-16T18:24:53.7437295Z Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-07-16T18:24:53.8940081Z Collecting nbconvert!=5.4 2021-07-16T18:24:53.8994462Z Using cached nbconvert-6.1.0-py3-none-any.whl (551 kB) 2021-07-16T18:24:53.9423126Z Collecting nbformat 2021-07-16T18:24:53.9462537Z Using cached nbformat-5.1.3-py3-none-any.whl (178 kB) 2021-07-16T18:24:54.1138915Z Collecting bleach 2021-07-16T18:24:54.1232581Z Downloading bleach-3.3.1-py2.py3-none-any.whl (146 kB) 2021-07-16T18:24:54.1768131Z Collecting pandocfilters>=1.4.1 2021-07-16T18:24:54.1799423Z Using cached pandocfilters-1.4.3.tar.gz (16 kB) 2021-07-16T18:24:54.6444291Z Collecting testpath 2021-07-16T18:24:55.3753358Z Using cached testpath-0.5.0-py3-none-any.whl (84 kB) 2021-07-16T18:24:55.3754181Z Collecting defusedxml 2021-07-16T18:24:55.3755226Z Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-07-16T18:24:55.3756185Z Collecting jupyterlab-pygments 2021-07-16T18:24:55.3757083Z Using cached jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB) 2021-07-16T18:24:55.3757929Z Collecting nbclient<0.6.0,>=0.5.0 2021-07-16T18:24:55.3758704Z Using cached nbclient-0.5.3-py3-none-any.whl (82 kB) 2021-07-16T18:24:55.3759408Z Collecting mistune<2,>=0.8.1 2021-07-16T18:24:55.3760440Z Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB) 2021-07-16T18:24:55.3761404Z Collecting entrypoints>=0.2.2 2021-07-16T18:24:55.3762402Z Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB) 2021-07-16T18:24:55.3763336Z Collecting async-generator 2021-07-16T18:24:55.3764385Z Using cached async_generator-1.10-py3-none-any.whl (18 kB) 2021-07-16T18:24:55.3765328Z Collecting nest-asyncio 2021-07-16T18:24:55.3766134Z Using cached nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB) 2021-07-16T18:24:55.3766862Z Collecting jsonschema!=2.5.0,>=2.4 2021-07-16T18:24:55.3767774Z Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-07-16T18:24:55.3768665Z Collecting pyrsistent>=0.14.0 2021-07-16T18:24:55.3769461Z Downloading pyrsistent-0.18.0-cp38-cp38-win_amd64.whl (62 kB) 2021-07-16T18:24:55.3770281Z Collecting webencodings 2021-07-16T18:24:55.3771206Z Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) 2021-07-16T18:24:55.5469409Z Collecting pyyaml>=5.1 2021-07-16T18:24:55.5507668Z Using cached PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB) 2021-07-16T18:24:55.7080531Z Collecting virtualenv>=20.0.8 2021-07-16T18:24:55.7189708Z Downloading virtualenv-20.6.0-py2.py3-none-any.whl (5.3 MB) 2021-07-16T18:24:56.0143699Z Collecting nodeenv>=0.11.1 2021-07-16T18:24:56.0170287Z Using cached nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) 2021-07-16T18:24:56.1626403Z Collecting identify>=1.0.0 2021-07-16T18:24:56.1657352Z Using cached identify-2.2.11-py2.py3-none-any.whl (98 kB) 2021-07-16T18:24:56.3308246Z Collecting cfgv>=2.0.0 2021-07-16T18:24:56.3336314Z Using cached cfgv-3.3.0-py2.py3-none-any.whl (7.3 kB) 2021-07-16T18:24:56.4792629Z Collecting filelock<4,>=3.0.0 2021-07-16T18:24:56.4818603Z Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB) 2021-07-16T18:24:56.5188872Z Collecting platformdirs<3,>=2 2021-07-16T18:24:56.5276206Z Downloading platformdirs-2.0.2-py2.py3-none-any.whl (10 kB) 2021-07-16T18:24:56.5778051Z Collecting backports.entry-points-selectable>=1.0.4 2021-07-16T18:24:56.5869398Z Downloading backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB) 2021-07-16T18:24:56.6264428Z Collecting distlib<1,>=0.3.1 2021-07-16T18:24:56.6301379Z Using cached distlib-0.3.2-py2.py3-none-any.whl (338 kB) 2021-07-16T18:24:56.7647564Z Collecting commonmark>=0.8.1 2021-07-16T18:24:56.7678261Z Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB) 2021-07-16T18:24:57.0876785Z Collecting rfc3986>=1.4.0 2021-07-16T18:24:57.0906099Z Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2021-07-16T18:24:57.1321607Z Collecting requests-toolbelt!=0.9.0,>=0.8.0 2021-07-16T18:24:57.1348146Z Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) 2021-07-16T18:24:57.2331438Z Collecting keyring>=15.1 2021-07-16T18:24:57.2360206Z Using cached keyring-23.0.1-py3-none-any.whl (33 kB) 2021-07-16T18:24:57.2760606Z Collecting pkginfo>=1.4.2 2021-07-16T18:24:57.2786134Z Using cached pkginfo-1.7.1-py2.py3-none-any.whl (25 kB) 2021-07-16T18:24:57.4771503Z Collecting tqdm>=4.14 2021-07-16T18:24:57.4801450Z Using cached tqdm-4.61.2-py2.py3-none-any.whl (76 kB) 2021-07-16T18:24:57.5757755Z Collecting importlib-metadata>=3.6 2021-07-16T18:24:57.5851544Z Downloading importlib_metadata-4.6.1-py3-none-any.whl (17 kB) 2021-07-16T18:24:57.6463745Z Collecting readme-renderer>=21.0 2021-07-16T18:24:57.6490901Z Using cached readme_renderer-29.0-py2.py3-none-any.whl (15 kB) 2021-07-16T18:24:57.7349026Z Collecting zipp>=0.5 2021-07-16T18:24:57.7432377Z Downloading zipp-3.5.0-py3-none-any.whl (5.7 kB) 2021-07-16T18:24:57.8246911Z Collecting pywin32-ctypes!=0.1.0,!=0.1.1 2021-07-16T18:24:57.8278092Z Using cached pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB) 2021-07-16T18:24:58.0771732Z Building wheels for collected packages: jsbeautifier, pandocfilters 2021-07-16T18:24:58.0802451Z Building wheel for jsbeautifier (PEP 517): started 2021-07-16T18:24:58.8266939Z Building wheel for jsbeautifier (PEP 517): finished with status 'done' 2021-07-16T18:24:58.8312009Z Created wheel for jsbeautifier: filename=jsbeautifier-1.14.0-py3-none-any.whl size=91969 sha256=920e239fef6815f54fdcddef3e4920a6b147de7f08f0b05eaaca9a0da63f9e9d 2021-07-16T18:24:58.8314468Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\a5\4f\19\ba3e8f38f76aeb054bcad4f86ce020503132915792bb3a66be 2021-07-16T18:24:58.8357962Z Building wheel for pandocfilters (setup.py): started 2021-07-16T18:24:59.2633308Z Building wheel for pandocfilters (setup.py): finished with status 'done' 2021-07-16T18:24:59.2662647Z Created wheel for pandocfilters: filename=pandocfilters-1.4.3-py3-none-any.whl size=8006 sha256=3b8708ea904328715627c1372e744129df00906d51e09aaa91dc0243900dc2bc 2021-07-16T18:24:59.2665586Z Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\fc\39\52\8d6f3cec1cca4ceb44d658427c35711b19d89dbc4914af657f 2021-07-16T18:24:59.2684893Z Successfully built jsbeautifier pandocfilters 2021-07-16T18:25:00.0261201Z Installing collected packages: ipython-genutils, traitlets, six, pywin32, pyrsistent, attrs, tornado, pyzmq, python-dateutil, pyparsing, jupyter-core, jsonschema, webencodings, urllib3, pytz, Pygments, packaging, nest-asyncio, nbformat, MarkupSafe, jupyter-client, idna, charset-normalizer, certifi, async-generator, zipp, wcwidth, testpath, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, parso, pandocfilters, nbclient, mistune, jupyterlab-pygments, Jinja2, imagesize, entrypoints, docutils, defusedxml, colorama, bleach, babel, alabaster, sphinx, pywin32-ctypes, prompt-toolkit, platformdirs, pickleshare, nbconvert, matplotlib-inline, jedi, importlib-metadata, filelock, distlib, decorator, backports.entry-points-selectable, backcall, virtualenv, typed-ast, tqdm, toml, rfc3986, requests-toolbelt, regex, readme-renderer, pyyaml, pkginfo, Pillow, pathspec, numpy, nodeenv, nbsphinx, kiwisolver, keyring, ipython, identify, httptest, editorconfig, debugpy, cycler, coverage, commonmark, click, cfgv, appdirs, twine, testbook, sphinx-tabs, sphinx-rtd-theme, recommonmark, pre-commit, nbsphinx-link, matplotlib, jsbeautifier, ipykernel, dffml, codecov, black 2021-07-16T18:25:49.5868983Z Running setup.py develop for dffml 2021-07-16T18:25:50.8240193Z Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Pillow-8.3.1 Pygments-2.9.0 alabaster-0.7.12 appdirs-1.4.4 async-generator-1.10 attrs-21.2.0 babel-2.9.1 backcall-0.2.0 backports.entry-points-selectable-1.1.0 black-19.10b0 bleach-3.3.1 certifi-2021.5.30 cfgv-3.3.0 charset-normalizer-2.0.3 click-8.0.1 codecov-2.1.11 colorama-0.4.4 commonmark-0.9.1 coverage-5.5 cycler-0.10.0 debugpy-1.3.0 decorator-5.0.9 defusedxml-0.7.1 dffml-0.4.0 distlib-0.3.2 docutils-0.16 editorconfig-0.12.3 entrypoints-0.3 filelock-3.0.12 httptest-0.0.17 identify-2.2.11 idna-3.2 imagesize-1.2.0 importlib-metadata-4.6.1 ipykernel-6.0.2 ipython-7.25.0 ipython-genutils-0.2.0 jedi-0.18.0 jsbeautifier-1.14.0 jsonschema-3.2.0 jupyter-client-6.1.12 jupyter-core-4.7.1 jupyterlab-pygments-0.1.2 keyring-23.0.1 kiwisolver-1.3.1 matplotlib-3.4.2 matplotlib-inline-0.1.2 mistune-0.8.4 nbclient-0.5.3 nbconvert-6.1.0 nbformat-5.1.3 nbsphinx-0.8.6 nbsphinx-link-1.3.0 nest-asyncio-1.5.1 nodeenv-1.6.0 numpy-1.21.0 packaging-21.0 pandocfilters-1.4.3 parso-0.8.2 pathspec-0.8.1 pickleshare-0.7.5 pkginfo-1.7.1 platformdirs-2.0.2 pre-commit-2.13.0 prompt-toolkit-3.0.19 pyparsing-2.4.7 pyrsistent-0.18.0 python-dateutil-2.8.2 pytz-2021.1 pywin32-301 pywin32-ctypes-0.2.0 pyyaml-5.4.1 pyzmq-22.1.0 readme-renderer-29.0 recommonmark-0.7.1 regex-2021.7.6 requests-2.26.0 requests-toolbelt-0.9.1 rfc3986-1.5.0 six-1.16.0 snowballstemmer-2.1.0 sphinx-4.1.1 sphinx-rtd-theme-0.5.2 sphinx-tabs-3.1.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 testbook-0.4.2 testpath-0.5.0 toml-0.10.2 tornado-6.1 tqdm-4.61.2 traitlets-5.0.5 twine-3.4.1 typed-ast-1.4.3 urllib3-1.26.6 virtualenv-20.6.0 wcwidth-0.2.5 webencodings-0.5.1 zipp-3.5.0 2021-07-16T18:25:54.3229037Z Looking in links: https://download.pytorch.org/whl/torch_stable.html 2021-07-16T18:25:54.3230788Z Obtaining file:///D:/a/dffml/dffml/configloader/yaml 2021-07-16T18:25:54.6687585Z Installing build dependencies: started 2021-07-16T18:25:59.3344681Z Installing build dependencies: finished with status 'done' 2021-07-16T18:25:59.3391486Z Getting requirements to build wheel: started 2021-07-16T18:25:59.7349192Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:25:59.7402197Z Preparing wheel metadata: started 2021-07-16T18:26:00.1421033Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:00.1801730Z Obtaining file:///D:/a/dffml/dffml/configloader/image 2021-07-16T18:26:00.5107837Z Installing build dependencies: started 2021-07-16T18:26:05.1195320Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:05.1234438Z Getting requirements to build wheel: started 2021-07-16T18:26:05.5283239Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:05.5330364Z Preparing wheel metadata: started 2021-07-16T18:26:05.9539524Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:05.9990045Z Obtaining file:///D:/a/dffml/dffml/model/scratch 2021-07-16T18:26:06.5676897Z Obtaining file:///D:/a/dffml/dffml/model/scikit 2021-07-16T18:26:07.1306378Z Obtaining file:///D:/a/dffml/dffml/model/tensorflow 2021-07-16T18:26:07.6879878Z Obtaining file:///D:/a/dffml/dffml/model/tensorflow_hub 2021-07-16T18:26:07.9962884Z Installing build dependencies: started 2021-07-16T18:26:12.4973103Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:12.5013422Z Getting requirements to build wheel: started 2021-07-16T18:26:12.8787856Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:12.8838495Z Preparing wheel metadata: started 2021-07-16T18:26:13.2868997Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:13.3232173Z Obtaining file:///D:/a/dffml/dffml/model/vowpalWabbit 2021-07-16T18:26:13.6321393Z Installing build dependencies: started 2021-07-16T18:26:18.1363380Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:18.1403965Z Getting requirements to build wheel: started 2021-07-16T18:26:18.5231097Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:18.5283197Z Preparing wheel metadata: started 2021-07-16T18:26:18.9330126Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:18.9675983Z Obtaining file:///D:/a/dffml/dffml/model/xgboost 2021-07-16T18:26:19.2829190Z Installing build dependencies: started 2021-07-16T18:26:23.7778945Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:23.7825981Z Getting requirements to build wheel: started 2021-07-16T18:26:24.1681205Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:24.1734085Z Preparing wheel metadata: started 2021-07-16T18:26:24.5922320Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:24.6282024Z Obtaining file:///D:/a/dffml/dffml/model/pytorch 2021-07-16T18:26:24.9435093Z Installing build dependencies: started 2021-07-16T18:26:29.6019687Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:29.6059355Z Getting requirements to build wheel: started 2021-07-16T18:26:29.9845124Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:29.9890970Z Preparing wheel metadata: started 2021-07-16T18:26:30.3935357Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:30.4310325Z Obtaining file:///D:/a/dffml/dffml/model/spacy 2021-07-16T18:26:30.7504698Z Installing build dependencies: started 2021-07-16T18:26:35.3013584Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:35.3055260Z Getting requirements to build wheel: started 2021-07-16T18:26:35.7053224Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:35.7108398Z Preparing wheel metadata: started 2021-07-16T18:26:36.1395152Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:36.1745289Z Obtaining file:///D:/a/dffml/dffml/examples/shouldi 2021-07-16T18:26:36.4769806Z Installing build dependencies: started 2021-07-16T18:26:41.4483231Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:41.4522470Z Getting requirements to build wheel: started 2021-07-16T18:26:41.8602984Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:41.8652888Z Preparing wheel metadata: started 2021-07-16T18:26:42.2983979Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:42.3328610Z Obtaining file:///D:/a/dffml/dffml/feature/git 2021-07-16T18:26:42.8807559Z Obtaining file:///D:/a/dffml/dffml/feature/auth 2021-07-16T18:26:43.4323810Z Obtaining file:///D:/a/dffml/dffml/operations/binsec 2021-07-16T18:26:43.7612470Z Installing build dependencies: started 2021-07-16T18:26:49.0567342Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:49.0600975Z Getting requirements to build wheel: started 2021-07-16T18:26:49.5007297Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:49.5061446Z Preparing wheel metadata: started 2021-07-16T18:26:49.9455160Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:49.9828783Z Obtaining file:///D:/a/dffml/dffml/operations/deploy 2021-07-16T18:26:50.3146236Z Installing build dependencies: started 2021-07-16T18:26:55.7388166Z Installing build dependencies: finished with status 'done' 2021-07-16T18:26:55.7428876Z Getting requirements to build wheel: started 2021-07-16T18:26:56.1546621Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:26:56.1599985Z Preparing wheel metadata: started 2021-07-16T18:26:56.6321266Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:26:56.6685207Z Obtaining file:///D:/a/dffml/dffml/operations/image 2021-07-16T18:26:56.9963698Z Installing build dependencies: started 2021-07-16T18:27:02.4938061Z Installing build dependencies: finished with status 'done' 2021-07-16T18:27:02.4982856Z Getting requirements to build wheel: started 2021-07-16T18:27:02.9010397Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:27:02.9062656Z Preparing wheel metadata: started 2021-07-16T18:27:03.3462269Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:27:03.3861870Z Obtaining file:///D:/a/dffml/dffml/operations/nlp 2021-07-16T18:27:03.7085186Z Installing build dependencies: started 2021-07-16T18:27:09.1220237Z Installing build dependencies: finished with status 'done' 2021-07-16T18:27:09.1252123Z Getting requirements to build wheel: started 2021-07-16T18:27:09.5499678Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:27:09.5552465Z Preparing wheel metadata: started 2021-07-16T18:27:09.9926624Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:27:10.0278342Z Obtaining file:///D:/a/dffml/dffml/service/http 2021-07-16T18:27:10.5923466Z Obtaining file:///D:/a/dffml/dffml/source/mysql 2021-07-16T18:27:10.9303137Z Installing build dependencies: started 2021-07-16T18:27:16.4040436Z Installing build dependencies: finished with status 'done' 2021-07-16T18:27:16.4085985Z Getting requirements to build wheel: started 2021-07-16T18:27:16.8119591Z Getting requirements to build wheel: finished with status 'done' 2021-07-16T18:27:16.8173258Z Preparing wheel metadata: started 2021-07-16T18:27:17.2681512Z Preparing wheel metadata: finished with status 'done' 2021-07-16T18:27:17.3235146Z Requirement already satisfied: dffml>=0.4.0 in d:\a\dffml\dffml (from dffml-config-image==0.1.0) (0.4.0) 2021-07-16T18:27:18.1007740Z Collecting opencv-python>=4.2.0.34 2021-07-16T18:27:18.1704063Z Downloading opencv_python-4.5.3.56-cp38-cp38-win_amd64.whl (34.9 MB) 2021-07-16T18:27:19.7785280Z Requirement already satisfied: numpy>=1.19.2 in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (from dffml-config-image==0.1.0) (1.21.0) 2021-07-16T18:27:19.7844809Z Requirement already satisfied: PyYAML>=5.1.2 in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (from dffml-config-yaml==0.1.0) (5.4.1) 2021-07-16T18:27:19.7916279Z Requirement already satisfied: python-dateutil>=2.7.3 in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (from dffml-feature-git==0.3.0) (2.8.2) 2021-07-16T18:27:19.9665446Z Collecting torch>=1.6.0 2021-07-16T18:27:19.9831217Z Downloading https://download.pytorch.org/whl/cu111/torch-1.9.0%2Bcu111-cp38-cp38-win_amd64.whl (3128.1 MB) 2021-07-16T18:28:37.7610707Z ERROR: Exception: 2021-07-16T18:28:37.7622544Z Traceback (most recent call last): 2021-07-16T18:28:37.8007332Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\cli\base_command.py", line 180, in _main 2021-07-16T18:28:37.8008852Z status = self.run(options, args) 2021-07-16T18:28:37.8010657Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper 2021-07-16T18:28:37.8011928Z return func(self, options, args) 2021-07-16T18:28:37.8020138Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\commands\install.py", line 318, in run 2021-07-16T18:28:37.8027558Z requirement_set = resolver.resolve( 2021-07-16T18:28:37.8029213Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 127, in resolve 2021-07-16T18:28:37.8031068Z result = self._result = resolver.resolve( 2021-07-16T18:28:37.8032113Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 473, in resolve 2021-07-16T18:28:37.8036790Z state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T18:28:37.8038114Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 367, in resolve 2021-07-16T18:28:37.8039304Z failure_causes = self._attempt_to_pin_criterion(name) 2021-07-16T18:28:37.8040486Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 213, in _attempt_to_pin_criterion 2021-07-16T18:28:37.8041619Z criteria = self._get_criteria_to_update(candidate) 2021-07-16T18:28:37.8047787Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 203, in _get_criteria_to_update 2021-07-16T18:28:37.8049026Z name, crit = self._merge_into_criterion(r, parent=candidate) 2021-07-16T18:28:37.8050166Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 172, in _merge_into_criterion 2021-07-16T18:28:37.8051192Z if not criterion.candidates: 2021-07-16T18:28:37.8057598Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 139, in __bool__ 2021-07-16T18:28:37.8058636Z return bool(self._sequence) 2021-07-16T18:28:37.8059856Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in __bool__ 2021-07-16T18:28:37.8060819Z return any(self) 2021-07-16T18:28:37.8062217Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 129, in 2021-07-16T18:28:37.8070710Z return (c for c in iterator if id(c) not in self._incompatible_ids) 2021-07-16T18:28:37.8072185Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 33, in _iter_built 2021-07-16T18:28:37.8073182Z candidate = func() 2021-07-16T18:28:37.8074754Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 200, in _make_candidate_from_link 2021-07-16T18:28:37.8076255Z self._link_candidate_cache[link] = LinkCandidate( 2021-07-16T18:28:37.8083524Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 306, in __init__ 2021-07-16T18:28:37.8084468Z super().__init__( 2021-07-16T18:28:37.8100322Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 151, in __init__ 2021-07-16T18:28:37.8101490Z self.dist = self._prepare() 2021-07-16T18:28:37.8108197Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 234, in _prepare 2021-07-16T18:28:37.8109653Z dist = self._prepare_distribution() 2021-07-16T18:28:37.8111528Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 317, in _prepare_distribution 2021-07-16T18:28:37.8113098Z return self._factory.preparer.prepare_linked_requirement( 2021-07-16T18:28:37.8114461Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\operations\prepare.py", line 508, in prepare_linked_requirement 2021-07-16T18:28:37.8127839Z return self._prepare_linked_requirement(req, parallel_builds) 2021-07-16T18:28:37.8129332Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\operations\prepare.py", line 550, in _prepare_linked_requirement 2021-07-16T18:28:37.8130464Z local_file = unpack_url( 2021-07-16T18:28:37.8131371Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\operations\prepare.py", line 239, in unpack_url 2021-07-16T18:28:37.8240133Z file = get_http_url( 2021-07-16T18:28:37.8241713Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\operations\prepare.py", line 102, in get_http_url 2021-07-16T18:28:37.8243106Z from_path, content_type = download(link, temp_dir.path) 2021-07-16T18:28:37.8244193Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\network\download.py", line 157, in __call__ 2021-07-16T18:28:37.8245198Z for chunk in chunks: 2021-07-16T18:28:37.8249661Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\cli\progress_bars.py", line 152, in iter 2021-07-16T18:28:37.8250823Z for x in it: 2021-07-16T18:28:37.8251670Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_internal\network\utils.py", line 62, in response_chunks 2021-07-16T18:28:37.8252766Z for chunk in response.raw.stream( 2021-07-16T18:28:37.8261298Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\urllib3\response.py", line 576, in stream 2021-07-16T18:28:37.8262546Z data = self.read(amt=amt, decode_content=decode_content) 2021-07-16T18:28:37.8264796Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\urllib3\response.py", line 519, in read 2021-07-16T18:28:37.8266410Z data = self._fp.read(amt) if not fp_closed else b"" 2021-07-16T18:28:37.8268190Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 65, in read 2021-07-16T18:28:37.8275449Z self._close() 2021-07-16T18:28:37.8277187Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 52, in _close 2021-07-16T18:28:37.8278218Z self.__callback(self.__buf.getvalue()) 2021-07-16T18:28:37.8279427Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\cachecontrol\controller.py", line 309, in cache_response 2021-07-16T18:28:37.8280794Z cache_url, self.serializer.dumps(request, response, body=body) 2021-07-16T18:28:37.8288766Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\cachecontrol\serialize.py", line 72, in dumps 2021-07-16T18:28:37.8290481Z return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) 2021-07-16T18:28:37.8291845Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\__init__.py", line 35, in packb 2021-07-16T18:28:37.8292948Z return Packer(**kwargs).pack(o) 2021-07-16T18:28:37.8311979Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 960, in pack 2021-07-16T18:28:37.8312923Z self._pack(obj) 2021-07-16T18:28:37.8313797Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 943, in _pack 2021-07-16T18:28:37.8314647Z return self._pack_map_pairs( 2021-07-16T18:28:37.8315580Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 1045, in _pack_map_pairs 2021-07-16T18:28:37.8322139Z self._pack(v, nest_limit - 1) 2021-07-16T18:28:37.8323175Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 943, in _pack 2021-07-16T18:28:37.8324426Z return self._pack_map_pairs( 2021-07-16T18:28:37.8325706Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 1044, in _pack_map_pairs 2021-07-16T18:28:37.8326570Z self._pack(k, nest_limit - 1) 2021-07-16T18:28:37.8359272Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\pip\_vendor\msgpack\fallback.py", line 896, in _pack 2021-07-16T18:28:37.8361050Z return self._buffer.write(obj) 2021-07-16T18:28:37.8361667Z MemoryError 2021-07-16T18:28:40.7841686Z Traceback (most recent call last): 2021-07-16T18:28:40.7846231Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\Scripts\dffml-script.py", line 33, in 2021-07-16T18:28:40.7854806Z sys.exit(load_entry_point('dffml', 'console_scripts', 'dffml')()) 2021-07-16T18:28:40.7855863Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 288, in main 2021-07-16T18:28:40.7856776Z result = loop.run_until_complete(cls._main(*argv[1:])) 2021-07-16T18:28:40.7859094Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:28:40.7863279Z return future.result() 2021-07-16T18:28:40.7864267Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 238, in _main 2021-07-16T18:28:40.7865385Z result = await cls.cli(*args) 2021-07-16T18:28:40.7866122Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 224, in cli 2021-07-16T18:28:40.7874722Z return await cmd.do_run() 2021-07-16T18:28:40.7875650Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 203, in do_run 2021-07-16T18:28:40.7876255Z return await self.run() 2021-07-16T18:28:40.7876957Z File "d:\a\dffml\dffml\dffml\service\dev.py", line 426, in run 2021-07-16T18:28:40.7877680Z raise RuntimeError(f"pip failed to install: {','.join(failed)}") 2021-07-16T18:28:40.8003479Z RuntimeError: pip failed to install: 2021-07-16T18:28:42.4337083Z WARNING: Skipping dataclasses as it is not installed. 2021-07-16T18:28:56.0483741Z sitedir C:\hostedtoolcache\windows\Python\3.8.10\x64 2021-07-16T18:28:56.0489369Z sitedir C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages 2021-07-16T18:28:56.6816545Z ##[group]Run python setup.py test 2021-07-16T18:28:56.6817210Z python setup.py test 2021-07-16T18:28:56.6820280Z python -m pip freeze 2021-07-16T18:28:56.6883022Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2021-07-16T18:28:56.6883527Z env: 2021-07-16T18:28:56.6887730Z pythonLocation: C:\hostedtoolcache\windows\Python\3.8.10\x64 2021-07-16T18:28:56.6888531Z ##[endgroup] 2021-07-16T18:28:58.2319660Z WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. 2021-07-16T18:28:58.2320907Z running test 2021-07-16T18:28:58.2338062Z running egg_info 2021-07-16T18:28:58.2482486Z writing dffml.egg-info\PKG-INFO 2021-07-16T18:28:58.2488549Z writing dependency_links to dffml.egg-info\dependency_links.txt 2021-07-16T18:28:58.2496382Z writing entry points to dffml.egg-info\entry_points.txt 2021-07-16T18:28:58.2500046Z writing requirements to dffml.egg-info\requires.txt 2021-07-16T18:28:58.2502678Z writing top-level names to dffml.egg-info\top_level.txt 2021-07-16T18:28:58.3155638Z reading manifest file 'dffml.egg-info\SOURCES.txt' 2021-07-16T18:28:58.3304891Z reading manifest template 'MANIFEST.in' 2021-07-16T18:28:58.3377858Z adding license file 'LICENSE' 2021-07-16T18:28:58.3493041Z writing manifest file 'dffml.egg-info\SOURCES.txt' 2021-07-16T18:28:58.3549348Z running build_ext 2021-07-16T18:29:00.3810911Z test_0_create_table (tests.db.test_sqlite.TestSqlDatabase) ... ok 2021-07-16T18:29:00.4203457Z test_1_set_get (tests.db.test_sqlite.TestSqlDatabase) ... ok 2021-07-16T18:29:00.4378902Z test_2_update (tests.db.test_sqlite.TestSqlDatabase) ... ok 2021-07-16T18:29:00.4519490Z test_3_remove (tests.db.test_sqlite.TestSqlDatabase) ... ok 2021-07-16T18:29:00.4670090Z test_4_insert_or_update (tests.db.test_sqlite.TestSqlDatabase) ... ok 2021-07-16T18:29:00.4820016Z test_gen_auto_start (tests.df.test_async_iter.TestAsyncIter) ... ok 2021-07-16T18:29:00.4964546Z test_gen_with_input (tests.df.test_async_iter.TestAsyncIter) ... ok 2021-07-16T18:29:00.5023763Z test_auto_start (tests.df.test_auto_start.TestAutoStart) ... ok 2021-07-16T18:29:00.5647756Z test_gen (tests.df.test_df_create.TestDataflowCreate) ... ok 2021-07-16T18:29:00.6008690Z test_single (tests.df.test_df_create.TestDataflowCreate) ... ok 2021-07-16T18:29:00.6129837Z test_retry_fail (tests.df.test_memory.TestMemoryOperationImplementationNetworkContext) ... ok 2021-07-16T18:29:00.6174619Z test_retry_success (tests.df.test_memory.TestMemoryOperationImplementationNetworkContext) ... ok 2021-07-16T18:29:00.6203687Z test_condition_does_not_run (tests.df.test_memory.TestMemoryOrchestrator) ... ok 2021-07-16T18:29:00.6224318Z test_condition_does_not_run_auto_start (tests.df.test_memory.TestMemoryOrchestrator) ... ok 2021-07-16T18:29:00.6258540Z test_condition_does_run (tests.df.test_memory.TestMemoryOrchestrator) ... ok 2021-07-16T18:29:00.6273966Z test_args (tests.df.test_memory.TestMemoryRedundancyChecker) ... ok 2021-07-16T18:29:00.6292366Z test_config_default_label (tests.df.test_memory.TestMemoryRedundancyChecker) ... ok 2021-07-16T18:29:00.6294546Z test__all_docs_being_tested (tests.docs.test_consoletest.TestDocs) 2021-07-16T18:29:00.6331983Z Make sure that there is a jobs.tutorials.strategy.matrix.docs entry for ... FAIL 2021-07-16T18:29:00.6333687Z test_cli (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6335420Z test_examples_dataflows (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6338187Z test_examples_icecream_sales (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6342085Z test_examples_integration (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6350116Z test_examples_or_covid_data_by_county (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6351963Z test_examples_shouldi (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6353558Z test_installation (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6359053Z test_troubleshooting (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6361288Z test_tutorials_dataflows_io (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6362623Z test_tutorials_dataflows_nlp (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6364468Z test_tutorials_doublecontextentry (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6367184Z test_tutorials_models_docs (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6372949Z test_tutorials_models_iris (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6374278Z test_tutorials_models_load (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6375830Z test_tutorials_models_package (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6379092Z test_tutorials_models_slr (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6386716Z test_tutorials_sources_complex (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6388105Z test_tutorials_sources_file (tests.docs.test_consoletest.TestDocs) ... skipped 'RUN_CONSOLETESTS environment variable not set' 2021-07-16T18:29:00.6389519Z test_readme (tests.docs.test_swportal.TestSWPortal) ... skipped 'Does not work on Windows' 2021-07-16T18:29:00.6688816Z test_records (tests.integration.test_cli.TestList) ... ok 2021-07-16T18:29:00.6982702Z test_memory_to_csv (tests.integration.test_cli.TestMerge) ... ok 2021-07-16T18:29:00.7545488Z test_memory_to_json (tests.integration.test_cli.TestMerge) ... ok 2021-07-16T18:29:00.7565254Z test_dataflow_run_cli_example (tests.integration.test_dataflow.TestDataFlowCreate) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7583062Z test_default (tests.integration.test_dataflow.TestDataFlowDiagram) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7600076Z test_multi_stage (tests.integration.test_dataflow.TestDataFlowDiagram) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7618216Z test_simple (tests.integration.test_dataflow.TestDataFlowDiagram) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7638839Z test_single_stage (tests.integration.test_dataflow.TestDataFlowDiagram) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7656786Z test_dataflow_usage_example (tests.integration.test_dataflow.TestDataFlowMerge) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7677324Z test_run (tests.integration.test_dataflow.TestDataFlowMerge) ... skipped 'Required plugins: shouldi, dffml-config-yaml, dffml-feature-git must be installed in development mode' 2021-07-16T18:29:00.7710275Z test_export (tests.integration.test_service_dev.TestDevelop) ... skipped 'Required plugins: shouldi must be installed in development mode' 2021-07-16T18:29:00.7735320Z test_run (tests.integration.test_service_dev.TestDevelop) ... skipped 'Required plugins: dffml-model-scratch must be installed in development mode' 2021-07-16T18:29:00.7765145Z test_string_keys (tests.integration.test_sources.TestCSV) ... skipped 'Required plugins: dffml-model-scikit must be installed in development mode' 2021-07-16T18:29:03.0982165Z 0.9355670103092784 2021-07-16T18:29:04.3578696Z [ 2021-07-16T18:29:04.3579229Z { 2021-07-16T18:29:04.3585614Z "extra": {}, 2021-07-16T18:29:04.3586291Z "features": { 2021-07-16T18:29:04.3586686Z "f1": 0.8 2021-07-16T18:29:04.3587062Z }, 2021-07-16T18:29:04.3587437Z "key": "0", 2021-07-16T18:29:04.3593180Z "last_updated": "2021-07-16T18:29:04Z", 2021-07-16T18:29:04.3593916Z "prediction": { 2021-07-16T18:29:04.3594454Z "ans": { 2021-07-16T18:29:04.3594908Z "confidence": 0.9355670103092784, 2021-07-16T18:29:04.3595345Z "value": 1 2021-07-16T18:29:04.3599318Z } 2021-07-16T18:29:04.3599731Z } 2021-07-16T18:29:04.3600094Z } 2021-07-16T18:29:04.3600386Z ] 2021-07-16T18:29:05.5126387Z Accuracy: 0.9355670103092784 2021-07-16T18:29:05.5127402Z {'f1': 0.8, 'ans': 1} 2021-07-16T18:29:05.5759164Z test_docstring (tests.model.test_slr.TestSLRModel) ... ok 2021-07-16T18:29:05.5902979Z test_extract_tar_op (tests.operation.test_archive.TestTarOperations) ... ok 2021-07-16T18:29:05.6009764Z test_make_tar_archive_op (tests.operation.test_archive.TestTarOperations) ... ok 2021-07-16T18:29:05.6104323Z test_extract_zip_op (tests.operation.test_archive.TestZipOperations) ... ok 2021-07-16T18:29:05.6212344Z test_make_zip_op (tests.operation.test_archive.TestZipOperations) ... ok 2021-07-16T18:29:05.6274280Z test_associatedefinition (tests.operation.test_associatedef.TestAssociateDefinition) ... ok 2021-07-16T18:29:05.6374837Z test_create_bz2 (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.6492443Z test_create_gz (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.6600214Z test_create_xz (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.6704974Z test_inflate_bz2 (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.6828021Z test_inflate_gz (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.6926813Z test_inflate_xz (tests.operation.test_compression.TestCompressionOperations) ... ok 2021-07-16T18:29:05.7042879Z test_run (tests.operation.test_dataflow.TestRunDataFlowOnRecord) ... ok 2021-07-16T18:29:05.7165406Z test_run_custom (tests.operation.test_dataflow.TestRunDataFlowOnRecord) ... ok 2021-07-16T18:29:05.7228578Z test_AcceptUserInput (tests.operation.test_io.TestInputOutput) ... ok 2021-07-16T18:29:05.7271934Z test_print_output (tests.operation.test_io.TestInputOutput) ... ok 2021-07-16T18:29:05.7273525Z test_create (tests.operation.test_mapping.TestMapping) ... ok 2021-07-16T18:29:05.7276599Z test_extract_value (tests.operation.test_mapping.TestMapping) ... ok 2021-07-16T18:29:05.7295816Z test_literal_eval (tests.operation.test_preprocess.TestPreprocess) ... ok 2021-07-16T18:29:05.7566689Z test_0_create (tests.operation.test_sqlite_query.TestSqliteQuery) ... ok 2021-07-16T18:29:05.8117096Z test_1_insert (tests.operation.test_sqlite_query.TestSqliteQuery) ... ok 2021-07-16T18:29:05.8190707Z test_2_lookup (tests.operation.test_sqlite_query.TestSqliteQuery) ... ok 2021-07-16T18:29:05.8239608Z test_set_get (tests.secret.test_ini.TestINISecret) ... d:\a\dffml\dffml\dffml\secret\ini.py:39: UserWarning: 2021-07-16T18:29:05.8241048Z 2021-07-16T18:29:05.8242199Z INSECURE This just writes secret to an ini file 2021-07-16T18:29:05.8242751Z 2021-07-16T18:29:05.8247083Z 2021-07-16T18:29:05.8247720Z warnings.warn( 2021-07-16T18:29:05.8248117Z ok 2021-07-16T18:29:05.8260342Z test_bump_version (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8275774Z test_bump_version_both_with_rc (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8292892Z test_bump_version_increment_violates_semantic (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8306609Z test_bump_version_increment_with_rc (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8322595Z test_bump_version_original_violates_semantic (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8336568Z test_bump_version_original_with_rc (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8353485Z test_bump_version_zero (tests.service.test_dev.TestBumpPackages) ... ok 2021-07-16T18:29:05.8368160Z 2021-07-16T18:29:05.8370506Z Writing {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} C:\Users\RUNNER~1\AppData\Local\Temp\tmph_k_wj_j\dataset.csv 2021-07-16T18:29:05.8373250Z f1,ans 2021-07-16T18:29:05.8373808Z 0.1,0 2021-07-16T18:29:05.8378390Z 0.7,1 2021-07-16T18:29:05.8378787Z 0.6,1 2021-07-16T18:29:05.8379126Z 0.2,0 2021-07-16T18:29:05.8379443Z 0.8,1 2021-07-16T18:29:05.8379663Z 2021-07-16T18:29:05.8379850Z 2021-07-16T18:29:05.8387423Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'train', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:05.8390863Z 2021-07-16T18:29:05.8391091Z 2021-07-16T18:29:05.8442799Z Running ['dffml', 'train', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'] 2021-07-16T18:29:05.8444059Z 2021-07-16T18:29:05.8444464Z 2021-07-16T18:29:05.8454047Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'accuracy', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:05.8458604Z 2021-07-16T18:29:05.8458878Z 2021-07-16T18:29:05.8460011Z Running ['dffml', 'accuracy', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'] 2021-07-16T18:29:05.8461059Z 2021-07-16T18:29:05.8461310Z 2021-07-16T18:29:05.8468065Z Writing {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} C:\Users\RUNNER~1\AppData\Local\Temp\tmph_k_wj_j\predict.csv 2021-07-16T18:29:05.8470853Z f1 2021-07-16T18:29:05.8471243Z 0.8 2021-07-16T18:29:05.8471493Z 2021-07-16T18:29:05.8471693Z 2021-07-16T18:29:05.8482795Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'predict', 'all', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'predict.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:05.8486014Z 2021-07-16T18:29:05.8486261Z 2021-07-16T18:29:05.8487215Z Running ['dffml', 'predict', 'all', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'predict.csv'] 2021-07-16T18:29:05.8492076Z 2021-07-16T18:29:05.8492721Z 2021-07-16T18:29:05.8494901Z Copying {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} D:\a\dffml\dffml\docs\../examples/model/slr/slr.py C:\Users\RUNNER~1\AppData\Local\Temp\tmph_k_wj_j\slr.py None 2021-07-16T18:29:05.8497377Z from dffml import Features, Feature, SLRModel 2021-07-16T18:29:05.8498324Z from dffml.noasync import train, accuracy, predict 2021-07-16T18:29:05.8499092Z 2021-07-16T18:29:05.8559132Z model = SLRModel( 2021-07-16T18:29:05.8563219Z features=Features(Feature("f1", float, 1)), 2021-07-16T18:29:05.8564496Z predict=Feature("ans", int, 1), 2021-07-16T18:29:05.8565056Z location="tempdir", 2021-07-16T18:29:05.8568764Z ) 2021-07-16T18:29:05.8569045Z 2021-07-16T18:29:05.8569472Z # Train the model 2021-07-16T18:29:05.8569972Z train(model, "dataset.csv") 2021-07-16T18:29:05.8570315Z 2021-07-16T18:29:05.8570911Z # Assess accuracy (alternate way of specifying data source) 2021-07-16T18:29:05.8576157Z print("Accuracy:", accuracy(model, "dataset.csv")) 2021-07-16T18:29:05.8577027Z 2021-07-16T18:29:05.8577568Z # Make prediction 2021-07-16T18:29:05.8578693Z for i, features, prediction in predict(model, {"f1": 0.8, "ans": 0}): 2021-07-16T18:29:05.8579584Z features["ans"] = prediction["ans"]["value"] 2021-07-16T18:29:05.8580263Z print(features) 2021-07-16T18:29:05.8584715Z 2021-07-16T18:29:05.8584990Z 2021-07-16T18:29:05.8588190Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmph_k_wj_j', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['python', 'slr.py'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:05.8590734Z 2021-07-16T18:29:05.8590988Z 2021-07-16T18:29:05.8592554Z Running ['C:\\hostedtoolcache\\windows\\Python\\3.8.10\\x64\\python.exe', 'slr.py'] 2021-07-16T18:29:05.8593270Z 2021-07-16T18:29:05.8598164Z Enter the value: copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8599471Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\.github 2021-07-16T18:29:05.8600326Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\.github\workflows 2021-07-16T18:29:05.8601655Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\.github\workflows 2021-07-16T18:29:05.8606374Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8607625Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8609157Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8610201Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8611243Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8616533Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8618232Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8619656Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8620903Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8621988Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\tests 2021-07-16T18:29:05.8626763Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\tests 2021-07-16T18:29:05.8628539Z copying d:\a\dffml\dffml\dffml\skel\model\entry_points.txt -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8630091Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\examples 2021-07-16T18:29:05.8631403Z copying d:\a\dffml\dffml\dffml\skel\model\examples\example_myslr.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\examples 2021-07-16T18:29:05.8637194Z copying d:\a\dffml\dffml\dffml\skel\model\README.md -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot 2021-07-16T18:29:05.8639600Z copying d:\a\dffml\dffml\dffml\skel\model\REPLACE_IMPORT_PACKAGE_NAME\myslr.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8655107Z copying d:\a\dffml\dffml\dffml\skel\model\tests\test_integration.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\tests 2021-07-16T18:29:05.8667494Z copying d:\a\dffml\dffml\dffml\skel\model\tests\test_model.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmph3bz_bvt\dot\tests 2021-07-16T18:29:05.8809906Z creating test-package 2021-07-16T18:29:05.8814969Z copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> test-package 2021-07-16T18:29:05.8834223Z creating test-package\.github 2021-07-16T18:29:05.8838807Z creating test-package\.github\workflows 2021-07-16T18:29:05.8842666Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> test-package\.github\workflows 2021-07-16T18:29:05.8851824Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> test-package 2021-07-16T18:29:05.8865963Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> test-package 2021-07-16T18:29:05.8876253Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> test-package 2021-07-16T18:29:05.8885311Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> test-package 2021-07-16T18:29:05.8895892Z creating test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8903566Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8908021Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.8917030Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> test-package 2021-07-16T18:29:05.8926335Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> test-package 2021-07-16T18:29:05.8941366Z creating test-package\tests 2021-07-16T18:29:05.8942353Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> test-package\tests 2021-07-16T18:29:05.8953504Z copying d:\a\dffml\dffml\dffml\skel\model\entry_points.txt -> test-package 2021-07-16T18:29:05.8964198Z creating test-package\examples 2021-07-16T18:29:05.8967867Z copying d:\a\dffml\dffml\dffml\skel\model\examples\example_myslr.py -> test-package\examples 2021-07-16T18:29:05.8979422Z copying d:\a\dffml\dffml\dffml\skel\model\README.md -> test-package 2021-07-16T18:29:05.8991930Z copying d:\a\dffml\dffml\dffml\skel\model\REPLACE_IMPORT_PACKAGE_NAME\myslr.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9004383Z copying d:\a\dffml\dffml\dffml\skel\model\tests\test_integration.py -> test-package\tests 2021-07-16T18:29:05.9012936Z copying d:\a\dffml\dffml\dffml\skel\model\tests\test_model.py -> test-package\tests 2021-07-16T18:29:05.9243875Z test_model (tests.service.test_dev.TestDevelopCreate) ... ok 2021-07-16T18:29:05.9261087Z copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9275428Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\.github 2021-07-16T18:29:05.9279548Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\.github\workflows 2021-07-16T18:29:05.9283123Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\.github\workflows 2021-07-16T18:29:05.9296893Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9304621Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9318390Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9330965Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9341965Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9346895Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9356875Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9364987Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9375792Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9390320Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\tests 2021-07-16T18:29:05.9392046Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\tests 2021-07-16T18:29:05.9400974Z copying d:\a\dffml\dffml\dffml\skel\operations\Dockerfile -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9415326Z copying d:\a\dffml\dffml\dffml\skel\operations\entry_points.txt -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9428142Z copying d:\a\dffml\dffml\dffml\skel\operations\README.md -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot 2021-07-16T18:29:05.9438404Z copying d:\a\dffml\dffml\dffml\skel\operations\REPLACE_IMPORT_PACKAGE_NAME\definitions.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9446972Z copying d:\a\dffml\dffml\dffml\skel\operations\REPLACE_IMPORT_PACKAGE_NAME\operations.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9465552Z copying d:\a\dffml\dffml\dffml\skel\operations\tests\test_operations.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmpfo8ghldy\dot\tests 2021-07-16T18:29:05.9604964Z creating test-package 2021-07-16T18:29:05.9610944Z copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> test-package 2021-07-16T18:29:05.9621749Z creating test-package\.github 2021-07-16T18:29:05.9629962Z creating test-package\.github\workflows 2021-07-16T18:29:05.9633251Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> test-package\.github\workflows 2021-07-16T18:29:05.9644100Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> test-package 2021-07-16T18:29:05.9656461Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> test-package 2021-07-16T18:29:05.9665499Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> test-package 2021-07-16T18:29:05.9677032Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> test-package 2021-07-16T18:29:05.9687400Z creating test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9693453Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9700285Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9708410Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> test-package 2021-07-16T18:29:05.9718848Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> test-package 2021-07-16T18:29:05.9731780Z creating test-package\tests 2021-07-16T18:29:05.9736568Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> test-package\tests 2021-07-16T18:29:05.9746690Z copying d:\a\dffml\dffml\dffml\skel\operations\Dockerfile -> test-package 2021-07-16T18:29:05.9757193Z copying d:\a\dffml\dffml\dffml\skel\operations\entry_points.txt -> test-package 2021-07-16T18:29:05.9766685Z copying d:\a\dffml\dffml\dffml\skel\operations\README.md -> test-package 2021-07-16T18:29:05.9779633Z copying d:\a\dffml\dffml\dffml\skel\operations\REPLACE_IMPORT_PACKAGE_NAME\definitions.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9793321Z copying d:\a\dffml\dffml\dffml\skel\operations\REPLACE_IMPORT_PACKAGE_NAME\operations.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:05.9807873Z copying d:\a\dffml\dffml\dffml\skel\operations\tests\test_operations.py -> test-package\tests 2021-07-16T18:29:06.0036919Z test_operations (tests.service.test_dev.TestDevelopCreate) ... ok 2021-07-16T18:29:06.0054315Z copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0065640Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\.github 2021-07-16T18:29:06.0068871Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\.github\workflows 2021-07-16T18:29:06.0072331Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\.github\workflows 2021-07-16T18:29:06.0084620Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0096904Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0106591Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0116589Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0127049Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0130787Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0141287Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0148606Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0161470Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0171947Z creating C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\tests 2021-07-16T18:29:06.0179776Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\tests 2021-07-16T18:29:06.0187554Z copying d:\a\dffml\dffml\dffml\skel\service\entry_points.txt -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0198523Z copying d:\a\dffml\dffml\dffml\skel\service\README.md -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot 2021-07-16T18:29:06.0210918Z copying d:\a\dffml\dffml\dffml\skel\service\REPLACE_IMPORT_PACKAGE_NAME\misc.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0222935Z copying d:\a\dffml\dffml\dffml\skel\service\tests\test_service.py -> C:\Users\RUNNER~1\AppData\Local\Temp\tmp6hni6hom\dot\tests 2021-07-16T18:29:06.0344701Z creating test-package 2021-07-16T18:29:06.0348567Z copying d:\a\dffml\dffml\dffml\skel\common\.coveragerc -> test-package 2021-07-16T18:29:06.0360000Z creating test-package\.github 2021-07-16T18:29:06.0363805Z creating test-package\.github\workflows 2021-07-16T18:29:06.0367068Z copying d:\a\dffml\dffml\dffml\skel\common\.github\workflows\testing.yml -> test-package\.github\workflows 2021-07-16T18:29:06.0379600Z copying d:\a\dffml\dffml\dffml\skel\common\.gitignore -> test-package 2021-07-16T18:29:06.0393469Z copying d:\a\dffml\dffml\dffml\skel\common\LICENSE -> test-package 2021-07-16T18:29:06.0402372Z copying d:\a\dffml\dffml\dffml\skel\common\MANIFEST.in -> test-package 2021-07-16T18:29:06.0411054Z copying d:\a\dffml\dffml\dffml\skel\common\pyproject.toml -> test-package 2021-07-16T18:29:06.0421622Z creating test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0425202Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\version.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0435758Z copying d:\a\dffml\dffml\dffml\skel\common\REPLACE_IMPORT_PACKAGE_NAME\__init__.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0442959Z copying d:\a\dffml\dffml\dffml\skel\common\setup.cfg -> test-package 2021-07-16T18:29:06.0456350Z copying d:\a\dffml\dffml\dffml\skel\common\setup.py -> test-package 2021-07-16T18:29:06.0463957Z creating test-package\tests 2021-07-16T18:29:06.0468065Z copying d:\a\dffml\dffml\dffml\skel\common\tests\__init__.py -> test-package\tests 2021-07-16T18:29:06.0479943Z copying d:\a\dffml\dffml\dffml\skel\service\entry_points.txt -> test-package 2021-07-16T18:29:06.0490492Z copying d:\a\dffml\dffml\dffml\skel\service\README.md -> test-package 2021-07-16T18:29:06.0501448Z copying d:\a\dffml\dffml\dffml\skel\service\REPLACE_IMPORT_PACKAGE_NAME\misc.py -> test-package\REPLACE_IMPORT_PACKAGE_NAME 2021-07-16T18:29:06.0517917Z copying d:\a\dffml\dffml\dffml\skel\service\tests\test_service.py -> test-package\tests 2021-07-16T18:29:06.0722471Z test_service (tests.service.test_dev.TestDevelopCreate) ... ok 2021-07-16T18:29:06.1373054Z test_run (tests.service.test_dev.TestDevelopSkelLink) ... ok 2021-07-16T18:29:06.1408774Z test_run (tests.service.test_dev.TestExport) ... ok 2021-07-16T18:29:06.1434544Z test_dep_check (tests.service.test_dev.TestInstall) ... ok 2021-07-16T18:29:06.3922284Z test_cmd_seq (tests.service.test_dev.TestMakeDocs) ... FAIL 2021-07-16T18:29:06.5743509Z test_files (tests.service.test_dev.TestMakeDocs) ... ok 2021-07-16T18:29:06.5862959Z test_already_on_pypi (tests.service.test_dev.TestRelease) ... ok 2021-07-16T18:29:06.6179600Z test_okay (tests.service.test_dev.TestRelease) ... ok 2021-07-16T18:29:06.6294010Z test_uncommited_changes (tests.service.test_dev.TestRelease) ... ok 2021-07-16T18:29:06.6324654Z test_run (tests.service.test_dev.TestRun) ... CRITICAL:dffml.service.dev.Run:Dict / spec'd arguments are not yet completely handled 2021-07-16T18:29:06.6802944Z ok 2021-07-16T18:29:06.6923990Z test_filenot_found (tests.service.test_dev.TestSetupPyVersion) ... ok 2021-07-16T18:29:06.7068692Z test_success (tests.service.test_dev.TestSetupPyVersion) ... ok 2021-07-16T18:29:06.7092066Z test_config_default (tests.source.test_csv.TestCSVSource) ... ok 2021-07-16T18:29:06.7115192Z test_config_set (tests.source.test_csv.TestCSVSource) ... ok 2021-07-16T18:29:06.7155134Z test_key (tests.source.test_csv.TestCSVSource) ... ok 2021-07-16T18:29:06.7192511Z test_tag (tests.source.test_csv.TestCSVSource) ... ok 2021-07-16T18:29:06.8143741Z test_update (tests.source.test_csv.TestCSVSource) ... ok 2021-07-16T18:29:06.8682154Z test_update (tests.source.test_db.TestDbSource) ... ok 2021-07-16T18:29:06.8885470Z test_records (tests.source.test_df.TestDataFlowSource) ... ok 2021-07-16T18:29:06.8906020Z test_dir_labelled (tests.source.test_dir.TestDirectorySource) ... skipped 'Required plugins: dffml-config-image must be installed in development mode' 2021-07-16T18:29:06.8929956Z test_dir_unlabelled (tests.source.test_dir.TestDirectorySource) ... skipped 'Required plugins: dffml-config-image must be installed in development mode' 2021-07-16T18:29:06.8949365Z test_args (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9013168Z test_close (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9077914Z test_close_bz2 (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9137722Z test_close_gz (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9208837Z test_close_lzma (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9265121Z test_close_readonly (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9327341Z test_close_xz (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9344812Z test_close_zip (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9362043Z test_config_readonly_default (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9378634Z test_config_readonly_set (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9441652Z test_open (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9500601Z test_open_bz2 (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9574649Z test_open_gz (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9633209Z test_open_lzma (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9657641Z test_open_no_file (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9725990Z test_open_xz (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:06.9741145Z test_open_zip (tests.source.test_file.TestFileSource) ... ok 2021-07-16T18:29:08.0629353Z test_idx1 (tests.source.test_idx.TestIDXSources) ... ok 2021-07-16T18:29:10.8221203Z test_idx3 (tests.source.test_idx.TestIDXSources) ... ok 2021-07-16T18:29:10.8277168Z test_ini (tests.source.test_ini.TestINISource) ... ok 2021-07-16T18:29:10.8321407Z test_tag (tests.source.test_json.TestJSONSource) ... ok 2021-07-16T18:29:10.9071757Z test_update (tests.source.test_json.TestJSONSource) ... ok 2021-07-16T18:29:10.9463378Z test_records (tests.source.test_op.TestOpSource) ... ok 2021-07-16T18:29:10.9466264Z test_str (tests.test_accuracy.TestAccuracry) ... ok 2021-07-16T18:29:10.9481373Z test_00_args (tests.test_base.TestAutoArgsConfig) ... ok 2021-07-16T18:29:10.9524057Z test_config_defaults (tests.test_base.TestAutoArgsConfig) ... ok 2021-07-16T18:29:10.9573628Z test_config_set (tests.test_base.TestAutoArgsConfig) ... ok 2021-07-16T18:29:10.9574461Z test_CONFIG (tests.test_base.TestCONFIG) ... ok 2021-07-16T18:29:10.9575121Z test_all_plugins_appear_in_dffml_plugins (tests.test_ci.TestCI) 2021-07-16T18:29:10.9576082Z Make sure that any setup.py files associated with a plugin appear in ... skipped 'Only runs on Linux' 2021-07-16T18:29:10.9576816Z test_all_plugins_being_tested (tests.test_ci.TestCI) 2021-07-16T18:29:10.9581250Z Make sure that plugins are included in the test matrix and therefore ... skipped 'Only runs on Linux' 2021-07-16T18:29:10.9582021Z test_all_plugins_have_pypi_tokens (tests.test_ci.TestCI) 2021-07-16T18:29:10.9583114Z Make sure every plugin is listed with a PyPi API token to enable ... skipped 'Only runs on Linux' 2021-07-16T18:29:10.9698195Z test_ignore (tests.test_ci.TestGitIgnore) ... ok 2021-07-16T18:29:10.9699076Z test_hash_usages (tests.test_ci.TestSecurity) 2021-07-16T18:29:11.3607752Z Make sure we've audited everywhere hashlib is used ... FAIL 2021-07-16T18:29:11.3692113Z test_run (tests.test_cli.TestAccuracy) ... ok 2021-07-16T18:29:11.3954107Z test_run (tests.test_cli.TestDataflowRunAllRecords) ... ok 2021-07-16T18:29:11.4176095Z test_run (tests.test_cli.TestDataflowRunContexts) ... ok 2021-07-16T18:29:11.4429440Z test_run (tests.test_cli.TestDataflowRunRecordSet) ... ok 2021-07-16T18:29:11.4634929Z test_run (tests.test_cli.TestDataflowRunSingle) ... ok 2021-07-16T18:29:11.4723570Z test_run (tests.test_cli.TestListRecords) ... ok 2021-07-16T18:29:11.4895243Z test_csv_tag (tests.test_cli.TestMerge) ... ok 2021-07-16T18:29:11.4986676Z test_json_tag (tests.test_cli.TestMerge) ... ok 2021-07-16T18:29:11.5074515Z test_json_to_csv (tests.test_cli.TestMerge) ... ok 2021-07-16T18:29:11.5176212Z test_all (tests.test_cli.TestPredict) ... ok 2021-07-16T18:29:11.5259004Z test_record (tests.test_cli.TestPredict) ... ok 2021-07-16T18:29:11.5327109Z test_run (tests.test_cli.TestTrain) ... ok 2021-07-16T18:29:11.5336825Z test_export (tests.test_df.TestDataFlow) ... ok 2021-07-16T18:29:11.5347558Z test_resolve_missing_condition_definition (tests.test_df.TestDataFlow) ... ok 2021-07-16T18:29:11.5363030Z test_resolve_missing_input_output_definition (tests.test_df.TestDataFlow) ... ok 2021-07-16T18:29:11.5372669Z test_get_none (tests.test_df.TestMemoryKeyValueStore) ... ok 2021-07-16T18:29:11.5386352Z test_get_set (tests.test_df.TestMemoryKeyValueStore) ... ok 2021-07-16T18:29:11.5402851Z test_contains_false (tests.test_df.TestMemoryOperationImplementationNetwork) ... ok 2021-07-16T18:29:11.5419991Z test_contains_true (tests.test_df.TestMemoryOperationImplementationNetwork) ... ok 2021-07-16T18:29:11.5436918Z test_instantiable_but_not_instantiated (tests.test_df.TestMemoryOperationImplementationNetwork) ... ok 2021-07-16T18:29:11.5452877Z test_not_instantiable (tests.test_df.TestMemoryOperationImplementationNetwork) ... ok 2021-07-16T18:29:11.5468824Z test_run (tests.test_df.TestMemoryOperationImplementationNetwork) ... ok 2021-07-16T18:29:11.5497923Z test_load (tests.test_df.TestOperation) ... ok 2021-07-16T18:29:11.5560077Z test_load_name_given (tests.test_df.TestOperation) ... ok 2021-07-16T18:29:11.5586435Z test_load (tests.test_df.TestOperationImplementation) ... ok 2021-07-16T18:29:11.5616134Z test_load_failure (tests.test_df.TestOperationImplementation) ... ok 2021-07-16T18:29:11.5642473Z test_load_name_given (tests.test_df.TestOperationImplementation) ... ok 2021-07-16T18:29:11.5787358Z test_run (tests.test_df.TestOrchestrator) ... ok 2021-07-16T18:29:11.5846490Z test_docstring (tests.test_docstrings.base_BaseDataFlowFacilitatorObject) ... ok 2021-07-16T18:29:11.5849879Z test_docstring (tests.test_docstrings.cli_cli_Version_Version_git_hash) ... skipped "Test cleanup doesn't seem to work on Windows" 2021-07-16T18:29:11.5871744Z test_docstring (tests.test_docstrings.configloader_configloader_BaseConfigLoader) ... ok 2021-07-16T18:29:11.5889309Z test_docstring (tests.test_docstrings.configloader_configloader_ConfigLoaders_BaseConfigLoader) ... ok 2021-07-16T18:29:11.5914121Z test_docstring (tests.test_docstrings.configloader_json_JSONConfigLoader) ... ok 2021-07-16T18:29:11.6162319Z test_docstring (tests.test_docstrings.df_base_OperationImplementationContext_OperationImplementationContext_subflow) ... ok 2021-07-16T18:29:11.6226282Z test_docstring (tests.test_docstrings.df_base_op) ... ok 2021-07-16T18:29:11.6283539Z test_docstring (tests.test_docstrings.df_memory_MemoryInputNetworkContext_MemoryInputNetworkContext_cadd) ... ok 2021-07-16T18:29:11.6338096Z test_docstring (tests.test_docstrings.df_memory_MemoryInputNetworkContext_MemoryInputNetworkContext_sadd) ... ok 2021-07-16T18:29:11.6382288Z test_docstring (tests.test_docstrings.df_types_Definition) ... ok 2021-07-16T18:29:11.6417732Z test_docstring (tests.test_docstrings.df_types_InputFlow_InputFlow_get_alternate_definitions) ... ok 2021-07-16T18:29:11.6459990Z test_docstring (tests.test_docstrings.feature_feature_Feature) ... ok 2021-07-16T18:29:11.6500580Z test_docstring (tests.test_docstrings.feature_feature_Features_Feature) ... ok 2021-07-16T18:29:11.6611484Z test_docstring (tests.test_docstrings.high_level_accuracy) ... ok 2021-07-16T18:29:11.6706607Z test_docstring (tests.test_docstrings.high_level_load) ... ok 2021-07-16T18:29:11.6808166Z test_docstring (tests.test_docstrings.high_level_predict) ... ok 2021-07-16T18:29:12.1942630Z test_docstring (tests.test_docstrings.high_level_run) ... ok 2021-07-16T18:29:12.2020634Z test_docstring (tests.test_docstrings.high_level_save) ... ok 2021-07-16T18:29:12.2128211Z test_docstring (tests.test_docstrings.high_level_train) ... ok 2021-07-16T18:29:14.5841361Z 0.9355670103092784 2021-07-16T18:29:15.8171545Z [ 2021-07-16T18:29:15.8172150Z { 2021-07-16T18:29:15.8172524Z "extra": {}, 2021-07-16T18:29:15.8173099Z "features": { 2021-07-16T18:29:15.8173490Z "f1": 0.8 2021-07-16T18:29:15.8177776Z }, 2021-07-16T18:29:15.8178242Z "key": "0", 2021-07-16T18:29:15.8178966Z "last_updated": "2021-07-16T18:29:15Z", 2021-07-16T18:29:15.8179637Z "prediction": { 2021-07-16T18:29:15.8180025Z "ans": { 2021-07-16T18:29:15.8183887Z "confidence": 0.9355670103092784, 2021-07-16T18:29:15.8184327Z "value": 1 2021-07-16T18:29:15.8184674Z } 2021-07-16T18:29:15.8186435Z } 2021-07-16T18:29:15.8186896Z } 2021-07-16T18:29:15.8190479Z ] 2021-07-16T18:29:17.0353369Z Accuracy: 0.9355670103092784 2021-07-16T18:29:17.0359088Z {'f1': 0.8, 'ans': 1} 2021-07-16T18:29:17.1036294Z test_consoletest (tests.test_docstrings.model_slr_SLRModel) ... ok 2021-07-16T18:29:17.1166523Z test_docstring (tests.test_docstrings.noasync_accuracy) ... ok 2021-07-16T18:29:17.1296772Z test_docstring (tests.test_docstrings.noasync_load) ... ok 2021-07-16T18:29:17.1440814Z test_docstring (tests.test_docstrings.noasync_predict) ... ok 2021-07-16T18:29:17.6593812Z test_docstring (tests.test_docstrings.noasync_run) ... ok 2021-07-16T18:29:17.6671666Z test_docstring (tests.test_docstrings.noasync_save) ... ok 2021-07-16T18:29:17.6758527Z test_docstring (tests.test_docstrings.noasync_train) ... ok 2021-07-16T18:29:17.6958888Z test_docstring (tests.test_docstrings.operation_dataflow_run_dataflow) ... ok 2021-07-16T18:29:17.7432571Z test_docstring (tests.test_docstrings.operation_db_db_query_create_table) ... ok 2021-07-16T18:29:17.7957772Z test_docstring (tests.test_docstrings.operation_db_db_query_insert) ... ok 2021-07-16T18:29:17.8750897Z test_docstring (tests.test_docstrings.operation_db_db_query_insert_or_update) ... ok 2021-07-16T18:29:18.0056023Z test_docstring (tests.test_docstrings.operation_db_db_query_lookup) ... ok 2021-07-16T18:29:18.0679944Z test_docstring (tests.test_docstrings.operation_db_db_query_remove) ... ok 2021-07-16T18:29:18.1527924Z test_docstring (tests.test_docstrings.operation_db_db_query_update) ... ok 2021-07-16T18:29:18.1641175Z test_docstring (tests.test_docstrings.operation_io_AcceptUserInput) ... ok 2021-07-16T18:29:18.1714186Z test_docstring (tests.test_docstrings.operation_io_print_output) ... ok 2021-07-16T18:29:18.1801947Z test_docstring (tests.test_docstrings.operation_mapping_create_mapping) ... ok 2021-07-16T18:29:18.1888315Z test_docstring (tests.test_docstrings.operation_mapping_mapping_extract_value) ... ok 2021-07-16T18:29:18.1966120Z test_docstring (tests.test_docstrings.operation_math_multiply) ... ok 2021-07-16T18:29:18.2097714Z test_docstring (tests.test_docstrings.operation_model_model_predict) ... ok 2021-07-16T18:29:18.2225009Z test_docstring (tests.test_docstrings.operation_output_AssociateDefinition) ... ok 2021-07-16T18:29:18.2291622Z test_docstring (tests.test_docstrings.operation_output_GetMulti) ... ok 2021-07-16T18:29:18.2380480Z test_docstring (tests.test_docstrings.operation_output_GetSingle) ... ok 2021-07-16T18:29:18.2469807Z test_docstring (tests.test_docstrings.operation_preprocess_literal_eval) ... ok 2021-07-16T18:29:18.2515043Z test_docstring (tests.test_docstrings.record_Record_Record_evaluated) ... ok 2021-07-16T18:29:18.2556070Z test_docstring (tests.test_docstrings.record_Record_Record_feature) ... ok 2021-07-16T18:29:18.2598411Z test_docstring (tests.test_docstrings.record_Record_Record_features) ... ok 2021-07-16T18:29:18.2633748Z test_docstring (tests.test_docstrings.record_Record_Record_predicted) ... ok 2021-07-16T18:29:18.2676079Z test_docstring (tests.test_docstrings.record_Record_Record_prediction) ... ok 2021-07-16T18:29:18.2717239Z test_docstring (tests.test_docstrings.record_Record_Record_predictions) ... ok 2021-07-16T18:29:18.3987673Z test_consoletest (tests.test_docstrings.source_dataset_base_dataset_source) ... python: can't open file 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpoq4_0hnr': [Errno 13] Permission denied 2021-07-16T18:29:18.4418032Z Exception in thread Thread-7: 2021-07-16T18:29:18.4418681Z Traceback (most recent call last): 2021-07-16T18:29:18.4419779Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\threading.py", line 932, in _bootstrap_inner 2021-07-16T18:29:18.4421364Z self.run() 2021-07-16T18:29:18.4425787Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\threading.py", line 870, in run 2021-07-16T18:29:18.4426572Z self._target(*self._args, **self._kwargs) 2021-07-16T18:29:18.4427667Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\httptest\httptest.py", line 226, in serve_forever 2021-07-16T18:29:18.4428445Z ready = selector.select() 2021-07-16T18:29:18.4432312Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\selectors.py", line 323, in select 2021-07-16T18:29:18.4433160Z r, w, _ = self._select(self._readers, self._writers, [], timeout) 2021-07-16T18:29:18.4434040Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\selectors.py", line 314, in _select 2021-07-16T18:29:18.4435086Z r, w, x = select.select(r, w, w, timeout) 2021-07-16T18:29:18.4435720Z OSError: [WinError 10038] An operation was attempted on something that is not a socket 2021-07-16T18:29:18.4850892Z ERROR 2021-07-16T18:29:19.7133443Z test_consoletest (tests.test_docstrings.source_dataset_iris_iris_training) ... Traceback (most recent call last): 2021-07-16T18:29:19.7135308Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\Scripts\dffml-script.py", line 33, in 2021-07-16T18:29:19.7136412Z sys.exit(load_entry_point('dffml', 'console_scripts', 'dffml')()) 2021-07-16T18:29:19.7137385Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 288, in main 2021-07-16T18:29:19.7142533Z result = loop.run_until_complete(cls._main(*argv[1:])) 2021-07-16T18:29:19.7143817Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:29:19.7146537Z return future.result() 2021-07-16T18:29:19.7147361Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 238, in _main 2021-07-16T18:29:19.7148125Z result = await cls.cli(*args) 2021-07-16T18:29:19.7153008Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 224, in cli 2021-07-16T18:29:19.7153984Z return await cmd.do_run() 2021-07-16T18:29:19.7154643Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 201, in do_run 2021-07-16T18:29:19.7155725Z return [res async for res in self.run()] 2021-07-16T18:29:19.7156446Z File "d:\a\dffml\dffml\dffml\util\cli\cmd.py", line 201, in 2021-07-16T18:29:19.7161065Z return [res async for res in self.run()] 2021-07-16T18:29:19.7161862Z File "d:\a\dffml\dffml\dffml\cli\list.py", line 25, in run 2021-07-16T18:29:19.7162521Z async with self.sources as sources: 2021-07-16T18:29:19.7163641Z File "d:\a\dffml\dffml\dffml\util\asynchelper.py", line 75, in __aenter__ 2021-07-16T18:29:19.7169066Z await self.__stack.enter_async_context(item) 2021-07-16T18:29:19.7170368Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\contextlib.py", line 568, in enter_async_context 2021-07-16T18:29:19.7171179Z result = await _cm_type.__aenter__(cm) 2021-07-16T18:29:19.7171927Z File "d:\a\dffml\dffml\dffml\source\wrapper.py", line 100, in __aenter__ 2021-07-16T18:29:19.7172672Z async with self.WRAPPED(**kwargs) as source: 2021-07-16T18:29:19.7177476Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\contextlib.py", line 171, in __aenter__ 2021-07-16T18:29:19.7178531Z return await self.gen.__anext__() 2021-07-16T18:29:19.7179597Z File "d:\a\dffml\dffml\dffml\source\wrapper.py", line 209, in wrapped 2021-07-16T18:29:19.7180238Z async with func( 2021-07-16T18:29:19.7181114Z File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\contextlib.py", line 171, in __aenter__ 2021-07-16T18:29:19.7185432Z return await self.gen.__anext__() 2021-07-16T18:29:19.7186300Z File "d:\a\dffml\dffml\dffml\source\dataset\iris.py", line 44, in iris_training 2021-07-16T18:29:19.7187024Z find_replace_with_hash_validation( 2021-07-16T18:29:19.7187876Z File "d:\a\dffml\dffml\dffml\util\file.py", line 147, in find_replace_with_hash_validation 2021-07-16T18:29:19.7191769Z validate_file_hash( 2021-07-16T18:29:19.7192860Z File "d:\a\dffml\dffml\dffml\util\file.py", line 95, in validate_file_hash 2021-07-16T18:29:19.7193912Z raise HashValidationError( 2021-07-16T18:29:19.7200715Z dffml.util.file.HashValidationError: C:\Users\runneradmin\.cache\dffml\datasets\iris\training.csv hash was 1e460ac079106e8aa7fbb36ab114e7672febe6051fd6877be9ae7fe533a5fc4c6c7cf53847a3c7d99579bb054590b305, should be 946d1bb691d6a2ca5037028a0c6ac29d68f4026e293fd64f985a61cf31fb72b19d50baa61038398442430db8af926bbd 2021-07-16T18:29:19.7842730Z C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\threading.py:934: ResourceWarning: unclosed 2021-07-16T18:29:19.7849722Z self._invoke_excepthook(self) 2021-07-16T18:29:19.7850578Z ResourceWarning: Enable tracemalloc to get the object allocation traceback 2021-07-16T18:29:19.7851246Z ERROR 2021-07-16T18:29:19.7969542Z test_docstring (tests.test_docstrings.source_dataset_iris_iris_training) ... ERROR 2021-07-16T18:29:19.7994609Z test_docstring (tests.test_docstrings.source_db_DbSourceContext_DbSourceContext_record) ... ok 2021-07-16T18:29:19.8012381Z test_docstring (tests.test_docstrings.source_db_DbSourceContext_DbSourceContext_records) ... ok 2021-07-16T18:29:19.8032686Z test_docstring (tests.test_docstrings.source_db_DbSourceContext_DbSourceContext_update) ... ok 2021-07-16T18:29:19.8163008Z test_docstring (tests.test_docstrings.source_df_DataFlowSource) ... ok 2021-07-16T18:29:19.8184998Z test_docstring (tests.test_docstrings.source_df_DataFlowSourceContext_DataFlowSourceContext_record) ... ok 2021-07-16T18:29:19.8212293Z test_docstring (tests.test_docstrings.source_df_DataFlowSourceContext_DataFlowSourceContext_records) ... ok 2021-07-16T18:29:19.8231150Z test_docstring (tests.test_docstrings.source_df_DataFlowSourceContext_DataFlowSourceContext_update) ... ok 2021-07-16T18:29:19.8253751Z test_docstring (tests.test_docstrings.source_memory_MemorySourceContext_MemorySourceContext_record) ... ok 2021-07-16T18:29:19.8276676Z test_docstring (tests.test_docstrings.source_memory_MemorySourceContext_MemorySourceContext_records) ... ok 2021-07-16T18:29:19.8294178Z test_docstring (tests.test_docstrings.source_memory_MemorySourceContext_MemorySourceContext_update) ... ok 2021-07-16T18:29:19.8362496Z test_docstring (tests.test_docstrings.source_source_BaseSourceContext_BaseSourceContext_record) ... ok 2021-07-16T18:29:19.8421161Z test_docstring (tests.test_docstrings.source_source_BaseSourceContext_BaseSourceContext_records) ... ok 2021-07-16T18:29:19.8478384Z test_docstring (tests.test_docstrings.source_source_BaseSourceContext_BaseSourceContext_update) ... ok 2021-07-16T18:29:19.8505335Z test_docstring (tests.test_docstrings.source_wrapper_ContextManagedWrapperSource) ... ok 2021-07-16T18:29:19.8563921Z test_docstring (tests.test_docstrings.source_wrapper_WrapperSource) ... ok 2021-07-16T18:29:19.8586379Z test_docstring (tests.test_docstrings.source_wrapper_WrapperSourceContext_WrapperSourceContext_record) ... ok 2021-07-16T18:29:19.8610237Z test_docstring (tests.test_docstrings.source_wrapper_WrapperSourceContext_WrapperSourceContext_records) ... ok 2021-07-16T18:29:19.8633732Z test_docstring (tests.test_docstrings.source_wrapper_WrapperSourceContext_WrapperSourceContext_update) ... ok 2021-07-16T18:29:19.8727260Z test_docstring (tests.test_docstrings.source_wrapper_context_managed_wrapper_source) ... ok 2021-07-16T18:29:19.8821122Z test_docstring (tests.test_docstrings.util_python_modules) ... ERROR 2021-07-16T18:29:19.8866667Z test_docstring (tests.test_docstrings.util_asynctestcase_AsyncTestCase) ... ok 2021-07-16T18:29:19.8962161Z test_docstring (tests.test_docstrings.util_data_explore_directories) ... ok 2021-07-16T18:29:19.9012755Z test_docstring (tests.test_docstrings.util_data_export) ... ok 2021-07-16T18:29:19.9061881Z test_docstring (tests.test_docstrings.util_data_parser_helper) ... ok 2021-07-16T18:29:19.9102855Z test_docstring (tests.test_docstrings.util_data_traverse_config_get) ... ok 2021-07-16T18:29:19.9147010Z test_docstring (tests.test_docstrings.util_data_traverse_config_set) ... ok 2021-07-16T18:29:19.9195991Z test_docstring (tests.test_docstrings.util_data_traverse_get) ... ok 2021-07-16T18:29:19.9243073Z test_docstring (tests.test_docstrings.util_data_traverse_set) ... ok 2021-07-16T18:29:19.9287892Z test_docstring (tests.test_docstrings.util_entrypoint_base_entry_point) ... ok 2021-07-16T18:29:19.9331724Z test_docstring (tests.test_docstrings.util_entrypoint_entrypoint) ... ok 2021-07-16T18:29:19.9408255Z test_docstring (tests.test_docstrings.util_file_find_replace_with_hash_validation) ... ERROR 2021-07-16T18:29:19.9479121Z test_docstring (tests.test_docstrings.util_file_validate_file_hash) ... ERROR 2021-07-16T18:29:20.2563852Z test_docstring (tests.test_docstrings.util_net_cached_download) ... ok 2021-07-16T18:29:35.3521614Z test_docstring (tests.test_docstrings.util_net_cached_download_unpack_archive) ... ok 2021-07-16T18:29:35.3570448Z test_docstring (tests.test_docstrings.util_net_validate_protocol) ... ok 2021-07-16T18:29:39.3134536Z Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (21.1.3) 2021-07-16T18:29:40.3935553Z test_docstring (tests.test_docstrings.util_packaging_mkvenv) ... ok 2021-07-16T18:29:40.3936473Z test_docstring (tests.test_docstrings.util_python_modules) ... ERROR 2021-07-16T18:29:40.3937611Z test_convert_dtype (tests.test_feature.TestFeature) ... ok 2021-07-16T18:29:40.3938756Z test_convert_dtype_invalid (tests.test_feature.TestFeature) ... ok 2021-07-16T18:29:40.3939621Z test_default_dtype (tests.test_feature.TestFeature) ... ok 2021-07-16T18:29:40.3945791Z test_default_length (tests.test_feature.TestFeature) ... ok 2021-07-16T18:29:40.3946753Z test_load_def (tests.test_feature.TestFeature) ... ok 2021-07-16T18:29:40.3947727Z test_names (tests.test_feature.TestFeatures) ... ok 2021-07-16T18:29:40.3948579Z test_run (tests.test_high_level.TestDataFlow) ... ok 2021-07-16T18:29:40.3949841Z test_predict (tests.test_high_level.TestML) ... skipped 'Required plugins: dffml-model-scikit must be installed in development mode' 2021-07-16T18:29:40.3955475Z test_save_and_load (tests.test_high_level.TestML) ... ok 2021-07-16T18:29:40.3956194Z test_run (tests.test_df.TestOrchestrator) ... ok 2021-07-16T18:29:40.3957201Z test_vaildation_by_op (tests.test_input_validation.TestDefintion) ... ok 2021-07-16T18:29:40.3961434Z test_validate (tests.test_input_validation.TestDefintion) ... ok 2021-07-16T18:29:40.3962470Z test_validation_error (tests.test_input_validation.TestDefintion) ... ok 2021-07-16T18:29:40.3968458Z test_predict (tests.test_noasync.TestML) ... skipped 'Required plugins: dffml-model-scikit must be installed in development mode' 2021-07-16T18:29:40.3970205Z test_nb_evaluating_model_performance (tests.test_notebooks.TestNotebook) ... skipped 'Required plugins: dffml-model-scikit, dffml-model-xgboost must be installed in development mode' 2021-07-16T18:29:40.3972146Z test_nb_moving_between_models (tests.test_notebooks.TestNotebook) ... skipped 'Required plugins: dffml-model-scikit, dffml-model-xgboost must be installed in development mode' 2021-07-16T18:29:40.3973453Z test_dict (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3978932Z test_evaluated (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3979969Z test_features (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3980714Z test_key (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3981433Z test_merge (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3982155Z test_predicted (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3986081Z test_prediction (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3986960Z test_repr (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3987847Z test_str (tests.test_record.TestRecord) ... ok 2021-07-16T18:29:40.3988909Z test_null_dict_no_prediction (tests.test_record.TestRecordData) ... ok 2021-07-16T18:29:40.3990309Z test_full_bool_true (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.3994350Z test_full_dict_returns_self (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.3995464Z test_full_len_2 (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.3996560Z test_full_property_confidence (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.3997676Z test_full_property_value (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.3999106Z test_null_bool_false (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.4003743Z test_null_dict_empty_array (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:40.4004837Z test_null_len_0 (tests.test_record.TestRecordPrediction) ... ok 2021-07-16T18:29:42.2871244Z test_run (tests.tutorials.dataflows.test_locking.TestLocking) ... ok 2021-07-16T18:29:42.2877143Z test_find_name (tests.util.testing.test_consoletest.TestDockerRunCommand) ... ok 2021-07-16T18:29:42.2898659Z test_build_command_venv_linux (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.2915222Z test_parse_commands_multi_line (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.2931464Z test_parse_commands_single_line_with_output (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.2950212Z test_parse_commands_substitution (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.2963883Z test_pipes (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.5244973Z test_run_commands (tests.util.testing.test_consoletest.TestFunctions) ... ok 2021-07-16T18:29:42.5252635Z test_parse_nodes (tests.util.testing.test_consoletest.TestParser) ... ok 2021-07-16T18:29:42.5254249Z test_fix_dffml_packages (tests.util.testing.test_consoletest.TestPipInstallCommand) ... ok 2021-07-16T18:29:42.5256552Z test_run_nodes (tests.util.testing.test_consoletest.TestRunner) ... skipped 'Only runs on Linux' 2021-07-16T18:29:42.5288965Z test_run_doctest_bad (tests.util.testing.test_docs.TestDocs) ... ok 2021-07-16T18:29:42.5322739Z test_run_doctest_good (tests.util.testing.test_docs.TestDocs) ... ok 2021-07-16T18:29:42.5334613Z test_open_close_all (tests.util.test_asynccontextmanager.TestAsyncContextManagerList) ... ok 2021-07-16T18:29:42.5348613Z test_aenter_all (tests.util.test_asynchelper.TestAsyncContextManagerList) ... ok 2021-07-16T18:29:42.5364238Z test_cancel_not_done (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5382463Z test_ignore_errors (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5403670Z test_more_tasks_on_the_fly (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5418338Z test_no_cancel (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5436246Z test_no_errors (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5453450Z test_raise_errors (tests.util.test_asynchelper.TestConcurrently) ... ok 2021-07-16T18:29:42.5468323Z test_init (tests.util.test_cli.TestArg) ... ok 2021-07-16T18:29:42.5477209Z test_modify (tests.util.test_cli.TestArg) ... ok 2021-07-16T18:29:42.5511941Z test_parse_unknown (tests.util.test_cli.TestArg) ... skipped 'Required plugins: dffml-config-yaml must be installed in development mode' 2021-07-16T18:29:42.5524636Z test_async_context_management (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5553211Z test_cli_no_sub_command (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5573153Z test_cli_run_single (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5598631Z test_cli_run_sub_command (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5616892Z test_cli_run_sub_command_asyncgen (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5643030Z test_cli_sub_command_without_run (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5662306Z test_init (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5696014Z test_main_result_none (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5736550Z test_main_result_not_none (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5759372Z test_parse_args (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5772106Z test_sanitize_args (tests.util.test_cli.TestCMD) ... ok 2021-07-16T18:29:42.5772969Z test_default (tests.util.test_cli.TestJSONEncoder) ... ok 2021-07-16T18:29:42.5773763Z test_feature (tests.util.test_cli.TestJSONEncoder) ... ok 2021-07-16T18:29:42.5775794Z test_record (tests.util.test_cli.TestJSONEncoder) ... ok 2021-07-16T18:29:42.5800010Z test_display_docstring (tests.util.test_cli.TestListEntrypoint) ... ok 2021-07-16T18:29:42.5823503Z test_display_no_docstring (tests.util.test_cli.TestListEntrypoint) ... ok 2021-07-16T18:29:42.5840887Z test_run (tests.util.test_cli.TestListEntrypoint) ... ok 2021-07-16T18:29:42.5843198Z test_inputs (tests.util.test_cli.TestParseActions) ... ok 2021-07-16T18:29:42.5844702Z test_list_action (tests.util.test_cli.TestParseActions) ... ok 2021-07-16T18:29:42.5862645Z test_logging (tests.util.test_cli.TestParseActions) ... ok 2021-07-16T18:29:42.5903085Z test_add_subs (tests.util.test_cli.TestParser) ... ok 2021-07-16T18:29:42.5905002Z test_numpy_docstring_args (tests.util.test_config.TestMakeConfig) ... ok 2021-07-16T18:29:42.5910184Z test_load_given_name (tests.util.test_entrypoint.TestEntrypoint) ... ok 2021-07-16T18:29:42.5915496Z test_load_multiple (tests.util.test_entrypoint.TestEntrypoint) ... ok 2021-07-16T18:29:42.5920084Z test_load_no_found (tests.util.test_entrypoint.TestEntrypoint) ... ok 2021-07-16T18:29:42.5924290Z test_load_relative (tests.util.test_entrypoint.TestEntrypoint) ... ok 2021-07-16T18:29:42.5927356Z test_cached_download (tests.util.test_net.TestNet) ... skipped 'Does not work on Windows' 2021-07-16T18:29:42.5929322Z test_cached_download_unpack_archive (tests.util.test_net.TestNet) ... skipped 'Does not work on Windows' 2021-07-16T18:29:42.5933897Z test_cached_download_unpack_archive_failure (tests.util.test_net.TestNet) ... skipped 'Does not work on Windows' 2021-07-16T18:29:42.5935435Z test_prepend_to_path (tests.util.test_os.TestOS) ... ok 2021-07-16T18:29:42.5963814Z test_all_common_files_accounted_for (tests.util.test_skel.TestSkelUtil) ... ok 2021-07-16T18:29:42.5969311Z test_mktempdir (tests.util.test_tempdir.TestTempDir) ... ok 2021-07-16T18:29:42.5979004Z test_rmtempdirs (tests.util.test_tempdir.TestTempDir) ... ok 2021-07-16T18:29:42.6047574Z test_removes_on_aexit (tests.util.test_tempdir.TestTempDirAsyncContextManager) ... ok 2021-07-16T18:29:42.6059453Z test_traverse_get (tests.util.test_traverse.TestTraverse) ... ok 2021-07-16T18:29:42.6075684Z test_traverse_set (tests.util.test_traverse.TestTraverse) ... ok 2021-07-16T18:29:42.6076601Z 2021-07-16T18:29:42.6077181Z ====================================================================== 2021-07-16T18:29:42.6081797Z ERROR: test_consoletest (tests.test_docstrings.source_dataset_base_dataset_source) 2021-07-16T18:29:42.6082807Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6083520Z Traceback (most recent call last): 2021-07-16T18:29:42.6088392Z File "d:\a\dffml\dffml\dffml\util\asynctestcase.py", line 114, in run_it 2021-07-16T18:29:42.6092581Z result = self.loop.run_until_complete(coro(*args, **kwargs)) 2021-07-16T18:29:42.6098723Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:29:42.6099610Z return future.result() 2021-07-16T18:29:42.6100428Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 222, in test_consoletest 2021-07-16T18:29:42.6101180Z await run_consoletest( 2021-07-16T18:29:42.6106260Z File "d:\a\dffml\dffml\dffml\util\testing\docs.py", line 70, in run_consoletest 2021-07-16T18:29:42.6108473Z await run_nodes( 2021-07-16T18:29:42.6109302Z File "d:\a\dffml\dffml\dffml\util\testing\consoletest\runner.py", line 85, in run_nodes 2021-07-16T18:29:42.6110273Z call_replace( 2021-07-16T18:29:42.6111631Z File "d:\a\dffml\dffml\dffml\util\testing\consoletest\commands.py", line 784, in call_replace 2021-07-16T18:29:42.6115437Z subprocess.check_output( 2021-07-16T18:29:42.6116428Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\subprocess.py", line 415, in check_output 2021-07-16T18:29:42.6117611Z return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, 2021-07-16T18:29:42.6118779Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\subprocess.py", line 516, in run 2021-07-16T18:29:42.6119651Z raise CalledProcessError(retcode, process.args, 2021-07-16T18:29:42.6124432Z subprocess.CalledProcessError: Command '['python', 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpoq4_0hnr', 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpal5i4hxm', 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpdqgdt2t1']' returned non-zero exit status 2. 2021-07-16T18:29:42.6125800Z 2021-07-16T18:29:42.6126143Z ====================================================================== 2021-07-16T18:29:42.6126816Z ERROR: test_consoletest (tests.test_docstrings.source_dataset_iris_iris_training) 2021-07-16T18:29:42.6127597Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6130804Z Traceback (most recent call last): 2021-07-16T18:29:42.6131687Z File "d:\a\dffml\dffml\dffml\util\asynctestcase.py", line 114, in run_it 2021-07-16T18:29:42.6132478Z result = self.loop.run_until_complete(coro(*args, **kwargs)) 2021-07-16T18:29:42.6133572Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:29:42.6134307Z return future.result() 2021-07-16T18:29:42.6137959Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 222, in test_consoletest 2021-07-16T18:29:42.6138659Z await run_consoletest( 2021-07-16T18:29:42.6139309Z File "d:\a\dffml\dffml\dffml\util\testing\docs.py", line 70, in run_consoletest 2021-07-16T18:29:42.6139915Z await run_nodes( 2021-07-16T18:29:42.6143123Z File "d:\a\dffml\dffml\dffml\util\testing\consoletest\runner.py", line 105, in run_nodes 2021-07-16T18:29:42.6143828Z await command.run(ctx) 2021-07-16T18:29:42.6144504Z File "d:\a\dffml\dffml\dffml\util\testing\consoletest\commands.py", line 405, in run 2021-07-16T18:29:42.6145235Z self.daemon_proc = await run_commands( 2021-07-16T18:29:42.6148842Z File "d:\a\dffml\dffml\dffml\util\testing\consoletest\commands.py", line 336, in run_commands 2021-07-16T18:29:42.6149811Z raise RuntimeError("\n".join(errors)) 2021-07-16T18:29:42.6151204Z RuntimeError: Failed to run: ['dffml', 'list', 'records', '-sources', 'training=iris.training'] 2021-07-16T18:29:42.6151813Z 2021-07-16T18:29:42.6152163Z ====================================================================== 2021-07-16T18:29:42.6152762Z ERROR: test_docstring (tests.test_docstrings.source_dataset_iris_iris_training) 2021-07-16T18:29:42.6156435Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6157238Z Traceback (most recent call last): 2021-07-16T18:29:42.6157950Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 215, in testcase 2021-07-16T18:29:42.6158749Z run_doctest(obj, state) 2021-07-16T18:29:42.6162624Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 181, in run_doctest 2021-07-16T18:29:42.6163529Z raise Exception(output.getvalue()) 2021-07-16T18:29:42.6164155Z Exception: ********************************************************************** 2021-07-16T18:29:42.6165081Z File "d:\a\dffml\dffml\dffml\source\dataset\iris.py", line 290, in iris_training 2021-07-16T18:29:42.6166028Z Failed example: 2021-07-16T18:29:42.6168967Z records = list(load(iris_training.source())) 2021-07-16T18:29:42.6169996Z Exception raised: 2021-07-16T18:29:42.6170676Z Traceback (most recent call last): 2021-07-16T18:29:42.6171656Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6172774Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6176612Z File "", line 1, in 2021-07-16T18:29:42.6177298Z records = list(load(iris_training.source())) 2021-07-16T18:29:42.6177984Z File "d:\a\dffml\dffml\dffml\noasync.py", line 98, in load 2021-07-16T18:29:42.6178652Z yield loop.run_until_complete(async_gen.__anext__()) 2021-07-16T18:29:42.6179530Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:29:42.6183143Z return future.result() 2021-07-16T18:29:42.6183825Z File "d:\a\dffml\dffml\dffml\high_level.py", line 345, in load 2021-07-16T18:29:42.6184459Z async with _records_to_sources(source) as sctx: 2021-07-16T18:29:42.6185291Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\contextlib.py", line 171, in __aenter__ 2021-07-16T18:29:42.6188605Z return await self.gen.__anext__() 2021-07-16T18:29:42.6189440Z File "d:\a\dffml\dffml\dffml\high_level.py", line 60, in _records_to_sources 2021-07-16T18:29:42.6190077Z async with sources as sources: 2021-07-16T18:29:42.6190774Z File "d:\a\dffml\dffml\dffml\util\asynchelper.py", line 75, in __aenter__ 2021-07-16T18:29:42.6191616Z await self.__stack.enter_async_context(item) 2021-07-16T18:29:42.6195309Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\contextlib.py", line 568, in enter_async_context 2021-07-16T18:29:42.6196452Z result = await _cm_type.__aenter__(cm) 2021-07-16T18:29:42.6197389Z File "d:\a\dffml\dffml\dffml\source\wrapper.py", line 100, in __aenter__ 2021-07-16T18:29:42.6199201Z async with self.WRAPPED(**kwargs) as source: 2021-07-16T18:29:42.6200147Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\contextlib.py", line 171, in __aenter__ 2021-07-16T18:29:42.6204262Z return await self.gen.__anext__() 2021-07-16T18:29:42.6205077Z File "d:\a\dffml\dffml\dffml\source\wrapper.py", line 209, in wrapped 2021-07-16T18:29:42.6205912Z async with func( 2021-07-16T18:29:42.6207121Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\contextlib.py", line 171, in __aenter__ 2021-07-16T18:29:42.6211909Z return await self.gen.__anext__() 2021-07-16T18:29:42.6212794Z File "d:\a\dffml\dffml\dffml\source\dataset\iris.py", line 44, in iris_training 2021-07-16T18:29:42.6213474Z find_replace_with_hash_validation( 2021-07-16T18:29:42.6214641Z File "d:\a\dffml\dffml\dffml\util\file.py", line 147, in find_replace_with_hash_validation 2021-07-16T18:29:42.6215727Z validate_file_hash( 2021-07-16T18:29:42.6219792Z File "d:\a\dffml\dffml\dffml\util\file.py", line 95, in validate_file_hash 2021-07-16T18:29:42.6221429Z raise HashValidationError( 2021-07-16T18:29:42.6225136Z dffml.util.file.HashValidationError: C:\Users\runneradmin\.cache\dffml\datasets\iris\training.csv hash was 1e460ac079106e8aa7fbb36ab114e7672febe6051fd6877be9ae7fe533a5fc4c6c7cf53847a3c7d99579bb054590b305, should be 946d1bb691d6a2ca5037028a0c6ac29d68f4026e293fd64f985a61cf31fb72b19d50baa61038398442430db8af926bbd 2021-07-16T18:29:42.6230497Z ********************************************************************** 2021-07-16T18:29:42.6231165Z File "d:\a\dffml\dffml\dffml\source\dataset\iris.py", line 291, in iris_training 2021-07-16T18:29:42.6236065Z Failed example: 2021-07-16T18:29:42.6236589Z print(len(records)) 2021-07-16T18:29:42.6237052Z Exception raised: 2021-07-16T18:29:42.6238385Z Traceback (most recent call last): 2021-07-16T18:29:42.6242705Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6243711Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6244491Z File "", line 1, in 2021-07-16T18:29:42.6245439Z print(len(records)) 2021-07-16T18:29:42.6246318Z NameError: name 'records' is not defined 2021-07-16T18:29:42.6249892Z ********************************************************************** 2021-07-16T18:29:42.6250751Z File "d:\a\dffml\dffml\dffml\source\dataset\iris.py", line 293, in iris_training 2021-07-16T18:29:42.6251584Z Failed example: 2021-07-16T18:29:42.6252040Z records[0].export() 2021-07-16T18:29:42.6252526Z Exception raised: 2021-07-16T18:29:42.6258416Z Traceback (most recent call last): 2021-07-16T18:29:42.6259922Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6261522Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6262449Z File "", line 1, in 2021-07-16T18:29:42.6263026Z records[0].export() 2021-07-16T18:29:42.6266529Z NameError: name 'records' is not defined 2021-07-16T18:29:42.6266942Z 2021-07-16T18:29:42.6267195Z 2021-07-16T18:29:42.6267570Z ====================================================================== 2021-07-16T18:29:42.6268263Z ERROR: test_docstring (tests.test_docstrings.util_python_modules) 2021-07-16T18:29:42.6271728Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6272473Z Traceback (most recent call last): 2021-07-16T18:29:42.6273279Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 215, in testcase 2021-07-16T18:29:42.6273982Z run_doctest(obj, state) 2021-07-16T18:29:42.6274690Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 181, in run_doctest 2021-07-16T18:29:42.6278397Z raise Exception(output.getvalue()) 2021-07-16T18:29:42.6279255Z Exception: ********************************************************************** 2021-07-16T18:29:42.6279963Z File "d:\a\dffml\dffml\dffml\util\python.py", line 62, in modules 2021-07-16T18:29:42.6280585Z Failed example: 2021-07-16T18:29:42.6281361Z for import_name, module in dffml.modules(root, package_name, skip=skip): 2021-07-16T18:29:42.6285198Z print(import_name) 2021-07-16T18:29:42.6285676Z break 2021-07-16T18:29:42.6286075Z Expected: 2021-07-16T18:29:42.6286596Z xml.etree.ElementInclude 2021-07-16T18:29:42.6287119Z Got: 2021-07-16T18:29:42.6290054Z xml.etree.cElementTree 2021-07-16T18:29:42.6290420Z 2021-07-16T18:29:42.6290646Z 2021-07-16T18:29:42.6291035Z ====================================================================== 2021-07-16T18:29:42.6291902Z ERROR: test_docstring (tests.test_docstrings.util_file_find_replace_with_hash_validation) 2021-07-16T18:29:42.6292753Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6296048Z Traceback (most recent call last): 2021-07-16T18:29:42.6297991Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 215, in testcase 2021-07-16T18:29:42.6299740Z run_doctest(obj, state) 2021-07-16T18:29:42.6300897Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 181, in run_doctest 2021-07-16T18:29:42.6319525Z raise Exception(output.getvalue()) 2021-07-16T18:29:42.6320261Z Exception: ********************************************************************** 2021-07-16T18:29:42.6321452Z File "d:\a\dffml\dffml\dffml\util\file.py", line 128, in find_replace_with_hash_validation 2021-07-16T18:29:42.6322260Z Failed example: 2021-07-16T18:29:42.6323205Z replaced_path = find_replace_with_hash_validation( 2021-07-16T18:29:42.6350131Z original_path, 2021-07-16T18:29:42.6350834Z original_path.parent / "subdir" / "new_file.txt", 2021-07-16T18:29:42.6351324Z r"World", 2021-07-16T18:29:42.6351785Z "FeedFace", 2021-07-16T18:29:42.6353220Z expected_sha384_hash="00d7bdbf0b24d37463bd9d2107926c3fa870537c009cd64dde72c3578160d9e04f63bf487631a2e2e7610f9654cf0f78", 2021-07-16T18:29:42.6357214Z ) 2021-07-16T18:29:42.6357654Z Exception raised: 2021-07-16T18:29:42.6358333Z Traceback (most recent call last): 2021-07-16T18:29:42.6359286Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6360257Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6364914Z File "", line 1, in 2021-07-16T18:29:42.6365657Z replaced_path = find_replace_with_hash_validation( 2021-07-16T18:29:42.6366698Z File "d:\a\dffml\dffml\dffml\util\file.py", line 147, in find_replace_with_hash_validation 2021-07-16T18:29:42.6368146Z validate_file_hash( 2021-07-16T18:29:42.6373867Z File "d:\a\dffml\dffml\dffml\util\file.py", line 95, in validate_file_hash 2021-07-16T18:29:42.6375640Z raise HashValidationError( 2021-07-16T18:29:42.6378983Z dffml.util.file.HashValidationError: subdir\new_file.txt hash was 0479d3d5690f49d6808a0adb2960eddf4dd9818b659a2cdd790627c8881967d5de80fb115d3ef0e16225911cbf0cbe7f, should be 00d7bdbf0b24d37463bd9d2107926c3fa870537c009cd64dde72c3578160d9e04f63bf487631a2e2e7610f9654cf0f78 2021-07-16T18:29:42.6382071Z ********************************************************************** 2021-07-16T18:29:42.6382799Z File "d:\a\dffml\dffml\dffml\util\file.py", line 136, in find_replace_with_hash_validation 2021-07-16T18:29:42.6386243Z Failed example: 2021-07-16T18:29:42.6386767Z print(replaced_path.read_bytes()) 2021-07-16T18:29:42.6387265Z Exception raised: 2021-07-16T18:29:42.6387727Z Traceback (most recent call last): 2021-07-16T18:29:42.6388491Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6392510Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6393438Z File "", line 1, in 2021-07-16T18:29:42.6394347Z print(replaced_path.read_bytes()) 2021-07-16T18:29:42.6394930Z NameError: name 'replaced_path' is not defined 2021-07-16T18:29:42.6395296Z 2021-07-16T18:29:42.6395480Z 2021-07-16T18:29:42.6399658Z ====================================================================== 2021-07-16T18:29:42.6400384Z ERROR: test_docstring (tests.test_docstrings.util_file_validate_file_hash) 2021-07-16T18:29:42.6401201Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6402036Z Traceback (most recent call last): 2021-07-16T18:29:42.6406796Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 215, in testcase 2021-07-16T18:29:42.6407835Z run_doctest(obj, state) 2021-07-16T18:29:42.6408871Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 181, in run_doctest 2021-07-16T18:29:42.6409615Z raise Exception(output.getvalue()) 2021-07-16T18:29:42.6410872Z Exception: ********************************************************************** 2021-07-16T18:29:42.6414163Z File "d:\a\dffml\dffml\dffml\util\file.py", line 58, in validate_file_hash 2021-07-16T18:29:42.6414838Z Failed example: 2021-07-16T18:29:42.6415671Z validate_file_hash( 2021-07-16T18:29:42.6416149Z original_path, 2021-07-16T18:29:42.6416698Z expected_sha384_hash=expected_sha384_hash, 2021-07-16T18:29:42.6420543Z ) 2021-07-16T18:29:42.6420908Z Expected: 2021-07-16T18:29:42.6421455Z Traceback (most recent call last): 2021-07-16T18:29:42.6421893Z ... 2021-07-16T18:29:42.6424938Z dffml.util.file.HashValidationError: file.txt hash was acbfd470c22c0d95a1d10a087dc31988b9f7bfeb13be70b876a73558be664e5858d11f9459923e6e5fd838cb5708b969, should be 00d7bdbf0b24d37463bd9d2107926c3fa870537c009cd64dde72c3578160d9e04f63bf487631a2e2e7610f9654cf0f78 2021-07-16T18:29:42.6430603Z Got: 2021-07-16T18:29:42.6431058Z Traceback (most recent call last): 2021-07-16T18:29:42.6431873Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\doctest.py", line 1336, in __run 2021-07-16T18:29:42.6432705Z exec(compile(example.source, filename, "single", 2021-07-16T18:29:42.6436346Z File "", line 1, in 2021-07-16T18:29:42.6437188Z validate_file_hash( 2021-07-16T18:29:42.6437898Z File "d:\a\dffml\dffml\dffml\util\file.py", line 95, in validate_file_hash 2021-07-16T18:29:42.6438647Z raise HashValidationError( 2021-07-16T18:29:42.6441539Z dffml.util.file.HashValidationError: file.txt hash was e6e5664dea7f668c25dc8e32038b74fd210ed8db974812fd57fe37d66828379f4334a5152d37313a26881ee0cc4019ff, should be 00d7bdbf0b24d37463bd9d2107926c3fa870537c009cd64dde72c3578160d9e04f63bf487631a2e2e7610f9654cf0f78 2021-07-16T18:29:42.6449149Z 2021-07-16T18:29:42.6449486Z 2021-07-16T18:29:42.6449903Z ====================================================================== 2021-07-16T18:29:42.6450756Z ERROR: test_docstring (tests.test_docstrings.util_python_modules) 2021-07-16T18:29:42.6454083Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6457876Z Traceback (most recent call last): 2021-07-16T18:29:42.6458706Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 215, in testcase 2021-07-16T18:29:42.6459352Z run_doctest(obj, state) 2021-07-16T18:29:42.6460052Z File "d:\a\dffml\dffml\tests\test_docstrings.py", line 181, in run_doctest 2021-07-16T18:29:42.6460809Z raise Exception(output.getvalue()) 2021-07-16T18:29:42.6464054Z Exception: ********************************************************************** 2021-07-16T18:29:42.6464759Z File "d:\a\dffml\dffml\dffml\util\python.py", line 62, in modules 2021-07-16T18:29:42.6465352Z Failed example: 2021-07-16T18:29:42.6465974Z for import_name, module in dffml.modules(root, package_name, skip=skip): 2021-07-16T18:29:42.6466788Z print(import_name) 2021-07-16T18:29:42.6469848Z break 2021-07-16T18:29:42.6470345Z Expected: 2021-07-16T18:29:42.6470906Z xml.etree.ElementInclude 2021-07-16T18:29:42.6471451Z Got: 2021-07-16T18:29:42.6472726Z xml.etree.cElementTree 2021-07-16T18:29:42.6475760Z 2021-07-16T18:29:42.6476027Z 2021-07-16T18:29:42.6476441Z ====================================================================== 2021-07-16T18:29:42.6477339Z FAIL: test__all_docs_being_tested (tests.docs.test_consoletest.TestDocs) 2021-07-16T18:29:42.6478824Z Make sure that there is a jobs.tutorials.strategy.matrix.docs entry for 2021-07-16T18:29:42.6482297Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6483025Z Traceback (most recent call last): 2021-07-16T18:29:42.6483873Z File "d:\a\dffml\dffml\tests\docs\test_consoletest.py", line 69, in test__all_docs_being_tested 2021-07-16T18:29:42.6484735Z self.assertListEqual(should_have, docs) 2021-07-16T18:29:42.6485857Z AssertionError: Lists differ: ['cli[236 chars]als\\doublecontextentry', 'tutorials\\models\\[170 chars]ile'] != ['cli[236 chars]als\\models\\docs', 'tutorials\\models\\iris',[110 chars]ile'] 2021-07-16T18:29:42.6486865Z 2021-07-16T18:29:42.6491201Z First differing element 10: 2021-07-16T18:29:42.6491857Z 'tutorials\\doublecontextentry' 2021-07-16T18:29:42.6492606Z 'tutorials\\models\\docs' 2021-07-16T18:29:42.6492907Z 2021-07-16T18:29:42.6493375Z First list contains 2 additional elements. 2021-07-16T18:29:42.6496904Z First extra element 16: 2021-07-16T18:29:42.6497466Z 'tutorials\\sources\\complex' 2021-07-16T18:29:42.6497975Z 2021-07-16T18:29:42.6498466Z ['cli', 2021-07-16T18:29:42.6504530Z 'examples\\dataflows', 2021-07-16T18:29:42.6507835Z 'examples\\icecream_sales', 2021-07-16T18:29:42.6508408Z 'examples\\integration', 2021-07-16T18:29:42.6508950Z 'examples\\or_covid_data_by_county', 2021-07-16T18:29:42.6509431Z 'examples\\shouldi', 2021-07-16T18:29:42.6510048Z 'installation', 2021-07-16T18:29:42.6513272Z 'troubleshooting', 2021-07-16T18:29:42.6513915Z 'tutorials\\dataflows\\io', 2021-07-16T18:29:42.6514431Z 'tutorials\\dataflows\\nlp', 2021-07-16T18:29:42.6515216Z - 'tutorials\\doublecontextentry', 2021-07-16T18:29:42.6515933Z 'tutorials\\models\\docs', 2021-07-16T18:29:42.6518855Z 'tutorials\\models\\iris', 2021-07-16T18:29:42.6519636Z - 'tutorials\\models\\load', 2021-07-16T18:29:42.6520158Z 'tutorials\\models\\package', 2021-07-16T18:29:42.6520705Z 'tutorials\\models\\slr', 2021-07-16T18:29:42.6521750Z 'tutorials\\sources\\complex', 2021-07-16T18:29:42.6525335Z 'tutorials\\sources\\file'] 2021-07-16T18:29:42.6525718Z 2021-07-16T18:29:42.6526271Z ====================================================================== 2021-07-16T18:29:42.6526887Z FAIL: test_cmd_seq (tests.service.test_dev.TestMakeDocs) 2021-07-16T18:29:42.6527655Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6531146Z Traceback (most recent call last): 2021-07-16T18:29:42.6532099Z File "d:\a\dffml\dffml\dffml\util\asynctestcase.py", line 114, in run_it 2021-07-16T18:29:42.6533160Z result = self.loop.run_until_complete(coro(*args, **kwargs)) 2021-07-16T18:29:42.6534220Z File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\asyncio\base_events.py", line 616, in run_until_complete 2021-07-16T18:29:42.6535073Z return future.result() 2021-07-16T18:29:42.6539044Z File "d:\a\dffml\dffml\tests\service\test_dev.py", line 433, in test_cmd_seq 2021-07-16T18:29:42.6539985Z self.assertEqual( 2021-07-16T18:29:42.6541035Z AssertionError: '$ C:[74 chars]dffml\\scripts\\docs.py\n$ C:\\hostedtoolcache[167 chars]wot_' != '$ C:[74 chars]dffml/scripts/docs.py\n$ C:\\hostedtoolcache\\[163 chars]wot_' 2021-07-16T18:29:42.6542226Z Diff is 806 characters long. Set self.maxDiff to None to see it. 2021-07-16T18:29:42.6542693Z 2021-07-16T18:29:42.6545508Z ====================================================================== 2021-07-16T18:29:42.6546305Z FAIL: test_hash_usages (tests.test_ci.TestSecurity) 2021-07-16T18:29:42.6547247Z Make sure we've audited everywhere hashlib is used 2021-07-16T18:29:42.6547936Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6548514Z Traceback (most recent call last): 2021-07-16T18:29:42.6553233Z File "d:\a\dffml\dffml\tests\test_ci.py", line 296, in test_hash_usages 2021-07-16T18:29:42.6554097Z self.assertDictEqual( 2021-07-16T18:29:42.6555142Z AssertionError: {'dff[31 chars]shlib\r', 'SECURE_HASH_ALGORITHM = hashlib.sha[1523 chars]\r']} != {'dff[31 chars]shlib', 'SECURE_HASH_ALGORITHM = hashlib.sha38[570 chars]()']} 2021-07-16T18:29:42.6556731Z - {'dffml/util/crypto.py': ['import hashlib\r', 2021-07-16T18:29:42.6557266Z ? -- 2021-07-16T18:29:42.6560468Z 2021-07-16T18:29:42.6560971Z + {'dffml/util/crypto.py': ['import hashlib', 2021-07-16T18:29:42.6561888Z - 'SECURE_HASH_ALGORITHM = hashlib.sha384\r', 2021-07-16T18:29:42.6562510Z ? -- 2021-07-16T18:29:42.6562778Z 2021-07-16T18:29:42.6563469Z + 'SECURE_HASH_ALGORITHM = hashlib.sha384', 2021-07-16T18:29:42.6567861Z - 'INSECURE_HASH_ALGORITHM = hashlib.md5\r'], 2021-07-16T18:29:42.6568466Z ? -- 2021-07-16T18:29:42.6568763Z 2021-07-16T18:29:42.6569285Z + 'INSECURE_HASH_ALGORITHM = hashlib.md5'], 2021-07-16T18:29:42.6569951Z - 'dffml/util/file.py': [' >>> import hashlib\r', 2021-07-16T18:29:42.6573834Z ? -- 2021-07-16T18:29:42.6574211Z 2021-07-16T18:29:42.6574709Z + 'dffml/util/file.py': [' >>> import hashlib', 2021-07-16T18:29:42.6575283Z ' >>> expected_sha384_hash = ' 2021-07-16T18:29:42.6575955Z - 'hashlib.sha384(correct_contents).hexdigest()\r'], 2021-07-16T18:29:42.6579218Z ? -- 2021-07-16T18:29:42.6579617Z 2021-07-16T18:29:42.6580160Z + 'hashlib.sha384(correct_contents).hexdigest()'], 2021-07-16T18:29:42.6581014Z - 'feature/auth/dffml_feature_auth/feature/operations.py': ['import hashlib\r', 2021-07-16T18:29:42.6581946Z ? -- 2021-07-16T18:29:42.6582247Z 2021-07-16T18:29:42.6586218Z + 'feature/auth/dffml_feature_auth/feature/operations.py': ['import hashlib', 2021-07-16T18:29:42.6587038Z ' # ---- ' 2021-07-16T18:29:42.6587528Z 'BEGIN Python ' 2021-07-16T18:29:42.6588041Z - 'hashlib docs ' 2021-07-16T18:29:42.6588553Z + 'hashlib docs ----', 2021-07-16T18:29:42.6591615Z ? ++++ + 2021-07-16T18:29:42.6591931Z 2021-07-16T18:29:42.6592327Z - '----\r', 2021-07-16T18:29:42.6592831Z ' # ---- END ' 2021-07-16T18:29:42.6593345Z 'Python hashlib ' 2021-07-16T18:29:42.6596359Z - 'docs ----\r', 2021-07-16T18:29:42.6596942Z ? -- 2021-07-16T18:29:42.6597193Z 2021-07-16T18:29:42.6597591Z + 'docs ----', 2021-07-16T18:29:42.6598067Z ' ' 2021-07-16T18:29:42.6598557Z 'hashed_password = ' 2021-07-16T18:29:42.6604629Z 'hashlib.pbkdf2_hmac("sha384", ' 2021-07-16T18:29:42.6609066Z 'password, salt, ' 2021-07-16T18:29:42.6609644Z - '100000)\r'], 2021-07-16T18:29:42.6610288Z ? -- 2021-07-16T18:29:42.6610572Z 2021-07-16T18:29:42.6611113Z + '100000)'], 2021-07-16T18:29:42.6611874Z - 'operations/deploy/dffml_operations_deploy/operations.py': ['import hashlib\r', 2021-07-16T18:29:42.6616196Z ? -- 2021-07-16T18:29:42.6616522Z 2021-07-16T18:29:42.6617151Z + 'operations/deploy/dffml_operations_deploy/operations.py': ['import hashlib', 2021-07-16T18:29:42.6617936Z ' calculated = ' 2021-07-16T18:29:42.6618490Z 'hmac.new(key, ' 2021-07-16T18:29:42.6621510Z 'body, ' 2021-07-16T18:29:42.6622098Z - 'hashlib.sha1).hexdigest()\r'], 2021-07-16T18:29:42.6622668Z ? -- ^ 2021-07-16T18:29:42.6622958Z 2021-07-16T18:29:42.6623744Z + 'hashlib.sha1).hexdigest()']} 2021-07-16T18:29:42.6628331Z ? ^ 2021-07-16T18:29:42.6628685Z 2021-07-16T18:29:42.6629237Z - 'tests/test_ci.py': [" Make sure we've audited everywhere hashlib is " 2021-07-16T18:29:42.6629846Z - 'used\r', 2021-07-16T18:29:42.6630334Z - ' ["git", "grep", "hashlib", "--", ' 2021-07-16T18:29:42.6630842Z - '"**/*.py"], cwd=str(REPO_ROOT)\r', 2021-07-16T18:29:42.6634426Z - ' "import hashlib",\r', 2021-07-16T18:29:42.6635017Z - ' "SECURE_HASH_ALGORITHM = ' 2021-07-16T18:29:42.6635754Z - 'hashlib.sha384",\r', 2021-07-16T18:29:42.6636352Z - ' "INSECURE_HASH_ALGORITHM = ' 2021-07-16T18:29:42.6641086Z - 'hashlib.md5",\r', 2021-07-16T18:29:42.6641883Z - ' " >>> import hashlib",\r', 2021-07-16T18:29:42.6642507Z - ' " >>> expected_sha384_hash = ' 2021-07-16T18:29:42.6643432Z - 'hashlib.sha384(correct_contents).hexdigest()",\r', 2021-07-16T18:29:42.6644038Z - ' "import hashlib",\r', 2021-07-16T18:29:42.6647485Z - ' " # ---- BEGIN Python ' 2021-07-16T18:29:42.6648102Z - 'hashlib docs ----",\r', 2021-07-16T18:29:42.6648642Z - ' " # ---- END Python hashlib ' 2021-07-16T18:29:42.6649332Z - 'docs ----",\r', 2021-07-16T18:29:42.6649837Z - " ' hashed_password = " 2021-07-16T18:29:42.6653554Z - 'hashlib.pbkdf2_hmac("sha384", password, salt, ' 2021-07-16T18:29:42.6654173Z - "100000)',\r", 2021-07-16T18:29:42.6654652Z - ' "import hashlib",\r', 2021-07-16T18:29:42.6655208Z - ' " calculated = hmac.new(key, ' 2021-07-16T18:29:42.6656054Z - 'body, hashlib.sha1).hexdigest()",\r']} 2021-07-16T18:29:42.6659562Z 2021-07-16T18:29:42.6660258Z ---------------------------------------------------------------------- 2021-07-16T18:29:42.6660863Z Ran 347 tests in 42.635s 2021-07-16T18:29:42.6661146Z 2021-07-16T18:29:42.6661746Z FAILED (failures=3, errors=7, skipped=44) 2021-07-16T18:29:42.6662594Z Test failed: 2021-07-16T18:29:42.6666842Z error: Test failed: 2021-07-16T18:29:42.6668130Z $ C:\hostedtoolcache\windows\Python\3.8.10\x64\python.exe d:\a\dffml\dffml\scripts\docs.py 2021-07-16T18:29:42.6669149Z $ C:\hostedtoolcache\windows\Python\3.8.10\x64\python.exe d:\a\dffml\dffml\scripts\docs_api.py 2021-07-16T18:29:42.6675344Z $ sphinx-build -W -b html docs C:\Users\RUNNER~1\AppData\Local\Temp\tmp0fsraltk 2021-07-16T18:29:42.6675904Z 2021-07-16T18:29:42.6682898Z Writing {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} C:\Users\RUNNER~1\AppData\Local\Temp\tmpt8psymb9\dataset.csv 2021-07-16T18:29:42.6684793Z f1,ans 2021-07-16T18:29:42.6685148Z 0.1,0 2021-07-16T18:29:42.6685466Z 0.7,1 2021-07-16T18:29:42.6689804Z 0.6,1 2021-07-16T18:29:42.6690267Z 0.2,0 2021-07-16T18:29:42.6690628Z 0.8,1 2021-07-16T18:29:42.6690873Z 2021-07-16T18:29:42.6691110Z 2021-07-16T18:29:42.6694827Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'train', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:42.6700625Z 2021-07-16T18:29:42.6702235Z 2021-07-16T18:29:42.6703345Z Running ['dffml', 'train', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'] 2021-07-16T18:29:42.6704259Z 2021-07-16T18:29:42.6704477Z 2021-07-16T18:29:42.6707700Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'accuracy', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:42.6714427Z 2021-07-16T18:29:42.6714676Z 2021-07-16T18:29:42.6715751Z Running ['dffml', 'accuracy', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'dataset.csv'] 2021-07-16T18:29:42.6716645Z 2021-07-16T18:29:42.6716878Z 2021-07-16T18:29:42.6718819Z Writing {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} C:\Users\RUNNER~1\AppData\Local\Temp\tmpt8psymb9\predict.csv 2021-07-16T18:29:42.6724149Z f1 2021-07-16T18:29:42.6724568Z 0.8 2021-07-16T18:29:42.6724821Z 2021-07-16T18:29:42.6725049Z 2021-07-16T18:29:42.6728165Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'predict', 'all', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'predict.csv'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:42.6730919Z 2021-07-16T18:29:42.6731140Z 2021-07-16T18:29:42.6735658Z Running ['dffml', 'predict', 'all', '-model', 'slr', '-model-features', 'f1:float:1', '-model-predict', 'ans:int:1', '-model-location', 'tempdir', '-sources', 'f=csv', '-source-filename', 'predict.csv'] 2021-07-16T18:29:42.6736550Z 2021-07-16T18:29:42.6736777Z 2021-07-16T18:29:42.6738549Z Copying {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} D:\a\dffml\dffml\docs\../examples/model/slr/slr.py C:\Users\RUNNER~1\AppData\Local\Temp\tmpt8psymb9\slr.py None 2021-07-16T18:29:42.6740507Z from dffml import Features, Feature, SLRModel 2021-07-16T18:29:42.6744349Z from dffml.noasync import train, accuracy, predict 2021-07-16T18:29:42.6744831Z 2021-07-16T18:29:42.6745187Z model = SLRModel( 2021-07-16T18:29:42.6745718Z features=Features(Feature("f1", float, 1)), 2021-07-16T18:29:42.6746473Z predict=Feature("ans", int, 1), 2021-07-16T18:29:42.6746932Z location="tempdir", 2021-07-16T18:29:42.6751189Z ) 2021-07-16T18:29:42.6751588Z 2021-07-16T18:29:42.6751940Z # Train the model 2021-07-16T18:29:42.6752412Z train(model, "dataset.csv") 2021-07-16T18:29:42.6753292Z 2021-07-16T18:29:42.6753820Z # Assess accuracy (alternate way of specifying data source) 2021-07-16T18:29:42.6757887Z print("Accuracy:", accuracy(model, "dataset.csv")) 2021-07-16T18:29:42.6758315Z 2021-07-16T18:29:42.6758891Z # Make prediction 2021-07-16T18:29:42.6759505Z for i, features, prediction in predict(model, {"f1": 0.8, "ans": 0}): 2021-07-16T18:29:42.6760235Z features["ans"] = prediction["ans"]["value"] 2021-07-16T18:29:42.6763565Z print(features) 2021-07-16T18:29:42.6763855Z 2021-07-16T18:29:42.6764097Z 2021-07-16T18:29:42.6766843Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpt8psymb9', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['python', 'slr.py'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:42.6769944Z 2021-07-16T18:29:42.6770208Z 2021-07-16T18:29:42.6774087Z Running ['C:\\hostedtoolcache\\windows\\Python\\3.8.10\\x64\\python.exe', 'slr.py'] 2021-07-16T18:29:42.6774747Z 2021-07-16T18:29:42.6774994Z 2021-07-16T18:29:42.6776932Z Writing {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp03ndfv49', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} C:\Users\RUNNER~1\AppData\Local\Temp\tmp03ndfv49\my_training.csv 2021-07-16T18:29:42.6780009Z feed,face,dead,beef 2021-07-16T18:29:42.6780534Z 0.0,0,0,0 2021-07-16T18:29:42.6784157Z 0.1,1,10,100 2021-07-16T18:29:42.6784500Z 0.2,2,20,200 2021-07-16T18:29:42.6784860Z 0.3,3,30,300 2021-07-16T18:29:42.6785182Z 0.4,4,40,400 2021-07-16T18:29:42.6785431Z 2021-07-16T18:29:42.6785666Z 2021-07-16T18:29:42.6791395Z Running {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp03ndfv49', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} SimpleHTTPServerCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': '8080', 'cmd': ['python3', '-m', 'http.server', '8080'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': , 'ts': None}) 2021-07-16T18:29:42.6794003Z 2021-07-16T18:29:42.6794245Z 2021-07-16T18:29:42.6796422Z Copying {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp03ndfv49', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}, 'HTTP_SERVER': {'8080': 50193}} D:\a\dffml\dffml\docs\../examples/source/dataset/base/dataset_source/my_training.py C:\Users\RUNNER~1\AppData\Local\Temp\tmp03ndfv49\my_training.py None 2021-07-16T18:29:42.6798680Z import pathlib 2021-07-16T18:29:42.6802871Z 2021-07-16T18:29:42.6803463Z from dffml.source.csv import CSVSource 2021-07-16T18:29:42.6804232Z from dffml.source.dataset import dataset_source 2021-07-16T18:29:42.6805129Z from dffml.util.net import cached_download, DEFAULT_PROTOCOL_ALLOWLIST 2021-07-16T18:29:42.6805887Z 2021-07-16T18:29:42.6806093Z 2021-07-16T18:29:42.6809972Z @dataset_source("my.training") 2021-07-16T18:29:42.6810660Z async def my_training_dataset( 2021-07-16T18:29:42.6811583Z url: str = "http://download.example.com/data/my_training.csv", 2021-07-16T18:29:42.6813972Z expected_sha384_hash: str = "db9ec70abdc8b74bcf91a7399144dd15fc01e3dad91bbbe3c41fbbe33065b98a3e06e8e0ba053d850d7dc19e6837310e", 2021-07-16T18:29:42.6815910Z cache_dir: pathlib.Path = ( 2021-07-16T18:29:42.6819294Z pathlib.Path("~", ".cache", "dffml", "datasets", "my") 2021-07-16T18:29:42.6819914Z .expanduser() 2021-07-16T18:29:42.6820374Z .resolve() 2021-07-16T18:29:42.6820750Z ), 2021-07-16T18:29:42.6821107Z ): 2021-07-16T18:29:42.6825043Z # Download the file from the url give, place the downloaded file at 2021-07-16T18:29:42.6825855Z # ~/.cache/dffml/datasets/my/training.csv. Ensure the SHA 384 hash 2021-07-16T18:29:42.6826677Z # of the download's contents is equal the the expected value 2021-07-16T18:29:42.6827524Z filepath = await cached_download( 2021-07-16T18:29:42.6827970Z url, 2021-07-16T18:29:42.6831619Z cache_dir / "training.csv", 2021-07-16T18:29:42.6832144Z expected_sha384_hash, 2021-07-16T18:29:42.6832818Z protocol_allowlist=["http://"] + DEFAULT_PROTOCOL_ALLOWLIST, 2021-07-16T18:29:42.6833549Z ) 2021-07-16T18:29:42.6833987Z # Create a source using downloaded file 2021-07-16T18:29:42.6837625Z yield CSVSource(filename=str(filepath)) 2021-07-16T18:29:42.6838009Z 2021-07-16T18:29:42.6838337Z 2021-07-16T18:29:42.6840488Z Copying {'root': 'D:\\a\\dffml\\dffml', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp03ndfv49', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}, 'HTTP_SERVER': {'8080': 50193}} D:\a\dffml\dffml\docs\../examples/source/dataset/base/dataset_source/my_training_run.py C:\Users\RUNNER~1\AppData\Local\Temp\tmp03ndfv49\run.py None 2021-07-16T18:29:42.6842708Z import sys 2021-07-16T18:29:42.6845995Z import pathlib 2021-07-16T18:29:42.6846576Z import unittest 2021-07-16T18:29:42.6847011Z import asyncio 2021-07-16T18:29:42.6847304Z 2021-07-16T18:29:42.6847715Z from dffml import load 2021-07-16T18:29:42.6848024Z 2021-07-16T18:29:42.6851181Z from my_training import my_training_dataset 2021-07-16T18:29:42.6852046Z 2021-07-16T18:29:42.6852305Z 2021-07-16T18:29:42.6852718Z async def main(): 2021-07-16T18:29:42.6853373Z # Grab arguments from command line 2021-07-16T18:29:42.6853895Z url = sys.argv[1] 2021-07-16T18:29:42.6857392Z cache_dir = pathlib.Path(sys.argv[2]) 2021-07-16T18:29:42.6857759Z 2021-07-16T18:29:42.6858330Z # Usage via Source class set as property .source of function 2021-07-16T18:29:42.6858952Z records = [ 2021-07-16T18:29:42.6859344Z record 2021-07-16T18:29:42.6862711Z async for record in load( 2021-07-16T18:29:42.6863465Z my_training_dataset.source(url=url, cache_dir=cache_dir) 2021-07-16T18:29:42.6863997Z ) 2021-07-16T18:29:42.6864393Z ] 2021-07-16T18:29:42.6864630Z 2021-07-16T18:29:42.6865223Z # Create a test case to do comparisons 2021-07-16T18:29:42.6869219Z tc = unittest.TestCase() 2021-07-16T18:29:42.6869607Z 2021-07-16T18:29:42.6870055Z tc.assertEqual(len(records), 5) 2021-07-16T18:29:42.6870658Z tc.assertDictEqual( 2021-07-16T18:29:42.6871208Z records[0].export(), 2021-07-16T18:29:42.6874742Z { 2021-07-16T18:29:42.6875173Z "key": "0", 2021-07-16T18:29:42.6875693Z "features": {"feed": 0.0, "face": 0, "dead": 0, "beef": 0}, 2021-07-16T18:29:42.6876184Z "extra": {}, 2021-07-16T18:29:42.6876565Z }, 2021-07-16T18:29:42.6880267Z ) 2021-07-16T18:29:42.6881618Z 2021-07-16T18:29:42.6882142Z # Usage as context manager to create source 2021-07-16T18:29:42.6882876Z async with my_training_dataset(url=url, cache_dir=cache_dir) as source: 2021-07-16T18:29:42.6883623Z records = records = [record async for record in load(source)] 2021-07-16T18:29:42.6887005Z tc.assertEqual(len(records), 5) 2021-07-16T18:29:42.6887727Z tc.assertDictEqual( 2021-07-16T18:29:42.6888255Z records[2].export(), 2021-07-16T18:29:42.6888854Z { 2021-07-16T18:29:42.6889360Z "key": "2", 2021-07-16T18:29:42.6893189Z "features": {"feed": 0.2, "face": 2, "dead": 20, "beef": 200}, 2021-07-16T18:29:42.6893846Z "extra": {}, 2021-07-16T18:29:42.6894233Z }, 2021-07-16T18:29:42.6894605Z ) 2021-07-16T18:29:42.6894852Z 2021-07-16T18:29:42.6895087Z 2021-07-16T18:29:42.6898686Z if __name__ == "__main__": 2021-07-16T18:29:42.6899183Z asyncio.run(main()) 2021-07-16T18:29:42.6899501Z 2021-07-16T18:29:42.6899731Z 2021-07-16T18:29:42.6904068Z Running {'root': 'D:\\a\\dffml\\dffml\\docs', 'docs': 'D:\\a\\dffml\\dffml\\docs', 'cwd': 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp6r6vhwwf', 'stack': , 'astack': , 'daemons': {}, 'no_serialize': {'daemons', 'astack', 'stack'}} ConsoleCommand({'poll_until': False, 'compare_output': None, 'compare_output_imports': None, 'ignore_errors': False, 'daemon': None, 'cmd': ['dffml', 'list', 'records', '-sources', 'training=iris.training'], 'daemon_proc': None, 'replace': None, 'stdin': None, 'stdin_fileobj': None, 'stack': }) 2021-07-16T18:29:42.6906749Z 2021-07-16T18:29:42.6911170Z 2021-07-16T18:29:42.6911996Z Running ['dffml', 'list', 'records', '-sources', 'training=iris.training'] 2021-07-16T18:29:42.6912509Z 2021-07-16T18:29:42.6912758Z 2021-07-16T18:29:42.6913534Z Running ['C:\\hostedtoolcache\\windows\\Python\\3.8.10\\x64\\python.exe', '-c', "print('Hello\\nWorld')"] 2021-07-16T18:29:42.6914168Z 2021-07-16T18:29:42.6914375Z 2021-07-16T18:29:42.6917682Z Running ['grep', 'Hello'] 2021-07-16T18:29:42.6918054Z 2021-07-16T18:29:47.1727519Z alabaster==0.7.12 2021-07-16T18:29:47.1728479Z appdirs==1.4.4 2021-07-16T18:29:47.1729169Z async-generator==1.10 2021-07-16T18:29:47.1729697Z attrs==21.2.0 2021-07-16T18:29:47.1734513Z Babel==2.9.1 2021-07-16T18:29:47.1735078Z backcall==0.2.0 2021-07-16T18:29:47.1735783Z backports.entry-points-selectable==1.1.0 2021-07-16T18:29:47.1736989Z black==19.10b0 2021-07-16T18:29:47.1740263Z bleach==3.3.1 2021-07-16T18:29:47.1740689Z certifi==2021.5.30 2021-07-16T18:29:47.1741460Z cfgv==3.3.0 2021-07-16T18:29:47.1742175Z charset-normalizer==2.0.3 2021-07-16T18:29:47.1743040Z click==8.0.1 2021-07-16T18:29:47.1743439Z codecov==2.1.11 2021-07-16T18:29:47.1743811Z colorama==0.4.4 2021-07-16T18:29:47.1744233Z commonmark==0.9.1 2021-07-16T18:29:47.1745199Z coverage==5.5 2021-07-16T18:29:47.1745527Z cycler==0.10.0 2021-07-16T18:29:47.1745887Z debugpy==1.3.0 2021-07-16T18:29:47.1746258Z decorator==5.0.9 2021-07-16T18:29:47.1746607Z defusedxml==0.7.1 2021-07-16T18:29:47.1747394Z -e git+https://github.com/intel/dffml@5c1d437eac2b2e48a20866664faef607a42fe2d9#egg=dffml 2021-07-16T18:29:47.1748830Z distlib==0.3.2 2021-07-16T18:29:47.1749293Z docutils==0.16 2021-07-16T18:29:47.1749742Z EditorConfig==0.12.3 2021-07-16T18:29:47.1750170Z entrypoints==0.3 2021-07-16T18:29:47.1750616Z filelock==3.0.12 2021-07-16T18:29:47.1751583Z httptest==0.0.17 2021-07-16T18:29:47.1751913Z identify==2.2.11 2021-07-16T18:29:47.1752269Z idna==3.2 2021-07-16T18:29:47.1752634Z imagesize==1.2.0 2021-07-16T18:29:47.1753037Z importlib-metadata==4.6.1 2021-07-16T18:29:47.1753495Z ipykernel==6.0.2 2021-07-16T18:29:47.1753827Z ipython==7.25.0 2021-07-16T18:29:47.1754248Z ipython-genutils==0.2.0 2021-07-16T18:29:47.1754665Z jedi==0.18.0 2021-07-16T18:29:47.1755195Z Jinja2==3.0.1 2021-07-16T18:29:47.1755578Z jsbeautifier==1.14.0 2021-07-16T18:29:47.1755981Z jsonschema==3.2.0 2021-07-16T18:29:47.1756359Z jupyter-client==6.1.12 2021-07-16T18:29:47.1756794Z jupyter-core==4.7.1 2021-07-16T18:29:47.1757224Z jupyterlab-pygments==0.1.2 2021-07-16T18:29:47.1757669Z keyring==23.0.1 2021-07-16T18:29:47.1758053Z kiwisolver==1.3.1 2021-07-16T18:29:47.1758403Z MarkupSafe==2.0.1 2021-07-16T18:29:47.1758795Z matplotlib==3.4.2 2021-07-16T18:29:47.1760861Z matplotlib-inline==0.1.2 2021-07-16T18:29:47.1761278Z mistune==0.8.4 2021-07-16T18:29:47.1761656Z nbclient==0.5.3 2021-07-16T18:29:47.1761999Z nbconvert==6.1.0 2021-07-16T18:29:47.1762385Z nbformat==5.1.3 2021-07-16T18:29:47.1762776Z nbsphinx==0.8.6 2021-07-16T18:29:47.1763147Z nbsphinx-link==1.3.0 2021-07-16T18:29:47.1763735Z nest-asyncio==1.5.1 2021-07-16T18:29:47.1764128Z nodeenv==1.6.0 2021-07-16T18:29:47.1764440Z numpy==1.21.0 2021-07-16T18:29:47.1764805Z packaging==21.0 2021-07-16T18:29:47.1765177Z pandocfilters==1.4.3 2021-07-16T18:29:47.1765575Z parso==0.8.2 2021-07-16T18:29:47.1765942Z pathspec==0.8.1 2021-07-16T18:29:47.1766292Z pickleshare==0.7.5 2021-07-16T18:29:47.1766732Z Pillow==8.3.1 2021-07-16T18:29:47.1767049Z pkginfo==1.7.1 2021-07-16T18:29:47.1767440Z platformdirs==2.0.2 2021-07-16T18:29:47.1767850Z pre-commit==2.13.0 2021-07-16T18:29:47.1768231Z prompt-toolkit==3.0.19 2021-07-16T18:29:47.1768646Z Pygments==2.9.0 2021-07-16T18:29:47.1769122Z pyparsing==2.4.7 2021-07-16T18:29:47.1769485Z pyrsistent==0.18.0 2021-07-16T18:29:47.1769920Z python-dateutil==2.8.2 2021-07-16T18:29:47.1770277Z pytz==2021.1 2021-07-16T18:29:47.1770629Z pywin32==301 2021-07-16T18:29:47.1771032Z pywin32-ctypes==0.2.0 2021-07-16T18:29:47.1771531Z PyYAML==5.4.1 2021-07-16T18:29:47.1771929Z pyzmq==22.1.0 2021-07-16T18:29:47.1772342Z readme-renderer==29.0 2021-07-16T18:29:47.1772739Z recommonmark==0.7.1 2021-07-16T18:29:47.1773125Z regex==2021.7.6 2021-07-16T18:29:47.1773795Z requests==2.26.0 2021-07-16T18:29:47.1774365Z requests-toolbelt==0.9.1 2021-07-16T18:29:47.1774874Z rfc3986==1.5.0 2021-07-16T18:29:47.1775364Z six==1.16.0 2021-07-16T18:29:47.1775876Z snowballstemmer==2.1.0 2021-07-16T18:29:47.1776391Z Sphinx==4.1.1 2021-07-16T18:29:47.1776932Z sphinx-rtd-theme==0.5.2 2021-07-16T18:29:47.1777488Z sphinx-tabs==3.1.0 2021-07-16T18:29:47.1778118Z sphinxcontrib-applehelp==1.0.2 2021-07-16T18:29:47.1778789Z sphinxcontrib-devhelp==1.0.2 2021-07-16T18:29:47.1779878Z sphinxcontrib-htmlhelp==2.0.0 2021-07-16T18:29:47.1780669Z sphinxcontrib-jsmath==1.0.1 2021-07-16T18:29:47.1781306Z sphinxcontrib-qthelp==1.0.3 2021-07-16T18:29:47.1782067Z sphinxcontrib-serializinghtml==1.1.5 2021-07-16T18:29:47.1782741Z testbook==0.4.2 2021-07-16T18:29:47.1783194Z testpath==0.5.0 2021-07-16T18:29:47.1783674Z toml==0.10.2 2021-07-16T18:29:47.1784142Z tornado==6.1 2021-07-16T18:29:47.1784559Z tqdm==4.61.2 2021-07-16T18:29:47.1785039Z traitlets==5.0.5 2021-07-16T18:29:47.1785523Z twine==3.4.1 2021-07-16T18:29:47.1785963Z typed-ast==1.4.3 2021-07-16T18:29:47.1786455Z urllib3==1.26.6 2021-07-16T18:29:47.1786973Z virtualenv==20.6.0 2021-07-16T18:29:47.1787428Z wcwidth==0.2.5 2021-07-16T18:29:47.1787947Z webencodings==0.5.1 2021-07-16T18:29:47.1788450Z zipp==3.5.0 2021-07-16T18:29:48.1360798Z Post job cleanup. 2021-07-16T18:29:48.2226553Z Cache hit occurred on the primary key Windows-pip-6f830c4f7139b4fe8af8e2295f16acaf8ac9174a481b7310734655b61b9f5cad, not saving cache. 2021-07-16T18:29:48.2509811Z Post job cleanup. 2021-07-16T18:29:51.1002201Z [command]"C:\Program Files\Git\bin\git.exe" version 2021-07-16T18:29:51.1234129Z git version 2.32.0.windows.2 2021-07-16T18:29:51.1484978Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2021-07-16T18:29:51.1723004Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2021-07-16T18:29:51.7067305Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2021-07-16T18:29:51.7267845Z http.https://github.com/.extraheader 2021-07-16T18:29:51.7310892Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader 2021-07-16T18:29:51.7563770Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2021-07-16T18:29:52.2264364Z Cleaning up orphan processes ```
yashlamba commented 3 years ago

This is weird, I'll take a look and update soon.