1. * Package: dev-python/wehjit-0.2.2
  2. * Repository: gentoo
  3. * Maintainer: andreis.vinogradovs@gmail.com maksbotan@gentoo.org,proxy-maint@gentoo.org,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 wehjit-0.2.2.tar.gz to /tmp/portage/dev-python/wehjit-0.2.2/work
  8. >>> Source unpacked in /tmp/portage/dev-python/wehjit-0.2.2/work
  9. >>> Preparing source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
  12. >>> Source configured.
  13. >>> Compiling source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
  14. * Building of dev-python/wehjit-0.2.2 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/wehjit
  21. copying wehjit/__init__.py -> build-2.7/lib/wehjit
  22. copying wehjit/application.py -> build-2.7/lib/wehjit
  23. copying wehjit/base.py -> build-2.7/lib/wehjit
  24. copying wehjit/collection.py -> build-2.7/lib/wehjit
  25. copying wehjit/compat.py -> build-2.7/lib/wehjit
  26. copying wehjit/constants.py -> build-2.7/lib/wehjit
  27. copying wehjit/errors.py -> build-2.7/lib/wehjit
  28. copying wehjit/freezable.py -> build-2.7/lib/wehjit
  29. copying wehjit/state.py -> build-2.7/lib/wehjit
  30. copying wehjit/styles.py -> build-2.7/lib/wehjit
  31. copying wehjit/util.py -> build-2.7/lib/wehjit
  32. creating build-2.7/lib/wehjit/plugins
  33. copying wehjit/plugins/__init__.py -> build-2.7/lib/wehjit/plugins
  34. copying wehjit/plugins/content.py -> build-2.7/lib/wehjit/plugins
  35. copying wehjit/plugins/fieldtable.py -> build-2.7/lib/wehjit/plugins
  36. copying wehjit/plugins/form.py -> build-2.7/lib/wehjit/plugins
  37. copying wehjit/plugins/grid.py -> build-2.7/lib/wehjit/plugins
  38. copying wehjit/plugins/highlighter.py -> build-2.7/lib/wehjit/plugins
  39. copying wehjit/plugins/page.py -> build-2.7/lib/wehjit/plugins
  40. creating build-2.7/lib/wehjit/examples
  41. copying wehjit/examples/__init__.py -> build-2.7/lib/wehjit/examples
  42. copying wehjit/examples/e0_welcome.py -> build-2.7/lib/wehjit/examples
  43. copying wehjit/examples/e1_using_forms.py -> build-2.7/lib/wehjit/examples
  44. copying wehjit/examples/e2_plugin_browser.py -> build-2.7/lib/wehjit/examples
  45. copying wehjit/examples/e3_pygments_lexer_browser.py -> build-2.7/lib/wehjit/examples
  46. copying wehjit/examples/e4_grid.py -> build-2.7/lib/wehjit/examples
  47. copying wehjit/examples/e5_screen.py -> build-2.7/lib/wehjit/examples
  48. creating build-2.7/lib/wehjit/static
  49. copying wehjit/static/mootools-core-nc.js -> build-2.7/lib/wehjit/static
  50. running build_scripts
  51. creating build-2.7/scripts-2.7
  52. copying and adjusting wehjit-demo -> build-2.7/scripts-2.7
  53. changing mode of build-2.7/scripts-2.7/wehjit-demo from 644 to 755
  54. >>> Source compiled.
  55. * Testing of dev-python/wehjit-0.2.2 with CPython 2.7...
  56. PYTHONPATH=build-2.7/lib nosetests --verbosity=1
  57. E.E...........................................................
  58. ======================================================================
  59. ERROR: Test the `application.Application.finalize` method.
  60. ----------------------------------------------------------------------
  61. Traceback (most recent call last):
  62. File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
  63. self.test(*self.arg)
  64. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/tests/test_application.py", line 146, in test_finalize
  65. p1 = inst.new('Page', id='foo:bar')
  66. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/application.py", line 255, in new
  67. plugin = self.widgets[klass]
  68. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/collection.py", line 139, in __getitem__
  69. return self.__plugins[name]
  70. KeyError: 'Page'
  71. ======================================================================
  72. ERROR: Test the `application.Application.new` method.
  73. ----------------------------------------------------------------------
  74. Traceback (most recent call last):
  75. File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
  76. self.test(*self.arg)
  77. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/tests/test_application.py", line 102, in test_new
  78. b = inst.new('Button', name='foo')
  79. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/application.py", line 255, in new
  80. plugin = self.widgets[klass]
  81. File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/collection.py", line 139, in __getitem__
  82. return self.__plugins[name]
  83. KeyError: 'Button'
  84. ----------------------------------------------------------------------
  85. Ran 62 tests in 0.197s
  86. FAILED (errors=2)
  87. * ERROR: dev-python/wehjit-0.2.2 failed (test phase):
  88. * Testing failed with CPython 2.7 in python_test_function() function
  89. *
  90. * Call stack:
  91. * ebuild.sh, line 85: Called src_test
  92. * environment, line 3916: Called distutils_src_test
  93. * environment, line 1335: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--'
  94. * environment, line 2349: Called python_execute_function 'python_test_function'
  95. * environment, line 2284: Called die
  96. * The specific snippet of code:
  97. * die "${failure_message}";
  98. *
  99. * If you need support, post the output of `emerge --info '=dev-python/wehjit-0.2.2'`,
  100. * the complete build log and the output of `emerge -pqv '=dev-python/wehjit-0.2.2'`.
  101. * The complete build log is located at '/var/log/portage/dev-python:wehjit-0.2.2:20120804-112237.log'.
  102. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/wehjit-0.2.2/temp/build.log'.
  103. * The ebuild environment file is located at '/tmp/portage/dev-python/wehjit-0.2.2/temp/environment'.
  104. * Working directory: '/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2'
  105. * S: '/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2'
  106. >>> Install wehjit-0.2.2 into /tmp/portage/dev-python/wehjit-0.2.2/image/ category dev-python
  107. * Installation of dev-python/wehjit-0.2.2 with CPython 2.7...
  108. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7
  109. running build
  110. running build_py
  111. running build_scripts
  112. running install
  113. running install_lib
  114. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images
  115. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7
  116. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr
  117. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64
  118. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7
  119. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages
  120. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  121. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/static
  122. copying build-2.7/lib/wehjit/static/mootools-core-nc.js -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/static
  123. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  124. copying build-2.7/lib/wehjit/examples/e5_screen.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  125. copying build-2.7/lib/wehjit/examples/e4_grid.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  126. copying build-2.7/lib/wehjit/examples/e3_pygments_lexer_browser.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  127. copying build-2.7/lib/wehjit/examples/e2_plugin_browser.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  128. copying build-2.7/lib/wehjit/examples/e1_using_forms.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  129. copying build-2.7/lib/wehjit/examples/e0_welcome.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  130. copying build-2.7/lib/wehjit/examples/__init__.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
  131. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  132. copying build-2.7/lib/wehjit/plugins/page.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  133. copying build-2.7/lib/wehjit/plugins/highlighter.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  134. copying build-2.7/lib/wehjit/plugins/grid.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  135. copying build-2.7/lib/wehjit/plugins/form.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  136. copying build-2.7/lib/wehjit/plugins/fieldtable.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  137. copying build-2.7/lib/wehjit/plugins/content.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  138. copying build-2.7/lib/wehjit/plugins/__init__.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
  139. copying build-2.7/lib/wehjit/util.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  140. copying build-2.7/lib/wehjit/styles.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  141. copying build-2.7/lib/wehjit/state.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  142. copying build-2.7/lib/wehjit/freezable.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  143. copying build-2.7/lib/wehjit/errors.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  144. copying build-2.7/lib/wehjit/constants.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  145. copying build-2.7/lib/wehjit/compat.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  146. copying build-2.7/lib/wehjit/collection.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  147. copying build-2.7/lib/wehjit/base.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  148. copying build-2.7/lib/wehjit/application.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  149. copying build-2.7/lib/wehjit/__init__.py -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
  150. running install_scripts
  151. creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin
  152. copying build-2.7/scripts-2.7/wehjit-demo -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin
  153. changing mode of /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin/wehjit-demo to 755
  154. running install_egg_info
  155. Writing /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit-0.2.2-py2.7.egg-info
  156. * Generating '/usr/bin/wehjit-demo' wrapper script
  157. >>> Completed installing wehjit-0.2.2 into /tmp/portage/dev-python/wehjit-0.2.2/image/
  158. * Compilation and optimization of Python modules for CPython 2.7 ...
  159. [ ok ]