1. * Package: dev-python/django-pipeline-1.2.9
  2. * Repository: gentoo
  3. * Maintainer: idella4@gentoo.org python@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux 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. * Building of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  22. python2.7 setup.py build -b build-2.7
  23. running build
  24. running build_py
  25. creating build-2.7
  26. creating build-2.7/lib
  27. creating build-2.7/lib/tests
  28. copying tests/settings.py -> build-2.7/lib/tests
  29. copying tests/models.py -> build-2.7/lib/tests
  30. copying tests/__init__.py -> build-2.7/lib/tests
  31. creating build-2.7/lib/pipeline
  32. copying pipeline/utils.py -> build-2.7/lib/pipeline
  33. copying pipeline/storage.py -> build-2.7/lib/pipeline
  34. copying pipeline/signals.py -> build-2.7/lib/pipeline
  35. copying pipeline/packager.py -> build-2.7/lib/pipeline
  36. copying pipeline/models.py -> build-2.7/lib/pipeline
  37. copying pipeline/middleware.py -> build-2.7/lib/pipeline
  38. copying pipeline/manifest.py -> build-2.7/lib/pipeline
  39. copying pipeline/glob.py -> build-2.7/lib/pipeline
  40. copying pipeline/__init__.py -> build-2.7/lib/pipeline
  41. creating build-2.7/lib/tests/tests
  42. copying tests/tests/utils.py -> build-2.7/lib/tests/tests
  43. copying tests/tests/storage.py -> build-2.7/lib/tests/tests
  44. copying tests/tests/packager.py -> build-2.7/lib/tests/tests
  45. copying tests/tests/glob.py -> build-2.7/lib/tests/tests
  46. copying tests/tests/compressor.py -> build-2.7/lib/tests/tests
  47. copying tests/tests/compiler.py -> build-2.7/lib/tests/tests
  48. copying tests/tests/__init__.py -> build-2.7/lib/tests/tests
  49. creating build-2.7/lib/pipeline/templatetags
  50. copying pipeline/templatetags/compressed.py -> build-2.7/lib/pipeline/templatetags
  51. copying pipeline/templatetags/__init__.py -> build-2.7/lib/pipeline/templatetags
  52. creating build-2.7/lib/pipeline/conf
  53. copying pipeline/conf/settings.py -> build-2.7/lib/pipeline/conf
  54. copying pipeline/conf/__init__.py -> build-2.7/lib/pipeline/conf
  55. creating build-2.7/lib/pipeline/compressors
  56. copying pipeline/compressors/yui.py -> build-2.7/lib/pipeline/compressors
  57. copying pipeline/compressors/uglifyjs.py -> build-2.7/lib/pipeline/compressors
  58. copying pipeline/compressors/jsmin.py -> build-2.7/lib/pipeline/compressors
  59. copying pipeline/compressors/csstidy.py -> build-2.7/lib/pipeline/compressors
  60. copying pipeline/compressors/cssmin.py -> build-2.7/lib/pipeline/compressors
  61. copying pipeline/compressors/closure.py -> build-2.7/lib/pipeline/compressors
  62. copying pipeline/compressors/__init__.py -> build-2.7/lib/pipeline/compressors
  63. creating build-2.7/lib/pipeline/compilers
  64. copying pipeline/compilers/stylus.py -> build-2.7/lib/pipeline/compilers
  65. copying pipeline/compilers/sass.py -> build-2.7/lib/pipeline/compilers
  66. copying pipeline/compilers/less.py -> build-2.7/lib/pipeline/compilers
  67. copying pipeline/compilers/coffee.py -> build-2.7/lib/pipeline/compilers
  68. copying pipeline/compilers/__init__.py -> build-2.7/lib/pipeline/compilers
  69. running egg_info
  70. writing django_pipeline.egg-info/PKG-INFO
  71. writing top-level names to django_pipeline.egg-info/top_level.txt
  72. writing dependency_links to django_pipeline.egg-info/dependency_links.txt
  73. reading manifest file 'django_pipeline.egg-info/SOURCES.txt'
  74. reading manifest template 'MANIFEST.in'
  75. writing manifest file 'django_pipeline.egg-info/SOURCES.txt'
  76. creating build-2.7/lib/pipeline/templates
  77. creating build-2.7/lib/pipeline/templates/pipeline
  78. copying pipeline/templates/pipeline/css.html -> build-2.7/lib/pipeline/templates/pipeline
  79. copying pipeline/templates/pipeline/inline_js.html -> build-2.7/lib/pipeline/templates/pipeline
  80. copying pipeline/templates/pipeline/js.html -> build-2.7/lib/pipeline/templates/pipeline
  81. warning: build_py: byte-compiling is disabled, skipping.
  82. >>> Source compiled.
  83. * Testing of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  84. Traceback (most recent call last):
  85. File "compiler.py", line 3, in <module>
  86. from pipeline.conf import settings
  87. ImportError: No module named pipeline.conf
  88. * test compiler.py failed
  89. Traceback (most recent call last):
  90. File "compressor.py", line 8, in <module>
  91. from pipeline.compressors import Compressor, TEMPLATE_FUNC
  92. ImportError: No module named pipeline.compressors
  93. * test compressor.py failed
  94. Traceback (most recent call last):
  95. File "glob.py", line 8, in <module>
  96. from pipeline import glob
  97. ImportError: No module named pipeline
  98. * test glob.py failed
  99. Traceback (most recent call last):
  100. File "packager.py", line 3, in <module>
  101. from pipeline.packager import Packager, PackageNotFound
  102. ImportError: No module named pipeline.packager
  103. * test packager.py failed
  104. Traceback (most recent call last):
  105. File "storage.py", line 4, in <module>
  106. from pipeline.conf import settings
  107. ImportError: No module named pipeline.conf
  108. * test storage.py failed
  109. Traceback (most recent call last):
  110. File "utils.py", line 4, in <module>
  111. from pipeline.utils import guess_type
  112. ImportError: No module named pipeline.utils
  113. * test utils.py failed
  114. * ERROR: dev-python/django-pipeline-1.2.9 failed (test phase):
  115. * Testing failed with CPython 2.7 in testing() function
  116. *
  117. * Call stack:
  118. * ebuild.sh, line 93: Called src_test
  119. * environment, line 3855: Called python_execute_function 'testing'
  120. * environment, line 2193: Called die
  121. * The specific snippet of code:
  122. * die "${failure_message}";
  123. *
  124. * If you need support, post the output of `emerge --info '=dev-python/django-pipeline-1.2.9'`,
  125. * the complete build log and the output of `emerge -pqv '=dev-python/django-pipeline-1.2.9'`.
  126. * The complete build log is located at '/var/log/portage/dev-python:django-pipeline-1.2.9:20130203-042832.log'.
  127. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/django-pipeline-1.2.9/temp/build.log'.
  128. * The ebuild environment file is located at '/tmp/portage/dev-python/django-pipeline-1.2.9/temp/environment'.
  129. * Working directory: '/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9'
  130. * S: '/tmp/portage/dev-python/django-pipeline-1.2.9/work/django-pipeline-1.2.9'
  131. >>> Install django-pipeline-1.2.9 into /tmp/portage/dev-python/django-pipeline-1.2.9/image/ category dev-python
  132. * Installation of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  133. 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
  134. running build
  135. running build_py
  136. running egg_info
  137. writing django_pipeline.egg-info/PKG-INFO
  138. writing top-level names to django_pipeline.egg-info/top_level.txt
  139. writing dependency_links to django_pipeline.egg-info/dependency_links.txt
  140. reading manifest file 'django_pipeline.egg-info/SOURCES.txt'
  141. reading manifest template 'MANIFEST.in'
  142. writing manifest file 'django_pipeline.egg-info/SOURCES.txt'
  143. warning: build_py: byte-compiling is disabled, skipping.
  144. running install
  145. running install_lib
  146. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images
  147. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7
  148. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr
  149. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64
  150. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7
  151. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages
  152. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline
  153. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates
  154. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templates/pipeline
  155. 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
  156. 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
  157. 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
  158. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compilers
  159. 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
  160. 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
  161. 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
  162. 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
  163. 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
  164. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/compressors
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. 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
  171. 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
  172. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/conf
  173. 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
  174. 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
  175. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/pipeline/templatetags
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. 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
  183. 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
  184. 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
  185. 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
  186. 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
  187. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests
  188. creating /tmp/portage/dev-python/django-pipeline-1.2.9/temp/images/2.7/usr/lib64/python2.7/site-packages/tests/tests
  189. 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
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. warning: install_lib: byte-compiling is disabled, skipping.
  200. running install_egg_info
  201. 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
  202. running install_scripts
  203. * Installation of dev-python/django-pipeline-1.2.9 with CPython 2.7...
  204. >>> Completed installing django-pipeline-1.2.9 into /tmp/portage/dev-python/django-pipeline-1.2.9/image/
  205. ecompressdir: bzip2 -9 /usr/share/doc
  206. * Compilation and optimization of Python modules for CPython 2.7 ...
  207. [ ok ]