Advertisement
Guest User

Untitled

a guest
Mar 10th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 134.62 KB | None | 0 0
  1. ~w/sandbox$ git clone git@github.com:zopyx/pappnasen-plone5.git
  2. Cloning into 'pappnasen-plone5'...
  3. remote: Counting objects: 136, done.
  4. remote: Compressing objects: 100% (6/6), done.
  5. remote: Total 136 (delta 1), reused 0 (delta 0), pack-reused 130
  6. Receiving objects: 100% (136/136), 36.59 KiB | 0 bytes/s, done.
  7. Resolving deltas: 100% (77/77), done.
  8. ~w/sandbox$ cd pappnasen-plone5/
  9. ~w/sandbox/pappnasen-plone5(master)$ ls
  10. bootstrap.py buildout.cfg data Dockerfile Makefile setup-plone.py setup-smashdocs.py
  11. ~w/sandbox/pappnasen-plone5(master)$ vi bootstrap.py
  12. ~w/sandbox/pappnasen-plone5(master)$ virtualenv .
  13. New python executable in ./bin/python
  14. Installing setuptools, pip...done.
  15. ~w/sandbox/pappnasen-plone5(master*)$ ./bin/python bootstrap.py
  16. ez_setup.py is deprecated and when using it setuptools will be pinned to 33.1.1 since it's the last version that supports setuptools self upgrade/installation, check https://github.com/pypa/setuptools/issues/581 for more info; use pip to install setuptools
  17. Downloading https://pypi.io/packages/source/s/setuptools/setuptools-33.1.1.zip
  18. Extracting in /tmp/tmpB4GFK6
  19. Now working in /tmp/tmpB4GFK6/setuptools-33.1.1
  20. Building a Setuptools egg in /tmp/tmpARAm_P
  21. warning: no files found matching '*' under directory 'setuptools/_vendor'
  22. /tmp/tmpARAm_P/setuptools-33.1.1-py2.7.egg
  23. warning: no files found matching '*.txt' under directory 'doc'
  24. Creating directory '/home/workspacejensens/sandbox/pappnasen-plone5/parts'.
  25. Creating directory '/home/workspacejensens/sandbox/pappnasen-plone5/develop-eggs'.
  26. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/buildout'.
  27. ~w/sandbox/pappnasen-plone5(master*)$ ./bin/buildout
  28. Upgraded:
  29. zc.buildout version 2.5.2,
  30. setuptools version 21.0.0;
  31. restarting.
  32. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/buildout'.
  33. Unused options for buildout: 'unzip'.
  34. Installing instance.
  35. /home/jensens/.buildout/shared-eggs/setuptools-21.0.0-py2.7.egg/pkg_resources/__init__.py:187: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
  36. stacklevel=1,
  37. Getting distribution for 'zopyx.ipsumplone'.
  38. Warning: no news for this version found
  39. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  40. warning: no files found matching '*.html' under directory 'docs/_build'
  41.  
  42. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-StsRB_/PasteDeploy-1.5.2/.eggs/Paste-2.0.3-py2.7.egg
  43. writing requirements to PasteDeploy.egg-info/requires.txt
  44. writing PasteDeploy.egg-info/PKG-INFO
  45. writing namespace_packages to PasteDeploy.egg-info/namespace_packages.txt
  46. writing top-level names to PasteDeploy.egg-info/top_level.txt
  47. writing dependency_links to PasteDeploy.egg-info/dependency_links.txt
  48. writing entry points to PasteDeploy.egg-info/entry_points.txt
  49. reading manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  50. reading manifest template 'MANIFEST.in'
  51. writing manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  52. installing library code to build/bdist.linux-x86_64/egg
  53. running install_lib
  54. running build_py
  55. creating build
  56. creating build/lib.linux-x86_64-2.7
  57. creating build/lib.linux-x86_64-2.7/paste
  58. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  59. creating build/lib.linux-x86_64-2.7/paste/deploy
  60. copying paste/deploy/converters.py -> build/lib.linux-x86_64-2.7/paste/deploy
  61. copying paste/deploy/paster_templates.py -> build/lib.linux-x86_64-2.7/paste/deploy
  62. copying paste/deploy/config.py -> build/lib.linux-x86_64-2.7/paste/deploy
  63. copying paste/deploy/loadwsgi.py -> build/lib.linux-x86_64-2.7/paste/deploy
  64. copying paste/deploy/__init__.py -> build/lib.linux-x86_64-2.7/paste/deploy
  65. copying paste/deploy/util.py -> build/lib.linux-x86_64-2.7/paste/deploy
  66. copying paste/deploy/compat.py -> build/lib.linux-x86_64-2.7/paste/deploy
  67. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates
  68. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy
  69. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  70. copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  71. copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  72. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  73. copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  74. creating build/bdist.linux-x86_64
  75. creating build/bdist.linux-x86_64/egg
  76. creating build/bdist.linux-x86_64/egg/paste
  77. creating build/bdist.linux-x86_64/egg/paste/deploy
  78. copying build/lib.linux-x86_64-2.7/paste/deploy/converters.py -> build/bdist.linux-x86_64/egg/paste/deploy
  79. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates.py -> build/bdist.linux-x86_64/egg/paste/deploy
  80. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates
  81. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy
  82. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  83. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  84. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  85. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  86. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  87. copying build/lib.linux-x86_64-2.7/paste/deploy/config.py -> build/bdist.linux-x86_64/egg/paste/deploy
  88. copying build/lib.linux-x86_64-2.7/paste/deploy/loadwsgi.py -> build/bdist.linux-x86_64/egg/paste/deploy
  89. copying build/lib.linux-x86_64-2.7/paste/deploy/__init__.py -> build/bdist.linux-x86_64/egg/paste/deploy
  90. copying build/lib.linux-x86_64-2.7/paste/deploy/util.py -> build/bdist.linux-x86_64/egg/paste/deploy
  91. copying build/lib.linux-x86_64-2.7/paste/deploy/compat.py -> build/bdist.linux-x86_64/egg/paste/deploy
  92. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  93. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/converters.py to converters.pyc
  94. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/paster_templates.py to paster_templates.pyc
  95. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/config.py to config.pyc
  96. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/loadwsgi.py to loadwsgi.pyc
  97. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/__init__.py to __init__.pyc
  98. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/util.py to util.pyc
  99. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/compat.py to compat.pyc
  100. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  101. creating build/bdist.linux-x86_64/egg/EGG-INFO
  102. copying PasteDeploy.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  103. copying PasteDeploy.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  104. copying PasteDeploy.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  105. copying PasteDeploy.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  106. copying PasteDeploy.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  107. copying PasteDeploy.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  108. copying PasteDeploy.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  109. copying PasteDeploy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  110. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-StsRB_/PasteDeploy-1.5.2/egg-dist-tmp-cgGQyZ/PasteDeploy-1.5.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  111. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  112.  
  113. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/.eggs/PasteDeploy-1.5.2-py2.7.egg
  114. Searching for Paste>=1.3
  115. Reading https://pypi.python.org/simple/Paste/
  116. Best match: Paste 2.0.3
  117. Downloading https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz#md5=1231e14eae62fa7ed76e9130b04bc61e
  118. Processing Paste-2.0.3.tar.gz
  119. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-qF09tH/Paste-2.0.3/setup.cfg
  120. Running Paste-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-qF09tH/Paste-2.0.3/egg-dist-tmp-ecJsNC
  121.  
  122. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-qF09tH/Paste-2.0.3/.eggs/PasteDeploy-1.5.2-py2.7.egg
  123. writing requirements to Paste.egg-info/requires.txt
  124. writing Paste.egg-info/PKG-INFO
  125. writing namespace_packages to Paste.egg-info/namespace_packages.txt
  126. writing top-level names to Paste.egg-info/top_level.txt
  127. writing dependency_links to Paste.egg-info/dependency_links.txt
  128. writing entry points to Paste.egg-info/entry_points.txt
  129. reading manifest file 'Paste.egg-info/SOURCES.txt'
  130. reading manifest template 'MANIFEST.in'
  131. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  132. warning: no files found matching '*.html' under directory 'docs/_build'
  133. writing manifest file 'Paste.egg-info/SOURCES.txt'
  134. installing library code to build/bdist.linux-x86_64/egg
  135. running install_lib
  136. running build_py
  137. creating build
  138. creating build/lib.linux-x86_64-2.7
  139. creating build/lib.linux-x86_64-2.7/paste
  140. copying paste/translogger.py -> build/lib.linux-x86_64-2.7/paste
  141. copying paste/pony.py -> build/lib.linux-x86_64-2.7/paste
  142. copying paste/httpserver.py -> build/lib.linux-x86_64-2.7/paste
  143. copying paste/response.py -> build/lib.linux-x86_64-2.7/paste
  144. copying paste/wsgiwrappers.py -> build/lib.linux-x86_64-2.7/paste
  145. copying paste/session.py -> build/lib.linux-x86_64-2.7/paste
  146. copying paste/flup_session.py -> build/lib.linux-x86_64-2.7/paste
  147. copying paste/url.py -> build/lib.linux-x86_64-2.7/paste
  148. copying paste/gzipper.py -> build/lib.linux-x86_64-2.7/paste
  149. copying paste/modpython.py -> build/lib.linux-x86_64-2.7/paste
  150. copying paste/httpexceptions.py -> build/lib.linux-x86_64-2.7/paste
  151. copying paste/httpheaders.py -> build/lib.linux-x86_64-2.7/paste
  152. copying paste/errordocument.py -> build/lib.linux-x86_64-2.7/paste
  153. copying paste/request.py -> build/lib.linux-x86_64-2.7/paste
  154. copying paste/cascade.py -> build/lib.linux-x86_64-2.7/paste
  155. copying paste/fixture.py -> build/lib.linux-x86_64-2.7/paste
  156. copying paste/progress.py -> build/lib.linux-x86_64-2.7/paste
  157. copying paste/cgitb_catcher.py -> build/lib.linux-x86_64-2.7/paste
  158. copying paste/urlmap.py -> build/lib.linux-x86_64-2.7/paste
  159. copying paste/config.py -> build/lib.linux-x86_64-2.7/paste
  160. copying paste/wsgilib.py -> build/lib.linux-x86_64-2.7/paste
  161. copying paste/reloader.py -> build/lib.linux-x86_64-2.7/paste
  162. copying paste/registry.py -> build/lib.linux-x86_64-2.7/paste
  163. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  164. copying paste/fileapp.py -> build/lib.linux-x86_64-2.7/paste
  165. copying paste/transaction.py -> build/lib.linux-x86_64-2.7/paste
  166. copying paste/proxy.py -> build/lib.linux-x86_64-2.7/paste
  167. copying paste/lint.py -> build/lib.linux-x86_64-2.7/paste
  168. copying paste/urlparser.py -> build/lib.linux-x86_64-2.7/paste
  169. copying paste/cgiapp.py -> build/lib.linux-x86_64-2.7/paste
  170. copying paste/recursive.py -> build/lib.linux-x86_64-2.7/paste
  171. creating build/lib.linux-x86_64-2.7/paste/evalexception
  172. copying paste/evalexception/middleware.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  173. copying paste/evalexception/__init__.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  174. copying paste/evalexception/evalcontext.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  175. creating build/lib.linux-x86_64-2.7/paste/exceptions
  176. copying paste/exceptions/reporter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  177. copying paste/exceptions/errormiddleware.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  178. copying paste/exceptions/formatter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  179. copying paste/exceptions/collector.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  180. copying paste/exceptions/serial_number_generator.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  181. copying paste/exceptions/__init__.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  182. creating build/lib.linux-x86_64-2.7/paste/auth
  183. copying paste/auth/cas.py -> build/lib.linux-x86_64-2.7/paste/auth
  184. copying paste/auth/open_id.py -> build/lib.linux-x86_64-2.7/paste/auth
  185. copying paste/auth/cookie.py -> build/lib.linux-x86_64-2.7/paste/auth
  186. copying paste/auth/digest.py -> build/lib.linux-x86_64-2.7/paste/auth
  187. copying paste/auth/grantip.py -> build/lib.linux-x86_64-2.7/paste/auth
  188. copying paste/auth/multi.py -> build/lib.linux-x86_64-2.7/paste/auth
  189. copying paste/auth/basic.py -> build/lib.linux-x86_64-2.7/paste/auth
  190. copying paste/auth/auth_tkt.py -> build/lib.linux-x86_64-2.7/paste/auth
  191. copying paste/auth/__init__.py -> build/lib.linux-x86_64-2.7/paste/auth
  192. copying paste/auth/form.py -> build/lib.linux-x86_64-2.7/paste/auth
  193. creating build/lib.linux-x86_64-2.7/paste/util
  194. copying paste/util/killthread.py -> build/lib.linux-x86_64-2.7/paste/util
  195. copying paste/util/converters.py -> build/lib.linux-x86_64-2.7/paste/util
  196. copying paste/util/classinit.py -> build/lib.linux-x86_64-2.7/paste/util
  197. copying paste/util/findpackage.py -> build/lib.linux-x86_64-2.7/paste/util
  198. copying paste/util/ip4.py -> build/lib.linux-x86_64-2.7/paste/util
  199. copying paste/util/threadinglocal.py -> build/lib.linux-x86_64-2.7/paste/util
  200. copying paste/util/template.py -> build/lib.linux-x86_64-2.7/paste/util
  201. copying paste/util/multidict.py -> build/lib.linux-x86_64-2.7/paste/util
  202. copying paste/util/import_string.py -> build/lib.linux-x86_64-2.7/paste/util
  203. copying paste/util/dateinterval.py -> build/lib.linux-x86_64-2.7/paste/util
  204. copying paste/util/PySourceColor.py -> build/lib.linux-x86_64-2.7/paste/util
  205. copying paste/util/quoting.py -> build/lib.linux-x86_64-2.7/paste/util
  206. copying paste/util/threadedprint.py -> build/lib.linux-x86_64-2.7/paste/util
  207. copying paste/util/classinstance.py -> build/lib.linux-x86_64-2.7/paste/util
  208. copying paste/util/datetimeutil.py -> build/lib.linux-x86_64-2.7/paste/util
  209. copying paste/util/looper.py -> build/lib.linux-x86_64-2.7/paste/util
  210. copying paste/util/__init__.py -> build/lib.linux-x86_64-2.7/paste/util
  211. copying paste/util/finddata.py -> build/lib.linux-x86_64-2.7/paste/util
  212. copying paste/util/intset.py -> build/lib.linux-x86_64-2.7/paste/util
  213. copying paste/util/scgiserver.py -> build/lib.linux-x86_64-2.7/paste/util
  214. copying paste/util/filemixin.py -> build/lib.linux-x86_64-2.7/paste/util
  215. copying paste/util/mimeparse.py -> build/lib.linux-x86_64-2.7/paste/util
  216. creating build/lib.linux-x86_64-2.7/paste/cowbell
  217. copying paste/cowbell/__init__.py -> build/lib.linux-x86_64-2.7/paste/cowbell
  218. creating build/lib.linux-x86_64-2.7/paste/debug
  219. copying paste/debug/fsdiff.py -> build/lib.linux-x86_64-2.7/paste/debug
  220. copying paste/debug/wdg_validate.py -> build/lib.linux-x86_64-2.7/paste/debug
  221. copying paste/debug/prints.py -> build/lib.linux-x86_64-2.7/paste/debug
  222. copying paste/debug/watchthreads.py -> build/lib.linux-x86_64-2.7/paste/debug
  223. copying paste/debug/profile.py -> build/lib.linux-x86_64-2.7/paste/debug
  224. copying paste/debug/testserver.py -> build/lib.linux-x86_64-2.7/paste/debug
  225. copying paste/debug/doctest_webapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  226. copying paste/debug/__init__.py -> build/lib.linux-x86_64-2.7/paste/debug
  227. copying paste/debug/debugapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  228. copying paste/urlmap.py.orig -> build/lib.linux-x86_64-2.7/paste
  229. copying paste/httpserver.py.orig -> build/lib.linux-x86_64-2.7/paste
  230. creating build/lib.linux-x86_64-2.7/paste/evalexception/media
  231. copying paste/evalexception/media/minus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  232. copying paste/evalexception/media/MochiKit.packed.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  233. copying paste/evalexception/media/plus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  234. copying paste/evalexception/media/debug.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  235. copying paste/util/template.py.2015-04-30-123224 -> build/lib.linux-x86_64-2.7/paste/util
  236. copying paste/util/template.py.orig -> build/lib.linux-x86_64-2.7/paste/util
  237. copying paste/cowbell/bell-ascending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  238. copying paste/cowbell/bell-descending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  239. creating build/bdist.linux-x86_64
  240. creating build/bdist.linux-x86_64/egg
  241. creating build/bdist.linux-x86_64/egg/paste
  242. copying build/lib.linux-x86_64-2.7/paste/translogger.py -> build/bdist.linux-x86_64/egg/paste
  243. creating build/bdist.linux-x86_64/egg/paste/evalexception
  244. copying build/lib.linux-x86_64-2.7/paste/evalexception/middleware.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  245. copying build/lib.linux-x86_64-2.7/paste/evalexception/__init__.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  246. creating build/bdist.linux-x86_64/egg/paste/evalexception/media
  247. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/minus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  248. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/MochiKit.packed.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  249. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/plus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  250. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/debug.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  251. copying build/lib.linux-x86_64-2.7/paste/evalexception/evalcontext.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  252. copying build/lib.linux-x86_64-2.7/paste/pony.py -> build/bdist.linux-x86_64/egg/paste
  253. creating build/bdist.linux-x86_64/egg/paste/exceptions
  254. copying build/lib.linux-x86_64-2.7/paste/exceptions/reporter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  255. copying build/lib.linux-x86_64-2.7/paste/exceptions/errormiddleware.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  256. copying build/lib.linux-x86_64-2.7/paste/exceptions/formatter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  257. copying build/lib.linux-x86_64-2.7/paste/exceptions/collector.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  258. copying build/lib.linux-x86_64-2.7/paste/exceptions/serial_number_generator.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  259. copying build/lib.linux-x86_64-2.7/paste/exceptions/__init__.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  260. copying build/lib.linux-x86_64-2.7/paste/httpserver.py -> build/bdist.linux-x86_64/egg/paste
  261. copying build/lib.linux-x86_64-2.7/paste/response.py -> build/bdist.linux-x86_64/egg/paste
  262. copying build/lib.linux-x86_64-2.7/paste/wsgiwrappers.py -> build/bdist.linux-x86_64/egg/paste
  263. copying build/lib.linux-x86_64-2.7/paste/session.py -> build/bdist.linux-x86_64/egg/paste
  264. copying build/lib.linux-x86_64-2.7/paste/urlmap.py.orig -> build/bdist.linux-x86_64/egg/paste
  265. copying build/lib.linux-x86_64-2.7/paste/flup_session.py -> build/bdist.linux-x86_64/egg/paste
  266. copying build/lib.linux-x86_64-2.7/paste/url.py -> build/bdist.linux-x86_64/egg/paste
  267. copying build/lib.linux-x86_64-2.7/paste/gzipper.py -> build/bdist.linux-x86_64/egg/paste
  268. copying build/lib.linux-x86_64-2.7/paste/modpython.py -> build/bdist.linux-x86_64/egg/paste
  269. copying build/lib.linux-x86_64-2.7/paste/httpexceptions.py -> build/bdist.linux-x86_64/egg/paste
  270. creating build/bdist.linux-x86_64/egg/paste/auth
  271. copying build/lib.linux-x86_64-2.7/paste/auth/cas.py -> build/bdist.linux-x86_64/egg/paste/auth
  272. copying build/lib.linux-x86_64-2.7/paste/auth/open_id.py -> build/bdist.linux-x86_64/egg/paste/auth
  273. copying build/lib.linux-x86_64-2.7/paste/auth/cookie.py -> build/bdist.linux-x86_64/egg/paste/auth
  274. copying build/lib.linux-x86_64-2.7/paste/auth/digest.py -> build/bdist.linux-x86_64/egg/paste/auth
  275. copying build/lib.linux-x86_64-2.7/paste/auth/grantip.py -> build/bdist.linux-x86_64/egg/paste/auth
  276. copying build/lib.linux-x86_64-2.7/paste/auth/multi.py -> build/bdist.linux-x86_64/egg/paste/auth
  277. copying build/lib.linux-x86_64-2.7/paste/auth/basic.py -> build/bdist.linux-x86_64/egg/paste/auth
  278. copying build/lib.linux-x86_64-2.7/paste/auth/auth_tkt.py -> build/bdist.linux-x86_64/egg/paste/auth
  279. copying build/lib.linux-x86_64-2.7/paste/auth/__init__.py -> build/bdist.linux-x86_64/egg/paste/auth
  280. copying build/lib.linux-x86_64-2.7/paste/auth/form.py -> build/bdist.linux-x86_64/egg/paste/auth
  281. creating build/bdist.linux-x86_64/egg/paste/util
  282. copying build/lib.linux-x86_64-2.7/paste/util/killthread.py -> build/bdist.linux-x86_64/egg/paste/util
  283. copying build/lib.linux-x86_64-2.7/paste/util/converters.py -> build/bdist.linux-x86_64/egg/paste/util
  284. copying build/lib.linux-x86_64-2.7/paste/util/classinit.py -> build/bdist.linux-x86_64/egg/paste/util
  285. copying build/lib.linux-x86_64-2.7/paste/util/findpackage.py -> build/bdist.linux-x86_64/egg/paste/util
  286. copying build/lib.linux-x86_64-2.7/paste/util/ip4.py -> build/bdist.linux-x86_64/egg/paste/util
  287. copying build/lib.linux-x86_64-2.7/paste/util/threadinglocal.py -> build/bdist.linux-x86_64/egg/paste/util
  288. copying build/lib.linux-x86_64-2.7/paste/util/template.py.2015-04-30-123224 -> build/bdist.linux-x86_64/egg/paste/util
  289. copying build/lib.linux-x86_64-2.7/paste/util/template.py -> build/bdist.linux-x86_64/egg/paste/util
  290. copying build/lib.linux-x86_64-2.7/paste/util/multidict.py -> build/bdist.linux-x86_64/egg/paste/util
  291. copying build/lib.linux-x86_64-2.7/paste/util/import_string.py -> build/bdist.linux-x86_64/egg/paste/util
  292. copying build/lib.linux-x86_64-2.7/paste/util/dateinterval.py -> build/bdist.linux-x86_64/egg/paste/util
  293. copying build/lib.linux-x86_64-2.7/paste/util/PySourceColor.py -> build/bdist.linux-x86_64/egg/paste/util
  294. copying build/lib.linux-x86_64-2.7/paste/util/quoting.py -> build/bdist.linux-x86_64/egg/paste/util
  295. copying build/lib.linux-x86_64-2.7/paste/util/threadedprint.py -> build/bdist.linux-x86_64/egg/paste/util
  296. copying build/lib.linux-x86_64-2.7/paste/util/classinstance.py -> build/bdist.linux-x86_64/egg/paste/util
  297. copying build/lib.linux-x86_64-2.7/paste/util/datetimeutil.py -> build/bdist.linux-x86_64/egg/paste/util
  298. copying build/lib.linux-x86_64-2.7/paste/util/template.py.orig -> build/bdist.linux-x86_64/egg/paste/util
  299. copying build/lib.linux-x86_64-2.7/paste/util/looper.py -> build/bdist.linux-x86_64/egg/paste/util
  300. copying build/lib.linux-x86_64-2.7/paste/util/__init__.py -> build/bdist.linux-x86_64/egg/paste/util
  301. copying build/lib.linux-x86_64-2.7/paste/util/finddata.py -> build/bdist.linux-x86_64/egg/paste/util
  302. copying build/lib.linux-x86_64-2.7/paste/util/intset.py -> build/bdist.linux-x86_64/egg/paste/util
  303. copying build/lib.linux-x86_64-2.7/paste/util/scgiserver.py -> build/bdist.linux-x86_64/egg/paste/util
  304. copying build/lib.linux-x86_64-2.7/paste/util/filemixin.py -> build/bdist.linux-x86_64/egg/paste/util
  305. copying build/lib.linux-x86_64-2.7/paste/util/mimeparse.py -> build/bdist.linux-x86_64/egg/paste/util
  306. copying build/lib.linux-x86_64-2.7/paste/httpheaders.py -> build/bdist.linux-x86_64/egg/paste
  307. copying build/lib.linux-x86_64-2.7/paste/errordocument.py -> build/bdist.linux-x86_64/egg/paste
  308. copying build/lib.linux-x86_64-2.7/paste/request.py -> build/bdist.linux-x86_64/egg/paste
  309. copying build/lib.linux-x86_64-2.7/paste/cascade.py -> build/bdist.linux-x86_64/egg/paste
  310. creating build/bdist.linux-x86_64/egg/paste/cowbell
  311. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-ascending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  312. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-descending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  313. copying build/lib.linux-x86_64-2.7/paste/cowbell/__init__.py -> build/bdist.linux-x86_64/egg/paste/cowbell
  314. copying build/lib.linux-x86_64-2.7/paste/fixture.py -> build/bdist.linux-x86_64/egg/paste
  315. copying build/lib.linux-x86_64-2.7/paste/progress.py -> build/bdist.linux-x86_64/egg/paste
  316. copying build/lib.linux-x86_64-2.7/paste/cgitb_catcher.py -> build/bdist.linux-x86_64/egg/paste
  317. copying build/lib.linux-x86_64-2.7/paste/urlmap.py -> build/bdist.linux-x86_64/egg/paste
  318. copying build/lib.linux-x86_64-2.7/paste/config.py -> build/bdist.linux-x86_64/egg/paste
  319. copying build/lib.linux-x86_64-2.7/paste/wsgilib.py -> build/bdist.linux-x86_64/egg/paste
  320. copying build/lib.linux-x86_64-2.7/paste/reloader.py -> build/bdist.linux-x86_64/egg/paste
  321. copying build/lib.linux-x86_64-2.7/paste/registry.py -> build/bdist.linux-x86_64/egg/paste
  322. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  323. copying build/lib.linux-x86_64-2.7/paste/fileapp.py -> build/bdist.linux-x86_64/egg/paste
  324. copying build/lib.linux-x86_64-2.7/paste/transaction.py -> build/bdist.linux-x86_64/egg/paste
  325. copying build/lib.linux-x86_64-2.7/paste/proxy.py -> build/bdist.linux-x86_64/egg/paste
  326. copying build/lib.linux-x86_64-2.7/paste/lint.py -> build/bdist.linux-x86_64/egg/paste
  327. creating build/bdist.linux-x86_64/egg/paste/debug
  328. copying build/lib.linux-x86_64-2.7/paste/debug/fsdiff.py -> build/bdist.linux-x86_64/egg/paste/debug
  329. copying build/lib.linux-x86_64-2.7/paste/debug/wdg_validate.py -> build/bdist.linux-x86_64/egg/paste/debug
  330. copying build/lib.linux-x86_64-2.7/paste/debug/prints.py -> build/bdist.linux-x86_64/egg/paste/debug
  331. copying build/lib.linux-x86_64-2.7/paste/debug/watchthreads.py -> build/bdist.linux-x86_64/egg/paste/debug
  332. copying build/lib.linux-x86_64-2.7/paste/debug/profile.py -> build/bdist.linux-x86_64/egg/paste/debug
  333. copying build/lib.linux-x86_64-2.7/paste/debug/testserver.py -> build/bdist.linux-x86_64/egg/paste/debug
  334. copying build/lib.linux-x86_64-2.7/paste/debug/doctest_webapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  335. copying build/lib.linux-x86_64-2.7/paste/debug/__init__.py -> build/bdist.linux-x86_64/egg/paste/debug
  336. copying build/lib.linux-x86_64-2.7/paste/debug/debugapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  337. copying build/lib.linux-x86_64-2.7/paste/urlparser.py -> build/bdist.linux-x86_64/egg/paste
  338. copying build/lib.linux-x86_64-2.7/paste/cgiapp.py -> build/bdist.linux-x86_64/egg/paste
  339. copying build/lib.linux-x86_64-2.7/paste/httpserver.py.orig -> build/bdist.linux-x86_64/egg/paste
  340. copying build/lib.linux-x86_64-2.7/paste/recursive.py -> build/bdist.linux-x86_64/egg/paste
  341. byte-compiling build/bdist.linux-x86_64/egg/paste/translogger.py to translogger.pyc
  342. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/middleware.py to middleware.pyc
  343. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/__init__.py to __init__.pyc
  344. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/evalcontext.py to evalcontext.pyc
  345. byte-compiling build/bdist.linux-x86_64/egg/paste/pony.py to pony.pyc
  346. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/reporter.py to reporter.pyc
  347. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/errormiddleware.py to errormiddleware.pyc
  348. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/formatter.py to formatter.pyc
  349. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/collector.py to collector.pyc
  350. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/serial_number_generator.py to serial_number_generator.pyc
  351. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/__init__.py to __init__.pyc
  352. byte-compiling build/bdist.linux-x86_64/egg/paste/httpserver.py to httpserver.pyc
  353. byte-compiling build/bdist.linux-x86_64/egg/paste/response.py to response.pyc
  354. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgiwrappers.py to wsgiwrappers.pyc
  355. byte-compiling build/bdist.linux-x86_64/egg/paste/session.py to session.pyc
  356. byte-compiling build/bdist.linux-x86_64/egg/paste/flup_session.py to flup_session.pyc
  357. byte-compiling build/bdist.linux-x86_64/egg/paste/url.py to url.pyc
  358. byte-compiling build/bdist.linux-x86_64/egg/paste/gzipper.py to gzipper.pyc
  359. byte-compiling build/bdist.linux-x86_64/egg/paste/modpython.py to modpython.pyc
  360. byte-compiling build/bdist.linux-x86_64/egg/paste/httpexceptions.py to httpexceptions.pyc
  361. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cas.py to cas.pyc
  362. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/open_id.py to open_id.pyc
  363. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cookie.py to cookie.pyc
  364. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/digest.py to digest.pyc
  365. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/grantip.py to grantip.pyc
  366. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/multi.py to multi.pyc
  367. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/basic.py to basic.pyc
  368. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/auth_tkt.py to auth_tkt.pyc
  369. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/__init__.py to __init__.pyc
  370. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/form.py to form.pyc
  371. byte-compiling build/bdist.linux-x86_64/egg/paste/util/killthread.py to killthread.pyc
  372. byte-compiling build/bdist.linux-x86_64/egg/paste/util/converters.py to converters.pyc
  373. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinit.py to classinit.pyc
  374. byte-compiling build/bdist.linux-x86_64/egg/paste/util/findpackage.py to findpackage.pyc
  375. byte-compiling build/bdist.linux-x86_64/egg/paste/util/ip4.py to ip4.pyc
  376. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadinglocal.py to threadinglocal.pyc
  377. byte-compiling build/bdist.linux-x86_64/egg/paste/util/template.py to template.pyc
  378. byte-compiling build/bdist.linux-x86_64/egg/paste/util/multidict.py to multidict.pyc
  379. byte-compiling build/bdist.linux-x86_64/egg/paste/util/import_string.py to import_string.pyc
  380. byte-compiling build/bdist.linux-x86_64/egg/paste/util/dateinterval.py to dateinterval.pyc
  381. byte-compiling build/bdist.linux-x86_64/egg/paste/util/PySourceColor.py to PySourceColor.pyc
  382. byte-compiling build/bdist.linux-x86_64/egg/paste/util/quoting.py to quoting.pyc
  383. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadedprint.py to threadedprint.pyc
  384. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinstance.py to classinstance.pyc
  385. byte-compiling build/bdist.linux-x86_64/egg/paste/util/datetimeutil.py to datetimeutil.pyc
  386. byte-compiling build/bdist.linux-x86_64/egg/paste/util/looper.py to looper.pyc
  387. byte-compiling build/bdist.linux-x86_64/egg/paste/util/__init__.py to __init__.pyc
  388. byte-compiling build/bdist.linux-x86_64/egg/paste/util/finddata.py to finddata.pyc
  389. byte-compiling build/bdist.linux-x86_64/egg/paste/util/intset.py to intset.pyc
  390. byte-compiling build/bdist.linux-x86_64/egg/paste/util/scgiserver.py to scgiserver.pyc
  391. byte-compiling build/bdist.linux-x86_64/egg/paste/util/filemixin.py to filemixin.pyc
  392. byte-compiling build/bdist.linux-x86_64/egg/paste/util/mimeparse.py to mimeparse.pyc
  393. byte-compiling build/bdist.linux-x86_64/egg/paste/httpheaders.py to httpheaders.pyc
  394. byte-compiling build/bdist.linux-x86_64/egg/paste/errordocument.py to errordocument.pyc
  395. byte-compiling build/bdist.linux-x86_64/egg/paste/request.py to request.pyc
  396. byte-compiling build/bdist.linux-x86_64/egg/paste/cascade.py to cascade.pyc
  397. byte-compiling build/bdist.linux-x86_64/egg/paste/cowbell/__init__.py to __init__.pyc
  398. byte-compiling build/bdist.linux-x86_64/egg/paste/fixture.py to fixture.pyc
  399. byte-compiling build/bdist.linux-x86_64/egg/paste/progress.py to progress.pyc
  400. byte-compiling build/bdist.linux-x86_64/egg/paste/cgitb_catcher.py to cgitb_catcher.pyc
  401. byte-compiling build/bdist.linux-x86_64/egg/paste/urlmap.py to urlmap.pyc
  402. byte-compiling build/bdist.linux-x86_64/egg/paste/config.py to config.pyc
  403. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgilib.py to wsgilib.pyc
  404. byte-compiling build/bdist.linux-x86_64/egg/paste/reloader.py to reloader.pyc
  405. byte-compiling build/bdist.linux-x86_64/egg/paste/registry.py to registry.pyc
  406. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  407. byte-compiling build/bdist.linux-x86_64/egg/paste/fileapp.py to fileapp.pyc
  408. byte-compiling build/bdist.linux-x86_64/egg/paste/transaction.py to transaction.pyc
  409. byte-compiling build/bdist.linux-x86_64/egg/paste/proxy.py to proxy.pyc
  410. byte-compiling build/bdist.linux-x86_64/egg/paste/lint.py to lint.pyc
  411. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/fsdiff.py to fsdiff.pyc
  412. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/wdg_validate.py to wdg_validate.pyc
  413. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/prints.py to prints.pyc
  414. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/watchthreads.py to watchthreads.pyc
  415. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/profile.py to profile.pyc
  416. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/testserver.py to testserver.pyc
  417. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/doctest_webapp.py to doctest_webapp.pyc
  418. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/__init__.py to __init__.pyc
  419. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/debugapp.py to debugapp.pyc
  420. byte-compiling build/bdist.linux-x86_64/egg/paste/urlparser.py to urlparser.pyc
  421. byte-compiling build/bdist.linux-x86_64/egg/paste/cgiapp.py to cgiapp.pyc
  422. byte-compiling build/bdist.linux-x86_64/egg/paste/recursive.py to recursive.pyc
  423. creating build/bdist.linux-x86_64/egg/EGG-INFO
  424. copying Paste.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  425. copying Paste.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  426. copying Paste.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  427. copying Paste.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  428. copying Paste.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  429. copying Paste.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  430. copying Paste.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  431. copying Paste.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  432. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/temp/easy_install-qF09tH/Paste-2.0.3/egg-dist-tmp-ecJsNC/Paste-2.0.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  433. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  434. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/.eggs/Paste-2.0.3-py2.7.egg
  435. Extracting Paste-2.0.3-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/.eggs
  436.  
  437. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/.eggs/Paste-2.0.3-py2.7.egg
  438. writing six.egg-info/PKG-INFO
  439. writing top-level names to six.egg-info/top_level.txt
  440. writing dependency_links to six.egg-info/dependency_links.txt
  441. reading manifest file 'six.egg-info/SOURCES.txt'
  442. reading manifest template 'MANIFEST.in'
  443. no previously-included directories found matching 'documentation/_build'
  444. writing manifest file 'six.egg-info/SOURCES.txt'
  445. installing library code to build/bdist.linux-x86_64/egg
  446. running install_lib
  447. running build_py
  448. creating build
  449. creating build/lib.linux-x86_64-2.7
  450. copying six.py -> build/lib.linux-x86_64-2.7
  451. creating build/bdist.linux-x86_64
  452. creating build/bdist.linux-x86_64/egg
  453. copying build/lib.linux-x86_64-2.7/six.py -> build/bdist.linux-x86_64/egg
  454. byte-compiling build/bdist.linux-x86_64/egg/six.py to six.pyc
  455. creating build/bdist.linux-x86_64/egg/EGG-INFO
  456. copying six.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  457. copying six.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  458. copying six.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  459. copying six.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  460. zip_safe flag not set; analyzing archive contents...
  461. six: module references __path__
  462. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-FmYpdV/six-1.10.0/egg-dist-tmp-KXYQSt/six-1.10.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  463. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  464.  
  465. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs/six-1.10.0-py2.7.egg
  466. Searching for PasteDeploy
  467. Reading https://pypi.python.org/simple/PasteDeploy/
  468. Best match: PasteDeploy 1.5.2
  469. Downloading https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz#md5=352b7205c78c8de4987578d19431af3b
  470. Processing PasteDeploy-1.5.2.tar.gz
  471. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/setup.cfg
  472. Running PasteDeploy-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/egg-dist-tmp-uDw7VQ
  473. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  474. warning: no files found matching '*.html' under directory 'docs/_build'
  475.  
  476. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-jky74c/six-1.10.0/.eggs/Paste-2.0.3-py2.7.egg
  477. writing six.egg-info/PKG-INFO
  478. writing top-level names to six.egg-info/top_level.txt
  479. writing dependency_links to six.egg-info/dependency_links.txt
  480. reading manifest file 'six.egg-info/SOURCES.txt'
  481. reading manifest template 'MANIFEST.in'
  482. no previously-included directories found matching 'documentation/_build'
  483. writing manifest file 'six.egg-info/SOURCES.txt'
  484. installing library code to build/bdist.linux-x86_64/egg
  485. running install_lib
  486. running build_py
  487. creating build
  488. creating build/lib.linux-x86_64-2.7
  489. copying six.py -> build/lib.linux-x86_64-2.7
  490. creating build/bdist.linux-x86_64
  491. creating build/bdist.linux-x86_64/egg
  492. copying build/lib.linux-x86_64-2.7/six.py -> build/bdist.linux-x86_64/egg
  493. byte-compiling build/bdist.linux-x86_64/egg/six.py to six.pyc
  494. creating build/bdist.linux-x86_64/egg/EGG-INFO
  495. copying six.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  496. copying six.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  497. copying six.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  498. copying six.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  499. zip_safe flag not set; analyzing archive contents...
  500. six: module references __path__
  501. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-jky74c/six-1.10.0/egg-dist-tmp-oQHoDr/six-1.10.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  502. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  503.  
  504. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/.eggs/six-1.10.0-py2.7.egg
  505. Searching for Paste>=1.3
  506. Reading https://pypi.python.org/simple/Paste/
  507. Best match: Paste 2.0.3
  508. Downloading https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz#md5=1231e14eae62fa7ed76e9130b04bc61e
  509. Processing Paste-2.0.3.tar.gz
  510. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-99vjTD/Paste-2.0.3/setup.cfg
  511. Running Paste-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-99vjTD/Paste-2.0.3/egg-dist-tmp-zIDIEy
  512. no previously-included directories found matching 'documentation/_build'
  513. zip_safe flag not set; analyzing archive contents...
  514. six: module references __path__
  515.  
  516. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-99vjTD/Paste-2.0.3/.eggs/six-1.10.0-py2.7.egg
  517. writing requirements to Paste.egg-info/requires.txt
  518. writing Paste.egg-info/PKG-INFO
  519. writing namespace_packages to Paste.egg-info/namespace_packages.txt
  520. writing top-level names to Paste.egg-info/top_level.txt
  521. writing dependency_links to Paste.egg-info/dependency_links.txt
  522. writing entry points to Paste.egg-info/entry_points.txt
  523. reading manifest file 'Paste.egg-info/SOURCES.txt'
  524. reading manifest template 'MANIFEST.in'
  525. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  526. warning: no files found matching '*.html' under directory 'docs/_build'
  527. writing manifest file 'Paste.egg-info/SOURCES.txt'
  528. installing library code to build/bdist.linux-x86_64/egg
  529. running install_lib
  530. running build_py
  531. creating build
  532. creating build/lib.linux-x86_64-2.7
  533. creating build/lib.linux-x86_64-2.7/paste
  534. copying paste/translogger.py -> build/lib.linux-x86_64-2.7/paste
  535. copying paste/pony.py -> build/lib.linux-x86_64-2.7/paste
  536. copying paste/httpserver.py -> build/lib.linux-x86_64-2.7/paste
  537. copying paste/response.py -> build/lib.linux-x86_64-2.7/paste
  538. copying paste/wsgiwrappers.py -> build/lib.linux-x86_64-2.7/paste
  539. copying paste/session.py -> build/lib.linux-x86_64-2.7/paste
  540. copying paste/flup_session.py -> build/lib.linux-x86_64-2.7/paste
  541. copying paste/url.py -> build/lib.linux-x86_64-2.7/paste
  542. copying paste/gzipper.py -> build/lib.linux-x86_64-2.7/paste
  543. copying paste/modpython.py -> build/lib.linux-x86_64-2.7/paste
  544. copying paste/httpexceptions.py -> build/lib.linux-x86_64-2.7/paste
  545. copying paste/httpheaders.py -> build/lib.linux-x86_64-2.7/paste
  546. copying paste/errordocument.py -> build/lib.linux-x86_64-2.7/paste
  547. copying paste/request.py -> build/lib.linux-x86_64-2.7/paste
  548. copying paste/cascade.py -> build/lib.linux-x86_64-2.7/paste
  549. copying paste/fixture.py -> build/lib.linux-x86_64-2.7/paste
  550. copying paste/progress.py -> build/lib.linux-x86_64-2.7/paste
  551. copying paste/cgitb_catcher.py -> build/lib.linux-x86_64-2.7/paste
  552. copying paste/urlmap.py -> build/lib.linux-x86_64-2.7/paste
  553. copying paste/config.py -> build/lib.linux-x86_64-2.7/paste
  554. copying paste/wsgilib.py -> build/lib.linux-x86_64-2.7/paste
  555. copying paste/reloader.py -> build/lib.linux-x86_64-2.7/paste
  556. copying paste/registry.py -> build/lib.linux-x86_64-2.7/paste
  557. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  558. copying paste/fileapp.py -> build/lib.linux-x86_64-2.7/paste
  559. copying paste/transaction.py -> build/lib.linux-x86_64-2.7/paste
  560. copying paste/proxy.py -> build/lib.linux-x86_64-2.7/paste
  561. copying paste/lint.py -> build/lib.linux-x86_64-2.7/paste
  562. copying paste/urlparser.py -> build/lib.linux-x86_64-2.7/paste
  563. copying paste/cgiapp.py -> build/lib.linux-x86_64-2.7/paste
  564. copying paste/recursive.py -> build/lib.linux-x86_64-2.7/paste
  565. creating build/lib.linux-x86_64-2.7/paste/evalexception
  566. copying paste/evalexception/middleware.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  567. copying paste/evalexception/__init__.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  568. copying paste/evalexception/evalcontext.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  569. creating build/lib.linux-x86_64-2.7/paste/exceptions
  570. copying paste/exceptions/reporter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  571. copying paste/exceptions/errormiddleware.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  572. copying paste/exceptions/formatter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  573. copying paste/exceptions/collector.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  574. copying paste/exceptions/serial_number_generator.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  575. copying paste/exceptions/__init__.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  576. creating build/lib.linux-x86_64-2.7/paste/auth
  577. copying paste/auth/cas.py -> build/lib.linux-x86_64-2.7/paste/auth
  578. copying paste/auth/open_id.py -> build/lib.linux-x86_64-2.7/paste/auth
  579. copying paste/auth/cookie.py -> build/lib.linux-x86_64-2.7/paste/auth
  580. copying paste/auth/digest.py -> build/lib.linux-x86_64-2.7/paste/auth
  581. copying paste/auth/grantip.py -> build/lib.linux-x86_64-2.7/paste/auth
  582. copying paste/auth/multi.py -> build/lib.linux-x86_64-2.7/paste/auth
  583. copying paste/auth/basic.py -> build/lib.linux-x86_64-2.7/paste/auth
  584. copying paste/auth/auth_tkt.py -> build/lib.linux-x86_64-2.7/paste/auth
  585. copying paste/auth/__init__.py -> build/lib.linux-x86_64-2.7/paste/auth
  586. copying paste/auth/form.py -> build/lib.linux-x86_64-2.7/paste/auth
  587. creating build/lib.linux-x86_64-2.7/paste/util
  588. copying paste/util/killthread.py -> build/lib.linux-x86_64-2.7/paste/util
  589. copying paste/util/converters.py -> build/lib.linux-x86_64-2.7/paste/util
  590. copying paste/util/classinit.py -> build/lib.linux-x86_64-2.7/paste/util
  591. copying paste/util/findpackage.py -> build/lib.linux-x86_64-2.7/paste/util
  592. copying paste/util/ip4.py -> build/lib.linux-x86_64-2.7/paste/util
  593. copying paste/util/threadinglocal.py -> build/lib.linux-x86_64-2.7/paste/util
  594. copying paste/util/template.py -> build/lib.linux-x86_64-2.7/paste/util
  595. copying paste/util/multidict.py -> build/lib.linux-x86_64-2.7/paste/util
  596. copying paste/util/import_string.py -> build/lib.linux-x86_64-2.7/paste/util
  597. copying paste/util/dateinterval.py -> build/lib.linux-x86_64-2.7/paste/util
  598. copying paste/util/PySourceColor.py -> build/lib.linux-x86_64-2.7/paste/util
  599. copying paste/util/quoting.py -> build/lib.linux-x86_64-2.7/paste/util
  600. copying paste/util/threadedprint.py -> build/lib.linux-x86_64-2.7/paste/util
  601. copying paste/util/classinstance.py -> build/lib.linux-x86_64-2.7/paste/util
  602. copying paste/util/datetimeutil.py -> build/lib.linux-x86_64-2.7/paste/util
  603. copying paste/util/looper.py -> build/lib.linux-x86_64-2.7/paste/util
  604. copying paste/util/__init__.py -> build/lib.linux-x86_64-2.7/paste/util
  605. copying paste/util/finddata.py -> build/lib.linux-x86_64-2.7/paste/util
  606. copying paste/util/intset.py -> build/lib.linux-x86_64-2.7/paste/util
  607. copying paste/util/scgiserver.py -> build/lib.linux-x86_64-2.7/paste/util
  608. copying paste/util/filemixin.py -> build/lib.linux-x86_64-2.7/paste/util
  609. copying paste/util/mimeparse.py -> build/lib.linux-x86_64-2.7/paste/util
  610. creating build/lib.linux-x86_64-2.7/paste/cowbell
  611. copying paste/cowbell/__init__.py -> build/lib.linux-x86_64-2.7/paste/cowbell
  612. creating build/lib.linux-x86_64-2.7/paste/debug
  613. copying paste/debug/fsdiff.py -> build/lib.linux-x86_64-2.7/paste/debug
  614. copying paste/debug/wdg_validate.py -> build/lib.linux-x86_64-2.7/paste/debug
  615. copying paste/debug/prints.py -> build/lib.linux-x86_64-2.7/paste/debug
  616. copying paste/debug/watchthreads.py -> build/lib.linux-x86_64-2.7/paste/debug
  617. copying paste/debug/profile.py -> build/lib.linux-x86_64-2.7/paste/debug
  618. copying paste/debug/testserver.py -> build/lib.linux-x86_64-2.7/paste/debug
  619. copying paste/debug/doctest_webapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  620. copying paste/debug/__init__.py -> build/lib.linux-x86_64-2.7/paste/debug
  621. copying paste/debug/debugapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  622. copying paste/urlmap.py.orig -> build/lib.linux-x86_64-2.7/paste
  623. copying paste/httpserver.py.orig -> build/lib.linux-x86_64-2.7/paste
  624. creating build/lib.linux-x86_64-2.7/paste/evalexception/media
  625. copying paste/evalexception/media/minus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  626. copying paste/evalexception/media/MochiKit.packed.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  627. copying paste/evalexception/media/plus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  628. copying paste/evalexception/media/debug.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  629. copying paste/util/template.py.2015-04-30-123224 -> build/lib.linux-x86_64-2.7/paste/util
  630. copying paste/util/template.py.orig -> build/lib.linux-x86_64-2.7/paste/util
  631. copying paste/cowbell/bell-ascending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  632. copying paste/cowbell/bell-descending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  633. creating build/bdist.linux-x86_64
  634. creating build/bdist.linux-x86_64/egg
  635. creating build/bdist.linux-x86_64/egg/paste
  636. copying build/lib.linux-x86_64-2.7/paste/translogger.py -> build/bdist.linux-x86_64/egg/paste
  637. creating build/bdist.linux-x86_64/egg/paste/evalexception
  638. copying build/lib.linux-x86_64-2.7/paste/evalexception/middleware.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  639. copying build/lib.linux-x86_64-2.7/paste/evalexception/__init__.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  640. creating build/bdist.linux-x86_64/egg/paste/evalexception/media
  641. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/minus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  642. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/MochiKit.packed.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  643. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/plus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  644. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/debug.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  645. copying build/lib.linux-x86_64-2.7/paste/evalexception/evalcontext.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  646. copying build/lib.linux-x86_64-2.7/paste/pony.py -> build/bdist.linux-x86_64/egg/paste
  647. creating build/bdist.linux-x86_64/egg/paste/exceptions
  648. copying build/lib.linux-x86_64-2.7/paste/exceptions/reporter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  649. copying build/lib.linux-x86_64-2.7/paste/exceptions/errormiddleware.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  650. copying build/lib.linux-x86_64-2.7/paste/exceptions/formatter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  651. copying build/lib.linux-x86_64-2.7/paste/exceptions/collector.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  652. copying build/lib.linux-x86_64-2.7/paste/exceptions/serial_number_generator.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  653. copying build/lib.linux-x86_64-2.7/paste/exceptions/__init__.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  654. copying build/lib.linux-x86_64-2.7/paste/httpserver.py -> build/bdist.linux-x86_64/egg/paste
  655. copying build/lib.linux-x86_64-2.7/paste/response.py -> build/bdist.linux-x86_64/egg/paste
  656. copying build/lib.linux-x86_64-2.7/paste/wsgiwrappers.py -> build/bdist.linux-x86_64/egg/paste
  657. copying build/lib.linux-x86_64-2.7/paste/session.py -> build/bdist.linux-x86_64/egg/paste
  658. copying build/lib.linux-x86_64-2.7/paste/urlmap.py.orig -> build/bdist.linux-x86_64/egg/paste
  659. copying build/lib.linux-x86_64-2.7/paste/flup_session.py -> build/bdist.linux-x86_64/egg/paste
  660. copying build/lib.linux-x86_64-2.7/paste/url.py -> build/bdist.linux-x86_64/egg/paste
  661. copying build/lib.linux-x86_64-2.7/paste/gzipper.py -> build/bdist.linux-x86_64/egg/paste
  662. copying build/lib.linux-x86_64-2.7/paste/modpython.py -> build/bdist.linux-x86_64/egg/paste
  663. copying build/lib.linux-x86_64-2.7/paste/httpexceptions.py -> build/bdist.linux-x86_64/egg/paste
  664. creating build/bdist.linux-x86_64/egg/paste/auth
  665. copying build/lib.linux-x86_64-2.7/paste/auth/cas.py -> build/bdist.linux-x86_64/egg/paste/auth
  666. copying build/lib.linux-x86_64-2.7/paste/auth/open_id.py -> build/bdist.linux-x86_64/egg/paste/auth
  667. copying build/lib.linux-x86_64-2.7/paste/auth/cookie.py -> build/bdist.linux-x86_64/egg/paste/auth
  668. copying build/lib.linux-x86_64-2.7/paste/auth/digest.py -> build/bdist.linux-x86_64/egg/paste/auth
  669. copying build/lib.linux-x86_64-2.7/paste/auth/grantip.py -> build/bdist.linux-x86_64/egg/paste/auth
  670. copying build/lib.linux-x86_64-2.7/paste/auth/multi.py -> build/bdist.linux-x86_64/egg/paste/auth
  671. copying build/lib.linux-x86_64-2.7/paste/auth/basic.py -> build/bdist.linux-x86_64/egg/paste/auth
  672. copying build/lib.linux-x86_64-2.7/paste/auth/auth_tkt.py -> build/bdist.linux-x86_64/egg/paste/auth
  673. copying build/lib.linux-x86_64-2.7/paste/auth/__init__.py -> build/bdist.linux-x86_64/egg/paste/auth
  674. copying build/lib.linux-x86_64-2.7/paste/auth/form.py -> build/bdist.linux-x86_64/egg/paste/auth
  675. creating build/bdist.linux-x86_64/egg/paste/util
  676. copying build/lib.linux-x86_64-2.7/paste/util/killthread.py -> build/bdist.linux-x86_64/egg/paste/util
  677. copying build/lib.linux-x86_64-2.7/paste/util/converters.py -> build/bdist.linux-x86_64/egg/paste/util
  678. copying build/lib.linux-x86_64-2.7/paste/util/classinit.py -> build/bdist.linux-x86_64/egg/paste/util
  679. copying build/lib.linux-x86_64-2.7/paste/util/findpackage.py -> build/bdist.linux-x86_64/egg/paste/util
  680. copying build/lib.linux-x86_64-2.7/paste/util/ip4.py -> build/bdist.linux-x86_64/egg/paste/util
  681. copying build/lib.linux-x86_64-2.7/paste/util/threadinglocal.py -> build/bdist.linux-x86_64/egg/paste/util
  682. copying build/lib.linux-x86_64-2.7/paste/util/template.py.2015-04-30-123224 -> build/bdist.linux-x86_64/egg/paste/util
  683. copying build/lib.linux-x86_64-2.7/paste/util/template.py -> build/bdist.linux-x86_64/egg/paste/util
  684. copying build/lib.linux-x86_64-2.7/paste/util/multidict.py -> build/bdist.linux-x86_64/egg/paste/util
  685. copying build/lib.linux-x86_64-2.7/paste/util/import_string.py -> build/bdist.linux-x86_64/egg/paste/util
  686. copying build/lib.linux-x86_64-2.7/paste/util/dateinterval.py -> build/bdist.linux-x86_64/egg/paste/util
  687. copying build/lib.linux-x86_64-2.7/paste/util/PySourceColor.py -> build/bdist.linux-x86_64/egg/paste/util
  688. copying build/lib.linux-x86_64-2.7/paste/util/quoting.py -> build/bdist.linux-x86_64/egg/paste/util
  689. copying build/lib.linux-x86_64-2.7/paste/util/threadedprint.py -> build/bdist.linux-x86_64/egg/paste/util
  690. copying build/lib.linux-x86_64-2.7/paste/util/classinstance.py -> build/bdist.linux-x86_64/egg/paste/util
  691. copying build/lib.linux-x86_64-2.7/paste/util/datetimeutil.py -> build/bdist.linux-x86_64/egg/paste/util
  692. copying build/lib.linux-x86_64-2.7/paste/util/template.py.orig -> build/bdist.linux-x86_64/egg/paste/util
  693. copying build/lib.linux-x86_64-2.7/paste/util/looper.py -> build/bdist.linux-x86_64/egg/paste/util
  694. copying build/lib.linux-x86_64-2.7/paste/util/__init__.py -> build/bdist.linux-x86_64/egg/paste/util
  695. copying build/lib.linux-x86_64-2.7/paste/util/finddata.py -> build/bdist.linux-x86_64/egg/paste/util
  696. copying build/lib.linux-x86_64-2.7/paste/util/intset.py -> build/bdist.linux-x86_64/egg/paste/util
  697. copying build/lib.linux-x86_64-2.7/paste/util/scgiserver.py -> build/bdist.linux-x86_64/egg/paste/util
  698. copying build/lib.linux-x86_64-2.7/paste/util/filemixin.py -> build/bdist.linux-x86_64/egg/paste/util
  699. copying build/lib.linux-x86_64-2.7/paste/util/mimeparse.py -> build/bdist.linux-x86_64/egg/paste/util
  700. copying build/lib.linux-x86_64-2.7/paste/httpheaders.py -> build/bdist.linux-x86_64/egg/paste
  701. copying build/lib.linux-x86_64-2.7/paste/errordocument.py -> build/bdist.linux-x86_64/egg/paste
  702. copying build/lib.linux-x86_64-2.7/paste/request.py -> build/bdist.linux-x86_64/egg/paste
  703. copying build/lib.linux-x86_64-2.7/paste/cascade.py -> build/bdist.linux-x86_64/egg/paste
  704. creating build/bdist.linux-x86_64/egg/paste/cowbell
  705. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-ascending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  706. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-descending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  707. copying build/lib.linux-x86_64-2.7/paste/cowbell/__init__.py -> build/bdist.linux-x86_64/egg/paste/cowbell
  708. copying build/lib.linux-x86_64-2.7/paste/fixture.py -> build/bdist.linux-x86_64/egg/paste
  709. copying build/lib.linux-x86_64-2.7/paste/progress.py -> build/bdist.linux-x86_64/egg/paste
  710. copying build/lib.linux-x86_64-2.7/paste/cgitb_catcher.py -> build/bdist.linux-x86_64/egg/paste
  711. copying build/lib.linux-x86_64-2.7/paste/urlmap.py -> build/bdist.linux-x86_64/egg/paste
  712. copying build/lib.linux-x86_64-2.7/paste/config.py -> build/bdist.linux-x86_64/egg/paste
  713. copying build/lib.linux-x86_64-2.7/paste/wsgilib.py -> build/bdist.linux-x86_64/egg/paste
  714. copying build/lib.linux-x86_64-2.7/paste/reloader.py -> build/bdist.linux-x86_64/egg/paste
  715. copying build/lib.linux-x86_64-2.7/paste/registry.py -> build/bdist.linux-x86_64/egg/paste
  716. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  717. copying build/lib.linux-x86_64-2.7/paste/fileapp.py -> build/bdist.linux-x86_64/egg/paste
  718. copying build/lib.linux-x86_64-2.7/paste/transaction.py -> build/bdist.linux-x86_64/egg/paste
  719. copying build/lib.linux-x86_64-2.7/paste/proxy.py -> build/bdist.linux-x86_64/egg/paste
  720. copying build/lib.linux-x86_64-2.7/paste/lint.py -> build/bdist.linux-x86_64/egg/paste
  721. creating build/bdist.linux-x86_64/egg/paste/debug
  722. copying build/lib.linux-x86_64-2.7/paste/debug/fsdiff.py -> build/bdist.linux-x86_64/egg/paste/debug
  723. copying build/lib.linux-x86_64-2.7/paste/debug/wdg_validate.py -> build/bdist.linux-x86_64/egg/paste/debug
  724. copying build/lib.linux-x86_64-2.7/paste/debug/prints.py -> build/bdist.linux-x86_64/egg/paste/debug
  725. copying build/lib.linux-x86_64-2.7/paste/debug/watchthreads.py -> build/bdist.linux-x86_64/egg/paste/debug
  726. copying build/lib.linux-x86_64-2.7/paste/debug/profile.py -> build/bdist.linux-x86_64/egg/paste/debug
  727. copying build/lib.linux-x86_64-2.7/paste/debug/testserver.py -> build/bdist.linux-x86_64/egg/paste/debug
  728. copying build/lib.linux-x86_64-2.7/paste/debug/doctest_webapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  729. copying build/lib.linux-x86_64-2.7/paste/debug/__init__.py -> build/bdist.linux-x86_64/egg/paste/debug
  730. copying build/lib.linux-x86_64-2.7/paste/debug/debugapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  731. copying build/lib.linux-x86_64-2.7/paste/urlparser.py -> build/bdist.linux-x86_64/egg/paste
  732. copying build/lib.linux-x86_64-2.7/paste/cgiapp.py -> build/bdist.linux-x86_64/egg/paste
  733. copying build/lib.linux-x86_64-2.7/paste/httpserver.py.orig -> build/bdist.linux-x86_64/egg/paste
  734. copying build/lib.linux-x86_64-2.7/paste/recursive.py -> build/bdist.linux-x86_64/egg/paste
  735. byte-compiling build/bdist.linux-x86_64/egg/paste/translogger.py to translogger.pyc
  736. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/middleware.py to middleware.pyc
  737. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/__init__.py to __init__.pyc
  738. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/evalcontext.py to evalcontext.pyc
  739. byte-compiling build/bdist.linux-x86_64/egg/paste/pony.py to pony.pyc
  740. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/reporter.py to reporter.pyc
  741. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/errormiddleware.py to errormiddleware.pyc
  742. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/formatter.py to formatter.pyc
  743. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/collector.py to collector.pyc
  744. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/serial_number_generator.py to serial_number_generator.pyc
  745. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/__init__.py to __init__.pyc
  746. byte-compiling build/bdist.linux-x86_64/egg/paste/httpserver.py to httpserver.pyc
  747. byte-compiling build/bdist.linux-x86_64/egg/paste/response.py to response.pyc
  748. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgiwrappers.py to wsgiwrappers.pyc
  749. byte-compiling build/bdist.linux-x86_64/egg/paste/session.py to session.pyc
  750. byte-compiling build/bdist.linux-x86_64/egg/paste/flup_session.py to flup_session.pyc
  751. byte-compiling build/bdist.linux-x86_64/egg/paste/url.py to url.pyc
  752. byte-compiling build/bdist.linux-x86_64/egg/paste/gzipper.py to gzipper.pyc
  753. byte-compiling build/bdist.linux-x86_64/egg/paste/modpython.py to modpython.pyc
  754. byte-compiling build/bdist.linux-x86_64/egg/paste/httpexceptions.py to httpexceptions.pyc
  755. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cas.py to cas.pyc
  756. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/open_id.py to open_id.pyc
  757. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cookie.py to cookie.pyc
  758. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/digest.py to digest.pyc
  759. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/grantip.py to grantip.pyc
  760. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/multi.py to multi.pyc
  761. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/basic.py to basic.pyc
  762. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/auth_tkt.py to auth_tkt.pyc
  763. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/__init__.py to __init__.pyc
  764. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/form.py to form.pyc
  765. byte-compiling build/bdist.linux-x86_64/egg/paste/util/killthread.py to killthread.pyc
  766. byte-compiling build/bdist.linux-x86_64/egg/paste/util/converters.py to converters.pyc
  767. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinit.py to classinit.pyc
  768. byte-compiling build/bdist.linux-x86_64/egg/paste/util/findpackage.py to findpackage.pyc
  769. byte-compiling build/bdist.linux-x86_64/egg/paste/util/ip4.py to ip4.pyc
  770. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadinglocal.py to threadinglocal.pyc
  771. byte-compiling build/bdist.linux-x86_64/egg/paste/util/template.py to template.pyc
  772. byte-compiling build/bdist.linux-x86_64/egg/paste/util/multidict.py to multidict.pyc
  773. byte-compiling build/bdist.linux-x86_64/egg/paste/util/import_string.py to import_string.pyc
  774. byte-compiling build/bdist.linux-x86_64/egg/paste/util/dateinterval.py to dateinterval.pyc
  775. byte-compiling build/bdist.linux-x86_64/egg/paste/util/PySourceColor.py to PySourceColor.pyc
  776. byte-compiling build/bdist.linux-x86_64/egg/paste/util/quoting.py to quoting.pyc
  777. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadedprint.py to threadedprint.pyc
  778. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinstance.py to classinstance.pyc
  779. byte-compiling build/bdist.linux-x86_64/egg/paste/util/datetimeutil.py to datetimeutil.pyc
  780. byte-compiling build/bdist.linux-x86_64/egg/paste/util/looper.py to looper.pyc
  781. byte-compiling build/bdist.linux-x86_64/egg/paste/util/__init__.py to __init__.pyc
  782. byte-compiling build/bdist.linux-x86_64/egg/paste/util/finddata.py to finddata.pyc
  783. byte-compiling build/bdist.linux-x86_64/egg/paste/util/intset.py to intset.pyc
  784. byte-compiling build/bdist.linux-x86_64/egg/paste/util/scgiserver.py to scgiserver.pyc
  785. byte-compiling build/bdist.linux-x86_64/egg/paste/util/filemixin.py to filemixin.pyc
  786. byte-compiling build/bdist.linux-x86_64/egg/paste/util/mimeparse.py to mimeparse.pyc
  787. byte-compiling build/bdist.linux-x86_64/egg/paste/httpheaders.py to httpheaders.pyc
  788. byte-compiling build/bdist.linux-x86_64/egg/paste/errordocument.py to errordocument.pyc
  789. byte-compiling build/bdist.linux-x86_64/egg/paste/request.py to request.pyc
  790. byte-compiling build/bdist.linux-x86_64/egg/paste/cascade.py to cascade.pyc
  791. byte-compiling build/bdist.linux-x86_64/egg/paste/cowbell/__init__.py to __init__.pyc
  792. byte-compiling build/bdist.linux-x86_64/egg/paste/fixture.py to fixture.pyc
  793. byte-compiling build/bdist.linux-x86_64/egg/paste/progress.py to progress.pyc
  794. byte-compiling build/bdist.linux-x86_64/egg/paste/cgitb_catcher.py to cgitb_catcher.pyc
  795. byte-compiling build/bdist.linux-x86_64/egg/paste/urlmap.py to urlmap.pyc
  796. byte-compiling build/bdist.linux-x86_64/egg/paste/config.py to config.pyc
  797. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgilib.py to wsgilib.pyc
  798. byte-compiling build/bdist.linux-x86_64/egg/paste/reloader.py to reloader.pyc
  799. byte-compiling build/bdist.linux-x86_64/egg/paste/registry.py to registry.pyc
  800. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  801. byte-compiling build/bdist.linux-x86_64/egg/paste/fileapp.py to fileapp.pyc
  802. byte-compiling build/bdist.linux-x86_64/egg/paste/transaction.py to transaction.pyc
  803. byte-compiling build/bdist.linux-x86_64/egg/paste/proxy.py to proxy.pyc
  804. byte-compiling build/bdist.linux-x86_64/egg/paste/lint.py to lint.pyc
  805. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/fsdiff.py to fsdiff.pyc
  806. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/wdg_validate.py to wdg_validate.pyc
  807. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/prints.py to prints.pyc
  808. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/watchthreads.py to watchthreads.pyc
  809. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/profile.py to profile.pyc
  810. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/testserver.py to testserver.pyc
  811. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/doctest_webapp.py to doctest_webapp.pyc
  812. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/__init__.py to __init__.pyc
  813. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/debugapp.py to debugapp.pyc
  814. byte-compiling build/bdist.linux-x86_64/egg/paste/urlparser.py to urlparser.pyc
  815. byte-compiling build/bdist.linux-x86_64/egg/paste/cgiapp.py to cgiapp.pyc
  816. byte-compiling build/bdist.linux-x86_64/egg/paste/recursive.py to recursive.pyc
  817. creating build/bdist.linux-x86_64/egg/EGG-INFO
  818. copying Paste.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  819. copying Paste.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  820. copying Paste.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  821. copying Paste.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  822. copying Paste.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  823. copying Paste.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  824. copying Paste.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  825. copying Paste.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  826. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/temp/easy_install-99vjTD/Paste-2.0.3/egg-dist-tmp-zIDIEy/Paste-2.0.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  827. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  828. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/.eggs/Paste-2.0.3-py2.7.egg
  829. Extracting Paste-2.0.3-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/.eggs
  830.  
  831. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/.eggs/Paste-2.0.3-py2.7.egg
  832. writing requirements to PasteDeploy.egg-info/requires.txt
  833. writing PasteDeploy.egg-info/PKG-INFO
  834. writing namespace_packages to PasteDeploy.egg-info/namespace_packages.txt
  835. writing top-level names to PasteDeploy.egg-info/top_level.txt
  836. writing dependency_links to PasteDeploy.egg-info/dependency_links.txt
  837. writing entry points to PasteDeploy.egg-info/entry_points.txt
  838. reading manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  839. reading manifest template 'MANIFEST.in'
  840. writing manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  841. installing library code to build/bdist.linux-x86_64/egg
  842. running install_lib
  843. running build_py
  844. creating build
  845. creating build/lib.linux-x86_64-2.7
  846. creating build/lib.linux-x86_64-2.7/paste
  847. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  848. creating build/lib.linux-x86_64-2.7/paste/deploy
  849. copying paste/deploy/converters.py -> build/lib.linux-x86_64-2.7/paste/deploy
  850. copying paste/deploy/paster_templates.py -> build/lib.linux-x86_64-2.7/paste/deploy
  851. copying paste/deploy/config.py -> build/lib.linux-x86_64-2.7/paste/deploy
  852. copying paste/deploy/loadwsgi.py -> build/lib.linux-x86_64-2.7/paste/deploy
  853. copying paste/deploy/__init__.py -> build/lib.linux-x86_64-2.7/paste/deploy
  854. copying paste/deploy/util.py -> build/lib.linux-x86_64-2.7/paste/deploy
  855. copying paste/deploy/compat.py -> build/lib.linux-x86_64-2.7/paste/deploy
  856. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates
  857. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy
  858. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  859. copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  860. copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  861. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  862. copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  863. creating build/bdist.linux-x86_64
  864. creating build/bdist.linux-x86_64/egg
  865. creating build/bdist.linux-x86_64/egg/paste
  866. creating build/bdist.linux-x86_64/egg/paste/deploy
  867. copying build/lib.linux-x86_64-2.7/paste/deploy/converters.py -> build/bdist.linux-x86_64/egg/paste/deploy
  868. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates.py -> build/bdist.linux-x86_64/egg/paste/deploy
  869. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates
  870. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy
  871. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  872. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  873. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  874. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  875. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  876. copying build/lib.linux-x86_64-2.7/paste/deploy/config.py -> build/bdist.linux-x86_64/egg/paste/deploy
  877. copying build/lib.linux-x86_64-2.7/paste/deploy/loadwsgi.py -> build/bdist.linux-x86_64/egg/paste/deploy
  878. copying build/lib.linux-x86_64-2.7/paste/deploy/__init__.py -> build/bdist.linux-x86_64/egg/paste/deploy
  879. copying build/lib.linux-x86_64-2.7/paste/deploy/util.py -> build/bdist.linux-x86_64/egg/paste/deploy
  880. copying build/lib.linux-x86_64-2.7/paste/deploy/compat.py -> build/bdist.linux-x86_64/egg/paste/deploy
  881. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  882. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/converters.py to converters.pyc
  883. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/paster_templates.py to paster_templates.pyc
  884. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/config.py to config.pyc
  885. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/loadwsgi.py to loadwsgi.pyc
  886. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/__init__.py to __init__.pyc
  887. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/util.py to util.pyc
  888. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/compat.py to compat.pyc
  889. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  890. creating build/bdist.linux-x86_64/egg/EGG-INFO
  891. copying PasteDeploy.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  892. copying PasteDeploy.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  893. copying PasteDeploy.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  894. copying PasteDeploy.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  895. copying PasteDeploy.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  896. copying PasteDeploy.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  897. copying PasteDeploy.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  898. copying PasteDeploy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  899. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-5oU1Y3/PasteDeploy-1.5.2/egg-dist-tmp-uDw7VQ/PasteDeploy-1.5.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  900. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  901. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs/PasteDeploy-1.5.2-py2.7.egg
  902. Extracting PasteDeploy-1.5.2-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs
  903.  
  904. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs/PasteDeploy-1.5.2-py2.7.egg
  905. Searching for Paste>=1.3
  906. Reading https://pypi.python.org/simple/Paste/
  907. Best match: Paste 2.0.3
  908. Downloading https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz#md5=1231e14eae62fa7ed76e9130b04bc61e
  909. Processing Paste-2.0.3.tar.gz
  910. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/setup.cfg
  911. Running Paste-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/egg-dist-tmp-SX1Nhy
  912.  
  913. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-6hKBnW/six-1.10.0/.eggs/PasteDeploy-1.5.2-py2.7.egg
  914. writing six.egg-info/PKG-INFO
  915. writing top-level names to six.egg-info/top_level.txt
  916. writing dependency_links to six.egg-info/dependency_links.txt
  917. reading manifest file 'six.egg-info/SOURCES.txt'
  918. reading manifest template 'MANIFEST.in'
  919. no previously-included directories found matching 'documentation/_build'
  920. writing manifest file 'six.egg-info/SOURCES.txt'
  921. installing library code to build/bdist.linux-x86_64/egg
  922. running install_lib
  923. running build_py
  924. creating build
  925. creating build/lib.linux-x86_64-2.7
  926. copying six.py -> build/lib.linux-x86_64-2.7
  927. creating build/bdist.linux-x86_64
  928. creating build/bdist.linux-x86_64/egg
  929. copying build/lib.linux-x86_64-2.7/six.py -> build/bdist.linux-x86_64/egg
  930. byte-compiling build/bdist.linux-x86_64/egg/six.py to six.pyc
  931. creating build/bdist.linux-x86_64/egg/EGG-INFO
  932. copying six.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  933. copying six.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  934. copying six.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  935. copying six.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  936. zip_safe flag not set; analyzing archive contents...
  937. six: module references __path__
  938. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-6hKBnW/six-1.10.0/egg-dist-tmp-bfs62q/six-1.10.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  939. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  940.  
  941. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/.eggs/six-1.10.0-py2.7.egg
  942. Searching for PasteDeploy
  943. Reading https://pypi.python.org/simple/PasteDeploy/
  944. Best match: PasteDeploy 1.5.2
  945. Downloading https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz#md5=352b7205c78c8de4987578d19431af3b
  946. Processing PasteDeploy-1.5.2.tar.gz
  947. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-s58nYE/PasteDeploy-1.5.2/setup.cfg
  948. Running PasteDeploy-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-s58nYE/PasteDeploy-1.5.2/egg-dist-tmp-9mQv8n
  949. no previously-included directories found matching 'documentation/_build'
  950. zip_safe flag not set; analyzing archive contents...
  951. six: module references __path__
  952.  
  953. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-s58nYE/PasteDeploy-1.5.2/.eggs/six-1.10.0-py2.7.egg
  954. writing requirements to PasteDeploy.egg-info/requires.txt
  955. writing PasteDeploy.egg-info/PKG-INFO
  956. writing namespace_packages to PasteDeploy.egg-info/namespace_packages.txt
  957. writing top-level names to PasteDeploy.egg-info/top_level.txt
  958. writing dependency_links to PasteDeploy.egg-info/dependency_links.txt
  959. writing entry points to PasteDeploy.egg-info/entry_points.txt
  960. reading manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  961. reading manifest template 'MANIFEST.in'
  962. writing manifest file 'PasteDeploy.egg-info/SOURCES.txt'
  963. installing library code to build/bdist.linux-x86_64/egg
  964. running install_lib
  965. running build_py
  966. creating build
  967. creating build/lib.linux-x86_64-2.7
  968. creating build/lib.linux-x86_64-2.7/paste
  969. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  970. creating build/lib.linux-x86_64-2.7/paste/deploy
  971. copying paste/deploy/converters.py -> build/lib.linux-x86_64-2.7/paste/deploy
  972. copying paste/deploy/paster_templates.py -> build/lib.linux-x86_64-2.7/paste/deploy
  973. copying paste/deploy/config.py -> build/lib.linux-x86_64-2.7/paste/deploy
  974. copying paste/deploy/loadwsgi.py -> build/lib.linux-x86_64-2.7/paste/deploy
  975. copying paste/deploy/__init__.py -> build/lib.linux-x86_64-2.7/paste/deploy
  976. copying paste/deploy/util.py -> build/lib.linux-x86_64-2.7/paste/deploy
  977. copying paste/deploy/compat.py -> build/lib.linux-x86_64-2.7/paste/deploy
  978. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates
  979. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy
  980. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  981. copying paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  982. copying paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+
  983. creating build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  984. copying paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs
  985. creating build/bdist.linux-x86_64
  986. creating build/bdist.linux-x86_64/egg
  987. creating build/bdist.linux-x86_64/egg/paste
  988. creating build/bdist.linux-x86_64/egg/paste/deploy
  989. copying build/lib.linux-x86_64-2.7/paste/deploy/converters.py -> build/bdist.linux-x86_64/egg/paste/deploy
  990. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates.py -> build/bdist.linux-x86_64/egg/paste/deploy
  991. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates
  992. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy
  993. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  994. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  995. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/+package+
  996. creating build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  997. copying build/lib.linux-x86_64-2.7/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl -> build/bdist.linux-x86_64/egg/paste/deploy/paster_templates/paste_deploy/docs
  998. copying build/lib.linux-x86_64-2.7/paste/deploy/config.py -> build/bdist.linux-x86_64/egg/paste/deploy
  999. copying build/lib.linux-x86_64-2.7/paste/deploy/loadwsgi.py -> build/bdist.linux-x86_64/egg/paste/deploy
  1000. copying build/lib.linux-x86_64-2.7/paste/deploy/__init__.py -> build/bdist.linux-x86_64/egg/paste/deploy
  1001. copying build/lib.linux-x86_64-2.7/paste/deploy/util.py -> build/bdist.linux-x86_64/egg/paste/deploy
  1002. copying build/lib.linux-x86_64-2.7/paste/deploy/compat.py -> build/bdist.linux-x86_64/egg/paste/deploy
  1003. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  1004. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/converters.py to converters.pyc
  1005. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/paster_templates.py to paster_templates.pyc
  1006. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/config.py to config.pyc
  1007. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/loadwsgi.py to loadwsgi.pyc
  1008. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/__init__.py to __init__.pyc
  1009. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/util.py to util.pyc
  1010. byte-compiling build/bdist.linux-x86_64/egg/paste/deploy/compat.py to compat.pyc
  1011. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  1012. creating build/bdist.linux-x86_64/egg/EGG-INFO
  1013. copying PasteDeploy.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  1014. copying PasteDeploy.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1015. copying PasteDeploy.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1016. copying PasteDeploy.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1017. copying PasteDeploy.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1018. copying PasteDeploy.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  1019. copying PasteDeploy.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1020. copying PasteDeploy.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1021. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/temp/easy_install-s58nYE/PasteDeploy-1.5.2/egg-dist-tmp-9mQv8n/PasteDeploy-1.5.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  1022. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  1023. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/.eggs/PasteDeploy-1.5.2-py2.7.egg
  1024. Extracting PasteDeploy-1.5.2-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/.eggs
  1025.  
  1026. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/.eggs/PasteDeploy-1.5.2-py2.7.egg
  1027. writing requirements to Paste.egg-info/requires.txt
  1028. writing Paste.egg-info/PKG-INFO
  1029. writing namespace_packages to Paste.egg-info/namespace_packages.txt
  1030. writing top-level names to Paste.egg-info/top_level.txt
  1031. writing dependency_links to Paste.egg-info/dependency_links.txt
  1032. writing entry points to Paste.egg-info/entry_points.txt
  1033. reading manifest file 'Paste.egg-info/SOURCES.txt'
  1034. reading manifest template 'MANIFEST.in'
  1035. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  1036. warning: no files found matching '*.html' under directory 'docs/_build'
  1037. writing manifest file 'Paste.egg-info/SOURCES.txt'
  1038. installing library code to build/bdist.linux-x86_64/egg
  1039. running install_lib
  1040. running build_py
  1041. creating build
  1042. creating build/lib.linux-x86_64-2.7
  1043. creating build/lib.linux-x86_64-2.7/paste
  1044. copying paste/translogger.py -> build/lib.linux-x86_64-2.7/paste
  1045. copying paste/pony.py -> build/lib.linux-x86_64-2.7/paste
  1046. copying paste/httpserver.py -> build/lib.linux-x86_64-2.7/paste
  1047. copying paste/response.py -> build/lib.linux-x86_64-2.7/paste
  1048. copying paste/wsgiwrappers.py -> build/lib.linux-x86_64-2.7/paste
  1049. copying paste/session.py -> build/lib.linux-x86_64-2.7/paste
  1050. copying paste/flup_session.py -> build/lib.linux-x86_64-2.7/paste
  1051. copying paste/url.py -> build/lib.linux-x86_64-2.7/paste
  1052. copying paste/gzipper.py -> build/lib.linux-x86_64-2.7/paste
  1053. copying paste/modpython.py -> build/lib.linux-x86_64-2.7/paste
  1054. copying paste/httpexceptions.py -> build/lib.linux-x86_64-2.7/paste
  1055. copying paste/httpheaders.py -> build/lib.linux-x86_64-2.7/paste
  1056. copying paste/errordocument.py -> build/lib.linux-x86_64-2.7/paste
  1057. copying paste/request.py -> build/lib.linux-x86_64-2.7/paste
  1058. copying paste/cascade.py -> build/lib.linux-x86_64-2.7/paste
  1059. copying paste/fixture.py -> build/lib.linux-x86_64-2.7/paste
  1060. copying paste/progress.py -> build/lib.linux-x86_64-2.7/paste
  1061. copying paste/cgitb_catcher.py -> build/lib.linux-x86_64-2.7/paste
  1062. copying paste/urlmap.py -> build/lib.linux-x86_64-2.7/paste
  1063. copying paste/config.py -> build/lib.linux-x86_64-2.7/paste
  1064. copying paste/wsgilib.py -> build/lib.linux-x86_64-2.7/paste
  1065. copying paste/reloader.py -> build/lib.linux-x86_64-2.7/paste
  1066. copying paste/registry.py -> build/lib.linux-x86_64-2.7/paste
  1067. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  1068. copying paste/fileapp.py -> build/lib.linux-x86_64-2.7/paste
  1069. copying paste/transaction.py -> build/lib.linux-x86_64-2.7/paste
  1070. copying paste/proxy.py -> build/lib.linux-x86_64-2.7/paste
  1071. copying paste/lint.py -> build/lib.linux-x86_64-2.7/paste
  1072. copying paste/urlparser.py -> build/lib.linux-x86_64-2.7/paste
  1073. copying paste/cgiapp.py -> build/lib.linux-x86_64-2.7/paste
  1074. copying paste/recursive.py -> build/lib.linux-x86_64-2.7/paste
  1075. creating build/lib.linux-x86_64-2.7/paste/evalexception
  1076. copying paste/evalexception/middleware.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  1077. copying paste/evalexception/__init__.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  1078. copying paste/evalexception/evalcontext.py -> build/lib.linux-x86_64-2.7/paste/evalexception
  1079. creating build/lib.linux-x86_64-2.7/paste/exceptions
  1080. copying paste/exceptions/reporter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1081. copying paste/exceptions/errormiddleware.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1082. copying paste/exceptions/formatter.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1083. copying paste/exceptions/collector.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1084. copying paste/exceptions/serial_number_generator.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1085. copying paste/exceptions/__init__.py -> build/lib.linux-x86_64-2.7/paste/exceptions
  1086. creating build/lib.linux-x86_64-2.7/paste/auth
  1087. copying paste/auth/cas.py -> build/lib.linux-x86_64-2.7/paste/auth
  1088. copying paste/auth/open_id.py -> build/lib.linux-x86_64-2.7/paste/auth
  1089. copying paste/auth/cookie.py -> build/lib.linux-x86_64-2.7/paste/auth
  1090. copying paste/auth/digest.py -> build/lib.linux-x86_64-2.7/paste/auth
  1091. copying paste/auth/grantip.py -> build/lib.linux-x86_64-2.7/paste/auth
  1092. copying paste/auth/multi.py -> build/lib.linux-x86_64-2.7/paste/auth
  1093. copying paste/auth/basic.py -> build/lib.linux-x86_64-2.7/paste/auth
  1094. copying paste/auth/auth_tkt.py -> build/lib.linux-x86_64-2.7/paste/auth
  1095. copying paste/auth/__init__.py -> build/lib.linux-x86_64-2.7/paste/auth
  1096. copying paste/auth/form.py -> build/lib.linux-x86_64-2.7/paste/auth
  1097. creating build/lib.linux-x86_64-2.7/paste/util
  1098. copying paste/util/killthread.py -> build/lib.linux-x86_64-2.7/paste/util
  1099. copying paste/util/converters.py -> build/lib.linux-x86_64-2.7/paste/util
  1100. copying paste/util/classinit.py -> build/lib.linux-x86_64-2.7/paste/util
  1101. copying paste/util/findpackage.py -> build/lib.linux-x86_64-2.7/paste/util
  1102. copying paste/util/ip4.py -> build/lib.linux-x86_64-2.7/paste/util
  1103. copying paste/util/threadinglocal.py -> build/lib.linux-x86_64-2.7/paste/util
  1104. copying paste/util/template.py -> build/lib.linux-x86_64-2.7/paste/util
  1105. copying paste/util/multidict.py -> build/lib.linux-x86_64-2.7/paste/util
  1106. copying paste/util/import_string.py -> build/lib.linux-x86_64-2.7/paste/util
  1107. copying paste/util/dateinterval.py -> build/lib.linux-x86_64-2.7/paste/util
  1108. copying paste/util/PySourceColor.py -> build/lib.linux-x86_64-2.7/paste/util
  1109. copying paste/util/quoting.py -> build/lib.linux-x86_64-2.7/paste/util
  1110. copying paste/util/threadedprint.py -> build/lib.linux-x86_64-2.7/paste/util
  1111. copying paste/util/classinstance.py -> build/lib.linux-x86_64-2.7/paste/util
  1112. copying paste/util/datetimeutil.py -> build/lib.linux-x86_64-2.7/paste/util
  1113. copying paste/util/looper.py -> build/lib.linux-x86_64-2.7/paste/util
  1114. copying paste/util/__init__.py -> build/lib.linux-x86_64-2.7/paste/util
  1115. copying paste/util/finddata.py -> build/lib.linux-x86_64-2.7/paste/util
  1116. copying paste/util/intset.py -> build/lib.linux-x86_64-2.7/paste/util
  1117. copying paste/util/scgiserver.py -> build/lib.linux-x86_64-2.7/paste/util
  1118. copying paste/util/filemixin.py -> build/lib.linux-x86_64-2.7/paste/util
  1119. copying paste/util/mimeparse.py -> build/lib.linux-x86_64-2.7/paste/util
  1120. creating build/lib.linux-x86_64-2.7/paste/cowbell
  1121. copying paste/cowbell/__init__.py -> build/lib.linux-x86_64-2.7/paste/cowbell
  1122. creating build/lib.linux-x86_64-2.7/paste/debug
  1123. copying paste/debug/fsdiff.py -> build/lib.linux-x86_64-2.7/paste/debug
  1124. copying paste/debug/wdg_validate.py -> build/lib.linux-x86_64-2.7/paste/debug
  1125. copying paste/debug/prints.py -> build/lib.linux-x86_64-2.7/paste/debug
  1126. copying paste/debug/watchthreads.py -> build/lib.linux-x86_64-2.7/paste/debug
  1127. copying paste/debug/profile.py -> build/lib.linux-x86_64-2.7/paste/debug
  1128. copying paste/debug/testserver.py -> build/lib.linux-x86_64-2.7/paste/debug
  1129. copying paste/debug/doctest_webapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  1130. copying paste/debug/__init__.py -> build/lib.linux-x86_64-2.7/paste/debug
  1131. copying paste/debug/debugapp.py -> build/lib.linux-x86_64-2.7/paste/debug
  1132. copying paste/urlmap.py.orig -> build/lib.linux-x86_64-2.7/paste
  1133. copying paste/httpserver.py.orig -> build/lib.linux-x86_64-2.7/paste
  1134. creating build/lib.linux-x86_64-2.7/paste/evalexception/media
  1135. copying paste/evalexception/media/minus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  1136. copying paste/evalexception/media/MochiKit.packed.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  1137. copying paste/evalexception/media/plus.jpg -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  1138. copying paste/evalexception/media/debug.js -> build/lib.linux-x86_64-2.7/paste/evalexception/media
  1139. copying paste/util/template.py.2015-04-30-123224 -> build/lib.linux-x86_64-2.7/paste/util
  1140. copying paste/util/template.py.orig -> build/lib.linux-x86_64-2.7/paste/util
  1141. copying paste/cowbell/bell-ascending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  1142. copying paste/cowbell/bell-descending.png -> build/lib.linux-x86_64-2.7/paste/cowbell
  1143. creating build/bdist.linux-x86_64
  1144. creating build/bdist.linux-x86_64/egg
  1145. creating build/bdist.linux-x86_64/egg/paste
  1146. copying build/lib.linux-x86_64-2.7/paste/translogger.py -> build/bdist.linux-x86_64/egg/paste
  1147. creating build/bdist.linux-x86_64/egg/paste/evalexception
  1148. copying build/lib.linux-x86_64-2.7/paste/evalexception/middleware.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  1149. copying build/lib.linux-x86_64-2.7/paste/evalexception/__init__.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  1150. creating build/bdist.linux-x86_64/egg/paste/evalexception/media
  1151. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/minus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  1152. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/MochiKit.packed.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  1153. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/plus.jpg -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  1154. copying build/lib.linux-x86_64-2.7/paste/evalexception/media/debug.js -> build/bdist.linux-x86_64/egg/paste/evalexception/media
  1155. copying build/lib.linux-x86_64-2.7/paste/evalexception/evalcontext.py -> build/bdist.linux-x86_64/egg/paste/evalexception
  1156. copying build/lib.linux-x86_64-2.7/paste/pony.py -> build/bdist.linux-x86_64/egg/paste
  1157. creating build/bdist.linux-x86_64/egg/paste/exceptions
  1158. copying build/lib.linux-x86_64-2.7/paste/exceptions/reporter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1159. copying build/lib.linux-x86_64-2.7/paste/exceptions/errormiddleware.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1160. copying build/lib.linux-x86_64-2.7/paste/exceptions/formatter.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1161. copying build/lib.linux-x86_64-2.7/paste/exceptions/collector.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1162. copying build/lib.linux-x86_64-2.7/paste/exceptions/serial_number_generator.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1163. copying build/lib.linux-x86_64-2.7/paste/exceptions/__init__.py -> build/bdist.linux-x86_64/egg/paste/exceptions
  1164. copying build/lib.linux-x86_64-2.7/paste/httpserver.py -> build/bdist.linux-x86_64/egg/paste
  1165. copying build/lib.linux-x86_64-2.7/paste/response.py -> build/bdist.linux-x86_64/egg/paste
  1166. copying build/lib.linux-x86_64-2.7/paste/wsgiwrappers.py -> build/bdist.linux-x86_64/egg/paste
  1167. copying build/lib.linux-x86_64-2.7/paste/session.py -> build/bdist.linux-x86_64/egg/paste
  1168. copying build/lib.linux-x86_64-2.7/paste/urlmap.py.orig -> build/bdist.linux-x86_64/egg/paste
  1169. copying build/lib.linux-x86_64-2.7/paste/flup_session.py -> build/bdist.linux-x86_64/egg/paste
  1170. copying build/lib.linux-x86_64-2.7/paste/url.py -> build/bdist.linux-x86_64/egg/paste
  1171. copying build/lib.linux-x86_64-2.7/paste/gzipper.py -> build/bdist.linux-x86_64/egg/paste
  1172. copying build/lib.linux-x86_64-2.7/paste/modpython.py -> build/bdist.linux-x86_64/egg/paste
  1173. copying build/lib.linux-x86_64-2.7/paste/httpexceptions.py -> build/bdist.linux-x86_64/egg/paste
  1174. creating build/bdist.linux-x86_64/egg/paste/auth
  1175. copying build/lib.linux-x86_64-2.7/paste/auth/cas.py -> build/bdist.linux-x86_64/egg/paste/auth
  1176. copying build/lib.linux-x86_64-2.7/paste/auth/open_id.py -> build/bdist.linux-x86_64/egg/paste/auth
  1177. copying build/lib.linux-x86_64-2.7/paste/auth/cookie.py -> build/bdist.linux-x86_64/egg/paste/auth
  1178. copying build/lib.linux-x86_64-2.7/paste/auth/digest.py -> build/bdist.linux-x86_64/egg/paste/auth
  1179. copying build/lib.linux-x86_64-2.7/paste/auth/grantip.py -> build/bdist.linux-x86_64/egg/paste/auth
  1180. copying build/lib.linux-x86_64-2.7/paste/auth/multi.py -> build/bdist.linux-x86_64/egg/paste/auth
  1181. copying build/lib.linux-x86_64-2.7/paste/auth/basic.py -> build/bdist.linux-x86_64/egg/paste/auth
  1182. copying build/lib.linux-x86_64-2.7/paste/auth/auth_tkt.py -> build/bdist.linux-x86_64/egg/paste/auth
  1183. copying build/lib.linux-x86_64-2.7/paste/auth/__init__.py -> build/bdist.linux-x86_64/egg/paste/auth
  1184. copying build/lib.linux-x86_64-2.7/paste/auth/form.py -> build/bdist.linux-x86_64/egg/paste/auth
  1185. creating build/bdist.linux-x86_64/egg/paste/util
  1186. copying build/lib.linux-x86_64-2.7/paste/util/killthread.py -> build/bdist.linux-x86_64/egg/paste/util
  1187. copying build/lib.linux-x86_64-2.7/paste/util/converters.py -> build/bdist.linux-x86_64/egg/paste/util
  1188. copying build/lib.linux-x86_64-2.7/paste/util/classinit.py -> build/bdist.linux-x86_64/egg/paste/util
  1189. copying build/lib.linux-x86_64-2.7/paste/util/findpackage.py -> build/bdist.linux-x86_64/egg/paste/util
  1190. copying build/lib.linux-x86_64-2.7/paste/util/ip4.py -> build/bdist.linux-x86_64/egg/paste/util
  1191. copying build/lib.linux-x86_64-2.7/paste/util/threadinglocal.py -> build/bdist.linux-x86_64/egg/paste/util
  1192. copying build/lib.linux-x86_64-2.7/paste/util/template.py.2015-04-30-123224 -> build/bdist.linux-x86_64/egg/paste/util
  1193. copying build/lib.linux-x86_64-2.7/paste/util/template.py -> build/bdist.linux-x86_64/egg/paste/util
  1194. copying build/lib.linux-x86_64-2.7/paste/util/multidict.py -> build/bdist.linux-x86_64/egg/paste/util
  1195. copying build/lib.linux-x86_64-2.7/paste/util/import_string.py -> build/bdist.linux-x86_64/egg/paste/util
  1196. copying build/lib.linux-x86_64-2.7/paste/util/dateinterval.py -> build/bdist.linux-x86_64/egg/paste/util
  1197. copying build/lib.linux-x86_64-2.7/paste/util/PySourceColor.py -> build/bdist.linux-x86_64/egg/paste/util
  1198. copying build/lib.linux-x86_64-2.7/paste/util/quoting.py -> build/bdist.linux-x86_64/egg/paste/util
  1199. copying build/lib.linux-x86_64-2.7/paste/util/threadedprint.py -> build/bdist.linux-x86_64/egg/paste/util
  1200. copying build/lib.linux-x86_64-2.7/paste/util/classinstance.py -> build/bdist.linux-x86_64/egg/paste/util
  1201. copying build/lib.linux-x86_64-2.7/paste/util/datetimeutil.py -> build/bdist.linux-x86_64/egg/paste/util
  1202. copying build/lib.linux-x86_64-2.7/paste/util/template.py.orig -> build/bdist.linux-x86_64/egg/paste/util
  1203. copying build/lib.linux-x86_64-2.7/paste/util/looper.py -> build/bdist.linux-x86_64/egg/paste/util
  1204. copying build/lib.linux-x86_64-2.7/paste/util/__init__.py -> build/bdist.linux-x86_64/egg/paste/util
  1205. copying build/lib.linux-x86_64-2.7/paste/util/finddata.py -> build/bdist.linux-x86_64/egg/paste/util
  1206. copying build/lib.linux-x86_64-2.7/paste/util/intset.py -> build/bdist.linux-x86_64/egg/paste/util
  1207. copying build/lib.linux-x86_64-2.7/paste/util/scgiserver.py -> build/bdist.linux-x86_64/egg/paste/util
  1208. copying build/lib.linux-x86_64-2.7/paste/util/filemixin.py -> build/bdist.linux-x86_64/egg/paste/util
  1209. copying build/lib.linux-x86_64-2.7/paste/util/mimeparse.py -> build/bdist.linux-x86_64/egg/paste/util
  1210. copying build/lib.linux-x86_64-2.7/paste/httpheaders.py -> build/bdist.linux-x86_64/egg/paste
  1211. copying build/lib.linux-x86_64-2.7/paste/errordocument.py -> build/bdist.linux-x86_64/egg/paste
  1212. copying build/lib.linux-x86_64-2.7/paste/request.py -> build/bdist.linux-x86_64/egg/paste
  1213. copying build/lib.linux-x86_64-2.7/paste/cascade.py -> build/bdist.linux-x86_64/egg/paste
  1214. creating build/bdist.linux-x86_64/egg/paste/cowbell
  1215. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-ascending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  1216. copying build/lib.linux-x86_64-2.7/paste/cowbell/bell-descending.png -> build/bdist.linux-x86_64/egg/paste/cowbell
  1217. copying build/lib.linux-x86_64-2.7/paste/cowbell/__init__.py -> build/bdist.linux-x86_64/egg/paste/cowbell
  1218. copying build/lib.linux-x86_64-2.7/paste/fixture.py -> build/bdist.linux-x86_64/egg/paste
  1219. copying build/lib.linux-x86_64-2.7/paste/progress.py -> build/bdist.linux-x86_64/egg/paste
  1220. copying build/lib.linux-x86_64-2.7/paste/cgitb_catcher.py -> build/bdist.linux-x86_64/egg/paste
  1221. copying build/lib.linux-x86_64-2.7/paste/urlmap.py -> build/bdist.linux-x86_64/egg/paste
  1222. copying build/lib.linux-x86_64-2.7/paste/config.py -> build/bdist.linux-x86_64/egg/paste
  1223. copying build/lib.linux-x86_64-2.7/paste/wsgilib.py -> build/bdist.linux-x86_64/egg/paste
  1224. copying build/lib.linux-x86_64-2.7/paste/reloader.py -> build/bdist.linux-x86_64/egg/paste
  1225. copying build/lib.linux-x86_64-2.7/paste/registry.py -> build/bdist.linux-x86_64/egg/paste
  1226. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  1227. copying build/lib.linux-x86_64-2.7/paste/fileapp.py -> build/bdist.linux-x86_64/egg/paste
  1228. copying build/lib.linux-x86_64-2.7/paste/transaction.py -> build/bdist.linux-x86_64/egg/paste
  1229. copying build/lib.linux-x86_64-2.7/paste/proxy.py -> build/bdist.linux-x86_64/egg/paste
  1230. copying build/lib.linux-x86_64-2.7/paste/lint.py -> build/bdist.linux-x86_64/egg/paste
  1231. creating build/bdist.linux-x86_64/egg/paste/debug
  1232. copying build/lib.linux-x86_64-2.7/paste/debug/fsdiff.py -> build/bdist.linux-x86_64/egg/paste/debug
  1233. copying build/lib.linux-x86_64-2.7/paste/debug/wdg_validate.py -> build/bdist.linux-x86_64/egg/paste/debug
  1234. copying build/lib.linux-x86_64-2.7/paste/debug/prints.py -> build/bdist.linux-x86_64/egg/paste/debug
  1235. copying build/lib.linux-x86_64-2.7/paste/debug/watchthreads.py -> build/bdist.linux-x86_64/egg/paste/debug
  1236. copying build/lib.linux-x86_64-2.7/paste/debug/profile.py -> build/bdist.linux-x86_64/egg/paste/debug
  1237. copying build/lib.linux-x86_64-2.7/paste/debug/testserver.py -> build/bdist.linux-x86_64/egg/paste/debug
  1238. copying build/lib.linux-x86_64-2.7/paste/debug/doctest_webapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  1239. copying build/lib.linux-x86_64-2.7/paste/debug/__init__.py -> build/bdist.linux-x86_64/egg/paste/debug
  1240. copying build/lib.linux-x86_64-2.7/paste/debug/debugapp.py -> build/bdist.linux-x86_64/egg/paste/debug
  1241. copying build/lib.linux-x86_64-2.7/paste/urlparser.py -> build/bdist.linux-x86_64/egg/paste
  1242. copying build/lib.linux-x86_64-2.7/paste/cgiapp.py -> build/bdist.linux-x86_64/egg/paste
  1243. copying build/lib.linux-x86_64-2.7/paste/httpserver.py.orig -> build/bdist.linux-x86_64/egg/paste
  1244. copying build/lib.linux-x86_64-2.7/paste/recursive.py -> build/bdist.linux-x86_64/egg/paste
  1245. byte-compiling build/bdist.linux-x86_64/egg/paste/translogger.py to translogger.pyc
  1246. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/middleware.py to middleware.pyc
  1247. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/__init__.py to __init__.pyc
  1248. byte-compiling build/bdist.linux-x86_64/egg/paste/evalexception/evalcontext.py to evalcontext.pyc
  1249. byte-compiling build/bdist.linux-x86_64/egg/paste/pony.py to pony.pyc
  1250. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/reporter.py to reporter.pyc
  1251. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/errormiddleware.py to errormiddleware.pyc
  1252. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/formatter.py to formatter.pyc
  1253. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/collector.py to collector.pyc
  1254. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/serial_number_generator.py to serial_number_generator.pyc
  1255. byte-compiling build/bdist.linux-x86_64/egg/paste/exceptions/__init__.py to __init__.pyc
  1256. byte-compiling build/bdist.linux-x86_64/egg/paste/httpserver.py to httpserver.pyc
  1257. byte-compiling build/bdist.linux-x86_64/egg/paste/response.py to response.pyc
  1258. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgiwrappers.py to wsgiwrappers.pyc
  1259. byte-compiling build/bdist.linux-x86_64/egg/paste/session.py to session.pyc
  1260. byte-compiling build/bdist.linux-x86_64/egg/paste/flup_session.py to flup_session.pyc
  1261. byte-compiling build/bdist.linux-x86_64/egg/paste/url.py to url.pyc
  1262. byte-compiling build/bdist.linux-x86_64/egg/paste/gzipper.py to gzipper.pyc
  1263. byte-compiling build/bdist.linux-x86_64/egg/paste/modpython.py to modpython.pyc
  1264. byte-compiling build/bdist.linux-x86_64/egg/paste/httpexceptions.py to httpexceptions.pyc
  1265. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cas.py to cas.pyc
  1266. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/open_id.py to open_id.pyc
  1267. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/cookie.py to cookie.pyc
  1268. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/digest.py to digest.pyc
  1269. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/grantip.py to grantip.pyc
  1270. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/multi.py to multi.pyc
  1271. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/basic.py to basic.pyc
  1272. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/auth_tkt.py to auth_tkt.pyc
  1273. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/__init__.py to __init__.pyc
  1274. byte-compiling build/bdist.linux-x86_64/egg/paste/auth/form.py to form.pyc
  1275. byte-compiling build/bdist.linux-x86_64/egg/paste/util/killthread.py to killthread.pyc
  1276. byte-compiling build/bdist.linux-x86_64/egg/paste/util/converters.py to converters.pyc
  1277. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinit.py to classinit.pyc
  1278. byte-compiling build/bdist.linux-x86_64/egg/paste/util/findpackage.py to findpackage.pyc
  1279. byte-compiling build/bdist.linux-x86_64/egg/paste/util/ip4.py to ip4.pyc
  1280. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadinglocal.py to threadinglocal.pyc
  1281. byte-compiling build/bdist.linux-x86_64/egg/paste/util/template.py to template.pyc
  1282. byte-compiling build/bdist.linux-x86_64/egg/paste/util/multidict.py to multidict.pyc
  1283. byte-compiling build/bdist.linux-x86_64/egg/paste/util/import_string.py to import_string.pyc
  1284. byte-compiling build/bdist.linux-x86_64/egg/paste/util/dateinterval.py to dateinterval.pyc
  1285. byte-compiling build/bdist.linux-x86_64/egg/paste/util/PySourceColor.py to PySourceColor.pyc
  1286. byte-compiling build/bdist.linux-x86_64/egg/paste/util/quoting.py to quoting.pyc
  1287. byte-compiling build/bdist.linux-x86_64/egg/paste/util/threadedprint.py to threadedprint.pyc
  1288. byte-compiling build/bdist.linux-x86_64/egg/paste/util/classinstance.py to classinstance.pyc
  1289. byte-compiling build/bdist.linux-x86_64/egg/paste/util/datetimeutil.py to datetimeutil.pyc
  1290. byte-compiling build/bdist.linux-x86_64/egg/paste/util/looper.py to looper.pyc
  1291. byte-compiling build/bdist.linux-x86_64/egg/paste/util/__init__.py to __init__.pyc
  1292. byte-compiling build/bdist.linux-x86_64/egg/paste/util/finddata.py to finddata.pyc
  1293. byte-compiling build/bdist.linux-x86_64/egg/paste/util/intset.py to intset.pyc
  1294. byte-compiling build/bdist.linux-x86_64/egg/paste/util/scgiserver.py to scgiserver.pyc
  1295. byte-compiling build/bdist.linux-x86_64/egg/paste/util/filemixin.py to filemixin.pyc
  1296. byte-compiling build/bdist.linux-x86_64/egg/paste/util/mimeparse.py to mimeparse.pyc
  1297. byte-compiling build/bdist.linux-x86_64/egg/paste/httpheaders.py to httpheaders.pyc
  1298. byte-compiling build/bdist.linux-x86_64/egg/paste/errordocument.py to errordocument.pyc
  1299. byte-compiling build/bdist.linux-x86_64/egg/paste/request.py to request.pyc
  1300. byte-compiling build/bdist.linux-x86_64/egg/paste/cascade.py to cascade.pyc
  1301. byte-compiling build/bdist.linux-x86_64/egg/paste/cowbell/__init__.py to __init__.pyc
  1302. byte-compiling build/bdist.linux-x86_64/egg/paste/fixture.py to fixture.pyc
  1303. byte-compiling build/bdist.linux-x86_64/egg/paste/progress.py to progress.pyc
  1304. byte-compiling build/bdist.linux-x86_64/egg/paste/cgitb_catcher.py to cgitb_catcher.pyc
  1305. byte-compiling build/bdist.linux-x86_64/egg/paste/urlmap.py to urlmap.pyc
  1306. byte-compiling build/bdist.linux-x86_64/egg/paste/config.py to config.pyc
  1307. byte-compiling build/bdist.linux-x86_64/egg/paste/wsgilib.py to wsgilib.pyc
  1308. byte-compiling build/bdist.linux-x86_64/egg/paste/reloader.py to reloader.pyc
  1309. byte-compiling build/bdist.linux-x86_64/egg/paste/registry.py to registry.pyc
  1310. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  1311. byte-compiling build/bdist.linux-x86_64/egg/paste/fileapp.py to fileapp.pyc
  1312. byte-compiling build/bdist.linux-x86_64/egg/paste/transaction.py to transaction.pyc
  1313. byte-compiling build/bdist.linux-x86_64/egg/paste/proxy.py to proxy.pyc
  1314. byte-compiling build/bdist.linux-x86_64/egg/paste/lint.py to lint.pyc
  1315. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/fsdiff.py to fsdiff.pyc
  1316. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/wdg_validate.py to wdg_validate.pyc
  1317. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/prints.py to prints.pyc
  1318. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/watchthreads.py to watchthreads.pyc
  1319. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/profile.py to profile.pyc
  1320. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/testserver.py to testserver.pyc
  1321. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/doctest_webapp.py to doctest_webapp.pyc
  1322. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/__init__.py to __init__.pyc
  1323. byte-compiling build/bdist.linux-x86_64/egg/paste/debug/debugapp.py to debugapp.pyc
  1324. byte-compiling build/bdist.linux-x86_64/egg/paste/urlparser.py to urlparser.pyc
  1325. byte-compiling build/bdist.linux-x86_64/egg/paste/cgiapp.py to cgiapp.pyc
  1326. byte-compiling build/bdist.linux-x86_64/egg/paste/recursive.py to recursive.pyc
  1327. creating build/bdist.linux-x86_64/egg/EGG-INFO
  1328. copying Paste.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  1329. copying Paste.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1330. copying Paste.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1331. copying Paste.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1332. copying Paste.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1333. copying Paste.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  1334. copying Paste.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1335. copying Paste.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1336. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/temp/easy_install-koRl4J/Paste-2.0.3/egg-dist-tmp-SX1Nhy/Paste-2.0.3-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  1337. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  1338. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs/Paste-2.0.3-py2.7.egg
  1339. Extracting Paste-2.0.3-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs
  1340.  
  1341. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/.eggs/Paste-2.0.3-py2.7.egg
  1342. writing requirements to PasteScript.egg-info/requires.txt
  1343. writing PasteScript.egg-info/PKG-INFO
  1344. writing namespace_packages to PasteScript.egg-info/namespace_packages.txt
  1345. writing top-level names to PasteScript.egg-info/top_level.txt
  1346. writing dependency_links to PasteScript.egg-info/dependency_links.txt
  1347. writing entry points to PasteScript.egg-info/entry_points.txt
  1348. reading manifest file 'PasteScript.egg-info/SOURCES.txt'
  1349. reading manifest template 'MANIFEST.in'
  1350. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  1351. warning: no files found matching '*.js' under directory 'paste'
  1352. warning: no files found matching '*.jpg' under directory 'paste'
  1353. writing manifest file 'PasteScript.egg-info/SOURCES.txt'
  1354. installing library code to build/bdist.linux-x86_64/egg
  1355. running install_lib
  1356. running build_py
  1357. creating build
  1358. creating build/lib.linux-x86_64-2.7
  1359. creating build/lib.linux-x86_64-2.7/paste
  1360. copying paste/__init__.py -> build/lib.linux-x86_64-2.7/paste
  1361. creating build/lib.linux-x86_64-2.7/paste/script
  1362. copying paste/script/help.py -> build/lib.linux-x86_64-2.7/paste/script
  1363. copying paste/script/epdesc.py -> build/lib.linux-x86_64-2.7/paste/script
  1364. copying paste/script/twisted_web2_server.py -> build/lib.linux-x86_64-2.7/paste/script
  1365. copying paste/script/filemaker.py -> build/lib.linux-x86_64-2.7/paste/script
  1366. copying paste/script/appinstall.py -> build/lib.linux-x86_64-2.7/paste/script
  1367. copying paste/script/wsgiutils_server.py -> build/lib.linux-x86_64-2.7/paste/script
  1368. copying paste/script/request.py -> build/lib.linux-x86_64-2.7/paste/script
  1369. copying paste/script/default_sysconfig.py -> build/lib.linux-x86_64-2.7/paste/script
  1370. copying paste/script/bool_optparse.py -> build/lib.linux-x86_64-2.7/paste/script
  1371. copying paste/script/checkperms.py -> build/lib.linux-x86_64-2.7/paste/script
  1372. copying paste/script/command.py -> build/lib.linux-x86_64-2.7/paste/script
  1373. copying paste/script/copydir.py -> build/lib.linux-x86_64-2.7/paste/script
  1374. copying paste/script/pluginlib.py -> build/lib.linux-x86_64-2.7/paste/script
  1375. copying paste/script/cgi_server.py -> build/lib.linux-x86_64-2.7/paste/script
  1376. copying paste/script/flup_server.py -> build/lib.linux-x86_64-2.7/paste/script
  1377. copying paste/script/interfaces.py -> build/lib.linux-x86_64-2.7/paste/script
  1378. copying paste/script/cherrypy_server.py -> build/lib.linux-x86_64-2.7/paste/script
  1379. copying paste/script/serve.py -> build/lib.linux-x86_64-2.7/paste/script
  1380. copying paste/script/__init__.py -> build/lib.linux-x86_64-2.7/paste/script
  1381. copying paste/script/exe.py -> build/lib.linux-x86_64-2.7/paste/script
  1382. copying paste/script/templates.py -> build/lib.linux-x86_64-2.7/paste/script
  1383. copying paste/script/grep.py -> build/lib.linux-x86_64-2.7/paste/script
  1384. copying paste/script/create_distro.py -> build/lib.linux-x86_64-2.7/paste/script
  1385. copying paste/script/entrypoints.py -> build/lib.linux-x86_64-2.7/paste/script
  1386. copying paste/script/testapp.py -> build/lib.linux-x86_64-2.7/paste/script
  1387. creating build/lib.linux-x86_64-2.7/paste/script/util
  1388. copying paste/script/util/logging_config.py -> build/lib.linux-x86_64-2.7/paste/script/util
  1389. copying paste/script/util/__init__.py -> build/lib.linux-x86_64-2.7/paste/script/util
  1390. copying paste/script/util/secret.py -> build/lib.linux-x86_64-2.7/paste/script/util
  1391. creating build/lib.linux-x86_64-2.7/paste/script/paster-templates
  1392. creating build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package
  1393. copying paste/script/paster-templates/basic_package/setup.cfg -> build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package
  1394. copying paste/script/paster-templates/basic_package/setup.py_tmpl -> build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package
  1395. creating build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package/+package+
  1396. copying paste/script/paster-templates/basic_package/+package+/__init__.py -> build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package/+package+
  1397. creating build/bdist.linux-x86_64
  1398. creating build/bdist.linux-x86_64/egg
  1399. creating build/bdist.linux-x86_64/egg/paste
  1400. creating build/bdist.linux-x86_64/egg/paste/script
  1401. copying build/lib.linux-x86_64-2.7/paste/script/help.py -> build/bdist.linux-x86_64/egg/paste/script
  1402. copying build/lib.linux-x86_64-2.7/paste/script/epdesc.py -> build/bdist.linux-x86_64/egg/paste/script
  1403. copying build/lib.linux-x86_64-2.7/paste/script/twisted_web2_server.py -> build/bdist.linux-x86_64/egg/paste/script
  1404. copying build/lib.linux-x86_64-2.7/paste/script/filemaker.py -> build/bdist.linux-x86_64/egg/paste/script
  1405. copying build/lib.linux-x86_64-2.7/paste/script/appinstall.py -> build/bdist.linux-x86_64/egg/paste/script
  1406. creating build/bdist.linux-x86_64/egg/paste/script/util
  1407. copying build/lib.linux-x86_64-2.7/paste/script/util/logging_config.py -> build/bdist.linux-x86_64/egg/paste/script/util
  1408. copying build/lib.linux-x86_64-2.7/paste/script/util/__init__.py -> build/bdist.linux-x86_64/egg/paste/script/util
  1409. copying build/lib.linux-x86_64-2.7/paste/script/util/secret.py -> build/bdist.linux-x86_64/egg/paste/script/util
  1410. copying build/lib.linux-x86_64-2.7/paste/script/wsgiutils_server.py -> build/bdist.linux-x86_64/egg/paste/script
  1411. copying build/lib.linux-x86_64-2.7/paste/script/request.py -> build/bdist.linux-x86_64/egg/paste/script
  1412. creating build/bdist.linux-x86_64/egg/paste/script/paster-templates
  1413. creating build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package
  1414. copying build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package/setup.cfg -> build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package
  1415. creating build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package/+package+
  1416. copying build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package/+package+/__init__.py -> build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package/+package+
  1417. copying build/lib.linux-x86_64-2.7/paste/script/paster-templates/basic_package/setup.py_tmpl -> build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package
  1418. copying build/lib.linux-x86_64-2.7/paste/script/default_sysconfig.py -> build/bdist.linux-x86_64/egg/paste/script
  1419. copying build/lib.linux-x86_64-2.7/paste/script/bool_optparse.py -> build/bdist.linux-x86_64/egg/paste/script
  1420. copying build/lib.linux-x86_64-2.7/paste/script/checkperms.py -> build/bdist.linux-x86_64/egg/paste/script
  1421. copying build/lib.linux-x86_64-2.7/paste/script/command.py -> build/bdist.linux-x86_64/egg/paste/script
  1422. copying build/lib.linux-x86_64-2.7/paste/script/copydir.py -> build/bdist.linux-x86_64/egg/paste/script
  1423. copying build/lib.linux-x86_64-2.7/paste/script/pluginlib.py -> build/bdist.linux-x86_64/egg/paste/script
  1424. copying build/lib.linux-x86_64-2.7/paste/script/cgi_server.py -> build/bdist.linux-x86_64/egg/paste/script
  1425. copying build/lib.linux-x86_64-2.7/paste/script/flup_server.py -> build/bdist.linux-x86_64/egg/paste/script
  1426. copying build/lib.linux-x86_64-2.7/paste/script/interfaces.py -> build/bdist.linux-x86_64/egg/paste/script
  1427. copying build/lib.linux-x86_64-2.7/paste/script/cherrypy_server.py -> build/bdist.linux-x86_64/egg/paste/script
  1428. copying build/lib.linux-x86_64-2.7/paste/script/serve.py -> build/bdist.linux-x86_64/egg/paste/script
  1429. copying build/lib.linux-x86_64-2.7/paste/script/__init__.py -> build/bdist.linux-x86_64/egg/paste/script
  1430. copying build/lib.linux-x86_64-2.7/paste/script/exe.py -> build/bdist.linux-x86_64/egg/paste/script
  1431. copying build/lib.linux-x86_64-2.7/paste/script/templates.py -> build/bdist.linux-x86_64/egg/paste/script
  1432. copying build/lib.linux-x86_64-2.7/paste/script/grep.py -> build/bdist.linux-x86_64/egg/paste/script
  1433. copying build/lib.linux-x86_64-2.7/paste/script/create_distro.py -> build/bdist.linux-x86_64/egg/paste/script
  1434. copying build/lib.linux-x86_64-2.7/paste/script/entrypoints.py -> build/bdist.linux-x86_64/egg/paste/script
  1435. copying build/lib.linux-x86_64-2.7/paste/script/testapp.py -> build/bdist.linux-x86_64/egg/paste/script
  1436. copying build/lib.linux-x86_64-2.7/paste/__init__.py -> build/bdist.linux-x86_64/egg/paste
  1437. byte-compiling build/bdist.linux-x86_64/egg/paste/script/help.py to help.pyc
  1438. byte-compiling build/bdist.linux-x86_64/egg/paste/script/epdesc.py to epdesc.pyc
  1439. byte-compiling build/bdist.linux-x86_64/egg/paste/script/twisted_web2_server.py to twisted_web2_server.pyc
  1440. byte-compiling build/bdist.linux-x86_64/egg/paste/script/filemaker.py to filemaker.pyc
  1441. byte-compiling build/bdist.linux-x86_64/egg/paste/script/appinstall.py to appinstall.pyc
  1442. byte-compiling build/bdist.linux-x86_64/egg/paste/script/util/logging_config.py to logging_config.pyc
  1443. byte-compiling build/bdist.linux-x86_64/egg/paste/script/util/__init__.py to __init__.pyc
  1444. byte-compiling build/bdist.linux-x86_64/egg/paste/script/util/secret.py to secret.pyc
  1445. byte-compiling build/bdist.linux-x86_64/egg/paste/script/wsgiutils_server.py to wsgiutils_server.pyc
  1446. byte-compiling build/bdist.linux-x86_64/egg/paste/script/request.py to request.pyc
  1447. byte-compiling build/bdist.linux-x86_64/egg/paste/script/paster-templates/basic_package/+package+/__init__.py to __init__.pyc
  1448. byte-compiling build/bdist.linux-x86_64/egg/paste/script/default_sysconfig.py to default_sysconfig.pyc
  1449. byte-compiling build/bdist.linux-x86_64/egg/paste/script/bool_optparse.py to bool_optparse.pyc
  1450. byte-compiling build/bdist.linux-x86_64/egg/paste/script/checkperms.py to checkperms.pyc
  1451. byte-compiling build/bdist.linux-x86_64/egg/paste/script/command.py to command.pyc
  1452. byte-compiling build/bdist.linux-x86_64/egg/paste/script/copydir.py to copydir.pyc
  1453. byte-compiling build/bdist.linux-x86_64/egg/paste/script/pluginlib.py to pluginlib.pyc
  1454. byte-compiling build/bdist.linux-x86_64/egg/paste/script/cgi_server.py to cgi_server.pyc
  1455. byte-compiling build/bdist.linux-x86_64/egg/paste/script/flup_server.py to flup_server.pyc
  1456. byte-compiling build/bdist.linux-x86_64/egg/paste/script/interfaces.py to interfaces.pyc
  1457. byte-compiling build/bdist.linux-x86_64/egg/paste/script/cherrypy_server.py to cherrypy_server.pyc
  1458. byte-compiling build/bdist.linux-x86_64/egg/paste/script/serve.py to serve.pyc
  1459. byte-compiling build/bdist.linux-x86_64/egg/paste/script/__init__.py to __init__.pyc
  1460. byte-compiling build/bdist.linux-x86_64/egg/paste/script/exe.py to exe.pyc
  1461. byte-compiling build/bdist.linux-x86_64/egg/paste/script/templates.py to templates.pyc
  1462. byte-compiling build/bdist.linux-x86_64/egg/paste/script/grep.py to grep.pyc
  1463. byte-compiling build/bdist.linux-x86_64/egg/paste/script/create_distro.py to create_distro.pyc
  1464. byte-compiling build/bdist.linux-x86_64/egg/paste/script/entrypoints.py to entrypoints.pyc
  1465. byte-compiling build/bdist.linux-x86_64/egg/paste/script/testapp.py to testapp.pyc
  1466. byte-compiling build/bdist.linux-x86_64/egg/paste/__init__.py to __init__.pyc
  1467. creating build/bdist.linux-x86_64/egg/EGG-INFO
  1468. copying PasteScript.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  1469. copying PasteScript.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1470. copying PasteScript.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1471. copying PasteScript.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1472. copying PasteScript.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1473. copying PasteScript.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  1474. copying PasteScript.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1475. copying PasteScript.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  1476. creating '/tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-W76Qxu/PasteScript-2.0.2/egg-dist-tmp-OFHbuc/PasteScript-2.0.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  1477. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  1478.  
  1479. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/PasteScript-2.0.2-py2.7.egg
  1480. Searching for six
  1481. Reading https://pypi.python.org/simple/six/
  1482. Best match: six 1.10.0
  1483. Downloading https://pypi.python.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55
  1484. Processing six-1.10.0.tar.gz
  1485. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-vxw6M1/six-1.10.0/setup.cfg
  1486. Running six-1.10.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-vxw6M1/six-1.10.0/egg-dist-tmp-jo04RE
  1487. no previously-included directories found matching 'documentation/_build'
  1488. zip_safe flag not set; analyzing archive contents...
  1489. six: module references __path__
  1490. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/six-1.10.0-py2.7.egg
  1491. Extracting six-1.10.0-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs
  1492.  
  1493. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/six-1.10.0-py2.7.egg
  1494. Searching for PasteDeploy
  1495. Reading https://pypi.python.org/simple/PasteDeploy/
  1496. Best match: PasteDeploy 1.5.2
  1497. Downloading https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz#md5=352b7205c78c8de4987578d19431af3b
  1498. Processing PasteDeploy-1.5.2.tar.gz
  1499. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-I4U955/PasteDeploy-1.5.2/setup.cfg
  1500. Running PasteDeploy-1.5.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-I4U955/PasteDeploy-1.5.2/egg-dist-tmp-IGYtsy
  1501. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/PasteDeploy-1.5.2-py2.7.egg
  1502. Extracting PasteDeploy-1.5.2-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs
  1503.  
  1504. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/PasteDeploy-1.5.2-py2.7.egg
  1505. Searching for Paste>=1.3
  1506. Reading https://pypi.python.org/simple/Paste/
  1507. Best match: Paste 2.0.3
  1508. Downloading https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz#md5=1231e14eae62fa7ed76e9130b04bc61e
  1509. Processing Paste-2.0.3.tar.gz
  1510. Writing /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-SPnv6n/Paste-2.0.3/setup.cfg
  1511. Running Paste-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/temp/easy_install-SPnv6n/Paste-2.0.3/egg-dist-tmp-TO2zmw
  1512. warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
  1513. warning: no files found matching '*.html' under directory 'docs/_build'
  1514. creating /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/Paste-2.0.3-py2.7.egg
  1515. Extracting Paste-2.0.3-py2.7.egg to /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs
  1516.  
  1517. Installed /tmp/easy_install-1SDfPy/zopyx.ipsumplone-0.3.9/.eggs/Paste-2.0.3-py2.7.egg
  1518. warning: no previously-included files matching '*pyc' found anywhere in distribution
  1519. Got zopyx.ipsumplone 0.3.9.
  1520. Getting distribution for 'Products.PloneFormGen==1.8.1'.
  1521. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  1522. no previously-included directories found matching 'Products/PloneFormGen/tests'
  1523. Got Products.PloneFormGen 1.8.1.
  1524. Getting distribution for 'zopyx.plone.smashdocs'.
  1525. Got zopyx.plone.smashdocs 0.2.32.
  1526. Getting distribution for 'pp.client-plone'.
  1527. Got pp.client-plone 0.4.4.
  1528. Getting distribution for 'zopyx.plone.persistentlogger'.
  1529. warning: no files found matching 'docs' under directory 'zopyx'
  1530. Got zopyx.plone.persistentlogger 0.4.4.
  1531. Getting distribution for 'zopyx.smashdocs'.
  1532. Got zopyx.smashdocs 0.3.8.
  1533. Getting distribution for 'hurry.filesize'.
  1534. Got hurry.filesize 0.9.
  1535. Getting distribution for 'furl'.
  1536. zip_safe flag not set; analyzing archive contents...
  1537. Got furl 0.5.7.
  1538. Getting distribution for 'pp.core'.
  1539. Got pp.core 0.3.3.
  1540. Getting distribution for 'pp.client-python'.
  1541. Got pp.client-python 0.4.4.
  1542. Getting distribution for 'cssutils'.
  1543. zip_safe flag not set; analyzing archive contents...
  1544. cssutils.tests.basetest: module references __file__
  1545. cssutils.tests.test_cssutils: module references __file__
  1546. Got cssutils 1.0.2.
  1547. Getting distribution for 'click'.
  1548. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  1549. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  1550. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  1551. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  1552. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  1553. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  1554. no previously-included directories found matching 'docs/_build'
  1555. zip_safe flag not set; analyzing archive contents...
  1556. click.core: module references __file__
  1557. Got click 6.7.
  1558. Getting distribution for 'pytest'.
  1559. no previously-included directories found matching 'doc/en/_build'
  1560. warning: no previously-included files found matching '_pytest/impl'
  1561. warning: no previously-included files matching '*.pyc' found under directory '*'
  1562. warning: no previously-included files matching '*.pyo' found under directory '*'
  1563. warning: no previously-included files matching '*' found under directory 'testing/.hypothesis'
  1564. warning: no previously-included files matching '*' found under directory 'testing/freeze/~'
  1565. warning: no previously-included files matching '*' found under directory 'testing/freeze/build'
  1566. warning: no previously-included files matching '*' found under directory 'testing/freeze/dist'
  1567. warning: no previously-included files found matching 'appveyor.yml'
  1568. warning: no previously-included files found matching '.travis.yml'
  1569. no previously-included directories found matching '.github'
  1570. Got pytest 3.0.6.
  1571. Getting distribution for 'orderedmultidict>=0.7.8'.
  1572. zip_safe flag not set; analyzing archive contents...
  1573. Got orderedmultidict 0.7.11.
  1574. Getting distribution for 'boto'.
  1575. warning: no files found matching 'boto/mturk/test/*.doctest'
  1576. warning: no files found matching 'boto/mturk/test/.gitignore'
  1577. zip_safe flag not set; analyzing archive contents...
  1578. boto.__init__: module references __file__
  1579. boto.connection: module references __file__
  1580. boto.vendored.six: module references __path__
  1581. Got boto 2.46.1.
  1582. Getting distribution for 'fs==0.5.4'.
  1583. zip_safe flag not set; analyzing archive contents...
  1584. fs.tests.test_iotools: module references __file__
  1585. fs.tests.test_ftpfs: module references __file__
  1586. fs.tests.test_importhook: module references __file__
  1587. fs.expose.importhook: module references __file__
  1588. fs.expose.importhook: module references __path__
  1589. Got fs 0.5.4.
  1590. Getting distribution for 'splinter'.
  1591. no previously-included directories found matching 'tests'
  1592. zip_safe flag not set; analyzing archive contents...
  1593. Got splinter 0.7.5.
  1594. Getting distribution for 'dropbox'.
  1595. Got dropbox 7.2.1.
  1596. Getting distribution for 'dropboxfs'.
  1597. /home/jensens/.buildout/shared-eggs/setuptools-21.0.0-py2.7.egg/setuptools/dist.py:285: UserWarning: Normalizing '0.1-11' to '0.1.post11'
  1598. normalized_version,
  1599. zip_safe flag not set; analyzing archive contents...
  1600. Got dropboxfs 0.1.post11.
  1601. Getting distribution for 'paramiko'.
  1602. zip_safe flag not set; analyzing archive contents...
  1603. Got paramiko 2.1.2.
  1604. Getting distribution for 'logbook'.
  1605. Got Logbook 1.0.0.
  1606. Getting distribution for 'plac'.
  1607. warning: no files found matching 'doc/*.txt'
  1608. Got plac 0.9.6.
  1609. Getting distribution for 'py==1.4.29'.
  1610. Got py 1.4.29.
  1611. Getting distribution for 'typing>=3.5.2'.
  1612. zip_safe flag not set; analyzing archive contents...
  1613. Got typing 3.5.3.0.
  1614. Getting distribution for 'urllib3'.
  1615. warning: no previously-included files matching '*' found under directory 'docs/_build'
  1616. zip_safe flag not set; analyzing archive contents...
  1617. urllib3.packages.six: module references __path__
  1618. Got urllib3 1.20.
  1619. Getting distribution for 'pyasn1>=0.1.7'.
  1620. Got pyasn1 0.2.3.
  1621. Getting distribution for 'cryptography>=1.1'.
  1622.  
  1623. Installed /tmp/easy_install-VgcpZC/cryptography-1.8.1/.eggs/cffi-1.9.1-py2.7-linux-x86_64.egg
  1624. Searching for pycparser
  1625. Reading https://pypi.python.org/simple/pycparser/
  1626. Best match: pycparser 2.17
  1627. Downloading https://pypi.python.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz#md5=ca98dcb50bc1276f230118f6af5a40c7
  1628. Processing pycparser-2.17.tar.gz
  1629. Writing /tmp/easy_install-VgcpZC/cryptography-1.8.1/temp/easy_install-3qC6gM/pycparser-2.17/setup.cfg
  1630. Running pycparser-2.17/setup.py -q bdist_egg --dist-dir /tmp/easy_install-VgcpZC/cryptography-1.8.1/temp/easy_install-3qC6gM/pycparser-2.17/egg-dist-tmp-vWZp9a
  1631. warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
  1632. warning: no previously-included files matching 'lextab.*' found under directory 'tests'
  1633. warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
  1634. warning: no previously-included files matching 'lextab.*' found under directory 'examples'
  1635. zip_safe flag not set; analyzing archive contents...
  1636. pycparser.ply.ygen: module references __file__
  1637. pycparser.ply.lex: module references __file__
  1638. pycparser.ply.lex: module MAY be using inspect.getsourcefile
  1639. pycparser.ply.yacc: module references __file__
  1640. pycparser.ply.yacc: module MAY be using inspect.getsourcefile
  1641. pycparser.ply.yacc: module MAY be using inspect.stack
  1642. creating /tmp/easy_install-VgcpZC/cryptography-1.8.1/.eggs/pycparser-2.17-py2.7.egg
  1643. Extracting pycparser-2.17-py2.7.egg to /tmp/easy_install-VgcpZC/cryptography-1.8.1/.eggs
  1644.  
  1645. Installed /tmp/easy_install-VgcpZC/cryptography-1.8.1/.eggs/pycparser-2.17-py2.7.egg
  1646. no previously-included directories found matching 'docs/_build'
  1647. warning: no previously-included files matching '*' found under directory 'vectors'
  1648. Got cryptography 1.8.1.
  1649. Getting distribution for 'cffi>=1.4.1'.
  1650. Got cffi 1.9.1.
  1651. Getting distribution for 'ipaddress'.
  1652. zip_safe flag not set; analyzing archive contents...
  1653. Got ipaddress 1.0.18.
  1654. Getting distribution for 'asn1crypto>=0.21.0'.
  1655. zip_safe flag not set; analyzing archive contents...
  1656. Got asn1crypto 0.21.1.
  1657. Getting distribution for 'idna>=2.1'.
  1658. warning: no previously-included files matching '*.pyc' found under directory 'tools'
  1659. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  1660. zip_safe flag not set; analyzing archive contents...
  1661. Got idna 2.5.
  1662. Getting distribution for 'pycparser'.
  1663. warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
  1664. warning: no previously-included files matching 'lextab.*' found under directory 'tests'
  1665. warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
  1666. warning: no previously-included files matching 'lextab.*' found under directory 'examples'
  1667. zip_safe flag not set; analyzing archive contents...
  1668. pycparser.ply.ygen: module references __file__
  1669. pycparser.ply.lex: module references __file__
  1670. pycparser.ply.lex: module MAY be using inspect.getsourcefile
  1671. pycparser.ply.yacc: module references __file__
  1672. pycparser.ply.yacc: module MAY be using inspect.getsourcefile
  1673. pycparser.ply.yacc: module MAY be using inspect.stack
  1674. Got pycparser 2.17.
  1675. Getting distribution for 'pyparsing'.
  1676. zip_safe flag not set; analyzing archive contents...
  1677. Got pyparsing 2.2.0.
  1678. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/instance'.
  1679. Generated interpreter '/home/workspacejensens/sandbox/pappnasen-plone5/parts/instance/bin/interpreter'.
  1680. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/runzope'.
  1681. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/zopectl'.
  1682. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/zpasswd'.
  1683. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/addzope2user'.
  1684. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/mkzopeinstance'.
  1685. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/player.py'.
  1686. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/pilconvert.py'.
  1687. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/gifmaker.py'.
  1688. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/pilprint.py'.
  1689. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/thresholder.py'.
  1690. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/viewer.py'.
  1691. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/pildriver.py'.
  1692. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/pilfont.py'.
  1693. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/pilfile.py'.
  1694. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/painter.py'.
  1695. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/createfontdatachunk.py'.
  1696. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/enhancer.py'.
  1697. Generated script '/home/workspacejensens/sandbox/pappnasen-plone5/bin/explode.py'.
  1698. Versions had to be automatically picked.
  1699. The following part definition lists the versions picked:
  1700. [versions]
  1701. Logbook = 1.0.0
  1702. Products.PythonField = 1.1.3
  1703. Products.TALESField = 1.1.3
  1704. Products.TemplateFields = 1.2.5
  1705. PyJWT = 1.4.2
  1706. asn1crypto = 0.21.1
  1707. cffi = 1.9.1
  1708. cryptography = 1.8.1
  1709. idna = 2.5
  1710. orderedmultidict = 0.7.11
  1711. pyasn1 = 0.2.3
  1712. typing = 3.5.3.0
  1713. zopyx.ipsumplone = 0.3.9
  1714. zopyx.plone.smashdocs = 0.2.32
  1715.  
  1716. # Required by:
  1717. # pp.client-plone==0.4.4
  1718. BeautifulSoup = 3.2.1
  1719.  
  1720. # Required by:
  1721. # pp.core==0.3.3
  1722. boto = 2.46.1
  1723.  
  1724. # Required by:
  1725. # zopyx.smashdocs==0.3.8
  1726. click = 6.7
  1727.  
  1728. # Required by:
  1729. # pp.client-plone==0.4.4
  1730. cssutils = 1.0.2
  1731.  
  1732. # Required by:
  1733. # pp.core==0.3.3
  1734. dropbox = 7.2.1
  1735.  
  1736. # Required by:
  1737. # pp.core==0.3.3
  1738. dropboxfs = 0.1.post11
  1739.  
  1740. # Required by:
  1741. # cryptography==1.8.1
  1742. enum34 = 1.1.6
  1743.  
  1744. # Required by:
  1745. # pp.client-plone==0.4.4
  1746. # zopyx.smashdocs==0.3.8
  1747. furl = 0.5.7
  1748.  
  1749. # Required by:
  1750. # zopyx.plone.smashdocs==0.2.32
  1751. hurry.filesize = 0.9
  1752.  
  1753. # Required by:
  1754. # cryptography==1.8.1
  1755. ipaddress = 1.0.18
  1756.  
  1757. # Required by:
  1758. # zopyx.ipsumplone==0.3.9
  1759. loremipsum = 1.0.5
  1760.  
  1761. # Required by:
  1762. # cryptography==1.8.1
  1763. packaging = 16.8
  1764.  
  1765. # Required by:
  1766. # pp.core==0.3.3
  1767. paramiko = 2.1.2
  1768.  
  1769. # Required by:
  1770. # pp.client-python==0.4.4
  1771. plac = 0.9.6
  1772.  
  1773. # Required by:
  1774. # zopyx.plone.smashdocs==0.2.32
  1775. pp.client-plone = 0.4.4
  1776.  
  1777. # Required by:
  1778. # pp.client-plone==0.4.4
  1779. pp.client-python = 0.4.4
  1780.  
  1781. # Required by:
  1782. # pp.client-plone==0.4.4
  1783. pp.core = 0.3.3
  1784.  
  1785. # Required by:
  1786. # cffi==1.9.1
  1787. pycparser = 2.17
  1788.  
  1789. # Required by:
  1790. # packaging==16.8
  1791. pyparsing = 2.2.0
  1792.  
  1793. # Required by:
  1794. # zopyx.smashdocs==0.3.8
  1795. pytest = 3.0.6
  1796.  
  1797. # Required by:
  1798. # pp.core==0.3.3
  1799. splinter = 0.7.5
  1800.  
  1801. # Required by:
  1802. # dropbox==7.2.1
  1803. urllib3 = 1.20
  1804.  
  1805. # Required by:
  1806. # zopyx.plone.smashdocs==0.2.32
  1807. zopyx.plone.persistentlogger = 0.4.4
  1808.  
  1809. # Required by:
  1810. # zopyx.plone.smashdocs==0.2.32
  1811. zopyx.smashdocs = 0.3.8
  1812. ~w/sandbox/pappnasen-plone5(master*)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement