* Package: dev-python/oauth2-1.2.1 * Repository: gentoo * Maintainer: python@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking oauth2-1.2.1.tar.gz to /var/tmp/portage/dev-python/oauth2-1.2.1/work >>> Source unpacked in /var/tmp/portage/dev-python/oauth2-1.2.1/work >>> Preparing source in /var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31 ... * Building of dev-python/oauth2-1.2.1 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/oauth2 copying oauth2/__init__.py -> build-2.7/lib/oauth2 creating build-2.7/lib/oauth2/clients copying oauth2/clients/smtp.py -> build-2.7/lib/oauth2/clients copying oauth2/clients/imap.py -> build-2.7/lib/oauth2/clients copying oauth2/clients/__init__.py -> build-2.7/lib/oauth2/clients warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase [test]: dev-python/oauth2-1.2.1 make -j14 -j1 test find: `/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/deps': No such file or directory Makefile:54: warning: overriding recipe for target `sdist' Makefile:37: warning: ignoring old recipe for target `sdist' /usr/bin/python ./setup.py test --with-coverage --cover-package=oauth2 running nosetests running egg_info creating oauth2.egg-info writing requirements to oauth2.egg-info/requires.txt writing oauth2.egg-info/PKG-INFO writing top-level names to oauth2.egg-info/top_level.txt writing dependency_links to oauth2.egg-info/dependency_links.txt writing manifest file 'oauth2.egg-info/SOURCES.txt' reading manifest file 'oauth2.egg-info/SOURCES.txt' writing manifest file 'oauth2.egg-info/SOURCES.txt' running build_ext EE..EE................................................. ====================================================================== ERROR: Test getting an access token via GET. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 944, in test_access_token_get resp, content = client.request(self._uri('request_token'), "GET") File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/oauth2/__init__.py", line 575, in request connection_type=connection_type) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 901, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 865, in _conn_request raise ServerNotFoundError("Unable to find the server at %s" % conn.host) ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net ====================================================================== ERROR: Test getting an access token via POST. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 951, in test_access_token_post resp, content = client.request(self._uri('request_token'), "POST") File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/oauth2/__init__.py", line 575, in request connection_type=connection_type) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 901, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 865, in _conn_request raise ServerNotFoundError("Unable to find the server at %s" % conn.host) ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net ====================================================================== ERROR: A test of a two-legged OAuth GET request. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 973, in test_two_legged_get resp, content = self._two_legged("GET") File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 963, in _two_legged body=urllib.urlencode(self.body)) File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/oauth2/__init__.py", line 575, in request connection_type=connection_type) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 901, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 865, in _conn_request raise ServerNotFoundError("Unable to find the server at %s" % conn.host) ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net ====================================================================== ERROR: A test of a two-legged OAuth POST request. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 967, in test_two_legged_post resp, content = self._two_legged("POST") File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/tests/test_oauth.py", line 963, in _two_legged body=urllib.urlencode(self.body)) File "/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31/oauth2/__init__.py", line 575, in request connection_type=connection_type) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 901, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 865, in _conn_request raise ServerNotFoundError("Unable to find the server at %s" % conn.host) ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net Name Stmts Miss Cover Missing ---------------------------------------------- oauth2 390 21 95% 35-36, 335-337, 348-354, 571, 626-627, 639, 655-657, 668, 690, 700, 735-736 oauth2.clients 0 0 100% ---------------------------------------------- TOTAL 390 21 95% ---------------------------------------------------------------------- Ran 55 tests in 0.302s FAILED (errors=4) make: *** [test] Error 1 emake failed * ERROR: dev-python/oauth2-1.2.1 failed: * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 3592: Called _eapi0_src_test * ebuild.sh, line 639: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make test failed. See above for details." * * If you need support, post the output of 'emerge --info =dev-python/oauth2-1.2.1', * the complete build log and the output of 'emerge -pqv =dev-python/oauth2-1.2.1'. * The complete build log is located at '/var/log/portage/build/dev-python/oauth2-1.2.1:20101001-233734.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/oauth2-1.2.1/temp/environment'. * S: '/var/tmp/portage/dev-python/oauth2-1.2.1/work/simplegeo-python-oauth2-d8cdf31' >>> Install oauth2-1.2.1 into /var/tmp/portage/dev-python/oauth2-1.2.1/image/ category dev-python * Installation of dev-python/oauth2-1.2.1 with CPython 2.7... python2.7 setup.py build -b build-2.7 install --root=/var/tmp/portage/dev-python/oauth2-1.2.1/image/ --no-compile running build running build_py warning: build_py: byte-compiling is disabled, skipping. running install running install_lib creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7 creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2 creating /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2/clients copying build-2.7/lib/oauth2/clients/smtp.py -> /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2/clients copying build-2.7/lib/oauth2/clients/imap.py -> /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2/clients copying build-2.7/lib/oauth2/clients/__init__.py -> /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2/clients copying build-2.7/lib/oauth2/__init__.py -> /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2 warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info running egg_info writing requirements to oauth2.egg-info/requires.txt writing oauth2.egg-info/PKG-INFO writing top-level names to oauth2.egg-info/top_level.txt writing dependency_links to oauth2.egg-info/dependency_links.txt reading manifest file 'oauth2.egg-info/SOURCES.txt' writing manifest file 'oauth2.egg-info/SOURCES.txt' Copying oauth2.egg-info to /var/tmp/portage/dev-python/oauth2-1.2.1/image/usr/lib/python2.7/site-packages/oauth2-1.2.1-py2.7.egg-info running install_scripts >>> Completed installing oauth2-1.2.1 into /var/tmp/portage/dev-python/oauth2-1.2.1/image/ * Compilation and optimization of Python modules for CPython 2.7 ... [ ok ]