Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879831 - [guru] dev-python/msrest-0.7.1 fails tests
Summary: [guru] dev-python/msrest-0.7.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-05 06:19 UTC by Agostino Sarubbo
Modified: 2022-11-05 15:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,388.60 KB, text/plain)
2022-11-05 06:19 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-11-05 06:19:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/msrest-0.7.1 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-05 06:19:39 UTC
Created attachment 827677 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-05 06:19:40 UTC
Error(s) that match a know pattern:


            except ValueError:
            except trio.RunFinishedError:
        error      = ClientRequestError("Error occurred in request., ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e6761b0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")
        error      = ClientRequestError("Error occurred in request., ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e68410370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))")
        exc_msg    = ('Error occurred in request., ConnectionError: '
        except EmptyPoolError:
        except UnicodeError:
E           msrest.exceptions.ClientRequestError: Error occurred in request., ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e6761b0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           msrest.exceptions.ClientRequestError: Error occurred in request., ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e68410370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e6761b0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           requests.exceptions.ConnectionError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e68410370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e6761b0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='bing.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0e68410370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
E           urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0e6761b0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
E           urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0e68410370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
FAILED tests/asynctests/test_pipeline.py::test_conf_async_trio_requests - msr...
FAILED tests/asynctests/test_universal_http.py::test_conf_async_trio_requests
E       socket.gaierror: [Errno -3] Temporary failure in name resolution
Comment 3 Larry the Git Cow gentoo-dev 2022-11-05 15:26:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=661123bc8ff7924f43860fcf675bb4fb8dcaf9ba

commit 661123bc8ff7924f43860fcf675bb4fb8dcaf9ba
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-11-05 14:03:35 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2022-11-05 14:41:33 +0000

    dev-python/msrest: mark tests as requiring network
    
    Closes: https://bugs.gentoo.org/879831
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-python/msrest/msrest-0.7.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)