1. * Package: dev-python/django-pipeline-1.2.9
  2. * Repository: gentoo
  3. * Maintainer: idella4@gentoo.org python@gentoo.org
  4. * USE: amd64 doc elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking django-pipeline-1.2.9.tar.gz to /tmp/portage/dev-python/django-pipeline-1.2.9/work
  15. >>> Source unpacked in /tmp/portage/dev-python/django-pipeline-1.2.9/work
  16. >>> Preparing source in /tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9 ...
  19. >>> Source configured.
  20. >>> Compiling source in /tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9 ...
  21. make -j24 -C docs html
  22. make: Entering directory `/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9/docs'
  23. sphinx-build -b html -d _build/doctrees . _build/html
  24. Making output directory...
  25. Running Sphinx v1.1.3
  26. loading pickled environment... not yet created
  27. building [html]: targets for 10 source files that are out of date
  28. updating environment: 10 added, 0 changed, 0 removed
  29. reading sources... [ 10%] compilers
  30. reading sources... [ 20%] compressors
  31. reading sources... [ 30%] configuration
  32. reading sources... [ 40%] index
  33. reading sources... [ 50%] installation
  34. reading sources... [ 60%] signals
  35. reading sources... [ 70%] storages
  36. reading sources... [ 80%] templates
  37. reading sources... [ 90%] usage
  38. reading sources... [100%] using
  39. looking for now-outdated files... none found
  40. pickling environment... done
  41. checking consistency... done
  42. preparing documents... done
  43. writing output... [ 10%] compilers
  44. writing output... [ 20%] compressors
  45. writing output... [ 30%] configuration
  46. writing output... [ 40%] index
  47. writing output... [ 50%] installation
  48. writing output... [ 60%] signals
  49. writing output... [ 70%] storages
  50. writing output... [ 80%] templates
  51. writing output... [ 90%] usage
  52. writing output... [100%] using
  53. writing additional files... genindex search
  54. copying static files... done
  55. dumping search index... done
  56. dumping object inventory... done
  57. build succeeded.
  58. Build finished. The HTML pages are in _build/html.
  59. make: Leaving directory `/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9/docs'
  60. * Building of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  61. python2.7 setup.py build -b build-2.7
  62. running build
  63. running build_py
  64. creating build-2.7
  65. creating build-2.7/lib
  66. creating build-2.7/lib/tests
  67. copying tests/settings.py -> build-2.7/lib/tests
  68. copying tests/models.py -> build-2.7/lib/tests
  69. copying tests/__init__.py -> build-2.7/lib/tests
  70. creating build-2.7/lib/pipeline
  71. copying pipeline/utils.py -> build-2.7/lib/pipeline
  72. copying pipeline/storage.py -> build-2.7/lib/pipeline
  73. copying pipeline/signals.py -> build-2.7/lib/pipeline
  74. copying pipeline/packager.py -> build-2.7/lib/pipeline
  75. copying pipeline/models.py -> build-2.7/lib/pipeline
  76. copying pipeline/middleware.py -> build-2.7/lib/pipeline
  77. copying pipeline/manifest.py -> build-2.7/lib/pipeline
  78. copying pipeline/glob.py -> build-2.7/lib/pipeline
  79. copying pipeline/__init__.py -> build-2.7/lib/pipeline
  80. creating build-2.7/lib/tests/tests
  81. copying tests/tests/utils.py -> build-2.7/lib/tests/tests
  82. copying tests/tests/storage.py -> build-2.7/lib/tests/tests
  83. copying tests/tests/packager.py -> build-2.7/lib/tests/tests
  84. copying tests/tests/glob.py -> build-2.7/lib/tests/tests
  85. copying tests/tests/compressor.py -> build-2.7/lib/tests/tests
  86. copying tests/tests/compiler.py -> build-2.7/lib/tests/tests
  87. copying tests/tests/__init__.py -> build-2.7/lib/tests/tests
  88. creating build-2.7/lib/pipeline/templatetags
  89. copying pipeline/templatetags/compressed.py -> build-2.7/lib/pipeline/templatetags
  90. copying pipeline/templatetags/__init__.py -> build-2.7/lib/pipeline/templatetags
  91. creating build-2.7/lib/pipeline/conf
  92. copying pipeline/conf/settings.py -> build-2.7/lib/pipeline/conf
  93. copying pipeline/conf/__init__.py -> build-2.7/lib/pipeline/conf
  94. creating build-2.7/lib/pipeline/compressors
  95. copying pipeline/compressors/yui.py -> build-2.7/lib/pipeline/compressors
  96. copying pipeline/compressors/uglifyjs.py -> build-2.7/lib/pipeline/compressors
  97. copying pipeline/compressors/jsmin.py -> build-2.7/lib/pipeline/compressors
  98. copying pipeline/compressors/csstidy.py -> build-2.7/lib/pipeline/compressors
  99. copying pipeline/compressors/cssmin.py -> build-2.7/lib/pipeline/compressors
  100. copying pipeline/compressors/closure.py -> build-2.7/lib/pipeline/compressors
  101. copying pipeline/compressors/__init__.py -> build-2.7/lib/pipeline/compressors
  102. creating build-2.7/lib/pipeline/compilers
  103. copying pipeline/compilers/stylus.py -> build-2.7/lib/pipeline/compilers
  104. copying pipeline/compilers/sass.py -> build-2.7/lib/pipeline/compilers
  105. copying pipeline/compilers/less.py -> build-2.7/lib/pipeline/compilers
  106. copying pipeline/compilers/coffee.py -> build-2.7/lib/pipeline/compilers
  107. copying pipeline/compilers/__init__.py -> build-2.7/lib/pipeline/compilers
  108. running egg_info
  109. writing django_pipeline.egg-info/PKG-INFO
  110. writing top-level names to django_pipeline.egg-info/top_level.txt
  111. writing dependency_links to django_pipeline.egg-info/dependency_links.txt
  112. reading manifest file 'django_pipeline.egg-info/SOURCES.txt'
  113. reading manifest template 'MANIFEST.in'
  114. writing manifest file 'django_pipeline.egg-info/SOURCES.txt'
  115. creating build-2.7/lib/pipeline/templates
  116. creating build-2.7/lib/pipeline/templates/pipeline
  117. copying pipeline/templates/pipeline/css.html -> build-2.7/lib/pipeline/templates/pipeline
  118. copying pipeline/templates/pipeline/inline_js.html -> build-2.7/lib/pipeline/templates/pipeline
  119. copying pipeline/templates/pipeline/js.html -> build-2.7/lib/pipeline/templates/pipeline
  120. warning: build_py: byte-compiling is disabled, skipping.
  121. >>> Source compiled.
  122. * Testing of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  123. Traceback (most recent call last):
  124. File "compiler.py", line 3, in <module>
  125. from pipeline.conf import settings
  126. ImportError: No module named pipeline.conf
  127. * test compiler.py failed
  128. Traceback (most recent call last):
  129. File "compressor.py", line 8, in <module>
  130. from pipeline.compressors import Compressor, TEMPLATE_FUNC
  131. ImportError: No module named pipeline.compressors
  132. * test compressor.py failed
  133. Traceback (most recent call last):
  134. File "glob.py", line 8, in <module>
  135. from pipeline import glob
  136. ImportError: No module named pipeline
  137. * test glob.py failed
  138. Traceback (most recent call last):
  139. File "packager.py", line 3, in <module>
  140. from pipeline.packager import Packager, PackageNotFound
  141. ImportError: No module named pipeline.packager
  142. * test packager.py failed
  143. Traceback (most recent call last):
  144. File "storage.py", line 4, in <module>
  145. from pipeline.conf import settings
  146. ImportError: No module named pipeline.conf
  147. * test storage.py failed
  148. Traceback (most recent call last):
  149. File "utils.py", line 4, in <module>
  150. from pipeline.utils import guess_type
  151. ImportError: No module named pipeline.utils
  152. * test utils.py failed
  153. * ERROR: dev-python/django-pipeline-1.2.9 failed (test phase):
  154. * Testing failed with CPython 2.7 in testing() function
  155. *
  156. * Call stack:
  157. * ebuild.sh, line 93: Called src_test
  158. * environment, line 3930: Called python_execute_function 'testing'
  159. * environment, line 2269: Called die
  160. * The specific snippet of code:
  161. * die "${failure_message}";
  162. *
  163. * If you need support, post the output of `emerge --info '=dev-python/django-pipeline-1.2.9'`,
  164. * the complete build log and the output of `emerge -pqv '=dev-python/django-pipeline-1.2.9'`.
  165. * The complete build log is located at '/var/log/portage/dev-python:django-pipeline-1.2.9:20130118-025319.log'.
  166. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/django-pipeline-1.2.9/temp/build.log'.
  167. * The ebuild environment file is located at '/tmp/portage/dev-python/django-pipeline-1.2.9/temp/environment'.
  168. * Working directory: '/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9'
  169. * S: '/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9'
  170. >>> Install django-pipeline-1.2.9 into /tmp/portage/dev-python/django-pipeline-1.2.9/image/ category dev-python
  171. * Installation of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  172. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7
  173. running build
  174. running build_py
  175. running egg_info
  176. writing django_pipeline.egg-info/PKG-INFO
  177. writing top-level names to django_pipeline.egg-info/top_level.txt
  178. writing dependency_links to django_pipeline.egg-info/dependency_links.txt
  179. reading manifest file 'django_pipeline.egg-info/SOURCES.txt'
  180. reading manifest template 'MANIFEST.in'
  181. writing manifest file 'django_pipeline.egg-info/SOURCES.txt'
  182. warning: build_py: byte-compiling is disabled, skipping.
  183. running install
  184. running install_lib
  185. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images
  186. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7
  187. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr
  188. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64
  189. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7
  190. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages
  191. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  192. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates
  193. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates/pipeline
  194. copying build-2.7/lib/pipeline/templates/pipeline/js.html -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates/pipeline
  195. copying build-2.7/lib/pipeline/templates/pipeline/inline_js.html -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates/pipeline
  196. copying build-2.7/lib/pipeline/templates/pipeline/css.html -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates/pipeline
  197. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  198. copying build-2.7/lib/pipeline/compilers/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  199. copying build-2.7/lib/pipeline/compilers/coffee.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  200. copying build-2.7/lib/pipeline/compilers/less.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  201. copying build-2.7/lib/pipeline/compilers/sass.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  202. copying build-2.7/lib/pipeline/compilers/stylus.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  203. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  204. copying build-2.7/lib/pipeline/compressors/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  205. copying build-2.7/lib/pipeline/compressors/closure.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  206. copying build-2.7/lib/pipeline/compressors/cssmin.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  207. copying build-2.7/lib/pipeline/compressors/csstidy.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  208. copying build-2.7/lib/pipeline/compressors/jsmin.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  209. copying build-2.7/lib/pipeline/compressors/uglifyjs.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  210. copying build-2.7/lib/pipeline/compressors/yui.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  211. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/conf
  212. copying build-2.7/lib/pipeline/conf/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/conf
  213. copying build-2.7/lib/pipeline/conf/settings.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/conf
  214. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templatetags
  215. copying build-2.7/lib/pipeline/templatetags/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templatetags
  216. copying build-2.7/lib/pipeline/templatetags/compressed.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templatetags
  217. copying build-2.7/lib/pipeline/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  218. copying build-2.7/lib/pipeline/glob.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  219. copying build-2.7/lib/pipeline/manifest.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  220. copying build-2.7/lib/pipeline/middleware.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  221. copying build-2.7/lib/pipeline/models.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  222. copying build-2.7/lib/pipeline/packager.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  223. copying build-2.7/lib/pipeline/signals.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  224. copying build-2.7/lib/pipeline/storage.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  225. copying build-2.7/lib/pipeline/utils.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  226. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests
  227. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  228. copying build-2.7/lib/tests/tests/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  229. copying build-2.7/lib/tests/tests/compiler.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  230. copying build-2.7/lib/tests/tests/compressor.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  231. copying build-2.7/lib/tests/tests/glob.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  232. copying build-2.7/lib/tests/tests/packager.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  233. copying build-2.7/lib/tests/tests/storage.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  234. copying build-2.7/lib/tests/tests/utils.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  235. copying build-2.7/lib/tests/__init__.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests
  236. copying build-2.7/lib/tests/models.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests
  237. copying build-2.7/lib/tests/settings.py -> /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests
  238. warning: install_lib: byte-compiling is disabled, skipping.
  239. running install_egg_info
  240. Copying django_pipeline.egg-info to /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/django_pipeline-1.2.9-py2.7.egg-info
  241. running install_scripts
  242. * Installation of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  243. >>> Completed installing django-pipeline-1.2.9 into /tmp/portage/dev-python/django-pipeline-1.2.9/image/
  244. ecompressdir: bzip2 -9 /usr/share/doc
  245. * Compilation and optimization of Python modules for CPython 2.7 ...
  246. [ ok ]