* CPV: dev-python/mechanize-0.1.11 * REPO: gentoo * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU >>> Unpacking source... >>> Unpacking mechanize-0.1.11.tar.gz to /var/tmp/portage/dev-python/mechanize-0.1.11/work >>> Source unpacked in /var/tmp/portage/dev-python/mechanize-0.1.11/work >>> Preparing source in /var/tmp/portage/dev-python/mechanize-0.1.11/work/mechanize-0.1.11 ... * Applying mechanize-0.1.11-python-2.7.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/mechanize-0.1.11/work/mechanize-0.1.11 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/mechanize-0.1.11/work/mechanize-0.1.11 ... * Building of dev-python/mechanize-0.1.11 with Python 2.6... python2.6 setup.py build -b build-2.6 running build running build_py creating build-2.6 creating build-2.6/lib creating build-2.6/lib/mechanize copying mechanize/_urllib2.py -> build-2.6/lib/mechanize copying mechanize/_debug.py -> build-2.6/lib/mechanize copying mechanize/_clientcookie.py -> build-2.6/lib/mechanize copying mechanize/_testcase.py -> build-2.6/lib/mechanize copying mechanize/_pullparser.py -> build-2.6/lib/mechanize copying mechanize/_gzip.py -> build-2.6/lib/mechanize copying mechanize/__init__.py -> build-2.6/lib/mechanize copying mechanize/_mozillacookiejar.py -> build-2.6/lib/mechanize copying mechanize/_util.py -> build-2.6/lib/mechanize copying mechanize/_seek.py -> build-2.6/lib/mechanize copying mechanize/_file.py -> build-2.6/lib/mechanize copying mechanize/_request.py -> build-2.6/lib/mechanize copying mechanize/_response.py -> build-2.6/lib/mechanize copying mechanize/_rfc3986.py -> build-2.6/lib/mechanize copying mechanize/_upgrade.py -> build-2.6/lib/mechanize copying mechanize/_lwpcookiejar.py -> build-2.6/lib/mechanize copying mechanize/_useragent.py -> build-2.6/lib/mechanize copying mechanize/_opener.py -> build-2.6/lib/mechanize copying mechanize/_mechanize.py -> build-2.6/lib/mechanize copying mechanize/_beautifulsoup.py -> build-2.6/lib/mechanize copying mechanize/_auth.py -> build-2.6/lib/mechanize copying mechanize/_firefox3cookiejar.py -> build-2.6/lib/mechanize copying mechanize/_html.py -> build-2.6/lib/mechanize copying mechanize/_msiecookiejar.py -> build-2.6/lib/mechanize copying mechanize/_http.py -> build-2.6/lib/mechanize copying mechanize/_headersutil.py -> build-2.6/lib/mechanize copying mechanize/_sockettimeout.py -> build-2.6/lib/mechanize warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/mechanize-0.1.11 with Python 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/mechanize copying mechanize/_urllib2.py -> build-2.7/lib/mechanize copying mechanize/_debug.py -> build-2.7/lib/mechanize copying mechanize/_clientcookie.py -> build-2.7/lib/mechanize copying mechanize/_testcase.py -> build-2.7/lib/mechanize copying mechanize/_pullparser.py -> build-2.7/lib/mechanize copying mechanize/_gzip.py -> build-2.7/lib/mechanize copying mechanize/__init__.py -> build-2.7/lib/mechanize copying mechanize/_mozillacookiejar.py -> build-2.7/lib/mechanize copying mechanize/_util.py -> build-2.7/lib/mechanize copying mechanize/_seek.py -> build-2.7/lib/mechanize copying mechanize/_file.py -> build-2.7/lib/mechanize copying mechanize/_request.py -> build-2.7/lib/mechanize copying mechanize/_response.py -> build-2.7/lib/mechanize copying mechanize/_rfc3986.py -> build-2.7/lib/mechanize copying mechanize/_upgrade.py -> build-2.7/lib/mechanize copying mechanize/_lwpcookiejar.py -> build-2.7/lib/mechanize copying mechanize/_useragent.py -> build-2.7/lib/mechanize copying mechanize/_opener.py -> build-2.7/lib/mechanize copying mechanize/_mechanize.py -> build-2.7/lib/mechanize copying mechanize/_beautifulsoup.py -> build-2.7/lib/mechanize copying mechanize/_auth.py -> build-2.7/lib/mechanize copying mechanize/_firefox3cookiejar.py -> build-2.7/lib/mechanize copying mechanize/_html.py -> build-2.7/lib/mechanize copying mechanize/_msiecookiejar.py -> build-2.7/lib/mechanize copying mechanize/_http.py -> build-2.7/lib/mechanize copying mechanize/_headersutil.py -> build-2.7/lib/mechanize copying mechanize/_sockettimeout.py -> build-2.7/lib/mechanize warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. * Testing of dev-python/mechanize-0.1.11 with Python 2.6... .................................................................................................................................... ---------------------------------------------------------------------- Ran 132 tests in 0.480s OK [?1034h*** DocTestRunner.merge: 'test_password_manager.special_doctest' in both testers; summing outcomes. * Testing of dev-python/mechanize-0.1.11 with Python 2.7... .................................................................................................................................... ---------------------------------------------------------------------- Ran 132 tests in 0.450s OK [?1034h*** DocTestRunner.merge: 'test_password_manager.special_doctest' in both testers; summing outcomes. ********************************************************************** File "/var/tmp/portage/dev-python/mechanize-0.1.11/work/mechanize-0.1.11/mechanize/_http.py", line 518, in mechanize._http.parse_refresh_header Failed example: parse_refresh_header("blah") Expected: Traceback (most recent call last): ValueError: invalid literal for float(): blah Got: Traceback (most recent call last): File "test-tools/doctest.py", line 1270, in __run compileflags, 1) in test.globs File "", line 1, in File "/var/tmp/portage/dev-python/mechanize-0.1.11/work/mechanize-0.1.11/mechanize/_http.py", line 535, in parse_refresh_header pause, newurl = float(refresh), None ValueError: could not convert string to float: blah ********************************************************************** 1 items had failures: 1 of 4 in mechanize._http.parse_refresh_header ***Test Failed*** 1 failures.