* Package: dev-python/webhelpers-1.2 * Repository: gentoo * Maintainer: python@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking WebHelpers-1.2.tar.gz to /var/tmp/portage/dev-python/webhelpers-1.2/work >>> Source unpacked in /var/tmp/portage/dev-python/webhelpers-1.2/work >>> Preparing source in /var/tmp/portage/dev-python/webhelpers-1.2/work/WebHelpers-1.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/webhelpers-1.2/work/WebHelpers-1.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/webhelpers-1.2/work/WebHelpers-1.2 ... * Building of dev-python/webhelpers-1.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/webhelpers copying webhelpers/textile.py -> build-2.7/lib/webhelpers copying webhelpers/util.py -> build-2.7/lib/webhelpers copying webhelpers/containers.py -> build-2.7/lib/webhelpers copying webhelpers/text.py -> build-2.7/lib/webhelpers copying webhelpers/number.py -> build-2.7/lib/webhelpers copying webhelpers/mimehelper.py -> build-2.7/lib/webhelpers copying webhelpers/markdown.py -> build-2.7/lib/webhelpers copying webhelpers/paginate.py -> build-2.7/lib/webhelpers copying webhelpers/misc.py -> build-2.7/lib/webhelpers copying webhelpers/constants.py -> build-2.7/lib/webhelpers copying webhelpers/date.py -> build-2.7/lib/webhelpers copying webhelpers/__init__.py -> build-2.7/lib/webhelpers copying webhelpers/feedgenerator.py -> build-2.7/lib/webhelpers copying webhelpers/media.py -> build-2.7/lib/webhelpers creating build-2.7/lib/webhelpers/html copying webhelpers/html/tools.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/builder.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/render.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/grid_demo.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/converters.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/__init__.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/grid.py -> build-2.7/lib/webhelpers/html copying webhelpers/html/tags.py -> build-2.7/lib/webhelpers/html creating build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/minify.py -> build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/secure_form.py -> build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/_jsmin.py -> build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/flash.py -> build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/__init__.py -> build-2.7/lib/webhelpers/pylonslib copying webhelpers/pylonslib/grid.py -> build-2.7/lib/webhelpers/pylonslib running egg_info writing requirements to WebHelpers.egg-info/requires.txt writing WebHelpers.egg-info/PKG-INFO writing top-level names to WebHelpers.egg-info/top_level.txt writing dependency_links to WebHelpers.egg-info/dependency_links.txt writing entry points to WebHelpers.egg-info/entry_points.txt reading manifest file 'WebHelpers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' writing manifest file 'WebHelpers.egg-info/SOURCES.txt' creating build-2.7/lib/webhelpers/public creating build-2.7/lib/webhelpers/public/stylesheets copying webhelpers/public/stylesheets/grid.css -> build-2.7/lib/webhelpers/public/stylesheets copying webhelpers/public/stylesheets/webhelpers.css -> build-2.7/lib/webhelpers/public/stylesheets warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. * Testing of dev-python/webhelpers-1.2 with CPython 2.7... PYTHONPATH=build-2.7/lib nosetests --verbosity=1 ...................................................................................................F................................................................................SSSS............................................................ ====================================================================== FAIL: test_distance_of_time_in_words (test_date.TestDateHelper) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/webhelpers-1.2/work/WebHelpers-1.2/tests/test_date.py", line 16, in test_distance_of_time_in_words self.assertEqual("1 year", distance_of_time_in_words(0, 31536000)) AssertionError: '1 year' != '11 months and 30 days' ---------------------------------------------------------------------- Ran 244 tests in 1.808s FAILED (SKIP=4, failures=1) * ERROR: dev-python/webhelpers-1.2 failed (test phase): * Testing failed with CPython 2.7 in python_test_function() function * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 3723: Called distutils_src_test * environment, line 1233: Called python_execute_nosetests '-P' '$(_distutils_get_PYTHONPATH)' '--' * environment, line 2370: Called python_execute_function 'python_test_function' * environment, line 2305: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/webhelpers-1.2', * the complete build log and the output of 'emerge -pqv =dev-python/webhelpers-1.2'. * The complete build log is located at '/var/log/portage/build/dev-python/webhelpers-1.2:20110311-031143.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/webhelpers-1.2/temp/environment'. * S: '/var/tmp/portage/dev-python/webhelpers-1.2/work/WebHelpers-1.2' >>> Install webhelpers-1.2 into /var/tmp/portage/dev-python/webhelpers-1.2/image/ category dev-python * Installation of dev-python/webhelpers-1.2 with CPython 2.7... python2.7 setup.py build -b build-2.7 install --no-compile --root=/var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7 running build running build_py running egg_info writing requirements to WebHelpers.egg-info/requires.txt writing WebHelpers.egg-info/PKG-INFO writing top-level names to WebHelpers.egg-info/top_level.txt writing dependency_links to WebHelpers.egg-info/dependency_links.txt writing entry points to WebHelpers.egg-info/entry_points.txt reading manifest file 'WebHelpers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' writing manifest file 'WebHelpers.egg-info/SOURCES.txt' warning: build_py: byte-compiling is disabled, skipping. running install running install_lib creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7 creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7 creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/textile.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/util.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/containers.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/text.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/tools.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/builder.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/render.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/grid_demo.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/converters.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/__init__.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/grid.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/html/tags.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/html copying build-2.7/lib/webhelpers/number.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/mimehelper.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/markdown.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/paginate.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/misc.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/constants.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/date.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/minify.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/secure_form.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/_jsmin.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/flash.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/__init__.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/pylonslib/grid.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/pylonslib copying build-2.7/lib/webhelpers/__init__.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/public creating /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/public/stylesheets copying build-2.7/lib/webhelpers/public/stylesheets/grid.css -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/public/stylesheets copying build-2.7/lib/webhelpers/public/stylesheets/webhelpers.css -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers/public/stylesheets copying build-2.7/lib/webhelpers/feedgenerator.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers copying build-2.7/lib/webhelpers/media.py -> /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/webhelpers warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Copying WebHelpers.egg-info to /var/tmp/portage/dev-python/webhelpers-1.2/temp/images/2.7/usr/lib/python2.7/site-packages/WebHelpers-1.2-py2.7.egg-info running install_scripts >>> Completed installing webhelpers-1.2 into /var/tmp/portage/dev-python/webhelpers-1.2/image/ * Compilation and optimization of Python modules for CPython 2.7 ... [ ok ]