| Summary: | [guru] dev-python/msrest-0.7.1 fails tests | ||
|---|---|---|---|
| Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
| Component: | Package issues | Assignee: | Anna Vyalkova <cyber+gentoo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | guru-bugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2022-11-05 06:19:36 UTC
Created attachment 827677 [details]
build.log
build log and emerge --info
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
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(+) |