Advertisement
Guest User

Untitled

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