1. * Package: dev-python/flask-themes-0.1.3
  2. * Repository: gentoo
  3. * Maintainer: python@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking Flask-Themes-0.1.3.tar.gz to /tmp/portage/dev-python/flask-themes-0.1.3/work
  8. >>> Source unpacked in /tmp/portage/dev-python/flask-themes-0.1.3/work
  9. >>> Preparing source in /tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3 ...
  12. >>> Source configured.
  13. >>> Compiling source in /tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3 ...
  14. * Building of dev-python/flask-themes-0.1.3 with CPython 2.7...
  15. python2.7 setup.py build -b build-2.7
  16. running build
  17. running build_py
  18. creating build-2.7
  19. creating build-2.7/lib
  20. creating build-2.7/lib/flaskext
  21. copying flaskext/themes.py -> build-2.7/lib/flaskext
  22. copying flaskext/__init__.py -> build-2.7/lib/flaskext
  23. warning: build_py: byte-compiling is disabled, skipping.
  24. >>> Source compiled.
  25. * Testing of dev-python/flask-themes-0.1.3 with CPython 2.7...
  26. PYTHONPATH=build-2.7/lib nosetests --verbosity=1
  27. ..........F.....
  28. ======================================================================
  29. FAIL: test-themes.TestTemplates.test_template_exists
  30. ----------------------------------------------------------------------
  31. Traceback (most recent call last):
  32. File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
  33. self.test(*self.arg)
  34. File "/tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3/tests/test-themes.py", line 132, in test_template_exists
  35. assert template_exists('_themes/cool/hello.html')
  36. AssertionError
  37. ----------------------------------------------------------------------
  38. Ran 16 tests in 0.297s
  39. FAILED (failures=1)
  40. * ERROR: dev-python/flask-themes-0.1.3 failed (test phase):
  41. * Testing failed with CPython 2.7 in python_test_function() function
  42. *
  43. * Call stack:
  44. * ebuild.sh, line 93: Called src_test
  45. * environment, line 3935: Called distutils_src_test
  46. * environment, line 1347: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--'
  47. * environment, line 2368: Called python_execute_function 'python_test_function'
  48. * environment, line 2303: Called die
  49. * The specific snippet of code:
  50. * die "${failure_message}";
  51. *
  52. * If you need support, post the output of `emerge --info '=dev-python/flask-themes-0.1.3'`,
  53. * the complete build log and the output of `emerge -pqv '=dev-python/flask-themes-0.1.3'`.
  54. * The complete build log is located at '/var/log/portage/dev-python:flask-themes-0.1.3:20121019-102938.log'.
  55. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/flask-themes-0.1.3/temp/build.log'.
  56. * The ebuild environment file is located at '/tmp/portage/dev-python/flask-themes-0.1.3/temp/environment'.
  57. * Working directory: '/tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3'
  58. * S: '/tmp/portage/dev-python/flask-themes-0.1.3/work/Flask-Themes-0.1.3'
  59. >>> Install flask-themes-0.1.3 into /tmp/portage/dev-python/flask-themes-0.1.3/image/ category dev-python
  60. * Installation of dev-python/flask-themes-0.1.3 with CPython 2.7...
  61. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/flask-themes-0.1.3/temp/images/2.7
  62. running build
  63. running build_py
  64. warning: build_py: byte-compiling is disabled, skipping.
  65. running install
  66. running install_lib
  67. Skipping installation of /tmp/portage/dev-python/flask-themes-0.1.3/temp/images/2.7/usr/lib64/python2.7/site-packages/flaskext/__init__.py (namespace package)
  68. copying flaskext/themes.py -> /tmp/portage/dev-python/flask-themes-0.1.3/temp/images/2.7/usr/lib64/python2.7/site-packages/flaskext
  69. warning: install_lib: byte-compiling is disabled, skipping.
  70. running install_egg_info
  71. running egg_info
  72. writing requirements to Flask_Themes.egg-info/requires.txt
  73. writing Flask_Themes.egg-info/PKG-INFO
  74. writing namespace_packages to Flask_Themes.egg-info/namespace_packages.txt
  75. writing top-level names to Flask_Themes.egg-info/top_level.txt
  76. writing dependency_links to Flask_Themes.egg-info/dependency_links.txt
  77. reading manifest file 'Flask_Themes.egg-info/SOURCES.txt'
  78. reading manifest template 'MANIFEST.in'
  79. writing manifest file 'Flask_Themes.egg-info/SOURCES.txt'
  80. Copying Flask_Themes.egg-info to /tmp/portage/dev-python/flask-themes-0.1.3/temp/images/2.7/usr/lib64/python2.7/site-packages/Flask_Themes-0.1.3-py2.7.egg-info
  81. Installing /tmp/portage/dev-python/flask-themes-0.1.3/temp/images/2.7/usr/lib64/python2.7/site-packages/Flask_Themes-0.1.3-py2.7-nspkg.pth
  82. running install_scripts
  83. *
  84. * Python namespaces:
  85. * '/usr/lib64/python2.7/site-packages/Flask_Themes-0.1.3-py2.7-nspkg.pth':
  86. * flaskext
  87. *
  88. >>> Completed installing flask-themes-0.1.3 into /tmp/portage/dev-python/flask-themes-0.1.3/image/
  89. * Compilation and optimization of Python modules for CPython 2.7 ...
  90. [ ok ]