Advertisement
Kovitikus

Failed Evennia Virtual Environment | Ubuntu 20.04 DO Droplet

Nov 14th, 2020 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.47 KB | None | 0 0
  1. kovitikus@ubuntu-tutorial-test:~/muddev$ python -V
  2.  
  3. Command 'python' not found, did you mean:
  4.  
  5. command 'python3' from deb python3
  6. command 'python' from deb python-is-python3
  7.  
  8. kovitikus@ubuntu-tutorial-test:~/muddev$ python3 -V
  9. Python 3.8.5
  10. kovitikus@ubuntu-tutorial-test:~/muddev$ virtualenv evenv
  11.  
  12. Command 'virtualenv' not found, but can be installed with:
  13.  
  14. sudo apt install python3-virtualenv
  15.  
  16. kovitikus@ubuntu-tutorial-test:~/muddev$ sudo apt install python3-virtualenv
  17. [sudo] password for kovitikus:
  18. Sorry, try again.
  19. [sudo] password for kovitikus:
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. The following additional packages will be installed:
  24. python-pip-whl python3-appdirs python3-distlib python3-filelock
  25. The following NEW packages will be installed:
  26. python-pip-whl python3-appdirs python3-distlib python3-filelock python3-virtualenv
  27. 0 upgraded, 5 newly installed, 0 to remove and 2 not upgraded.
  28. Need to get 1997 kB of archives.
  29. After this operation, 3336 kB of additional disk space will be used.
  30. Do you want to continue? [Y/n] y
  31. Get:1 http://mirrors.digitalocean.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.1 [1799 kB]Get:2 http://mirrors.digitalocean.com/ubuntu focal/main amd64 python3-appdirs all 1.4.3-2.1 [10.8 kB]
  32. Get:3 http://mirrors.digitalocean.com/ubuntu focal/universe amd64 python3-distlib all 0.3.0-1 [116 kB]
  33. Get:4 http://mirrors.digitalocean.com/ubuntu focal/universe amd64 python3-filelock all 3.0.12-2 [7948 B]
  34. Get:5 http://mirrors.digitalocean.com/ubuntu focal/universe amd64 python3-virtualenv all 20.0.17-1 [63.4 kB]
  35. Fetched 1997 kB in 0s (6778 kB/s)
  36. Selecting previously unselected package python-pip-whl.
  37. (Reading database ... 94434 files and directories currently installed.)
  38. Preparing to unpack .../python-pip-whl_20.0.2-5ubuntu1.1_all.deb ...
  39. Unpacking python-pip-whl (20.0.2-5ubuntu1.1) ...
  40. Selecting previously unselected package python3-appdirs.
  41. Preparing to unpack .../python3-appdirs_1.4.3-2.1_all.deb ...
  42. Unpacking python3-appdirs (1.4.3-2.1) ...
  43. Selecting previously unselected package python3-distlib.
  44. Preparing to unpack .../python3-distlib_0.3.0-1_all.deb ...
  45. Unpacking python3-distlib (0.3.0-1) ...
  46. Selecting previously unselected package python3-filelock.
  47. Preparing to unpack .../python3-filelock_3.0.12-2_all.deb ...
  48. Unpacking python3-filelock (3.0.12-2) ...
  49. Selecting previously unselected package python3-virtualenv.
  50. Preparing to unpack .../python3-virtualenv_20.0.17-1_all.deb ...
  51. Unpacking python3-virtualenv (20.0.17-1) ...
  52. Setting up python3-filelock (3.0.12-2) ...
  53. Setting up python3-distlib (0.3.0-1) ...
  54. Setting up python-pip-whl (20.0.2-5ubuntu1.1) ...
  55. Setting up python3-appdirs (1.4.3-2.1) ...
  56. Setting up python3-virtualenv (20.0.17-1) ...
  57. Processing triggers for man-db (2.9.1-1) ...
  58. kovitikus@ubuntu-tutorial-test:~/muddev$ virtualenv evenv
  59. created virtual environment CPython3.8.5.final.0-64 in 564ms
  60. creator CPython3Posix(dest=/home/kovitikus/muddev/evenv, clear=False, global=False)
  61. seeder FromAppData(download=False, urllib3=latest, certifi=latest, appdirs=latest, html5lib=latest, chardet=latest, idna=latest, contextlib2=latest, pytoml=latest, distlib=latest, requests=latest, retrying=latest, CacheControl=latest, colorama=latest, wheel=latest, distro=latest, setuptools=latest, pyparsing=latest, pkg_resources=latest, ipaddr=latest, webencodings=latest, pip=latest, msgpack=latest, pep517=latest, packaging=latest, lockfile=latest, six=latest, progress=latest, via=copy, app_data_dir=/home/kovitikus/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
  62. activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
  63. kovitikus@ubuntu-tutorial-test:~/muddev$ source evenv/bin/activate
  64.  
  65. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$ pip install -e evennia
  66. Obtaining file:///home/kovitikus/muddev/evennia
  67. Installing build dependencies ... done
  68. Getting requirements to build wheel ... done
  69. Preparing wheel metadata ... done
  70. Collecting django-sekizai
  71. Downloading django_sekizai-2.0.0-py3-none-any.whl (12 kB)
  72. Collecting autobahn<21.0.0,>=20.7.1
  73. Downloading autobahn-20.7.1-py2.py3-none-any.whl (1.5 MB)
  74. |████████████████████████████████| 1.5 MB 28.3 MB/s
  75. Collecting black
  76. Downloading black-20.8b1.tar.gz (1.1 MB)
  77. |████████████████████████████████| 1.1 MB 34.1 MB/s
  78. Installing build dependencies ... done
  79. Getting requirements to build wheel ... done
  80. Preparing wheel metadata ... done
  81. Collecting pytz
  82. Downloading pytz-2020.4-py2.py3-none-any.whl (509 kB)
  83. |████████████████████████████████| 509 kB 28.3 MB/s
  84. Collecting model-mommy
  85. Downloading model_mommy-2.0.0-py2.py3-none-any.whl (16 kB)
  86. Collecting twisted<21.0.0,>=20.3.0
  87. Downloading Twisted-20.3.0.tar.bz2 (3.1 MB)
  88. |████████████████████████████████| 3.1 MB 30.8 MB/s
  89. Collecting mock>=1.0.1
  90. Downloading mock-4.0.2-py3-none-any.whl (28 kB)
  91. Collecting django<3.0,>=2.2.5
  92. Downloading Django-2.2.17-py3-none-any.whl (7.5 MB)
  93. |████████████████████████████████| 7.5 MB 18.5 MB/s
  94. Collecting anything
  95. Downloading anything-0.2.1.tar.gz (2.2 kB)
  96. Collecting inflect
  97. Downloading inflect-4.1.0-py3-none-any.whl (31 kB)
  98. Collecting attrs>=19.2.0
  99. Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
  100. |████████████████████████████████| 49 kB 14.0 MB/s
  101. Collecting django-classy-tags>=1
  102. Downloading django_classy_tags-2.0.0-py3-none-any.whl (23 kB)
  103. Collecting txaio>=20.3.1
  104. Downloading txaio-20.4.1-py2.py3-none-any.whl (30 kB)
  105. Collecting cryptography>=2.7
  106. Downloading cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
  107. |████████████████████████████████| 2.6 MB 24.0 MB/s
  108. Requirement already satisfied: appdirs in ./evenv/lib/python3.8/site-packages (from black->evennia==0.9.5) (1.4.3)
  109. Collecting pathspec<1,>=0.6
  110. Downloading pathspec-0.8.1-py2.py3-none-any.whl (28 kB)
  111. Collecting regex>=2020.1.8
  112. Downloading regex-2020.11.13-cp38-cp38-manylinux2014_x86_64.whl (738 kB)
  113. |████████████████████████████████| 738 kB 35.7 MB/s
  114. Collecting typing-extensions>=3.7.4
  115. Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
  116. Collecting click>=7.1.2
  117. Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
  118. |████████████████████████████████| 82 kB 3.0 MB/s
  119. Collecting typed-ast>=1.4.0
  120. Downloading typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl (768 kB)
  121. |████████████████████████████████| 768 kB 26.4 MB/s
  122. Collecting toml>=0.10.1
  123. Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
  124. Collecting mypy-extensions>=0.4.3
  125. Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
  126. Collecting Automat>=0.3.0
  127. Downloading Automat-20.2.0-py2.py3-none-any.whl (31 kB)
  128. Collecting PyHamcrest!=1.10.0,>=1.9.0
  129. Downloading PyHamcrest-2.0.2-py3-none-any.whl (52 kB)
  130. |████████████████████████████████| 52 kB 2.0 MB/s
  131. Collecting constantly>=15.1
  132. Downloading constantly-15.1.0-py2.py3-none-any.whl (7.9 kB)
  133. Collecting hyperlink>=17.1.1
  134. Downloading hyperlink-20.0.1-py2.py3-none-any.whl (48 kB)
  135. |████████████████████████████████| 48 kB 10.4 MB/s
  136. Collecting incremental>=16.10.1
  137. Using cached incremental-17.5.0-py2.py3-none-any.whl (16 kB)
  138. Collecting zope.interface>=4.4.2
  139. Downloading zope.interface-5.2.0-cp38-cp38-manylinux2010_x86_64.whl (244 kB)
  140. |████████████████████████████████| 244 kB 36.4 MB/s
  141. Collecting sqlparse>=0.2.2
  142. Downloading sqlparse-0.4.1-py3-none-any.whl (42 kB)
  143. |████████████████████████████████| 42 kB 2.0 MB/s
  144. Requirement already satisfied: six>=1.4.1 in ./evenv/lib/python3.8/site-packages (from cryptography>=2.7->autobahn<21.0.0,>=20.7.1->evennia==0.9.5) (1.14.0)
  145. Collecting cffi!=1.11.3,>=1.8
  146. Downloading cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl (410 kB)
  147. |████████████████████████████████| 410 kB 38.2 MB/s
  148. Requirement already satisfied: idna>=2.5 in ./evenv/lib/python3.8/site-packages (from hyperlink>=17.1.1->twisted<21.0.0,>=20.3.0->evennia==0.9.5) (2.8)
  149. Requirement already satisfied: setuptools in ./evenv/lib/python3.8/site-packages (from zope.interface>=4.4.2->twisted<21.0.0,>=20.3.0->evennia==0.9.5) (44.0.0)
  150. Collecting pycparser
  151. Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
  152. |████████████████████████████████| 112 kB 27.9 MB/s
  153. Building wheels for collected packages: black, twisted, anything
  154. Building wheel for black (PEP 517) ... done
  155. Created wheel for black: filename=black-20.8b1-py3-none-any.whl size=124186 sha256=5c524e138e8d22a0cccf9a6d9f39766245cf01b6ae8bd990158607ae3b674867
  156. Stored in directory: /home/kovitikus/.cache/pip/wheels/95/a4/59/10cd5378d52f92cdb45025f040e4686e10ae5217961c25fd66
  157. Building wheel for twisted (setup.py) ... error
  158. ERROR: Command errored out with exit status 1:
  159. command: /home/kovitikus/muddev/evenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-dleui31o
  160. cwd: /tmp/pip-install-5qjmfhe5/twisted/
  161. Complete output (953 lines):
  162. running bdist_wheel
  163. running build
  164. running build_py
  165. creating build
  166. creating build/lib.linux-x86_64-3.8
  167. creating build/lib.linux-x86_64-3.8/twisted
  168. copying src/twisted/__main__.py -> build/lib.linux-x86_64-3.8/twisted
  169. copying src/twisted/plugin.py -> build/lib.linux-x86_64-3.8/twisted
  170. copying src/twisted/copyright.py -> build/lib.linux-x86_64-3.8/twisted
  171. copying src/twisted/_version.py -> build/lib.linux-x86_64-3.8/twisted
  172. copying src/twisted/__init__.py -> build/lib.linux-x86_64-3.8/twisted
  173. creating build/lib.linux-x86_64-3.8/twisted/logger
  174. copying src/twisted/logger/_buffer.py -> build/lib.linux-x86_64-3.8/twisted/logger
  175. copying src/twisted/logger/_logger.py -> build/lib.linux-x86_64-3.8/twisted/logger
  176. copying src/twisted/logger/_global.py -> build/lib.linux-x86_64-3.8/twisted/logger
  177. copying src/twisted/logger/_legacy.py -> build/lib.linux-x86_64-3.8/twisted/logger
  178. copying src/twisted/logger/_util.py -> build/lib.linux-x86_64-3.8/twisted/logger
  179. copying src/twisted/logger/_format.py -> build/lib.linux-x86_64-3.8/twisted/logger
  180. copying src/twisted/logger/_io.py -> build/lib.linux-x86_64-3.8/twisted/logger
  181. copying src/twisted/logger/_capture.py -> build/lib.linux-x86_64-3.8/twisted/logger
  182. copying src/twisted/logger/_file.py -> build/lib.linux-x86_64-3.8/twisted/logger
  183. copying src/twisted/logger/_levels.py -> build/lib.linux-x86_64-3.8/twisted/logger
  184. copying src/twisted/logger/_json.py -> build/lib.linux-x86_64-3.8/twisted/logger
  185. copying src/twisted/logger/__init__.py -> build/lib.linux-x86_64-3.8/twisted/logger
  186. copying src/twisted/logger/_observer.py -> build/lib.linux-x86_64-3.8/twisted/logger
  187. copying src/twisted/logger/_stdlib.py -> build/lib.linux-x86_64-3.8/twisted/logger
  188. copying src/twisted/logger/_filter.py -> build/lib.linux-x86_64-3.8/twisted/logger
  189. copying src/twisted/logger/_flatten.py -> build/lib.linux-x86_64-3.8/twisted/logger
  190. creating build/lib.linux-x86_64-3.8/twisted/internet
  191. copying src/twisted/internet/_threadedselect.py -> build/lib.linux-x86_64-3.8/twisted/internet
  192. copying src/twisted/internet/fdesc.py -> build/lib.linux-x86_64-3.8/twisted/internet
  193. copying src/twisted/internet/_signals.py -> build/lib.linux-x86_64-3.8/twisted/internet
  194. copying src/twisted/internet/glib2reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  195. copying src/twisted/internet/error.py -> build/lib.linux-x86_64-3.8/twisted/internet
  196. copying src/twisted/internet/_win32stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  197. copying src/twisted/internet/serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  198. copying src/twisted/internet/win32eventreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  199. copying src/twisted/internet/wxsupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  200. copying src/twisted/internet/udp.py -> build/lib.linux-x86_64-3.8/twisted/internet
  201. copying src/twisted/internet/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/internet
  202. copying src/twisted/internet/gireactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  203. copying src/twisted/internet/kqreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  204. copying src/twisted/internet/epollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  205. copying src/twisted/internet/tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet
  206. copying src/twisted/internet/base.py -> build/lib.linux-x86_64-3.8/twisted/internet
  207. copying src/twisted/internet/address.py -> build/lib.linux-x86_64-3.8/twisted/internet
  208. copying src/twisted/internet/_baseprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet
  209. copying src/twisted/internet/utils.py -> build/lib.linux-x86_64-3.8/twisted/internet
  210. copying src/twisted/internet/default.py -> build/lib.linux-x86_64-3.8/twisted/internet
  211. copying src/twisted/internet/wxreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  212. copying src/twisted/internet/posixbase.py -> build/lib.linux-x86_64-3.8/twisted/internet
  213. copying src/twisted/internet/selectreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  214. copying src/twisted/internet/abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet
  215. copying src/twisted/internet/cfreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  216. copying src/twisted/internet/reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  217. copying src/twisted/internet/_newtls.py -> build/lib.linux-x86_64-3.8/twisted/internet
  218. copying src/twisted/internet/pollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  219. copying src/twisted/internet/_resolver.py -> build/lib.linux-x86_64-3.8/twisted/internet
  220. copying src/twisted/internet/ssl.py -> build/lib.linux-x86_64-3.8/twisted/internet
  221. copying src/twisted/internet/pyuisupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  222. copying src/twisted/internet/inotify.py -> build/lib.linux-x86_64-3.8/twisted/internet
  223. copying src/twisted/internet/endpoints.py -> build/lib.linux-x86_64-3.8/twisted/internet
  224. copying src/twisted/internet/testing.py -> build/lib.linux-x86_64-3.8/twisted/internet
  225. copying src/twisted/internet/gtk2reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  226. copying src/twisted/internet/main.py -> build/lib.linux-x86_64-3.8/twisted/internet
  227. copying src/twisted/internet/tksupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  228. copying src/twisted/internet/_posixserialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  229. copying src/twisted/internet/_idna.py -> build/lib.linux-x86_64-3.8/twisted/internet
  230. copying src/twisted/internet/_posixstdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  231. copying src/twisted/internet/gtk3reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  232. copying src/twisted/internet/stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  233. copying src/twisted/internet/_producer_helpers.py -> build/lib.linux-x86_64-3.8/twisted/internet
  234. copying src/twisted/internet/process.py -> build/lib.linux-x86_64-3.8/twisted/internet
  235. copying src/twisted/internet/_glibbase.py -> build/lib.linux-x86_64-3.8/twisted/internet
  236. copying src/twisted/internet/defer.py -> build/lib.linux-x86_64-3.8/twisted/internet
  237. copying src/twisted/internet/unix.py -> build/lib.linux-x86_64-3.8/twisted/internet
  238. copying src/twisted/internet/asyncioreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  239. copying src/twisted/internet/_pollingfile.py -> build/lib.linux-x86_64-3.8/twisted/internet
  240. copying src/twisted/internet/task.py -> build/lib.linux-x86_64-3.8/twisted/internet
  241. copying src/twisted/internet/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet
  242. copying src/twisted/internet/_dumbwin32proc.py -> build/lib.linux-x86_64-3.8/twisted/internet
  243. copying src/twisted/internet/_sslverify.py -> build/lib.linux-x86_64-3.8/twisted/internet
  244. copying src/twisted/internet/_win32serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  245. copying src/twisted/internet/protocol.py -> build/lib.linux-x86_64-3.8/twisted/internet
  246. copying src/twisted/internet/threads.py -> build/lib.linux-x86_64-3.8/twisted/internet
  247. creating build/lib.linux-x86_64-3.8/twisted/_threads
  248. copying src/twisted/_threads/_ithreads.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  249. copying src/twisted/_threads/_threadworker.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  250. copying src/twisted/_threads/_pool.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  251. copying src/twisted/_threads/_team.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  252. copying src/twisted/_threads/_convenience.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  253. copying src/twisted/_threads/_memory.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  254. copying src/twisted/_threads/__init__.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  255. creating build/lib.linux-x86_64-3.8/twisted/application
  256. copying src/twisted/application/internet.py -> build/lib.linux-x86_64-3.8/twisted/application
  257. copying src/twisted/application/strports.py -> build/lib.linux-x86_64-3.8/twisted/application
  258. copying src/twisted/application/reactors.py -> build/lib.linux-x86_64-3.8/twisted/application
  259. copying src/twisted/application/app.py -> build/lib.linux-x86_64-3.8/twisted/application
  260. copying src/twisted/application/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application
  261. copying src/twisted/application/service.py -> build/lib.linux-x86_64-3.8/twisted/application
  262. creating build/lib.linux-x86_64-3.8/twisted/runner
  263. copying src/twisted/runner/procmontap.py -> build/lib.linux-x86_64-3.8/twisted/runner
  264. copying src/twisted/runner/inetdconf.py -> build/lib.linux-x86_64-3.8/twisted/runner
  265. copying src/twisted/runner/inetdtap.py -> build/lib.linux-x86_64-3.8/twisted/runner
  266. copying src/twisted/runner/procmon.py -> build/lib.linux-x86_64-3.8/twisted/runner
  267. copying src/twisted/runner/inetd.py -> build/lib.linux-x86_64-3.8/twisted/runner
  268. copying src/twisted/runner/__init__.py -> build/lib.linux-x86_64-3.8/twisted/runner
  269. creating build/lib.linux-x86_64-3.8/twisted/mail
  270. copying src/twisted/mail/smtp.py -> build/lib.linux-x86_64-3.8/twisted/mail
  271. copying src/twisted/mail/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/mail
  272. copying src/twisted/mail/_except.py -> build/lib.linux-x86_64-3.8/twisted/mail
  273. copying src/twisted/mail/relay.py -> build/lib.linux-x86_64-3.8/twisted/mail
  274. copying src/twisted/mail/__init__.py -> build/lib.linux-x86_64-3.8/twisted/mail
  275. copying src/twisted/mail/imap4.py -> build/lib.linux-x86_64-3.8/twisted/mail
  276. copying src/twisted/mail/pop3.py -> build/lib.linux-x86_64-3.8/twisted/mail
  277. copying src/twisted/mail/protocols.py -> build/lib.linux-x86_64-3.8/twisted/mail
  278. copying src/twisted/mail/_cred.py -> build/lib.linux-x86_64-3.8/twisted/mail
  279. copying src/twisted/mail/pop3client.py -> build/lib.linux-x86_64-3.8/twisted/mail
  280. creating build/lib.linux-x86_64-3.8/twisted/enterprise
  281. copying src/twisted/enterprise/__init__.py -> build/lib.linux-x86_64-3.8/twisted/enterprise
  282. copying src/twisted/enterprise/adbapi.py -> build/lib.linux-x86_64-3.8/twisted/enterprise
  283. creating build/lib.linux-x86_64-3.8/twisted/spread
  284. copying src/twisted/spread/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/spread
  285. copying src/twisted/spread/banana.py -> build/lib.linux-x86_64-3.8/twisted/spread
  286. copying src/twisted/spread/publish.py -> build/lib.linux-x86_64-3.8/twisted/spread
  287. copying src/twisted/spread/pb.py -> build/lib.linux-x86_64-3.8/twisted/spread
  288. copying src/twisted/spread/util.py -> build/lib.linux-x86_64-3.8/twisted/spread
  289. copying src/twisted/spread/flavors.py -> build/lib.linux-x86_64-3.8/twisted/spread
  290. copying src/twisted/spread/jelly.py -> build/lib.linux-x86_64-3.8/twisted/spread
  291. copying src/twisted/spread/__init__.py -> build/lib.linux-x86_64-3.8/twisted/spread
  292. creating build/lib.linux-x86_64-3.8/twisted/web
  293. copying src/twisted/web/_stan.py -> build/lib.linux-x86_64-3.8/twisted/web
  294. copying src/twisted/web/domhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web
  295. copying src/twisted/web/error.py -> build/lib.linux-x86_64-3.8/twisted/web
  296. copying src/twisted/web/http_headers.py -> build/lib.linux-x86_64-3.8/twisted/web
  297. copying src/twisted/web/tap.py -> build/lib.linux-x86_64-3.8/twisted/web
  298. copying src/twisted/web/iweb.py -> build/lib.linux-x86_64-3.8/twisted/web
  299. copying src/twisted/web/template.py -> build/lib.linux-x86_64-3.8/twisted/web
  300. copying src/twisted/web/demo.py -> build/lib.linux-x86_64-3.8/twisted/web
  301. copying src/twisted/web/http.py -> build/lib.linux-x86_64-3.8/twisted/web
  302. copying src/twisted/web/_element.py -> build/lib.linux-x86_64-3.8/twisted/web
  303. copying src/twisted/web/script.py -> build/lib.linux-x86_64-3.8/twisted/web
  304. copying src/twisted/web/distrib.py -> build/lib.linux-x86_64-3.8/twisted/web
  305. copying src/twisted/web/client.py -> build/lib.linux-x86_64-3.8/twisted/web
  306. copying src/twisted/web/vhost.py -> build/lib.linux-x86_64-3.8/twisted/web
  307. copying src/twisted/web/rewrite.py -> build/lib.linux-x86_64-3.8/twisted/web
  308. copying src/twisted/web/wsgi.py -> build/lib.linux-x86_64-3.8/twisted/web
  309. copying src/twisted/web/static.py -> build/lib.linux-x86_64-3.8/twisted/web
  310. copying src/twisted/web/util.py -> build/lib.linux-x86_64-3.8/twisted/web
  311. copying src/twisted/web/microdom.py -> build/lib.linux-x86_64-3.8/twisted/web
  312. copying src/twisted/web/proxy.py -> build/lib.linux-x86_64-3.8/twisted/web
  313. copying src/twisted/web/resource.py -> build/lib.linux-x86_64-3.8/twisted/web
  314. copying src/twisted/web/_responses.py -> build/lib.linux-x86_64-3.8/twisted/web
  315. copying src/twisted/web/server.py -> build/lib.linux-x86_64-3.8/twisted/web
  316. copying src/twisted/web/_http2.py -> build/lib.linux-x86_64-3.8/twisted/web
  317. copying src/twisted/web/_newclient.py -> build/lib.linux-x86_64-3.8/twisted/web
  318. copying src/twisted/web/sux.py -> build/lib.linux-x86_64-3.8/twisted/web
  319. copying src/twisted/web/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web
  320. copying src/twisted/web/twcgi.py -> build/lib.linux-x86_64-3.8/twisted/web
  321. copying src/twisted/web/xmlrpc.py -> build/lib.linux-x86_64-3.8/twisted/web
  322. copying src/twisted/web/html.py -> build/lib.linux-x86_64-3.8/twisted/web
  323. copying src/twisted/web/guard.py -> build/lib.linux-x86_64-3.8/twisted/web
  324. copying src/twisted/web/_flatten.py -> build/lib.linux-x86_64-3.8/twisted/web
  325. creating build/lib.linux-x86_64-3.8/twisted/trial
  326. copying src/twisted/trial/_asynctest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  327. copying src/twisted/trial/__main__.py -> build/lib.linux-x86_64-3.8/twisted/trial
  328. copying src/twisted/trial/reporter.py -> build/lib.linux-x86_64-3.8/twisted/trial
  329. copying src/twisted/trial/_synctest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  330. copying src/twisted/trial/util.py -> build/lib.linux-x86_64-3.8/twisted/trial
  331. copying src/twisted/trial/runner.py -> build/lib.linux-x86_64-3.8/twisted/trial
  332. copying src/twisted/trial/unittest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  333. copying src/twisted/trial/itrial.py -> build/lib.linux-x86_64-3.8/twisted/trial
  334. copying src/twisted/trial/_asyncrunner.py -> build/lib.linux-x86_64-3.8/twisted/trial
  335. copying src/twisted/trial/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial
  336. creating build/lib.linux-x86_64-3.8/twisted/conch
  337. copying src/twisted/conch/telnet.py -> build/lib.linux-x86_64-3.8/twisted/conch
  338. copying src/twisted/conch/error.py -> build/lib.linux-x86_64-3.8/twisted/conch
  339. copying src/twisted/conch/ls.py -> build/lib.linux-x86_64-3.8/twisted/conch
  340. copying src/twisted/conch/manhole_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch
  341. copying src/twisted/conch/tap.py -> build/lib.linux-x86_64-3.8/twisted/conch
  342. copying src/twisted/conch/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/conch
  343. copying src/twisted/conch/recvline.py -> build/lib.linux-x86_64-3.8/twisted/conch
  344. copying src/twisted/conch/endpoints.py -> build/lib.linux-x86_64-3.8/twisted/conch
  345. copying src/twisted/conch/stdio.py -> build/lib.linux-x86_64-3.8/twisted/conch
  346. copying src/twisted/conch/checkers.py -> build/lib.linux-x86_64-3.8/twisted/conch
  347. copying src/twisted/conch/mixin.py -> build/lib.linux-x86_64-3.8/twisted/conch
  348. copying src/twisted/conch/avatar.py -> build/lib.linux-x86_64-3.8/twisted/conch
  349. copying src/twisted/conch/unix.py -> build/lib.linux-x86_64-3.8/twisted/conch
  350. copying src/twisted/conch/manhole.py -> build/lib.linux-x86_64-3.8/twisted/conch
  351. copying src/twisted/conch/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch
  352. copying src/twisted/conch/ttymodes.py -> build/lib.linux-x86_64-3.8/twisted/conch
  353. copying src/twisted/conch/manhole_ssh.py -> build/lib.linux-x86_64-3.8/twisted/conch
  354. creating build/lib.linux-x86_64-3.8/twisted/scripts
  355. copying src/twisted/scripts/twistd.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  356. copying src/twisted/scripts/htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  357. copying src/twisted/scripts/trial.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  358. copying src/twisted/scripts/__init__.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  359. copying src/twisted/scripts/_twistd_unix.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  360. copying src/twisted/scripts/_twistw.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  361. creating build/lib.linux-x86_64-3.8/twisted/test
  362. copying src/twisted/test/test_tcp_internals.py -> build/lib.linux-x86_64-3.8/twisted/test
  363. copying src/twisted/test/crash_test_dummy.py -> build/lib.linux-x86_64-3.8/twisted/test
  364. copying src/twisted/test/stdio_test_lastwrite.py -> build/lib.linux-x86_64-3.8/twisted/test
  365. copying src/twisted/test/process_twisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  366. copying src/twisted/test/test_sslverify.py -> build/lib.linux-x86_64-3.8/twisted/test
  367. copying src/twisted/test/test_strports.py -> build/lib.linux-x86_64-3.8/twisted/test
  368. copying src/twisted/test/test_socks.py -> build/lib.linux-x86_64-3.8/twisted/test
  369. copying src/twisted/test/test_modules.py -> build/lib.linux-x86_64-3.8/twisted/test
  370. copying src/twisted/test/test_stateful.py -> build/lib.linux-x86_64-3.8/twisted/test
  371. copying src/twisted/test/test_threadable.py -> build/lib.linux-x86_64-3.8/twisted/test
  372. copying src/twisted/test/test_finger.py -> build/lib.linux-x86_64-3.8/twisted/test
  373. copying src/twisted/test/test_amp.py -> build/lib.linux-x86_64-3.8/twisted/test
  374. copying src/twisted/test/test_abstract.py -> build/lib.linux-x86_64-3.8/twisted/test
  375. copying src/twisted/test/test_paths.py -> build/lib.linux-x86_64-3.8/twisted/test
  376. copying src/twisted/test/test_udp.py -> build/lib.linux-x86_64-3.8/twisted/test
  377. copying src/twisted/test/test_reflect.py -> build/lib.linux-x86_64-3.8/twisted/test
  378. copying src/twisted/test/testutils.py -> build/lib.linux-x86_64-3.8/twisted/test
  379. copying src/twisted/test/process_linger.py -> build/lib.linux-x86_64-3.8/twisted/test
  380. copying src/twisted/test/test_ftp_options.py -> build/lib.linux-x86_64-3.8/twisted/test
  381. copying src/twisted/test/stdio_test_hostpeer.py -> build/lib.linux-x86_64-3.8/twisted/test
  382. copying src/twisted/test/test_formmethod.py -> build/lib.linux-x86_64-3.8/twisted/test
  383. copying src/twisted/test/test_nooldstyle.py -> build/lib.linux-x86_64-3.8/twisted/test
  384. copying src/twisted/test/ssl_helpers.py -> build/lib.linux-x86_64-3.8/twisted/test
  385. copying src/twisted/test/test_news.py -> build/lib.linux-x86_64-3.8/twisted/test
  386. copying src/twisted/test/reflect_helper_IE.py -> build/lib.linux-x86_64-3.8/twisted/test
  387. copying src/twisted/test/test_logfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  388. copying src/twisted/test/reflect_helper_VE.py -> build/lib.linux-x86_64-3.8/twisted/test
  389. copying src/twisted/test/test_dirdbm.py -> build/lib.linux-x86_64-3.8/twisted/test
  390. copying src/twisted/test/process_tester.py -> build/lib.linux-x86_64-3.8/twisted/test
  391. copying src/twisted/test/test_context.py -> build/lib.linux-x86_64-3.8/twisted/test
  392. copying src/twisted/test/test_twisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  393. copying src/twisted/test/test_failure.py -> build/lib.linux-x86_64-3.8/twisted/test
  394. copying src/twisted/test/test_pcp.py -> build/lib.linux-x86_64-3.8/twisted/test
  395. copying src/twisted/test/test_compat.py -> build/lib.linux-x86_64-3.8/twisted/test
  396. copying src/twisted/test/process_cmdline.py -> build/lib.linux-x86_64-3.8/twisted/test
  397. copying src/twisted/test/test_stdio.py -> build/lib.linux-x86_64-3.8/twisted/test
  398. copying src/twisted/test/test_tcp.py -> build/lib.linux-x86_64-3.8/twisted/test
  399. copying src/twisted/test/process_signal.py -> build/lib.linux-x86_64-3.8/twisted/test
  400. copying src/twisted/test/test_text.py -> build/lib.linux-x86_64-3.8/twisted/test
  401. copying src/twisted/test/test_iutils.py -> build/lib.linux-x86_64-3.8/twisted/test
  402. copying src/twisted/test/test_roots.py -> build/lib.linux-x86_64-3.8/twisted/test
  403. copying src/twisted/test/test_threads.py -> build/lib.linux-x86_64-3.8/twisted/test
  404. copying src/twisted/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/test
  405. copying src/twisted/test/test_ssl.py -> build/lib.linux-x86_64-3.8/twisted/test
  406. copying src/twisted/test/mock_win32process.py -> build/lib.linux-x86_64-3.8/twisted/test
  407. copying src/twisted/test/test_main.py -> build/lib.linux-x86_64-3.8/twisted/test
  408. copying src/twisted/test/test_application.py -> build/lib.linux-x86_64-3.8/twisted/test
  409. copying src/twisted/test/proto_helpers.py -> build/lib.linux-x86_64-3.8/twisted/test
  410. copying src/twisted/test/test_ftp.py -> build/lib.linux-x86_64-3.8/twisted/test
  411. copying src/twisted/test/test_memcache.py -> build/lib.linux-x86_64-3.8/twisted/test
  412. copying src/twisted/test/process_echoer.py -> build/lib.linux-x86_64-3.8/twisted/test
  413. copying src/twisted/test/test_ident.py -> build/lib.linux-x86_64-3.8/twisted/test
  414. copying src/twisted/test/stdio_test_loseconn.py -> build/lib.linux-x86_64-3.8/twisted/test
  415. copying src/twisted/test/test_rebuild.py -> build/lib.linux-x86_64-3.8/twisted/test
  416. copying src/twisted/test/stdio_test_producer.py -> build/lib.linux-x86_64-3.8/twisted/test
  417. copying src/twisted/test/test_loopback.py -> build/lib.linux-x86_64-3.8/twisted/test
  418. copying src/twisted/test/iosim.py -> build/lib.linux-x86_64-3.8/twisted/test
  419. copying src/twisted/test/process_getenv.py -> build/lib.linux-x86_64-3.8/twisted/test
  420. copying src/twisted/test/process_reader.py -> build/lib.linux-x86_64-3.8/twisted/test
  421. copying src/twisted/test/test_randbytes.py -> build/lib.linux-x86_64-3.8/twisted/test
  422. copying src/twisted/test/stdio_test_consumer.py -> build/lib.linux-x86_64-3.8/twisted/test
  423. copying src/twisted/test/test_log.py -> build/lib.linux-x86_64-3.8/twisted/test
  424. copying src/twisted/test/test_iosim.py -> build/lib.linux-x86_64-3.8/twisted/test
  425. copying src/twisted/test/test_internet.py -> build/lib.linux-x86_64-3.8/twisted/test
  426. copying src/twisted/test/test_sip.py -> build/lib.linux-x86_64-3.8/twisted/test
  427. copying src/twisted/test/test_cooperator.py -> build/lib.linux-x86_64-3.8/twisted/test
  428. copying src/twisted/test/test_plugin.py -> build/lib.linux-x86_64-3.8/twisted/test
  429. copying src/twisted/test/test_adbapi.py -> build/lib.linux-x86_64-3.8/twisted/test
  430. copying src/twisted/test/test_persisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  431. copying src/twisted/test/test_process.py -> build/lib.linux-x86_64-3.8/twisted/test
  432. copying src/twisted/test/process_fds.py -> build/lib.linux-x86_64-3.8/twisted/test
  433. copying src/twisted/test/test_usage.py -> build/lib.linux-x86_64-3.8/twisted/test
  434. copying src/twisted/test/test_task.py -> build/lib.linux-x86_64-3.8/twisted/test
  435. copying src/twisted/test/process_stdinreader.py -> build/lib.linux-x86_64-3.8/twisted/test
  436. copying src/twisted/test/test_policies.py -> build/lib.linux-x86_64-3.8/twisted/test
  437. copying src/twisted/test/test_strerror.py -> build/lib.linux-x86_64-3.8/twisted/test
  438. copying src/twisted/test/stdio_test_write.py -> build/lib.linux-x86_64-3.8/twisted/test
  439. copying src/twisted/test/test_protocols.py -> build/lib.linux-x86_64-3.8/twisted/test
  440. copying src/twisted/test/stdio_test_halfclose.py -> build/lib.linux-x86_64-3.8/twisted/test
  441. copying src/twisted/test/process_tty.py -> build/lib.linux-x86_64-3.8/twisted/test
  442. copying src/twisted/test/test_dict.py -> build/lib.linux-x86_64-3.8/twisted/test
  443. copying src/twisted/test/myrebuilder1.py -> build/lib.linux-x86_64-3.8/twisted/test
  444. copying src/twisted/test/test_threadpool.py -> build/lib.linux-x86_64-3.8/twisted/test
  445. copying src/twisted/test/test_fdesc.py -> build/lib.linux-x86_64-3.8/twisted/test
  446. copying src/twisted/test/plugin_basic.py -> build/lib.linux-x86_64-3.8/twisted/test
  447. copying src/twisted/test/test_htb.py -> build/lib.linux-x86_64-3.8/twisted/test
  448. copying src/twisted/test/test_postfix.py -> build/lib.linux-x86_64-3.8/twisted/test
  449. copying src/twisted/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/test
  450. copying src/twisted/test/plugin_extra1.py -> build/lib.linux-x86_64-3.8/twisted/test
  451. copying src/twisted/test/test_twistd.py -> build/lib.linux-x86_64-3.8/twisted/test
  452. copying src/twisted/test/process_getargv.py -> build/lib.linux-x86_64-3.8/twisted/test
  453. copying src/twisted/test/test_lockfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  454. copying src/twisted/test/test_monkey.py -> build/lib.linux-x86_64-3.8/twisted/test
  455. copying src/twisted/test/test_sob.py -> build/lib.linux-x86_64-3.8/twisted/test
  456. copying src/twisted/test/test_defgen.py -> build/lib.linux-x86_64-3.8/twisted/test
  457. copying src/twisted/test/test_tpfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  458. copying src/twisted/test/myrebuilder2.py -> build/lib.linux-x86_64-3.8/twisted/test
  459. copying src/twisted/test/test_defer.py -> build/lib.linux-x86_64-3.8/twisted/test
  460. copying src/twisted/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/test
  461. copying src/twisted/test/stdio_test_writeseq.py -> build/lib.linux-x86_64-3.8/twisted/test
  462. copying src/twisted/test/plugin_extra2.py -> build/lib.linux-x86_64-3.8/twisted/test
  463. copying src/twisted/test/test_factories.py -> build/lib.linux-x86_64-3.8/twisted/test
  464. copying src/twisted/test/reflect_helper_ZDE.py -> build/lib.linux-x86_64-3.8/twisted/test
  465. copying src/twisted/test/test_shortcut.py -> build/lib.linux-x86_64-3.8/twisted/test
  466. creating build/lib.linux-x86_64-3.8/twisted/plugins
  467. copying src/twisted/plugins/twisted_portforward.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  468. copying src/twisted/plugins/cred_anonymous.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  469. copying src/twisted/plugins/twisted_inet.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  470. copying src/twisted/plugins/cred_memory.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  471. copying src/twisted/plugins/twisted_words.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  472. copying src/twisted/plugins/twisted_ftp.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  473. copying src/twisted/plugins/twisted_socks.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  474. copying src/twisted/plugins/cred_sshkeys.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  475. copying src/twisted/plugins/cred_unix.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  476. copying src/twisted/plugins/twisted_trial.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  477. copying src/twisted/plugins/twisted_names.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  478. copying src/twisted/plugins/cred_file.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  479. copying src/twisted/plugins/twisted_conch.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  480. copying src/twisted/plugins/twisted_web.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  481. copying src/twisted/plugins/twisted_runner.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  482. copying src/twisted/plugins/__init__.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  483. copying src/twisted/plugins/twisted_core.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  484. copying src/twisted/plugins/twisted_reactors.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  485. creating build/lib.linux-x86_64-3.8/twisted/words
  486. copying src/twisted/words/tap.py -> build/lib.linux-x86_64-3.8/twisted/words
  487. copying src/twisted/words/ewords.py -> build/lib.linux-x86_64-3.8/twisted/words
  488. copying src/twisted/words/xmpproutertap.py -> build/lib.linux-x86_64-3.8/twisted/words
  489. copying src/twisted/words/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words
  490. copying src/twisted/words/service.py -> build/lib.linux-x86_64-3.8/twisted/words
  491. copying src/twisted/words/iwords.py -> build/lib.linux-x86_64-3.8/twisted/words
  492. creating build/lib.linux-x86_64-3.8/twisted/cred
  493. copying src/twisted/cred/error.py -> build/lib.linux-x86_64-3.8/twisted/cred
  494. copying src/twisted/cred/strcred.py -> build/lib.linux-x86_64-3.8/twisted/cred
  495. copying src/twisted/cred/credentials.py -> build/lib.linux-x86_64-3.8/twisted/cred
  496. copying src/twisted/cred/portal.py -> build/lib.linux-x86_64-3.8/twisted/cred
  497. copying src/twisted/cred/checkers.py -> build/lib.linux-x86_64-3.8/twisted/cred
  498. copying src/twisted/cred/__init__.py -> build/lib.linux-x86_64-3.8/twisted/cred
  499. copying src/twisted/cred/_digest.py -> build/lib.linux-x86_64-3.8/twisted/cred
  500. creating build/lib.linux-x86_64-3.8/twisted/pair
  501. copying src/twisted/pair/raw.py -> build/lib.linux-x86_64-3.8/twisted/pair
  502. copying src/twisted/pair/ip.py -> build/lib.linux-x86_64-3.8/twisted/pair
  503. copying src/twisted/pair/testing.py -> build/lib.linux-x86_64-3.8/twisted/pair
  504. copying src/twisted/pair/rawudp.py -> build/lib.linux-x86_64-3.8/twisted/pair
  505. copying src/twisted/pair/__init__.py -> build/lib.linux-x86_64-3.8/twisted/pair
  506. copying src/twisted/pair/ethernet.py -> build/lib.linux-x86_64-3.8/twisted/pair
  507. copying src/twisted/pair/tuntap.py -> build/lib.linux-x86_64-3.8/twisted/pair
  508. creating build/lib.linux-x86_64-3.8/twisted/persisted
  509. copying src/twisted/persisted/styles.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  510. copying src/twisted/persisted/sob.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  511. copying src/twisted/persisted/dirdbm.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  512. copying src/twisted/persisted/aot.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  513. copying src/twisted/persisted/crefutil.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  514. copying src/twisted/persisted/__init__.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  515. creating build/lib.linux-x86_64-3.8/twisted/tap
  516. copying src/twisted/tap/portforward.py -> build/lib.linux-x86_64-3.8/twisted/tap
  517. copying src/twisted/tap/socks.py -> build/lib.linux-x86_64-3.8/twisted/tap
  518. copying src/twisted/tap/ftp.py -> build/lib.linux-x86_64-3.8/twisted/tap
  519. copying src/twisted/tap/__init__.py -> build/lib.linux-x86_64-3.8/twisted/tap
  520. creating build/lib.linux-x86_64-3.8/twisted/names
  521. copying src/twisted/names/error.py -> build/lib.linux-x86_64-3.8/twisted/names
  522. copying src/twisted/names/dns.py -> build/lib.linux-x86_64-3.8/twisted/names
  523. copying src/twisted/names/resolve.py -> build/lib.linux-x86_64-3.8/twisted/names
  524. copying src/twisted/names/tap.py -> build/lib.linux-x86_64-3.8/twisted/names
  525. copying src/twisted/names/client.py -> build/lib.linux-x86_64-3.8/twisted/names
  526. copying src/twisted/names/_rfc1982.py -> build/lib.linux-x86_64-3.8/twisted/names
  527. copying src/twisted/names/authority.py -> build/lib.linux-x86_64-3.8/twisted/names
  528. copying src/twisted/names/secondary.py -> build/lib.linux-x86_64-3.8/twisted/names
  529. copying src/twisted/names/server.py -> build/lib.linux-x86_64-3.8/twisted/names
  530. copying src/twisted/names/root.py -> build/lib.linux-x86_64-3.8/twisted/names
  531. copying src/twisted/names/cache.py -> build/lib.linux-x86_64-3.8/twisted/names
  532. copying src/twisted/names/hosts.py -> build/lib.linux-x86_64-3.8/twisted/names
  533. copying src/twisted/names/__init__.py -> build/lib.linux-x86_64-3.8/twisted/names
  534. copying src/twisted/names/srvconnect.py -> build/lib.linux-x86_64-3.8/twisted/names
  535. copying src/twisted/names/common.py -> build/lib.linux-x86_64-3.8/twisted/names
  536. creating build/lib.linux-x86_64-3.8/twisted/protocols
  537. copying src/twisted/protocols/tls.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  538. copying src/twisted/protocols/dict.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  539. copying src/twisted/protocols/basic.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  540. copying src/twisted/protocols/portforward.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  541. copying src/twisted/protocols/amp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  542. copying src/twisted/protocols/finger.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  543. copying src/twisted/protocols/socks.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  544. copying src/twisted/protocols/pcp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  545. copying src/twisted/protocols/htb.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  546. copying src/twisted/protocols/wire.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  547. copying src/twisted/protocols/loopback.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  548. copying src/twisted/protocols/stateful.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  549. copying src/twisted/protocols/ftp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  550. copying src/twisted/protocols/memcache.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  551. copying src/twisted/protocols/sip.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  552. copying src/twisted/protocols/postfix.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  553. copying src/twisted/protocols/policies.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  554. copying src/twisted/protocols/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  555. copying src/twisted/protocols/ident.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  556. creating build/lib.linux-x86_64-3.8/twisted/positioning
  557. copying src/twisted/positioning/base.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  558. copying src/twisted/positioning/ipositioning.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  559. copying src/twisted/positioning/_sentence.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  560. copying src/twisted/positioning/__init__.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  561. copying src/twisted/positioning/nmea.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  562. creating build/lib.linux-x86_64-3.8/twisted/python
  563. copying src/twisted/python/sendmsg.py -> build/lib.linux-x86_64-3.8/twisted/python
  564. copying src/twisted/python/runtime.py -> build/lib.linux-x86_64-3.8/twisted/python
  565. copying src/twisted/python/formmethod.py -> build/lib.linux-x86_64-3.8/twisted/python
  566. copying src/twisted/python/_appdirs.py -> build/lib.linux-x86_64-3.8/twisted/python
  567. copying src/twisted/python/zippath.py -> build/lib.linux-x86_64-3.8/twisted/python
  568. copying src/twisted/python/_textattributes.py -> build/lib.linux-x86_64-3.8/twisted/python
  569. copying src/twisted/python/procutils.py -> build/lib.linux-x86_64-3.8/twisted/python
  570. copying src/twisted/python/htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/python
  571. copying src/twisted/python/modules.py -> build/lib.linux-x86_64-3.8/twisted/python
  572. copying src/twisted/python/threadpool.py -> build/lib.linux-x86_64-3.8/twisted/python
  573. copying src/twisted/python/compat.py -> build/lib.linux-x86_64-3.8/twisted/python
  574. copying src/twisted/python/failure.py -> build/lib.linux-x86_64-3.8/twisted/python
  575. copying src/twisted/python/_url.py -> build/lib.linux-x86_64-3.8/twisted/python
  576. copying src/twisted/python/fakepwd.py -> build/lib.linux-x86_64-3.8/twisted/python
  577. copying src/twisted/python/components.py -> build/lib.linux-x86_64-3.8/twisted/python
  578. copying src/twisted/python/context.py -> build/lib.linux-x86_64-3.8/twisted/python
  579. copying src/twisted/python/systemd.py -> build/lib.linux-x86_64-3.8/twisted/python
  580. copying src/twisted/python/deprecate.py -> build/lib.linux-x86_64-3.8/twisted/python
  581. copying src/twisted/python/_oldstyle.py -> build/lib.linux-x86_64-3.8/twisted/python
  582. copying src/twisted/python/shortcut.py -> build/lib.linux-x86_64-3.8/twisted/python
  583. copying src/twisted/python/util.py -> build/lib.linux-x86_64-3.8/twisted/python
  584. copying src/twisted/python/url.py -> build/lib.linux-x86_64-3.8/twisted/python
  585. copying src/twisted/python/lockfile.py -> build/lib.linux-x86_64-3.8/twisted/python
  586. copying src/twisted/python/logfile.py -> build/lib.linux-x86_64-3.8/twisted/python
  587. copying src/twisted/python/randbytes.py -> build/lib.linux-x86_64-3.8/twisted/python
  588. copying src/twisted/python/syslog.py -> build/lib.linux-x86_64-3.8/twisted/python
  589. copying src/twisted/python/_tzhelper.py -> build/lib.linux-x86_64-3.8/twisted/python
  590. copying src/twisted/python/constants.py -> build/lib.linux-x86_64-3.8/twisted/python
  591. copying src/twisted/python/monkey.py -> build/lib.linux-x86_64-3.8/twisted/python
  592. copying src/twisted/python/_setup.py -> build/lib.linux-x86_64-3.8/twisted/python
  593. copying src/twisted/python/_shellcomp.py -> build/lib.linux-x86_64-3.8/twisted/python
  594. copying src/twisted/python/text.py -> build/lib.linux-x86_64-3.8/twisted/python
  595. copying src/twisted/python/_inotify.py -> build/lib.linux-x86_64-3.8/twisted/python
  596. copying src/twisted/python/_release.py -> build/lib.linux-x86_64-3.8/twisted/python
  597. copying src/twisted/python/__init__.py -> build/lib.linux-x86_64-3.8/twisted/python
  598. copying src/twisted/python/log.py -> build/lib.linux-x86_64-3.8/twisted/python
  599. copying src/twisted/python/release.py -> build/lib.linux-x86_64-3.8/twisted/python
  600. copying src/twisted/python/urlpath.py -> build/lib.linux-x86_64-3.8/twisted/python
  601. copying src/twisted/python/filepath.py -> build/lib.linux-x86_64-3.8/twisted/python
  602. copying src/twisted/python/rebuild.py -> build/lib.linux-x86_64-3.8/twisted/python
  603. copying src/twisted/python/usage.py -> build/lib.linux-x86_64-3.8/twisted/python
  604. copying src/twisted/python/win32.py -> build/lib.linux-x86_64-3.8/twisted/python
  605. copying src/twisted/python/zipstream.py -> build/lib.linux-x86_64-3.8/twisted/python
  606. copying src/twisted/python/threadable.py -> build/lib.linux-x86_64-3.8/twisted/python
  607. copying src/twisted/python/versions.py -> build/lib.linux-x86_64-3.8/twisted/python
  608. copying src/twisted/python/reflect.py -> build/lib.linux-x86_64-3.8/twisted/python
  609. copying src/twisted/python/roots.py -> build/lib.linux-x86_64-3.8/twisted/python
  610. creating build/lib.linux-x86_64-3.8/twisted/logger/test
  611. copying src/twisted/logger/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  612. copying src/twisted/logger/test/test_json.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  613. copying src/twisted/logger/test/test_logger.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  614. copying src/twisted/logger/test/test_observer.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  615. copying src/twisted/logger/test/test_stdlib.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  616. copying src/twisted/logger/test/test_levels.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  617. copying src/twisted/logger/test/test_global.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  618. copying src/twisted/logger/test/test_file.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  619. copying src/twisted/logger/test/test_flatten.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  620. copying src/twisted/logger/test/test_buffer.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  621. copying src/twisted/logger/test/test_io.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  622. copying src/twisted/logger/test/test_filter.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  623. copying src/twisted/logger/test/test_legacy.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  624. copying src/twisted/logger/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  625. copying src/twisted/logger/test/test_capture.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  626. copying src/twisted/logger/test/test_format.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  627. creating build/lib.linux-x86_64-3.8/twisted/internet/test
  628. copying src/twisted/internet/test/test_coroutines.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  629. copying src/twisted/internet/test/test_time.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  630. copying src/twisted/internet/test/test_win32serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  631. copying src/twisted/internet/test/test_endpoints.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  632. copying src/twisted/internet/test/test_sigchld.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  633. copying src/twisted/internet/test/process_connectionlost.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  634. copying src/twisted/internet/test/test_tls.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  635. copying src/twisted/internet/test/modulehelpers.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  636. copying src/twisted/internet/test/test_abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  637. copying src/twisted/internet/test/test_asyncioreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  638. copying src/twisted/internet/test/test_udp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  639. copying src/twisted/internet/test/test_udp_internals.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  640. copying src/twisted/internet/test/test_filedescriptor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  641. copying src/twisted/internet/test/connectionmixins.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  642. copying src/twisted/internet/test/_win32ifaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  643. copying src/twisted/internet/test/_posixifaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  644. copying src/twisted/internet/test/test_posixprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  645. copying src/twisted/internet/test/test_inlinecb.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  646. copying src/twisted/internet/test/test_address.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  647. copying src/twisted/internet/test/test_serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  648. copying src/twisted/internet/test/fakeendpoint.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  649. copying src/twisted/internet/test/test_epollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  650. copying src/twisted/internet/test/test_testing.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  651. copying src/twisted/internet/test/test_stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  652. copying src/twisted/internet/test/test_tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  653. copying src/twisted/internet/test/test_inotify.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  654. copying src/twisted/internet/test/test_base.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  655. copying src/twisted/internet/test/test_threads.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  656. copying src/twisted/internet/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  657. copying src/twisted/internet/test/test_newtls.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  658. copying src/twisted/internet/test/test_main.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  659. copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  660. copying src/twisted/internet/test/reactormixins.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  661. copying src/twisted/internet/test/test_core.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  662. copying src/twisted/internet/test/test_default.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  663. copying src/twisted/internet/test/test_socket.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  664. copying src/twisted/internet/test/test_baseprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  665. copying src/twisted/internet/test/test_fdset.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  666. copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  667. copying src/twisted/internet/test/test_process.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  668. copying src/twisted/internet/test/test_gireactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  669. copying src/twisted/internet/test/test_win32events.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  670. copying src/twisted/internet/test/process_cli.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  671. copying src/twisted/internet/test/process_helper.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  672. copying src/twisted/internet/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  673. copying src/twisted/internet/test/test_pollingfile.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  674. copying src/twisted/internet/test/test_posixbase.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  675. copying src/twisted/internet/test/test_protocol.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  676. copying src/twisted/internet/test/test_iocp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  677. copying src/twisted/internet/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  678. copying src/twisted/internet/test/test_glibbase.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  679. copying src/twisted/internet/test/test_resolver.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  680. creating build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  681. copying src/twisted/internet/iocpreactor/setup.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  682. copying src/twisted/internet/iocpreactor/const.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  683. copying src/twisted/internet/iocpreactor/udp.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  684. copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  685. copying src/twisted/internet/iocpreactor/tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  686. copying src/twisted/internet/iocpreactor/abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  687. copying src/twisted/internet/iocpreactor/reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  688. copying src/twisted/internet/iocpreactor/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  689. creating build/lib.linux-x86_64-3.8/twisted/_threads/test
  690. copying src/twisted/_threads/test/test_memory.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  691. copying src/twisted/_threads/test/test_team.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  692. copying src/twisted/_threads/test/test_threadworker.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  693. copying src/twisted/_threads/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  694. copying src/twisted/_threads/test/test_convenience.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  695. creating build/lib.linux-x86_64-3.8/twisted/application/runner
  696. copying src/twisted/application/runner/_runner.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  697. copying src/twisted/application/runner/_exit.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  698. copying src/twisted/application/runner/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  699. copying src/twisted/application/runner/_pidfile.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  700. creating build/lib.linux-x86_64-3.8/twisted/application/test
  701. copying src/twisted/application/test/test_internet.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  702. copying src/twisted/application/test/test_service.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  703. copying src/twisted/application/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  704. creating build/lib.linux-x86_64-3.8/twisted/application/twist
  705. copying src/twisted/application/twist/_options.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  706. copying src/twisted/application/twist/_twist.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  707. copying src/twisted/application/twist/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  708. creating build/lib.linux-x86_64-3.8/twisted/application/runner/test
  709. copying src/twisted/application/runner/test/test_runner.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  710. copying src/twisted/application/runner/test/test_exit.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  711. copying src/twisted/application/runner/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  712. copying src/twisted/application/runner/test/test_pidfile.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  713. creating build/lib.linux-x86_64-3.8/twisted/application/twist/test
  714. copying src/twisted/application/twist/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  715. copying src/twisted/application/twist/test/test_twist.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  716. copying src/twisted/application/twist/test/test_options.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  717. creating build/lib.linux-x86_64-3.8/twisted/runner/test
  718. copying src/twisted/runner/test/test_inetdconf.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  719. copying src/twisted/runner/test/test_procmon.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  720. copying src/twisted/runner/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  721. copying src/twisted/runner/test/test_procmontap.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  722. creating build/lib.linux-x86_64-3.8/twisted/mail/scripts
  723. copying src/twisted/mail/scripts/mailmail.py -> build/lib.linux-x86_64-3.8/twisted/mail/scripts
  724. creating build/lib.linux-x86_64-3.8/twisted/mail/test
  725. copying src/twisted/mail/test/test_pop3.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  726. copying src/twisted/mail/test/test_pop3client.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  727. copying src/twisted/mail/test/test_mailmail.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  728. copying src/twisted/mail/test/test_smtp.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  729. copying src/twisted/mail/test/test_imap.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  730. copying src/twisted/mail/test/pop3testserver.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  731. copying src/twisted/mail/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  732. creating build/lib.linux-x86_64-3.8/twisted/spread/test
  733. copying src/twisted/spread/test/test_jelly.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  734. copying src/twisted/spread/test/test_pbfailure.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  735. copying src/twisted/spread/test/test_pb.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  736. copying src/twisted/spread/test/test_banana.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  737. copying src/twisted/spread/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  738. creating build/lib.linux-x86_64-3.8/twisted/web/test
  739. copying src/twisted/web/test/test_static.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  740. copying src/twisted/web/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  741. copying src/twisted/web/test/test_template.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  742. copying src/twisted/web/test/test_stan.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  743. copying src/twisted/web/test/injectionhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  744. copying src/twisted/web/test/requesthelper.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  745. copying src/twisted/web/test/test_http2.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  746. copying src/twisted/web/test/test_wsgi.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  747. copying src/twisted/web/test/_util.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  748. copying src/twisted/web/test/test_resource.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  749. copying src/twisted/web/test/test_agent.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  750. copying src/twisted/web/test/test_http_headers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  751. copying src/twisted/web/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  752. copying src/twisted/web/test/test_httpauth.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  753. copying src/twisted/web/test/test_client.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  754. copying src/twisted/web/test/test_newclient.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  755. copying src/twisted/web/test/test_cgi.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  756. copying src/twisted/web/test/test_webclient.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  757. copying src/twisted/web/test/test_flatten.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  758. copying src/twisted/web/test/test_vhost.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  759. copying src/twisted/web/test/test_proxy.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  760. copying src/twisted/web/test/test_distrib.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  761. copying src/twisted/web/test/test_xmlrpc.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  762. copying src/twisted/web/test/test_web__responses.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  763. copying src/twisted/web/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  764. copying src/twisted/web/test/test_web.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  765. copying src/twisted/web/test/test_script.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  766. copying src/twisted/web/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  767. copying src/twisted/web/test/test_html.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  768. copying src/twisted/web/test/test_domhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  769. copying src/twisted/web/test/test_http.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  770. copying src/twisted/web/test/test_xml.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  771. creating build/lib.linux-x86_64-3.8/twisted/web/_auth
  772. copying src/twisted/web/_auth/basic.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  773. copying src/twisted/web/_auth/wrapper.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  774. copying src/twisted/web/_auth/digest.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  775. copying src/twisted/web/_auth/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  776. creating build/lib.linux-x86_64-3.8/twisted/trial/_dist
  777. copying src/twisted/trial/_dist/managercommands.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  778. copying src/twisted/trial/_dist/workercommands.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  779. copying src/twisted/trial/_dist/workerreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  780. copying src/twisted/trial/_dist/workertrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  781. copying src/twisted/trial/_dist/disttrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  782. copying src/twisted/trial/_dist/options.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  783. copying src/twisted/trial/_dist/worker.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  784. copying src/twisted/trial/_dist/distreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  785. copying src/twisted/trial/_dist/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  786. creating build/lib.linux-x86_64-3.8/twisted/trial/test
  787. copying src/twisted/trial/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  788. copying src/twisted/trial/test/weird.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  789. copying src/twisted/trial/test/ordertests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  790. copying src/twisted/trial/test/scripttest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  791. copying src/twisted/trial/test/test_runner.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  792. copying src/twisted/trial/test/test_suppression.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  793. copying src/twisted/trial/test/suppression.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  794. copying src/twisted/trial/test/test_warning.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  795. copying src/twisted/trial/test/mockcustomsuite.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  796. copying src/twisted/trial/test/test_plugins.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  797. copying src/twisted/trial/test/sample.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  798. copying src/twisted/trial/test/mockdoctest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  799. copying src/twisted/trial/test/test_output.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  800. copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  801. copying src/twisted/trial/test/test_doctest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  802. copying src/twisted/trial/test/moduletest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  803. copying src/twisted/trial/test/test_deferred.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  804. copying src/twisted/trial/test/test_log.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  805. copying src/twisted/trial/test/detests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  806. copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  807. copying src/twisted/trial/test/test_keyboard.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  808. copying src/twisted/trial/test/test_assertions.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  809. copying src/twisted/trial/test/test_tests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  810. copying src/twisted/trial/test/test_asyncassertions.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  811. copying src/twisted/trial/test/test_loader.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  812. copying src/twisted/trial/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  813. copying src/twisted/trial/test/erroneous.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  814. copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  815. copying src/twisted/trial/test/novars.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  816. copying src/twisted/trial/test/test_script.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  817. copying src/twisted/trial/test/test_testcase.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  818. copying src/twisted/trial/test/moduleself.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  819. copying src/twisted/trial/test/packages.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  820. copying src/twisted/trial/test/test_reporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  821. copying src/twisted/trial/test/skipping.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  822. creating build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  823. copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  824. copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  825. copying src/twisted/trial/_dist/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  826. copying src/twisted/trial/_dist/test/test_worker.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  827. copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  828. copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  829. copying src/twisted/trial/_dist/test/test_options.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  830. creating build/lib.linux-x86_64-3.8/twisted/conch/ui
  831. copying src/twisted/conch/ui/tkvt100.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  832. copying src/twisted/conch/ui/ansi.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  833. copying src/twisted/conch/ui/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  834. creating build/lib.linux-x86_64-3.8/twisted/conch/ssh
  835. copying src/twisted/conch/ssh/userauth.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  836. copying src/twisted/conch/ssh/sexpy.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  837. copying src/twisted/conch/ssh/transport.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  838. copying src/twisted/conch/ssh/address.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  839. copying src/twisted/conch/ssh/agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  840. copying src/twisted/conch/ssh/connection.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  841. copying src/twisted/conch/ssh/_kex.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  842. copying src/twisted/conch/ssh/factory.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  843. copying src/twisted/conch/ssh/filetransfer.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  844. copying src/twisted/conch/ssh/session.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  845. copying src/twisted/conch/ssh/channel.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  846. copying src/twisted/conch/ssh/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  847. copying src/twisted/conch/ssh/forwarding.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  848. copying src/twisted/conch/ssh/service.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  849. copying src/twisted/conch/ssh/common.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  850. copying src/twisted/conch/ssh/keys.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  851. creating build/lib.linux-x86_64-3.8/twisted/conch/insults
  852. copying src/twisted/conch/insults/window.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  853. copying src/twisted/conch/insults/insults.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  854. copying src/twisted/conch/insults/text.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  855. copying src/twisted/conch/insults/helper.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  856. copying src/twisted/conch/insults/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  857. creating build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  858. copying src/twisted/conch/openssh_compat/factory.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  859. copying src/twisted/conch/openssh_compat/primes.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  860. copying src/twisted/conch/openssh_compat/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  861. creating build/lib.linux-x86_64-3.8/twisted/conch/client
  862. copying src/twisted/conch/client/direct.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  863. copying src/twisted/conch/client/default.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  864. copying src/twisted/conch/client/options.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  865. copying src/twisted/conch/client/agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  866. copying src/twisted/conch/client/connect.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  867. copying src/twisted/conch/client/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  868. copying src/twisted/conch/client/knownhosts.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  869. creating build/lib.linux-x86_64-3.8/twisted/conch/scripts
  870. copying src/twisted/conch/scripts/tkconch.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  871. copying src/twisted/conch/scripts/conch.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  872. copying src/twisted/conch/scripts/ckeygen.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  873. copying src/twisted/conch/scripts/cftp.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  874. copying src/twisted/conch/scripts/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  875. creating build/lib.linux-x86_64-3.8/twisted/conch/test
  876. copying src/twisted/conch/test/test_transport.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  877. copying src/twisted/conch/test/test_endpoints.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  878. copying src/twisted/conch/test/test_insults.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  879. copying src/twisted/conch/test/test_mixin.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  880. copying src/twisted/conch/test/test_channel.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  881. copying src/twisted/conch/test/test_checkers.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  882. copying src/twisted/conch/test/test_manhole.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  883. copying src/twisted/conch/test/test_openssh_compat.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  884. copying src/twisted/conch/test/test_filetransfer.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  885. copying src/twisted/conch/test/test_ckeygen.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  886. copying src/twisted/conch/test/test_agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  887. copying src/twisted/conch/test/test_address.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  888. copying src/twisted/conch/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  889. copying src/twisted/conch/test/test_helper.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  890. copying src/twisted/conch/test/test_cftp.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  891. copying src/twisted/conch/test/test_text.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  892. copying src/twisted/conch/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  893. copying src/twisted/conch/test/loopback.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  894. copying src/twisted/conch/test/test_userauth.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  895. copying src/twisted/conch/test/test_scripts.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  896. copying src/twisted/conch/test/test_default.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  897. copying src/twisted/conch/test/keydata.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  898. copying src/twisted/conch/test/test_telnet.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  899. copying src/twisted/conch/test/test_connection.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  900. copying src/twisted/conch/test/test_window.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  901. copying src/twisted/conch/test/test_manhole_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  902. copying src/twisted/conch/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  903. copying src/twisted/conch/test/test_forwarding.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  904. copying src/twisted/conch/test/test_knownhosts.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  905. copying src/twisted/conch/test/test_ssh.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  906. copying src/twisted/conch/test/test_keys.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  907. copying src/twisted/conch/test/test_conch.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  908. copying src/twisted/conch/test/test_recvline.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  909. copying src/twisted/conch/test/test_session.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  910. creating build/lib.linux-x86_64-3.8/twisted/scripts/test
  911. copying src/twisted/scripts/test/test_scripts.py -> build/lib.linux-x86_64-3.8/twisted/scripts/test
  912. copying src/twisted/scripts/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/scripts/test
  913. creating build/lib.linux-x86_64-3.8/twisted/words/xish
  914. copying src/twisted/words/xish/xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  915. copying src/twisted/words/xish/xpath.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  916. copying src/twisted/words/xish/domish.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  917. copying src/twisted/words/xish/utility.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  918. copying src/twisted/words/xish/xpathparser.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  919. copying src/twisted/words/xish/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  920. creating build/lib.linux-x86_64-3.8/twisted/words/im
  921. copying src/twisted/words/im/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  922. copying src/twisted/words/im/basesupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  923. copying src/twisted/words/im/ircsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  924. copying src/twisted/words/im/pbsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  925. copying src/twisted/words/im/locals.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  926. copying src/twisted/words/im/baseaccount.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  927. copying src/twisted/words/im/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  928. copying src/twisted/words/im/basechat.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  929. creating build/lib.linux-x86_64-3.8/twisted/words/test
  930. copying src/twisted/words/test/test_jabbersasl.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  931. copying src/twisted/words/test/test_xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  932. copying src/twisted/words/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  933. copying src/twisted/words/test/test_domish.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  934. copying src/twisted/words/test/test_jabbercomponent.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  935. copying src/twisted/words/test/test_jabberjid.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  936. copying src/twisted/words/test/test_ircsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  937. copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  938. copying src/twisted/words/test/test_irc_service.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  939. copying src/twisted/words/test/test_xpath.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  940. copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  941. copying src/twisted/words/test/test_basesupport.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  942. copying src/twisted/words/test/test_xmpproutertap.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  943. copying src/twisted/words/test/test_irc.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  944. copying src/twisted/words/test/test_basechat.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  945. copying src/twisted/words/test/test_xishutil.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  946. copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  947. copying src/twisted/words/test/test_service.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  948. copying src/twisted/words/test/test_jabbererror.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  949. copying src/twisted/words/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  950. copying src/twisted/words/test/test_jabberclient.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  951. copying src/twisted/words/test/test_jabberjstrports.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  952. creating build/lib.linux-x86_64-3.8/twisted/words/protocols
  953. copying src/twisted/words/protocols/irc.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols
  954. copying src/twisted/words/protocols/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols
  955. creating build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  956. copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  957. copying src/twisted/words/protocols/jabber/error.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  958. copying src/twisted/words/protocols/jabber/client.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  959. copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  960. copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  961. copying src/twisted/words/protocols/jabber/component.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  962. copying src/twisted/words/protocols/jabber/jid.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  963. copying src/twisted/words/protocols/jabber/sasl.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  964. copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  965. copying src/twisted/words/protocols/jabber/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  966. copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  967. creating build/lib.linux-x86_64-3.8/twisted/cred/test
  968. copying src/twisted/cred/test/test_cred.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  969. copying src/twisted/cred/test/test_strcred.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  970. copying src/twisted/cred/test/test_simpleauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  971. copying src/twisted/cred/test/test_digestauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  972. copying src/twisted/cred/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  973. copying src/twisted/cred/test/test_cramauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  974. creating build/lib.linux-x86_64-3.8/twisted/pair/test
  975. copying src/twisted/pair/test/test_ethernet.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  976. copying src/twisted/pair/test/test_ip.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  977. copying src/twisted/pair/test/test_tuntap.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  978. copying src/twisted/pair/test/test_rawudp.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  979. copying src/twisted/pair/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  980. creating build/lib.linux-x86_64-3.8/twisted/persisted/test
  981. copying src/twisted/persisted/test/test_styles.py -> build/lib.linux-x86_64-3.8/twisted/persisted/test
  982. copying src/twisted/persisted/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/persisted/test
  983. creating build/lib.linux-x86_64-3.8/twisted/names/test
  984. copying src/twisted/names/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  985. copying src/twisted/names/test/test_examples.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  986. copying src/twisted/names/test/test_rootresolve.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  987. copying src/twisted/names/test/test_dns.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  988. copying src/twisted/names/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  989. copying src/twisted/names/test/test_rfc1982.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  990. copying src/twisted/names/test/test_common.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  991. copying src/twisted/names/test/test_client.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  992. copying src/twisted/names/test/test_resolve.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  993. copying src/twisted/names/test/test_srvconnect.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  994. copying src/twisted/names/test/test_names.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  995. copying src/twisted/names/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  996. copying src/twisted/names/test/test_cache.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  997. copying src/twisted/names/test/test_server.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  998. copying src/twisted/names/test/test_hosts.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  999. creating build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1000. copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1001. copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1002. copying src/twisted/protocols/haproxy/_info.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1003. copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1004. copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1005. copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1006. copying src/twisted/protocols/haproxy/_parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1007. copying src/twisted/protocols/haproxy/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1008. creating build/lib.linux-x86_64-3.8/twisted/protocols/test
  1009. copying src/twisted/protocols/test/test_tls.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1010. copying src/twisted/protocols/test/test_basic.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1011. copying src/twisted/protocols/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1012. creating build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1013. copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1014. copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1015. copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1016. copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1017. copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1018. creating build/lib.linux-x86_64-3.8/twisted/positioning/test
  1019. copying src/twisted/positioning/test/test_nmea.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1020. copying src/twisted/positioning/test/test_base.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1021. copying src/twisted/positioning/test/receiver.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1022. copying src/twisted/positioning/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1023. copying src/twisted/positioning/test/test_sentence.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1024. creating build/lib.linux-x86_64-3.8/twisted/python/test
  1025. copying src/twisted/python/test/test_zippath.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1026. copying src/twisted/python/test/test_htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1027. copying src/twisted/python/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1028. copying src/twisted/python/test/test_syslog.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1029. copying src/twisted/python/test/test_zipstream.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1030. copying src/twisted/python/test/test_tzhelper.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1031. copying src/twisted/python/test/test_urlpath.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1032. copying src/twisted/python/test/test_versions.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1033. copying src/twisted/python/test/test_systemd.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1034. copying src/twisted/python/test/deprecatedattributes.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1035. copying src/twisted/python/test/test_dist3.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1036. copying src/twisted/python/test/pullpipe.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1037. copying src/twisted/python/test/test_appdirs.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1038. copying src/twisted/python/test/test_inotify.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1039. copying src/twisted/python/test/test_runtime.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1040. copying src/twisted/python/test/test_deprecate.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1041. copying src/twisted/python/test/test_constants.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1042. copying src/twisted/python/test/modules_helpers.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1043. copying src/twisted/python/test/test_setup.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1044. copying src/twisted/python/test/test_url.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1045. copying src/twisted/python/test/test_components.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1046. copying src/twisted/python/test/test_sendmsg.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1047. copying src/twisted/python/test/test_textattributes.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1048. copying src/twisted/python/test/test_shellcomp.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1049. copying src/twisted/python/test/test_release.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1050. copying src/twisted/python/test/test_fakepwd.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1051. copying src/twisted/python/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1052. running egg_info
  1053. writing src/Twisted.egg-info/PKG-INFO
  1054. writing dependency_links to src/Twisted.egg-info/dependency_links.txt
  1055. writing entry points to src/Twisted.egg-info/entry_points.txt
  1056. writing requirements to src/Twisted.egg-info/requires.txt
  1057. writing top-level names to src/Twisted.egg-info/top_level.txt
  1058. reading manifest file 'src/Twisted.egg-info/SOURCES.txt'
  1059. reading manifest template 'MANIFEST.in'
  1060. warning: no previously-included files matching '*.misc' found under directory 'src/twisted'
  1061. warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted'
  1062. warning: no previously-included files matching '*.doc' found under directory 'src/twisted'
  1063. warning: no previously-included files matching '*.feature' found under directory 'src/twisted'
  1064. warning: no previously-included files matching '*.removal' found under directory 'src/twisted'
  1065. warning: no previously-included files matching 'NEWS' found under directory 'src/twisted'
  1066. warning: no previously-included files matching 'README' found under directory 'src/twisted'
  1067. warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted'
  1068. warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS'
  1069. warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old'
  1070. warning: no previously-included files found matching 'pyproject.toml'
  1071. warning: no previously-included files found matching 'codecov.yml'
  1072. warning: no previously-included files found matching 'appveyor.yml'
  1073. warning: no previously-included files found matching '.coveralls.yml'
  1074. warning: no previously-included files found matching '.circleci'
  1075. warning: no previously-included files matching '*' found under directory '.circleci'
  1076. no previously-included directories found matching 'bin'
  1077. no previously-included directories found matching 'admin'
  1078. no previously-included directories found matching '.travis'
  1079. no previously-included directories found matching '.github'
  1080. warning: no previously-included files found matching 'docs/historic/2003'
  1081. warning: no previously-included files matching '*' found under directory 'docs/historic/2003'
  1082. writing manifest file 'src/Twisted.egg-info/SOURCES.txt'
  1083. copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib.linux-x86_64-3.8/twisted/test
  1084. copying src/twisted/test/key.pem.no_trailing_newline -> build/lib.linux-x86_64-3.8/twisted/test
  1085. copying src/twisted/test/server.pem -> build/lib.linux-x86_64-3.8/twisted/test
  1086. copying src/twisted/test/test_defer.py.3only -> build/lib.linux-x86_64-3.8/twisted/test
  1087. copying src/twisted/python/twisted-completion.zsh -> build/lib.linux-x86_64-3.8/twisted/python
  1088. creating build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  1089. copying src/twisted/python/_pydoctortemplates/common.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  1090. copying src/twisted/python/_pydoctortemplates/index.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  1091. copying src/twisted/python/_pydoctortemplates/summary.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  1092. copying src/twisted/internet/test/_awaittests.py.3only -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1093. copying src/twisted/internet/test/_yieldfromtests.py.3only -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1094. creating build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1095. copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1096. copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1097. copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1098. copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1099. copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  1100. copying src/twisted/internet/iocpreactor/notes.txt -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1101. copying src/twisted/mail/test/rfc822.message -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1102. copying src/twisted/trial/test/_assertiontests.py.3only -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1103. copying src/twisted/words/xish/xpathparser.g -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1104. copying src/twisted/words/im/instancemessenger.glade -> build/lib.linux-x86_64-3.8/twisted/words/im
  1105. copying src/twisted/python/test/_deprecatetests.py.3only -> build/lib.linux-x86_64-3.8/twisted/python/test
  1106. running build_ext
  1107. building 'twisted.test.raiser' extension
  1108. creating build/temp.linux-x86_64-3.8
  1109. creating build/temp.linux-x86_64-3.8/src
  1110. creating build/temp.linux-x86_64-3.8/src/twisted
  1111. creating build/temp.linux-x86_64-3.8/src/twisted/test
  1112. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/kovitikus/muddev/evenv/include -I/usr/include/python3.8 -c src/twisted/test/raiser.c -o build/temp.linux-x86_64-3.8/src/twisted/test/raiser.o
  1113. unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
  1114. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  1115. ----------------------------------------
  1116. ERROR: Failed building wheel for twisted
  1117. Running setup.py clean for twisted
  1118. Building wheel for anything (setup.py) ... done
  1119. Created wheel for anything: filename=anything-0.2.1-py3-none-any.whl size=2774 sha256=4d734858f3c67a47d610be66ba09f034f9aee7933d817aa330982fa91346172a
  1120. Stored in directory: /home/kovitikus/.cache/pip/wheels/26/ce/fe/4744b618b2cbb8a21f0bb079ea125292c2683293e0b4515539
  1121. Successfully built black anything
  1122. Failed to build twisted
  1123. Installing collected packages: sqlparse, pytz, django, django-classy-tags, django-sekizai, txaio, pycparser, cffi, cryptography, autobahn, pathspec, regex, typing-extensions, click, typed-ast, toml, mypy-extensions, black, model-mommy, attrs, Automat, PyHamcrest, constantly, hyperlink, incremental, zope.interface, twisted, mock, anything, inflect, evennia
  1124. Running setup.py install for twisted ... error
  1125. ERROR: Command errored out with exit status 1:
  1126. command: /home/kovitikus/muddev/evenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-lk884fqj/install-record.txt --single-version-externally-managed --compile --install-headers /home/kovitikus/muddev/evenv/include/site/python3.8/twisted
  1127. cwd: /tmp/pip-install-5qjmfhe5/twisted/
  1128. Complete output (953 lines):
  1129. running install
  1130. running build
  1131. running build_py
  1132. creating build
  1133. creating build/lib.linux-x86_64-3.8
  1134. creating build/lib.linux-x86_64-3.8/twisted
  1135. copying src/twisted/__main__.py -> build/lib.linux-x86_64-3.8/twisted
  1136. copying src/twisted/plugin.py -> build/lib.linux-x86_64-3.8/twisted
  1137. copying src/twisted/copyright.py -> build/lib.linux-x86_64-3.8/twisted
  1138. copying src/twisted/_version.py -> build/lib.linux-x86_64-3.8/twisted
  1139. copying src/twisted/__init__.py -> build/lib.linux-x86_64-3.8/twisted
  1140. creating build/lib.linux-x86_64-3.8/twisted/logger
  1141. copying src/twisted/logger/_buffer.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1142. copying src/twisted/logger/_logger.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1143. copying src/twisted/logger/_global.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1144. copying src/twisted/logger/_legacy.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1145. copying src/twisted/logger/_util.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1146. copying src/twisted/logger/_format.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1147. copying src/twisted/logger/_io.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1148. copying src/twisted/logger/_capture.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1149. copying src/twisted/logger/_file.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1150. copying src/twisted/logger/_levels.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1151. copying src/twisted/logger/_json.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1152. copying src/twisted/logger/__init__.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1153. copying src/twisted/logger/_observer.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1154. copying src/twisted/logger/_stdlib.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1155. copying src/twisted/logger/_filter.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1156. copying src/twisted/logger/_flatten.py -> build/lib.linux-x86_64-3.8/twisted/logger
  1157. creating build/lib.linux-x86_64-3.8/twisted/internet
  1158. copying src/twisted/internet/_threadedselect.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1159. copying src/twisted/internet/fdesc.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1160. copying src/twisted/internet/_signals.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1161. copying src/twisted/internet/glib2reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1162. copying src/twisted/internet/error.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1163. copying src/twisted/internet/_win32stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1164. copying src/twisted/internet/serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1165. copying src/twisted/internet/win32eventreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1166. copying src/twisted/internet/wxsupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1167. copying src/twisted/internet/udp.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1168. copying src/twisted/internet/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1169. copying src/twisted/internet/gireactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1170. copying src/twisted/internet/kqreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1171. copying src/twisted/internet/epollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1172. copying src/twisted/internet/tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1173. copying src/twisted/internet/base.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1174. copying src/twisted/internet/address.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1175. copying src/twisted/internet/_baseprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1176. copying src/twisted/internet/utils.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1177. copying src/twisted/internet/default.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1178. copying src/twisted/internet/wxreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1179. copying src/twisted/internet/posixbase.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1180. copying src/twisted/internet/selectreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1181. copying src/twisted/internet/abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1182. copying src/twisted/internet/cfreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1183. copying src/twisted/internet/reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1184. copying src/twisted/internet/_newtls.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1185. copying src/twisted/internet/pollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1186. copying src/twisted/internet/_resolver.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1187. copying src/twisted/internet/ssl.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1188. copying src/twisted/internet/pyuisupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1189. copying src/twisted/internet/inotify.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1190. copying src/twisted/internet/endpoints.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1191. copying src/twisted/internet/testing.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1192. copying src/twisted/internet/gtk2reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1193. copying src/twisted/internet/main.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1194. copying src/twisted/internet/tksupport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1195. copying src/twisted/internet/_posixserialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1196. copying src/twisted/internet/_idna.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1197. copying src/twisted/internet/_posixstdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1198. copying src/twisted/internet/gtk3reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1199. copying src/twisted/internet/stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1200. copying src/twisted/internet/_producer_helpers.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1201. copying src/twisted/internet/process.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1202. copying src/twisted/internet/_glibbase.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1203. copying src/twisted/internet/defer.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1204. copying src/twisted/internet/unix.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1205. copying src/twisted/internet/asyncioreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1206. copying src/twisted/internet/_pollingfile.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1207. copying src/twisted/internet/task.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1208. copying src/twisted/internet/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1209. copying src/twisted/internet/_dumbwin32proc.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1210. copying src/twisted/internet/_sslverify.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1211. copying src/twisted/internet/_win32serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1212. copying src/twisted/internet/protocol.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1213. copying src/twisted/internet/threads.py -> build/lib.linux-x86_64-3.8/twisted/internet
  1214. creating build/lib.linux-x86_64-3.8/twisted/_threads
  1215. copying src/twisted/_threads/_ithreads.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1216. copying src/twisted/_threads/_threadworker.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1217. copying src/twisted/_threads/_pool.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1218. copying src/twisted/_threads/_team.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1219. copying src/twisted/_threads/_convenience.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1220. copying src/twisted/_threads/_memory.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1221. copying src/twisted/_threads/__init__.py -> build/lib.linux-x86_64-3.8/twisted/_threads
  1222. creating build/lib.linux-x86_64-3.8/twisted/application
  1223. copying src/twisted/application/internet.py -> build/lib.linux-x86_64-3.8/twisted/application
  1224. copying src/twisted/application/strports.py -> build/lib.linux-x86_64-3.8/twisted/application
  1225. copying src/twisted/application/reactors.py -> build/lib.linux-x86_64-3.8/twisted/application
  1226. copying src/twisted/application/app.py -> build/lib.linux-x86_64-3.8/twisted/application
  1227. copying src/twisted/application/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application
  1228. copying src/twisted/application/service.py -> build/lib.linux-x86_64-3.8/twisted/application
  1229. creating build/lib.linux-x86_64-3.8/twisted/runner
  1230. copying src/twisted/runner/procmontap.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1231. copying src/twisted/runner/inetdconf.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1232. copying src/twisted/runner/inetdtap.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1233. copying src/twisted/runner/procmon.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1234. copying src/twisted/runner/inetd.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1235. copying src/twisted/runner/__init__.py -> build/lib.linux-x86_64-3.8/twisted/runner
  1236. creating build/lib.linux-x86_64-3.8/twisted/mail
  1237. copying src/twisted/mail/smtp.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1238. copying src/twisted/mail/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1239. copying src/twisted/mail/_except.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1240. copying src/twisted/mail/relay.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1241. copying src/twisted/mail/__init__.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1242. copying src/twisted/mail/imap4.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1243. copying src/twisted/mail/pop3.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1244. copying src/twisted/mail/protocols.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1245. copying src/twisted/mail/_cred.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1246. copying src/twisted/mail/pop3client.py -> build/lib.linux-x86_64-3.8/twisted/mail
  1247. creating build/lib.linux-x86_64-3.8/twisted/enterprise
  1248. copying src/twisted/enterprise/__init__.py -> build/lib.linux-x86_64-3.8/twisted/enterprise
  1249. copying src/twisted/enterprise/adbapi.py -> build/lib.linux-x86_64-3.8/twisted/enterprise
  1250. creating build/lib.linux-x86_64-3.8/twisted/spread
  1251. copying src/twisted/spread/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1252. copying src/twisted/spread/banana.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1253. copying src/twisted/spread/publish.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1254. copying src/twisted/spread/pb.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1255. copying src/twisted/spread/util.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1256. copying src/twisted/spread/flavors.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1257. copying src/twisted/spread/jelly.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1258. copying src/twisted/spread/__init__.py -> build/lib.linux-x86_64-3.8/twisted/spread
  1259. creating build/lib.linux-x86_64-3.8/twisted/web
  1260. copying src/twisted/web/_stan.py -> build/lib.linux-x86_64-3.8/twisted/web
  1261. copying src/twisted/web/domhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web
  1262. copying src/twisted/web/error.py -> build/lib.linux-x86_64-3.8/twisted/web
  1263. copying src/twisted/web/http_headers.py -> build/lib.linux-x86_64-3.8/twisted/web
  1264. copying src/twisted/web/tap.py -> build/lib.linux-x86_64-3.8/twisted/web
  1265. copying src/twisted/web/iweb.py -> build/lib.linux-x86_64-3.8/twisted/web
  1266. copying src/twisted/web/template.py -> build/lib.linux-x86_64-3.8/twisted/web
  1267. copying src/twisted/web/demo.py -> build/lib.linux-x86_64-3.8/twisted/web
  1268. copying src/twisted/web/http.py -> build/lib.linux-x86_64-3.8/twisted/web
  1269. copying src/twisted/web/_element.py -> build/lib.linux-x86_64-3.8/twisted/web
  1270. copying src/twisted/web/script.py -> build/lib.linux-x86_64-3.8/twisted/web
  1271. copying src/twisted/web/distrib.py -> build/lib.linux-x86_64-3.8/twisted/web
  1272. copying src/twisted/web/client.py -> build/lib.linux-x86_64-3.8/twisted/web
  1273. copying src/twisted/web/vhost.py -> build/lib.linux-x86_64-3.8/twisted/web
  1274. copying src/twisted/web/rewrite.py -> build/lib.linux-x86_64-3.8/twisted/web
  1275. copying src/twisted/web/wsgi.py -> build/lib.linux-x86_64-3.8/twisted/web
  1276. copying src/twisted/web/static.py -> build/lib.linux-x86_64-3.8/twisted/web
  1277. copying src/twisted/web/util.py -> build/lib.linux-x86_64-3.8/twisted/web
  1278. copying src/twisted/web/microdom.py -> build/lib.linux-x86_64-3.8/twisted/web
  1279. copying src/twisted/web/proxy.py -> build/lib.linux-x86_64-3.8/twisted/web
  1280. copying src/twisted/web/resource.py -> build/lib.linux-x86_64-3.8/twisted/web
  1281. copying src/twisted/web/_responses.py -> build/lib.linux-x86_64-3.8/twisted/web
  1282. copying src/twisted/web/server.py -> build/lib.linux-x86_64-3.8/twisted/web
  1283. copying src/twisted/web/_http2.py -> build/lib.linux-x86_64-3.8/twisted/web
  1284. copying src/twisted/web/_newclient.py -> build/lib.linux-x86_64-3.8/twisted/web
  1285. copying src/twisted/web/sux.py -> build/lib.linux-x86_64-3.8/twisted/web
  1286. copying src/twisted/web/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web
  1287. copying src/twisted/web/twcgi.py -> build/lib.linux-x86_64-3.8/twisted/web
  1288. copying src/twisted/web/xmlrpc.py -> build/lib.linux-x86_64-3.8/twisted/web
  1289. copying src/twisted/web/html.py -> build/lib.linux-x86_64-3.8/twisted/web
  1290. copying src/twisted/web/guard.py -> build/lib.linux-x86_64-3.8/twisted/web
  1291. copying src/twisted/web/_flatten.py -> build/lib.linux-x86_64-3.8/twisted/web
  1292. creating build/lib.linux-x86_64-3.8/twisted/trial
  1293. copying src/twisted/trial/_asynctest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1294. copying src/twisted/trial/__main__.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1295. copying src/twisted/trial/reporter.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1296. copying src/twisted/trial/_synctest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1297. copying src/twisted/trial/util.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1298. copying src/twisted/trial/runner.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1299. copying src/twisted/trial/unittest.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1300. copying src/twisted/trial/itrial.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1301. copying src/twisted/trial/_asyncrunner.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1302. copying src/twisted/trial/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial
  1303. creating build/lib.linux-x86_64-3.8/twisted/conch
  1304. copying src/twisted/conch/telnet.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1305. copying src/twisted/conch/error.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1306. copying src/twisted/conch/ls.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1307. copying src/twisted/conch/manhole_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1308. copying src/twisted/conch/tap.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1309. copying src/twisted/conch/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1310. copying src/twisted/conch/recvline.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1311. copying src/twisted/conch/endpoints.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1312. copying src/twisted/conch/stdio.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1313. copying src/twisted/conch/checkers.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1314. copying src/twisted/conch/mixin.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1315. copying src/twisted/conch/avatar.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1316. copying src/twisted/conch/unix.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1317. copying src/twisted/conch/manhole.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1318. copying src/twisted/conch/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1319. copying src/twisted/conch/ttymodes.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1320. copying src/twisted/conch/manhole_ssh.py -> build/lib.linux-x86_64-3.8/twisted/conch
  1321. creating build/lib.linux-x86_64-3.8/twisted/scripts
  1322. copying src/twisted/scripts/twistd.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1323. copying src/twisted/scripts/htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1324. copying src/twisted/scripts/trial.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1325. copying src/twisted/scripts/__init__.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1326. copying src/twisted/scripts/_twistd_unix.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1327. copying src/twisted/scripts/_twistw.py -> build/lib.linux-x86_64-3.8/twisted/scripts
  1328. creating build/lib.linux-x86_64-3.8/twisted/test
  1329. copying src/twisted/test/test_tcp_internals.py -> build/lib.linux-x86_64-3.8/twisted/test
  1330. copying src/twisted/test/crash_test_dummy.py -> build/lib.linux-x86_64-3.8/twisted/test
  1331. copying src/twisted/test/stdio_test_lastwrite.py -> build/lib.linux-x86_64-3.8/twisted/test
  1332. copying src/twisted/test/process_twisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  1333. copying src/twisted/test/test_sslverify.py -> build/lib.linux-x86_64-3.8/twisted/test
  1334. copying src/twisted/test/test_strports.py -> build/lib.linux-x86_64-3.8/twisted/test
  1335. copying src/twisted/test/test_socks.py -> build/lib.linux-x86_64-3.8/twisted/test
  1336. copying src/twisted/test/test_modules.py -> build/lib.linux-x86_64-3.8/twisted/test
  1337. copying src/twisted/test/test_stateful.py -> build/lib.linux-x86_64-3.8/twisted/test
  1338. copying src/twisted/test/test_threadable.py -> build/lib.linux-x86_64-3.8/twisted/test
  1339. copying src/twisted/test/test_finger.py -> build/lib.linux-x86_64-3.8/twisted/test
  1340. copying src/twisted/test/test_amp.py -> build/lib.linux-x86_64-3.8/twisted/test
  1341. copying src/twisted/test/test_abstract.py -> build/lib.linux-x86_64-3.8/twisted/test
  1342. copying src/twisted/test/test_paths.py -> build/lib.linux-x86_64-3.8/twisted/test
  1343. copying src/twisted/test/test_udp.py -> build/lib.linux-x86_64-3.8/twisted/test
  1344. copying src/twisted/test/test_reflect.py -> build/lib.linux-x86_64-3.8/twisted/test
  1345. copying src/twisted/test/testutils.py -> build/lib.linux-x86_64-3.8/twisted/test
  1346. copying src/twisted/test/process_linger.py -> build/lib.linux-x86_64-3.8/twisted/test
  1347. copying src/twisted/test/test_ftp_options.py -> build/lib.linux-x86_64-3.8/twisted/test
  1348. copying src/twisted/test/stdio_test_hostpeer.py -> build/lib.linux-x86_64-3.8/twisted/test
  1349. copying src/twisted/test/test_formmethod.py -> build/lib.linux-x86_64-3.8/twisted/test
  1350. copying src/twisted/test/test_nooldstyle.py -> build/lib.linux-x86_64-3.8/twisted/test
  1351. copying src/twisted/test/ssl_helpers.py -> build/lib.linux-x86_64-3.8/twisted/test
  1352. copying src/twisted/test/test_news.py -> build/lib.linux-x86_64-3.8/twisted/test
  1353. copying src/twisted/test/reflect_helper_IE.py -> build/lib.linux-x86_64-3.8/twisted/test
  1354. copying src/twisted/test/test_logfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  1355. copying src/twisted/test/reflect_helper_VE.py -> build/lib.linux-x86_64-3.8/twisted/test
  1356. copying src/twisted/test/test_dirdbm.py -> build/lib.linux-x86_64-3.8/twisted/test
  1357. copying src/twisted/test/process_tester.py -> build/lib.linux-x86_64-3.8/twisted/test
  1358. copying src/twisted/test/test_context.py -> build/lib.linux-x86_64-3.8/twisted/test
  1359. copying src/twisted/test/test_twisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  1360. copying src/twisted/test/test_failure.py -> build/lib.linux-x86_64-3.8/twisted/test
  1361. copying src/twisted/test/test_pcp.py -> build/lib.linux-x86_64-3.8/twisted/test
  1362. copying src/twisted/test/test_compat.py -> build/lib.linux-x86_64-3.8/twisted/test
  1363. copying src/twisted/test/process_cmdline.py -> build/lib.linux-x86_64-3.8/twisted/test
  1364. copying src/twisted/test/test_stdio.py -> build/lib.linux-x86_64-3.8/twisted/test
  1365. copying src/twisted/test/test_tcp.py -> build/lib.linux-x86_64-3.8/twisted/test
  1366. copying src/twisted/test/process_signal.py -> build/lib.linux-x86_64-3.8/twisted/test
  1367. copying src/twisted/test/test_text.py -> build/lib.linux-x86_64-3.8/twisted/test
  1368. copying src/twisted/test/test_iutils.py -> build/lib.linux-x86_64-3.8/twisted/test
  1369. copying src/twisted/test/test_roots.py -> build/lib.linux-x86_64-3.8/twisted/test
  1370. copying src/twisted/test/test_threads.py -> build/lib.linux-x86_64-3.8/twisted/test
  1371. copying src/twisted/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/test
  1372. copying src/twisted/test/test_ssl.py -> build/lib.linux-x86_64-3.8/twisted/test
  1373. copying src/twisted/test/mock_win32process.py -> build/lib.linux-x86_64-3.8/twisted/test
  1374. copying src/twisted/test/test_main.py -> build/lib.linux-x86_64-3.8/twisted/test
  1375. copying src/twisted/test/test_application.py -> build/lib.linux-x86_64-3.8/twisted/test
  1376. copying src/twisted/test/proto_helpers.py -> build/lib.linux-x86_64-3.8/twisted/test
  1377. copying src/twisted/test/test_ftp.py -> build/lib.linux-x86_64-3.8/twisted/test
  1378. copying src/twisted/test/test_memcache.py -> build/lib.linux-x86_64-3.8/twisted/test
  1379. copying src/twisted/test/process_echoer.py -> build/lib.linux-x86_64-3.8/twisted/test
  1380. copying src/twisted/test/test_ident.py -> build/lib.linux-x86_64-3.8/twisted/test
  1381. copying src/twisted/test/stdio_test_loseconn.py -> build/lib.linux-x86_64-3.8/twisted/test
  1382. copying src/twisted/test/test_rebuild.py -> build/lib.linux-x86_64-3.8/twisted/test
  1383. copying src/twisted/test/stdio_test_producer.py -> build/lib.linux-x86_64-3.8/twisted/test
  1384. copying src/twisted/test/test_loopback.py -> build/lib.linux-x86_64-3.8/twisted/test
  1385. copying src/twisted/test/iosim.py -> build/lib.linux-x86_64-3.8/twisted/test
  1386. copying src/twisted/test/process_getenv.py -> build/lib.linux-x86_64-3.8/twisted/test
  1387. copying src/twisted/test/process_reader.py -> build/lib.linux-x86_64-3.8/twisted/test
  1388. copying src/twisted/test/test_randbytes.py -> build/lib.linux-x86_64-3.8/twisted/test
  1389. copying src/twisted/test/stdio_test_consumer.py -> build/lib.linux-x86_64-3.8/twisted/test
  1390. copying src/twisted/test/test_log.py -> build/lib.linux-x86_64-3.8/twisted/test
  1391. copying src/twisted/test/test_iosim.py -> build/lib.linux-x86_64-3.8/twisted/test
  1392. copying src/twisted/test/test_internet.py -> build/lib.linux-x86_64-3.8/twisted/test
  1393. copying src/twisted/test/test_sip.py -> build/lib.linux-x86_64-3.8/twisted/test
  1394. copying src/twisted/test/test_cooperator.py -> build/lib.linux-x86_64-3.8/twisted/test
  1395. copying src/twisted/test/test_plugin.py -> build/lib.linux-x86_64-3.8/twisted/test
  1396. copying src/twisted/test/test_adbapi.py -> build/lib.linux-x86_64-3.8/twisted/test
  1397. copying src/twisted/test/test_persisted.py -> build/lib.linux-x86_64-3.8/twisted/test
  1398. copying src/twisted/test/test_process.py -> build/lib.linux-x86_64-3.8/twisted/test
  1399. copying src/twisted/test/process_fds.py -> build/lib.linux-x86_64-3.8/twisted/test
  1400. copying src/twisted/test/test_usage.py -> build/lib.linux-x86_64-3.8/twisted/test
  1401. copying src/twisted/test/test_task.py -> build/lib.linux-x86_64-3.8/twisted/test
  1402. copying src/twisted/test/process_stdinreader.py -> build/lib.linux-x86_64-3.8/twisted/test
  1403. copying src/twisted/test/test_policies.py -> build/lib.linux-x86_64-3.8/twisted/test
  1404. copying src/twisted/test/test_strerror.py -> build/lib.linux-x86_64-3.8/twisted/test
  1405. copying src/twisted/test/stdio_test_write.py -> build/lib.linux-x86_64-3.8/twisted/test
  1406. copying src/twisted/test/test_protocols.py -> build/lib.linux-x86_64-3.8/twisted/test
  1407. copying src/twisted/test/stdio_test_halfclose.py -> build/lib.linux-x86_64-3.8/twisted/test
  1408. copying src/twisted/test/process_tty.py -> build/lib.linux-x86_64-3.8/twisted/test
  1409. copying src/twisted/test/test_dict.py -> build/lib.linux-x86_64-3.8/twisted/test
  1410. copying src/twisted/test/myrebuilder1.py -> build/lib.linux-x86_64-3.8/twisted/test
  1411. copying src/twisted/test/test_threadpool.py -> build/lib.linux-x86_64-3.8/twisted/test
  1412. copying src/twisted/test/test_fdesc.py -> build/lib.linux-x86_64-3.8/twisted/test
  1413. copying src/twisted/test/plugin_basic.py -> build/lib.linux-x86_64-3.8/twisted/test
  1414. copying src/twisted/test/test_htb.py -> build/lib.linux-x86_64-3.8/twisted/test
  1415. copying src/twisted/test/test_postfix.py -> build/lib.linux-x86_64-3.8/twisted/test
  1416. copying src/twisted/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/test
  1417. copying src/twisted/test/plugin_extra1.py -> build/lib.linux-x86_64-3.8/twisted/test
  1418. copying src/twisted/test/test_twistd.py -> build/lib.linux-x86_64-3.8/twisted/test
  1419. copying src/twisted/test/process_getargv.py -> build/lib.linux-x86_64-3.8/twisted/test
  1420. copying src/twisted/test/test_lockfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  1421. copying src/twisted/test/test_monkey.py -> build/lib.linux-x86_64-3.8/twisted/test
  1422. copying src/twisted/test/test_sob.py -> build/lib.linux-x86_64-3.8/twisted/test
  1423. copying src/twisted/test/test_defgen.py -> build/lib.linux-x86_64-3.8/twisted/test
  1424. copying src/twisted/test/test_tpfile.py -> build/lib.linux-x86_64-3.8/twisted/test
  1425. copying src/twisted/test/myrebuilder2.py -> build/lib.linux-x86_64-3.8/twisted/test
  1426. copying src/twisted/test/test_defer.py -> build/lib.linux-x86_64-3.8/twisted/test
  1427. copying src/twisted/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/test
  1428. copying src/twisted/test/stdio_test_writeseq.py -> build/lib.linux-x86_64-3.8/twisted/test
  1429. copying src/twisted/test/plugin_extra2.py -> build/lib.linux-x86_64-3.8/twisted/test
  1430. copying src/twisted/test/test_factories.py -> build/lib.linux-x86_64-3.8/twisted/test
  1431. copying src/twisted/test/reflect_helper_ZDE.py -> build/lib.linux-x86_64-3.8/twisted/test
  1432. copying src/twisted/test/test_shortcut.py -> build/lib.linux-x86_64-3.8/twisted/test
  1433. creating build/lib.linux-x86_64-3.8/twisted/plugins
  1434. copying src/twisted/plugins/twisted_portforward.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1435. copying src/twisted/plugins/cred_anonymous.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1436. copying src/twisted/plugins/twisted_inet.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1437. copying src/twisted/plugins/cred_memory.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1438. copying src/twisted/plugins/twisted_words.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1439. copying src/twisted/plugins/twisted_ftp.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1440. copying src/twisted/plugins/twisted_socks.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1441. copying src/twisted/plugins/cred_sshkeys.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1442. copying src/twisted/plugins/cred_unix.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1443. copying src/twisted/plugins/twisted_trial.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1444. copying src/twisted/plugins/twisted_names.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1445. copying src/twisted/plugins/cred_file.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1446. copying src/twisted/plugins/twisted_conch.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1447. copying src/twisted/plugins/twisted_web.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1448. copying src/twisted/plugins/twisted_runner.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1449. copying src/twisted/plugins/__init__.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1450. copying src/twisted/plugins/twisted_core.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1451. copying src/twisted/plugins/twisted_reactors.py -> build/lib.linux-x86_64-3.8/twisted/plugins
  1452. creating build/lib.linux-x86_64-3.8/twisted/words
  1453. copying src/twisted/words/tap.py -> build/lib.linux-x86_64-3.8/twisted/words
  1454. copying src/twisted/words/ewords.py -> build/lib.linux-x86_64-3.8/twisted/words
  1455. copying src/twisted/words/xmpproutertap.py -> build/lib.linux-x86_64-3.8/twisted/words
  1456. copying src/twisted/words/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words
  1457. copying src/twisted/words/service.py -> build/lib.linux-x86_64-3.8/twisted/words
  1458. copying src/twisted/words/iwords.py -> build/lib.linux-x86_64-3.8/twisted/words
  1459. creating build/lib.linux-x86_64-3.8/twisted/cred
  1460. copying src/twisted/cred/error.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1461. copying src/twisted/cred/strcred.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1462. copying src/twisted/cred/credentials.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1463. copying src/twisted/cred/portal.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1464. copying src/twisted/cred/checkers.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1465. copying src/twisted/cred/__init__.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1466. copying src/twisted/cred/_digest.py -> build/lib.linux-x86_64-3.8/twisted/cred
  1467. creating build/lib.linux-x86_64-3.8/twisted/pair
  1468. copying src/twisted/pair/raw.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1469. copying src/twisted/pair/ip.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1470. copying src/twisted/pair/testing.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1471. copying src/twisted/pair/rawudp.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1472. copying src/twisted/pair/__init__.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1473. copying src/twisted/pair/ethernet.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1474. copying src/twisted/pair/tuntap.py -> build/lib.linux-x86_64-3.8/twisted/pair
  1475. creating build/lib.linux-x86_64-3.8/twisted/persisted
  1476. copying src/twisted/persisted/styles.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1477. copying src/twisted/persisted/sob.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1478. copying src/twisted/persisted/dirdbm.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1479. copying src/twisted/persisted/aot.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1480. copying src/twisted/persisted/crefutil.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1481. copying src/twisted/persisted/__init__.py -> build/lib.linux-x86_64-3.8/twisted/persisted
  1482. creating build/lib.linux-x86_64-3.8/twisted/tap
  1483. copying src/twisted/tap/portforward.py -> build/lib.linux-x86_64-3.8/twisted/tap
  1484. copying src/twisted/tap/socks.py -> build/lib.linux-x86_64-3.8/twisted/tap
  1485. copying src/twisted/tap/ftp.py -> build/lib.linux-x86_64-3.8/twisted/tap
  1486. copying src/twisted/tap/__init__.py -> build/lib.linux-x86_64-3.8/twisted/tap
  1487. creating build/lib.linux-x86_64-3.8/twisted/names
  1488. copying src/twisted/names/error.py -> build/lib.linux-x86_64-3.8/twisted/names
  1489. copying src/twisted/names/dns.py -> build/lib.linux-x86_64-3.8/twisted/names
  1490. copying src/twisted/names/resolve.py -> build/lib.linux-x86_64-3.8/twisted/names
  1491. copying src/twisted/names/tap.py -> build/lib.linux-x86_64-3.8/twisted/names
  1492. copying src/twisted/names/client.py -> build/lib.linux-x86_64-3.8/twisted/names
  1493. copying src/twisted/names/_rfc1982.py -> build/lib.linux-x86_64-3.8/twisted/names
  1494. copying src/twisted/names/authority.py -> build/lib.linux-x86_64-3.8/twisted/names
  1495. copying src/twisted/names/secondary.py -> build/lib.linux-x86_64-3.8/twisted/names
  1496. copying src/twisted/names/server.py -> build/lib.linux-x86_64-3.8/twisted/names
  1497. copying src/twisted/names/root.py -> build/lib.linux-x86_64-3.8/twisted/names
  1498. copying src/twisted/names/cache.py -> build/lib.linux-x86_64-3.8/twisted/names
  1499. copying src/twisted/names/hosts.py -> build/lib.linux-x86_64-3.8/twisted/names
  1500. copying src/twisted/names/__init__.py -> build/lib.linux-x86_64-3.8/twisted/names
  1501. copying src/twisted/names/srvconnect.py -> build/lib.linux-x86_64-3.8/twisted/names
  1502. copying src/twisted/names/common.py -> build/lib.linux-x86_64-3.8/twisted/names
  1503. creating build/lib.linux-x86_64-3.8/twisted/protocols
  1504. copying src/twisted/protocols/tls.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1505. copying src/twisted/protocols/dict.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1506. copying src/twisted/protocols/basic.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1507. copying src/twisted/protocols/portforward.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1508. copying src/twisted/protocols/amp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1509. copying src/twisted/protocols/finger.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1510. copying src/twisted/protocols/socks.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1511. copying src/twisted/protocols/pcp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1512. copying src/twisted/protocols/htb.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1513. copying src/twisted/protocols/wire.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1514. copying src/twisted/protocols/loopback.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1515. copying src/twisted/protocols/stateful.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1516. copying src/twisted/protocols/ftp.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1517. copying src/twisted/protocols/memcache.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1518. copying src/twisted/protocols/sip.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1519. copying src/twisted/protocols/postfix.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1520. copying src/twisted/protocols/policies.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1521. copying src/twisted/protocols/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1522. copying src/twisted/protocols/ident.py -> build/lib.linux-x86_64-3.8/twisted/protocols
  1523. creating build/lib.linux-x86_64-3.8/twisted/positioning
  1524. copying src/twisted/positioning/base.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  1525. copying src/twisted/positioning/ipositioning.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  1526. copying src/twisted/positioning/_sentence.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  1527. copying src/twisted/positioning/__init__.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  1528. copying src/twisted/positioning/nmea.py -> build/lib.linux-x86_64-3.8/twisted/positioning
  1529. creating build/lib.linux-x86_64-3.8/twisted/python
  1530. copying src/twisted/python/sendmsg.py -> build/lib.linux-x86_64-3.8/twisted/python
  1531. copying src/twisted/python/runtime.py -> build/lib.linux-x86_64-3.8/twisted/python
  1532. copying src/twisted/python/formmethod.py -> build/lib.linux-x86_64-3.8/twisted/python
  1533. copying src/twisted/python/_appdirs.py -> build/lib.linux-x86_64-3.8/twisted/python
  1534. copying src/twisted/python/zippath.py -> build/lib.linux-x86_64-3.8/twisted/python
  1535. copying src/twisted/python/_textattributes.py -> build/lib.linux-x86_64-3.8/twisted/python
  1536. copying src/twisted/python/procutils.py -> build/lib.linux-x86_64-3.8/twisted/python
  1537. copying src/twisted/python/htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/python
  1538. copying src/twisted/python/modules.py -> build/lib.linux-x86_64-3.8/twisted/python
  1539. copying src/twisted/python/threadpool.py -> build/lib.linux-x86_64-3.8/twisted/python
  1540. copying src/twisted/python/compat.py -> build/lib.linux-x86_64-3.8/twisted/python
  1541. copying src/twisted/python/failure.py -> build/lib.linux-x86_64-3.8/twisted/python
  1542. copying src/twisted/python/_url.py -> build/lib.linux-x86_64-3.8/twisted/python
  1543. copying src/twisted/python/fakepwd.py -> build/lib.linux-x86_64-3.8/twisted/python
  1544. copying src/twisted/python/components.py -> build/lib.linux-x86_64-3.8/twisted/python
  1545. copying src/twisted/python/context.py -> build/lib.linux-x86_64-3.8/twisted/python
  1546. copying src/twisted/python/systemd.py -> build/lib.linux-x86_64-3.8/twisted/python
  1547. copying src/twisted/python/deprecate.py -> build/lib.linux-x86_64-3.8/twisted/python
  1548. copying src/twisted/python/_oldstyle.py -> build/lib.linux-x86_64-3.8/twisted/python
  1549. copying src/twisted/python/shortcut.py -> build/lib.linux-x86_64-3.8/twisted/python
  1550. copying src/twisted/python/util.py -> build/lib.linux-x86_64-3.8/twisted/python
  1551. copying src/twisted/python/url.py -> build/lib.linux-x86_64-3.8/twisted/python
  1552. copying src/twisted/python/lockfile.py -> build/lib.linux-x86_64-3.8/twisted/python
  1553. copying src/twisted/python/logfile.py -> build/lib.linux-x86_64-3.8/twisted/python
  1554. copying src/twisted/python/randbytes.py -> build/lib.linux-x86_64-3.8/twisted/python
  1555. copying src/twisted/python/syslog.py -> build/lib.linux-x86_64-3.8/twisted/python
  1556. copying src/twisted/python/_tzhelper.py -> build/lib.linux-x86_64-3.8/twisted/python
  1557. copying src/twisted/python/constants.py -> build/lib.linux-x86_64-3.8/twisted/python
  1558. copying src/twisted/python/monkey.py -> build/lib.linux-x86_64-3.8/twisted/python
  1559. copying src/twisted/python/_setup.py -> build/lib.linux-x86_64-3.8/twisted/python
  1560. copying src/twisted/python/_shellcomp.py -> build/lib.linux-x86_64-3.8/twisted/python
  1561. copying src/twisted/python/text.py -> build/lib.linux-x86_64-3.8/twisted/python
  1562. copying src/twisted/python/_inotify.py -> build/lib.linux-x86_64-3.8/twisted/python
  1563. copying src/twisted/python/_release.py -> build/lib.linux-x86_64-3.8/twisted/python
  1564. copying src/twisted/python/__init__.py -> build/lib.linux-x86_64-3.8/twisted/python
  1565. copying src/twisted/python/log.py -> build/lib.linux-x86_64-3.8/twisted/python
  1566. copying src/twisted/python/release.py -> build/lib.linux-x86_64-3.8/twisted/python
  1567. copying src/twisted/python/urlpath.py -> build/lib.linux-x86_64-3.8/twisted/python
  1568. copying src/twisted/python/filepath.py -> build/lib.linux-x86_64-3.8/twisted/python
  1569. copying src/twisted/python/rebuild.py -> build/lib.linux-x86_64-3.8/twisted/python
  1570. copying src/twisted/python/usage.py -> build/lib.linux-x86_64-3.8/twisted/python
  1571. copying src/twisted/python/win32.py -> build/lib.linux-x86_64-3.8/twisted/python
  1572. copying src/twisted/python/zipstream.py -> build/lib.linux-x86_64-3.8/twisted/python
  1573. copying src/twisted/python/threadable.py -> build/lib.linux-x86_64-3.8/twisted/python
  1574. copying src/twisted/python/versions.py -> build/lib.linux-x86_64-3.8/twisted/python
  1575. copying src/twisted/python/reflect.py -> build/lib.linux-x86_64-3.8/twisted/python
  1576. copying src/twisted/python/roots.py -> build/lib.linux-x86_64-3.8/twisted/python
  1577. creating build/lib.linux-x86_64-3.8/twisted/logger/test
  1578. copying src/twisted/logger/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1579. copying src/twisted/logger/test/test_json.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1580. copying src/twisted/logger/test/test_logger.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1581. copying src/twisted/logger/test/test_observer.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1582. copying src/twisted/logger/test/test_stdlib.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1583. copying src/twisted/logger/test/test_levels.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1584. copying src/twisted/logger/test/test_global.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1585. copying src/twisted/logger/test/test_file.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1586. copying src/twisted/logger/test/test_flatten.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1587. copying src/twisted/logger/test/test_buffer.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1588. copying src/twisted/logger/test/test_io.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1589. copying src/twisted/logger/test/test_filter.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1590. copying src/twisted/logger/test/test_legacy.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1591. copying src/twisted/logger/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1592. copying src/twisted/logger/test/test_capture.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1593. copying src/twisted/logger/test/test_format.py -> build/lib.linux-x86_64-3.8/twisted/logger/test
  1594. creating build/lib.linux-x86_64-3.8/twisted/internet/test
  1595. copying src/twisted/internet/test/test_coroutines.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1596. copying src/twisted/internet/test/test_time.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1597. copying src/twisted/internet/test/test_win32serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1598. copying src/twisted/internet/test/test_endpoints.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1599. copying src/twisted/internet/test/test_sigchld.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1600. copying src/twisted/internet/test/process_connectionlost.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1601. copying src/twisted/internet/test/test_tls.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1602. copying src/twisted/internet/test/modulehelpers.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1603. copying src/twisted/internet/test/test_abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1604. copying src/twisted/internet/test/test_asyncioreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1605. copying src/twisted/internet/test/test_udp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1606. copying src/twisted/internet/test/test_udp_internals.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1607. copying src/twisted/internet/test/test_filedescriptor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1608. copying src/twisted/internet/test/connectionmixins.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1609. copying src/twisted/internet/test/_win32ifaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1610. copying src/twisted/internet/test/_posixifaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1611. copying src/twisted/internet/test/test_posixprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1612. copying src/twisted/internet/test/test_inlinecb.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1613. copying src/twisted/internet/test/test_address.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1614. copying src/twisted/internet/test/test_serialport.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1615. copying src/twisted/internet/test/fakeendpoint.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1616. copying src/twisted/internet/test/test_epollreactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1617. copying src/twisted/internet/test/test_testing.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1618. copying src/twisted/internet/test/test_stdio.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1619. copying src/twisted/internet/test/test_tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1620. copying src/twisted/internet/test/test_inotify.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1621. copying src/twisted/internet/test/test_base.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1622. copying src/twisted/internet/test/test_threads.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1623. copying src/twisted/internet/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1624. copying src/twisted/internet/test/test_newtls.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1625. copying src/twisted/internet/test/test_main.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1626. copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1627. copying src/twisted/internet/test/reactormixins.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1628. copying src/twisted/internet/test/test_core.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1629. copying src/twisted/internet/test/test_default.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1630. copying src/twisted/internet/test/test_socket.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1631. copying src/twisted/internet/test/test_baseprocess.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1632. copying src/twisted/internet/test/test_fdset.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1633. copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1634. copying src/twisted/internet/test/test_process.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1635. copying src/twisted/internet/test/test_gireactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1636. copying src/twisted/internet/test/test_win32events.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1637. copying src/twisted/internet/test/process_cli.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1638. copying src/twisted/internet/test/process_helper.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1639. copying src/twisted/internet/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1640. copying src/twisted/internet/test/test_pollingfile.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1641. copying src/twisted/internet/test/test_posixbase.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1642. copying src/twisted/internet/test/test_protocol.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1643. copying src/twisted/internet/test/test_iocp.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1644. copying src/twisted/internet/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1645. copying src/twisted/internet/test/test_glibbase.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1646. copying src/twisted/internet/test/test_resolver.py -> build/lib.linux-x86_64-3.8/twisted/internet/test
  1647. creating build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1648. copying src/twisted/internet/iocpreactor/setup.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1649. copying src/twisted/internet/iocpreactor/const.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1650. copying src/twisted/internet/iocpreactor/udp.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1651. copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1652. copying src/twisted/internet/iocpreactor/tcp.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1653. copying src/twisted/internet/iocpreactor/abstract.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1654. copying src/twisted/internet/iocpreactor/reactor.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1655. copying src/twisted/internet/iocpreactor/__init__.py -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  1656. creating build/lib.linux-x86_64-3.8/twisted/_threads/test
  1657. copying src/twisted/_threads/test/test_memory.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  1658. copying src/twisted/_threads/test/test_team.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  1659. copying src/twisted/_threads/test/test_threadworker.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  1660. copying src/twisted/_threads/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  1661. copying src/twisted/_threads/test/test_convenience.py -> build/lib.linux-x86_64-3.8/twisted/_threads/test
  1662. creating build/lib.linux-x86_64-3.8/twisted/application/runner
  1663. copying src/twisted/application/runner/_runner.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  1664. copying src/twisted/application/runner/_exit.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  1665. copying src/twisted/application/runner/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  1666. copying src/twisted/application/runner/_pidfile.py -> build/lib.linux-x86_64-3.8/twisted/application/runner
  1667. creating build/lib.linux-x86_64-3.8/twisted/application/test
  1668. copying src/twisted/application/test/test_internet.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  1669. copying src/twisted/application/test/test_service.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  1670. copying src/twisted/application/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/test
  1671. creating build/lib.linux-x86_64-3.8/twisted/application/twist
  1672. copying src/twisted/application/twist/_options.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  1673. copying src/twisted/application/twist/_twist.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  1674. copying src/twisted/application/twist/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/twist
  1675. creating build/lib.linux-x86_64-3.8/twisted/application/runner/test
  1676. copying src/twisted/application/runner/test/test_runner.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  1677. copying src/twisted/application/runner/test/test_exit.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  1678. copying src/twisted/application/runner/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  1679. copying src/twisted/application/runner/test/test_pidfile.py -> build/lib.linux-x86_64-3.8/twisted/application/runner/test
  1680. creating build/lib.linux-x86_64-3.8/twisted/application/twist/test
  1681. copying src/twisted/application/twist/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  1682. copying src/twisted/application/twist/test/test_twist.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  1683. copying src/twisted/application/twist/test/test_options.py -> build/lib.linux-x86_64-3.8/twisted/application/twist/test
  1684. creating build/lib.linux-x86_64-3.8/twisted/runner/test
  1685. copying src/twisted/runner/test/test_inetdconf.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  1686. copying src/twisted/runner/test/test_procmon.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  1687. copying src/twisted/runner/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  1688. copying src/twisted/runner/test/test_procmontap.py -> build/lib.linux-x86_64-3.8/twisted/runner/test
  1689. creating build/lib.linux-x86_64-3.8/twisted/mail/scripts
  1690. copying src/twisted/mail/scripts/mailmail.py -> build/lib.linux-x86_64-3.8/twisted/mail/scripts
  1691. creating build/lib.linux-x86_64-3.8/twisted/mail/test
  1692. copying src/twisted/mail/test/test_pop3.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1693. copying src/twisted/mail/test/test_pop3client.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1694. copying src/twisted/mail/test/test_mailmail.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1695. copying src/twisted/mail/test/test_smtp.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1696. copying src/twisted/mail/test/test_imap.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1697. copying src/twisted/mail/test/pop3testserver.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1698. copying src/twisted/mail/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/mail/test
  1699. creating build/lib.linux-x86_64-3.8/twisted/spread/test
  1700. copying src/twisted/spread/test/test_jelly.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  1701. copying src/twisted/spread/test/test_pbfailure.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  1702. copying src/twisted/spread/test/test_pb.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  1703. copying src/twisted/spread/test/test_banana.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  1704. copying src/twisted/spread/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/spread/test
  1705. creating build/lib.linux-x86_64-3.8/twisted/web/test
  1706. copying src/twisted/web/test/test_static.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1707. copying src/twisted/web/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1708. copying src/twisted/web/test/test_template.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1709. copying src/twisted/web/test/test_stan.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1710. copying src/twisted/web/test/injectionhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1711. copying src/twisted/web/test/requesthelper.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1712. copying src/twisted/web/test/test_http2.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1713. copying src/twisted/web/test/test_wsgi.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1714. copying src/twisted/web/test/_util.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1715. copying src/twisted/web/test/test_resource.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1716. copying src/twisted/web/test/test_agent.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1717. copying src/twisted/web/test/test_http_headers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1718. copying src/twisted/web/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1719. copying src/twisted/web/test/test_httpauth.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1720. copying src/twisted/web/test/test_client.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1721. copying src/twisted/web/test/test_newclient.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1722. copying src/twisted/web/test/test_cgi.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1723. copying src/twisted/web/test/test_webclient.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1724. copying src/twisted/web/test/test_flatten.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1725. copying src/twisted/web/test/test_vhost.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1726. copying src/twisted/web/test/test_proxy.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1727. copying src/twisted/web/test/test_distrib.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1728. copying src/twisted/web/test/test_xmlrpc.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1729. copying src/twisted/web/test/test_web__responses.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1730. copying src/twisted/web/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1731. copying src/twisted/web/test/test_web.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1732. copying src/twisted/web/test/test_script.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1733. copying src/twisted/web/test/test_error.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1734. copying src/twisted/web/test/test_html.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1735. copying src/twisted/web/test/test_domhelpers.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1736. copying src/twisted/web/test/test_http.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1737. copying src/twisted/web/test/test_xml.py -> build/lib.linux-x86_64-3.8/twisted/web/test
  1738. creating build/lib.linux-x86_64-3.8/twisted/web/_auth
  1739. copying src/twisted/web/_auth/basic.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  1740. copying src/twisted/web/_auth/wrapper.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  1741. copying src/twisted/web/_auth/digest.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  1742. copying src/twisted/web/_auth/__init__.py -> build/lib.linux-x86_64-3.8/twisted/web/_auth
  1743. creating build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1744. copying src/twisted/trial/_dist/managercommands.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1745. copying src/twisted/trial/_dist/workercommands.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1746. copying src/twisted/trial/_dist/workerreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1747. copying src/twisted/trial/_dist/workertrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1748. copying src/twisted/trial/_dist/disttrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1749. copying src/twisted/trial/_dist/options.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1750. copying src/twisted/trial/_dist/worker.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1751. copying src/twisted/trial/_dist/distreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1752. copying src/twisted/trial/_dist/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist
  1753. creating build/lib.linux-x86_64-3.8/twisted/trial/test
  1754. copying src/twisted/trial/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1755. copying src/twisted/trial/test/weird.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1756. copying src/twisted/trial/test/ordertests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1757. copying src/twisted/trial/test/scripttest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1758. copying src/twisted/trial/test/test_runner.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1759. copying src/twisted/trial/test/test_suppression.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1760. copying src/twisted/trial/test/suppression.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1761. copying src/twisted/trial/test/test_warning.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1762. copying src/twisted/trial/test/mockcustomsuite.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1763. copying src/twisted/trial/test/test_plugins.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1764. copying src/twisted/trial/test/sample.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1765. copying src/twisted/trial/test/mockdoctest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1766. copying src/twisted/trial/test/test_output.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1767. copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1768. copying src/twisted/trial/test/test_doctest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1769. copying src/twisted/trial/test/moduletest.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1770. copying src/twisted/trial/test/test_deferred.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1771. copying src/twisted/trial/test/test_log.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1772. copying src/twisted/trial/test/detests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1773. copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1774. copying src/twisted/trial/test/test_keyboard.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1775. copying src/twisted/trial/test/test_assertions.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1776. copying src/twisted/trial/test/test_tests.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1777. copying src/twisted/trial/test/test_asyncassertions.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1778. copying src/twisted/trial/test/test_loader.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1779. copying src/twisted/trial/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1780. copying src/twisted/trial/test/erroneous.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1781. copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1782. copying src/twisted/trial/test/novars.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1783. copying src/twisted/trial/test/test_script.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1784. copying src/twisted/trial/test/test_testcase.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1785. copying src/twisted/trial/test/moduleself.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1786. copying src/twisted/trial/test/packages.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1787. copying src/twisted/trial/test/test_reporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1788. copying src/twisted/trial/test/skipping.py -> build/lib.linux-x86_64-3.8/twisted/trial/test
  1789. creating build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1790. copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1791. copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1792. copying src/twisted/trial/_dist/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1793. copying src/twisted/trial/_dist/test/test_worker.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1794. copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1795. copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1796. copying src/twisted/trial/_dist/test/test_options.py -> build/lib.linux-x86_64-3.8/twisted/trial/_dist/test
  1797. creating build/lib.linux-x86_64-3.8/twisted/conch/ui
  1798. copying src/twisted/conch/ui/tkvt100.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  1799. copying src/twisted/conch/ui/ansi.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  1800. copying src/twisted/conch/ui/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/ui
  1801. creating build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1802. copying src/twisted/conch/ssh/userauth.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1803. copying src/twisted/conch/ssh/sexpy.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1804. copying src/twisted/conch/ssh/transport.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1805. copying src/twisted/conch/ssh/address.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1806. copying src/twisted/conch/ssh/agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1807. copying src/twisted/conch/ssh/connection.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1808. copying src/twisted/conch/ssh/_kex.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1809. copying src/twisted/conch/ssh/factory.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1810. copying src/twisted/conch/ssh/filetransfer.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1811. copying src/twisted/conch/ssh/session.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1812. copying src/twisted/conch/ssh/channel.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1813. copying src/twisted/conch/ssh/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1814. copying src/twisted/conch/ssh/forwarding.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1815. copying src/twisted/conch/ssh/service.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1816. copying src/twisted/conch/ssh/common.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1817. copying src/twisted/conch/ssh/keys.py -> build/lib.linux-x86_64-3.8/twisted/conch/ssh
  1818. creating build/lib.linux-x86_64-3.8/twisted/conch/insults
  1819. copying src/twisted/conch/insults/window.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  1820. copying src/twisted/conch/insults/insults.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  1821. copying src/twisted/conch/insults/text.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  1822. copying src/twisted/conch/insults/helper.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  1823. copying src/twisted/conch/insults/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/insults
  1824. creating build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  1825. copying src/twisted/conch/openssh_compat/factory.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  1826. copying src/twisted/conch/openssh_compat/primes.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  1827. copying src/twisted/conch/openssh_compat/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/openssh_compat
  1828. creating build/lib.linux-x86_64-3.8/twisted/conch/client
  1829. copying src/twisted/conch/client/direct.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1830. copying src/twisted/conch/client/default.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1831. copying src/twisted/conch/client/options.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1832. copying src/twisted/conch/client/agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1833. copying src/twisted/conch/client/connect.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1834. copying src/twisted/conch/client/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1835. copying src/twisted/conch/client/knownhosts.py -> build/lib.linux-x86_64-3.8/twisted/conch/client
  1836. creating build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1837. copying src/twisted/conch/scripts/tkconch.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1838. copying src/twisted/conch/scripts/conch.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1839. copying src/twisted/conch/scripts/ckeygen.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1840. copying src/twisted/conch/scripts/cftp.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1841. copying src/twisted/conch/scripts/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/scripts
  1842. creating build/lib.linux-x86_64-3.8/twisted/conch/test
  1843. copying src/twisted/conch/test/test_transport.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1844. copying src/twisted/conch/test/test_endpoints.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1845. copying src/twisted/conch/test/test_insults.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1846. copying src/twisted/conch/test/test_mixin.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1847. copying src/twisted/conch/test/test_channel.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1848. copying src/twisted/conch/test/test_checkers.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1849. copying src/twisted/conch/test/test_manhole.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1850. copying src/twisted/conch/test/test_openssh_compat.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1851. copying src/twisted/conch/test/test_filetransfer.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1852. copying src/twisted/conch/test/test_ckeygen.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1853. copying src/twisted/conch/test/test_agent.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1854. copying src/twisted/conch/test/test_address.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1855. copying src/twisted/conch/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1856. copying src/twisted/conch/test/test_helper.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1857. copying src/twisted/conch/test/test_cftp.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1858. copying src/twisted/conch/test/test_text.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1859. copying src/twisted/conch/test/test_unix.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1860. copying src/twisted/conch/test/loopback.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1861. copying src/twisted/conch/test/test_userauth.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1862. copying src/twisted/conch/test/test_scripts.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1863. copying src/twisted/conch/test/test_default.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1864. copying src/twisted/conch/test/keydata.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1865. copying src/twisted/conch/test/test_telnet.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1866. copying src/twisted/conch/test/test_connection.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1867. copying src/twisted/conch/test/test_window.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1868. copying src/twisted/conch/test/test_manhole_tap.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1869. copying src/twisted/conch/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1870. copying src/twisted/conch/test/test_forwarding.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1871. copying src/twisted/conch/test/test_knownhosts.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1872. copying src/twisted/conch/test/test_ssh.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1873. copying src/twisted/conch/test/test_keys.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1874. copying src/twisted/conch/test/test_conch.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1875. copying src/twisted/conch/test/test_recvline.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1876. copying src/twisted/conch/test/test_session.py -> build/lib.linux-x86_64-3.8/twisted/conch/test
  1877. creating build/lib.linux-x86_64-3.8/twisted/scripts/test
  1878. copying src/twisted/scripts/test/test_scripts.py -> build/lib.linux-x86_64-3.8/twisted/scripts/test
  1879. copying src/twisted/scripts/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/scripts/test
  1880. creating build/lib.linux-x86_64-3.8/twisted/words/xish
  1881. copying src/twisted/words/xish/xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1882. copying src/twisted/words/xish/xpath.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1883. copying src/twisted/words/xish/domish.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1884. copying src/twisted/words/xish/utility.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1885. copying src/twisted/words/xish/xpathparser.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1886. copying src/twisted/words/xish/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/xish
  1887. creating build/lib.linux-x86_64-3.8/twisted/words/im
  1888. copying src/twisted/words/im/interfaces.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1889. copying src/twisted/words/im/basesupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1890. copying src/twisted/words/im/ircsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1891. copying src/twisted/words/im/pbsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1892. copying src/twisted/words/im/locals.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1893. copying src/twisted/words/im/baseaccount.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1894. copying src/twisted/words/im/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1895. copying src/twisted/words/im/basechat.py -> build/lib.linux-x86_64-3.8/twisted/words/im
  1896. creating build/lib.linux-x86_64-3.8/twisted/words/test
  1897. copying src/twisted/words/test/test_jabbersasl.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1898. copying src/twisted/words/test/test_xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1899. copying src/twisted/words/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1900. copying src/twisted/words/test/test_domish.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1901. copying src/twisted/words/test/test_jabbercomponent.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1902. copying src/twisted/words/test/test_jabberjid.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1903. copying src/twisted/words/test/test_ircsupport.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1904. copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1905. copying src/twisted/words/test/test_irc_service.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1906. copying src/twisted/words/test/test_xpath.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1907. copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1908. copying src/twisted/words/test/test_basesupport.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1909. copying src/twisted/words/test/test_xmpproutertap.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1910. copying src/twisted/words/test/test_irc.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1911. copying src/twisted/words/test/test_basechat.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1912. copying src/twisted/words/test/test_xishutil.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1913. copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1914. copying src/twisted/words/test/test_service.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1915. copying src/twisted/words/test/test_jabbererror.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1916. copying src/twisted/words/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1917. copying src/twisted/words/test/test_jabberclient.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1918. copying src/twisted/words/test/test_jabberjstrports.py -> build/lib.linux-x86_64-3.8/twisted/words/test
  1919. creating build/lib.linux-x86_64-3.8/twisted/words/protocols
  1920. copying src/twisted/words/protocols/irc.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols
  1921. copying src/twisted/words/protocols/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols
  1922. creating build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1923. copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1924. copying src/twisted/words/protocols/jabber/error.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1925. copying src/twisted/words/protocols/jabber/client.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1926. copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1927. copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1928. copying src/twisted/words/protocols/jabber/component.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1929. copying src/twisted/words/protocols/jabber/jid.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1930. copying src/twisted/words/protocols/jabber/sasl.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1931. copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1932. copying src/twisted/words/protocols/jabber/__init__.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1933. copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib.linux-x86_64-3.8/twisted/words/protocols/jabber
  1934. creating build/lib.linux-x86_64-3.8/twisted/cred/test
  1935. copying src/twisted/cred/test/test_cred.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1936. copying src/twisted/cred/test/test_strcred.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1937. copying src/twisted/cred/test/test_simpleauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1938. copying src/twisted/cred/test/test_digestauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1939. copying src/twisted/cred/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1940. copying src/twisted/cred/test/test_cramauth.py -> build/lib.linux-x86_64-3.8/twisted/cred/test
  1941. creating build/lib.linux-x86_64-3.8/twisted/pair/test
  1942. copying src/twisted/pair/test/test_ethernet.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  1943. copying src/twisted/pair/test/test_ip.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  1944. copying src/twisted/pair/test/test_tuntap.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  1945. copying src/twisted/pair/test/test_rawudp.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  1946. copying src/twisted/pair/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/pair/test
  1947. creating build/lib.linux-x86_64-3.8/twisted/persisted/test
  1948. copying src/twisted/persisted/test/test_styles.py -> build/lib.linux-x86_64-3.8/twisted/persisted/test
  1949. copying src/twisted/persisted/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/persisted/test
  1950. creating build/lib.linux-x86_64-3.8/twisted/names/test
  1951. copying src/twisted/names/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1952. copying src/twisted/names/test/test_examples.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1953. copying src/twisted/names/test/test_rootresolve.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1954. copying src/twisted/names/test/test_dns.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1955. copying src/twisted/names/test/test_tap.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1956. copying src/twisted/names/test/test_rfc1982.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1957. copying src/twisted/names/test/test_common.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1958. copying src/twisted/names/test/test_client.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1959. copying src/twisted/names/test/test_resolve.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1960. copying src/twisted/names/test/test_srvconnect.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1961. copying src/twisted/names/test/test_names.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1962. copying src/twisted/names/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1963. copying src/twisted/names/test/test_cache.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1964. copying src/twisted/names/test/test_server.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1965. copying src/twisted/names/test/test_hosts.py -> build/lib.linux-x86_64-3.8/twisted/names/test
  1966. creating build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1967. copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1968. copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1969. copying src/twisted/protocols/haproxy/_info.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1970. copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1971. copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1972. copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1973. copying src/twisted/protocols/haproxy/_parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1974. copying src/twisted/protocols/haproxy/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy
  1975. creating build/lib.linux-x86_64-3.8/twisted/protocols/test
  1976. copying src/twisted/protocols/test/test_tls.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1977. copying src/twisted/protocols/test/test_basic.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1978. copying src/twisted/protocols/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/test
  1979. creating build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1980. copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1981. copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1982. copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1983. copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1984. copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/protocols/haproxy/test
  1985. creating build/lib.linux-x86_64-3.8/twisted/positioning/test
  1986. copying src/twisted/positioning/test/test_nmea.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1987. copying src/twisted/positioning/test/test_base.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1988. copying src/twisted/positioning/test/receiver.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1989. copying src/twisted/positioning/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1990. copying src/twisted/positioning/test/test_sentence.py -> build/lib.linux-x86_64-3.8/twisted/positioning/test
  1991. creating build/lib.linux-x86_64-3.8/twisted/python/test
  1992. copying src/twisted/python/test/test_zippath.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1993. copying src/twisted/python/test/test_htmlizer.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1994. copying src/twisted/python/test/test_util.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1995. copying src/twisted/python/test/test_syslog.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1996. copying src/twisted/python/test/test_zipstream.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1997. copying src/twisted/python/test/test_tzhelper.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1998. copying src/twisted/python/test/test_urlpath.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  1999. copying src/twisted/python/test/test_versions.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2000. copying src/twisted/python/test/test_systemd.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2001. copying src/twisted/python/test/deprecatedattributes.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2002. copying src/twisted/python/test/test_dist3.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2003. copying src/twisted/python/test/pullpipe.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2004. copying src/twisted/python/test/test_appdirs.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2005. copying src/twisted/python/test/test_inotify.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2006. copying src/twisted/python/test/test_runtime.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2007. copying src/twisted/python/test/test_deprecate.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2008. copying src/twisted/python/test/test_constants.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2009. copying src/twisted/python/test/modules_helpers.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2010. copying src/twisted/python/test/test_setup.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2011. copying src/twisted/python/test/test_url.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2012. copying src/twisted/python/test/test_components.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2013. copying src/twisted/python/test/test_sendmsg.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2014. copying src/twisted/python/test/test_textattributes.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2015. copying src/twisted/python/test/test_shellcomp.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2016. copying src/twisted/python/test/test_release.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2017. copying src/twisted/python/test/test_fakepwd.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2018. copying src/twisted/python/test/__init__.py -> build/lib.linux-x86_64-3.8/twisted/python/test
  2019. running egg_info
  2020. writing src/Twisted.egg-info/PKG-INFO
  2021. writing dependency_links to src/Twisted.egg-info/dependency_links.txt
  2022. writing entry points to src/Twisted.egg-info/entry_points.txt
  2023. writing requirements to src/Twisted.egg-info/requires.txt
  2024. writing top-level names to src/Twisted.egg-info/top_level.txt
  2025. reading manifest file 'src/Twisted.egg-info/SOURCES.txt'
  2026. reading manifest template 'MANIFEST.in'
  2027. warning: no previously-included files matching '*.misc' found under directory 'src/twisted'
  2028. warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted'
  2029. warning: no previously-included files matching '*.doc' found under directory 'src/twisted'
  2030. warning: no previously-included files matching '*.feature' found under directory 'src/twisted'
  2031. warning: no previously-included files matching '*.removal' found under directory 'src/twisted'
  2032. warning: no previously-included files matching 'NEWS' found under directory 'src/twisted'
  2033. warning: no previously-included files matching 'README' found under directory 'src/twisted'
  2034. warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted'
  2035. warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS'
  2036. warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old'
  2037. warning: no previously-included files found matching 'pyproject.toml'
  2038. warning: no previously-included files found matching 'codecov.yml'
  2039. warning: no previously-included files found matching 'appveyor.yml'
  2040. warning: no previously-included files found matching '.coveralls.yml'
  2041. warning: no previously-included files found matching '.circleci'
  2042. warning: no previously-included files matching '*' found under directory '.circleci'
  2043. no previously-included directories found matching 'bin'
  2044. no previously-included directories found matching 'admin'
  2045. no previously-included directories found matching '.travis'
  2046. no previously-included directories found matching '.github'
  2047. warning: no previously-included files found matching 'docs/historic/2003'
  2048. warning: no previously-included files matching '*' found under directory 'docs/historic/2003'
  2049. writing manifest file 'src/Twisted.egg-info/SOURCES.txt'
  2050. copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib.linux-x86_64-3.8/twisted/test
  2051. copying src/twisted/test/key.pem.no_trailing_newline -> build/lib.linux-x86_64-3.8/twisted/test
  2052. copying src/twisted/test/server.pem -> build/lib.linux-x86_64-3.8/twisted/test
  2053. copying src/twisted/test/test_defer.py.3only -> build/lib.linux-x86_64-3.8/twisted/test
  2054. copying src/twisted/python/twisted-completion.zsh -> build/lib.linux-x86_64-3.8/twisted/python
  2055. creating build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  2056. copying src/twisted/python/_pydoctortemplates/common.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  2057. copying src/twisted/python/_pydoctortemplates/index.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  2058. copying src/twisted/python/_pydoctortemplates/summary.html -> build/lib.linux-x86_64-3.8/twisted/python/_pydoctortemplates
  2059. copying src/twisted/internet/test/_awaittests.py.3only -> build/lib.linux-x86_64-3.8/twisted/internet/test
  2060. copying src/twisted/internet/test/_yieldfromtests.py.3only -> build/lib.linux-x86_64-3.8/twisted/internet/test
  2061. creating build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2062. copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2063. copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2064. copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2065. copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2066. copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib.linux-x86_64-3.8/twisted/internet/test/fake_CAs
  2067. copying src/twisted/internet/iocpreactor/notes.txt -> build/lib.linux-x86_64-3.8/twisted/internet/iocpreactor
  2068. copying src/twisted/mail/test/rfc822.message -> build/lib.linux-x86_64-3.8/twisted/mail/test
  2069. copying src/twisted/trial/test/_assertiontests.py.3only -> build/lib.linux-x86_64-3.8/twisted/trial/test
  2070. copying src/twisted/words/xish/xpathparser.g -> build/lib.linux-x86_64-3.8/twisted/words/xish
  2071. copying src/twisted/words/im/instancemessenger.glade -> build/lib.linux-x86_64-3.8/twisted/words/im
  2072. copying src/twisted/python/test/_deprecatetests.py.3only -> build/lib.linux-x86_64-3.8/twisted/python/test
  2073. running build_ext
  2074. building 'twisted.test.raiser' extension
  2075. creating build/temp.linux-x86_64-3.8
  2076. creating build/temp.linux-x86_64-3.8/src
  2077. creating build/temp.linux-x86_64-3.8/src/twisted
  2078. creating build/temp.linux-x86_64-3.8/src/twisted/test
  2079. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/kovitikus/muddev/evenv/include -I/usr/include/python3.8 -c src/twisted/test/raiser.c -o build/temp.linux-x86_64-3.8/src/twisted/test/raiser.o
  2080. unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
  2081. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  2082. ----------------------------------------
  2083. ERROR: Command errored out with exit status 1: /home/kovitikus/muddev/evenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5qjmfhe5/twisted/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-lk884fqj/install-record.txt --single-version-externally-managed --compile --install-headers /home/kovitikus/muddev/evenv/include/site/python3.8/twisted Check the logs for full command output.
  2084.  
  2085. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8.5
  2086. [sudo] password for kovitikus:
  2087. update-alternatives: --install needs <link> <name> <path> <priority>
  2088.  
  2089. Use 'update-alternatives --help' for program usage information.
  2090. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$ python3 -V
  2091. Python 3.8.5
  2092. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$ python
  2093. Python 3.8.5 (default, Jul 28 2020, 12:59:40)
  2094. [GCC 9.3.0] on linux
  2095. Type "help", "copyright", "credits" or "license" for more information.
  2096. >>>
  2097. [1]+ Stopped python
  2098. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$ python -V
  2099. Python 3.8.5
  2100. (evenv) kovitikus@ubuntu-tutorial-test:~/muddev$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement