- * Package: dev-python/wehjit-0.2.2
- * Repository: gentoo
- * Maintainer: andreis.vinogradovs@gmail.com maksbotan@gentoo.org,proxy-maint@gentoo.org,python@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking wehjit-0.2.2.tar.gz to /tmp/portage/dev-python/wehjit-0.2.2/work
- >>> Source unpacked in /tmp/portage/dev-python/wehjit-0.2.2/work
- >>> Preparing source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2 ...
- * Building of dev-python/wehjit-0.2.2 with CPython 2.7...
- python2.7 setup.py build -b build-2.7
- running build
- running build_py
- creating build-2.7
- creating build-2.7/lib
- creating build-2.7/lib/wehjit
- copying wehjit/__init__.py -> build-2.7/lib/wehjit
- copying wehjit/application.py -> build-2.7/lib/wehjit
- copying wehjit/base.py -> build-2.7/lib/wehjit
- copying wehjit/collection.py -> build-2.7/lib/wehjit
- copying wehjit/compat.py -> build-2.7/lib/wehjit
- copying wehjit/constants.py -> build-2.7/lib/wehjit
- copying wehjit/errors.py -> build-2.7/lib/wehjit
- copying wehjit/freezable.py -> build-2.7/lib/wehjit
- copying wehjit/state.py -> build-2.7/lib/wehjit
- copying wehjit/styles.py -> build-2.7/lib/wehjit
- copying wehjit/util.py -> build-2.7/lib/wehjit
- creating build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/__init__.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/content.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/fieldtable.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/form.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/grid.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/highlighter.py -> build-2.7/lib/wehjit/plugins
- copying wehjit/plugins/page.py -> build-2.7/lib/wehjit/plugins
- creating build-2.7/lib/wehjit/examples
- copying wehjit/examples/__init__.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e0_welcome.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e1_using_forms.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e2_plugin_browser.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e3_pygments_lexer_browser.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e4_grid.py -> build-2.7/lib/wehjit/examples
- copying wehjit/examples/e5_screen.py -> build-2.7/lib/wehjit/examples
- creating build-2.7/lib/wehjit/static
- copying wehjit/static/mootools-core-nc.js -> build-2.7/lib/wehjit/static
- running build_scripts
- creating build-2.7/scripts-2.7
- copying and adjusting wehjit-demo -> build-2.7/scripts-2.7
- changing mode of build-2.7/scripts-2.7/wehjit-demo from 644 to 755
- >>> Source compiled.
- * Testing of dev-python/wehjit-0.2.2 with CPython 2.7...
- PYTHONPATH=build-2.7/lib nosetests --verbosity=1
- E.E...........................................................
- ======================================================================
- ERROR: Test the `application.Application.finalize` method.
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/tests/test_application.py", line 146, in test_finalize
- p1 = inst.new('Page', id='foo:bar')
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/application.py", line 255, in new
- plugin = self.widgets[klass]
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/collection.py", line 139, in __getitem__
- return self.__plugins[name]
- KeyError: 'Page'
- ======================================================================
- ERROR: Test the `application.Application.new` method.
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/tests/test_application.py", line 102, in test_new
- b = inst.new('Button', name='foo')
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/application.py", line 255, in new
- plugin = self.widgets[klass]
- File "/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2/wehjit/collection.py", line 139, in __getitem__
- return self.__plugins[name]
- KeyError: 'Button'
- ----------------------------------------------------------------------
- Ran 62 tests in 0.197s
- FAILED (errors=2)
- * ERROR: dev-python/wehjit-0.2.2 failed (test phase):
- * Testing failed with CPython 2.7 in python_test_function() function
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 3916: Called distutils_src_test
- * environment, line 1335: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--'
- * environment, line 2349: Called python_execute_function 'python_test_function'
- * environment, line 2284: Called die
- * The specific snippet of code:
- * die "${failure_message}";
- *
- * If you need support, post the output of `emerge --info '=dev-python/wehjit-0.2.2'`,
- * the complete build log and the output of `emerge -pqv '=dev-python/wehjit-0.2.2'`.
- * The complete build log is located at '/var/log/portage/dev-python:wehjit-0.2.2:20120804-112237.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/wehjit-0.2.2/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-python/wehjit-0.2.2/temp/environment'.
- * Working directory: '/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2'
- * S: '/tmp/portage/dev-python/wehjit-0.2.2/work/wehjit-0.2.2'
- >>> Install wehjit-0.2.2 into /tmp/portage/dev-python/wehjit-0.2.2/image/ category dev-python
- * Installation of dev-python/wehjit-0.2.2 with CPython 2.7...
- 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
- running build
- running build_py
- running build_scripts
- running install
- running install_lib
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/static
- 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
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/examples
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/lib64/python2.7/site-packages/wehjit/plugins
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- running install_scripts
- creating /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin
- copying build-2.7/scripts-2.7/wehjit-demo -> /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin
- changing mode of /tmp/portage/dev-python/wehjit-0.2.2/temp/images/2.7/usr/bin/wehjit-demo to 755
- running install_egg_info
- 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
- * Generating '/usr/bin/wehjit-demo' wrapper script
- >>> Completed installing wehjit-0.2.2 into /tmp/portage/dev-python/wehjit-0.2.2/image/
- * Compilation and optimization of Python modules for CPython 2.7 ...
- [ ok ]