https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/mastodon-py-1.8.1 fails tests. Discovered on: amd64 (internal ref: guru_ci)
Created attachment 881204 [details] build.log build log and emerge --info
Error(s) that match a know pattern: E ConnectionRefusedError: [Errno 111] Connection refused E mastodon.errors.MastodonNetworkError: Could not complete request: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/v1/instance/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x728f7c7b52a0>: Failed to establish a new connection: [Errno 111] Connection refused')) E requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/v1/instance/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x728f7c7b52a0>: Failed to establish a new connection: [Errno 111] Connection refused')) E urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/v1/instance/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x728f7c7b52a0>: Failed to establish a new connection: [Errno 111] Connection refused')) E urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x728f7c7b52a0>: Failed to establish a new connection: [Errno 111] Connection refused E IndexError: list index out of range FAILED tests/test_streaming.py::test_stream_user_direct - mastodon.errors.MastodonNetworkError: Could not complete request: HTTPConne... FAILED tests/test_streaming.py::test_stream_user_local - IndexError: list index out of range except ValueError: except UnicodeError: mastodon.errors.MastodonNetworkError: Could not complete request: Can't overwrite existing cassette ('/var/tmp/portage/dev-python/mastodon-py-1.8.1/work/Mastodon.py-1.8.1/tests/cassettes/test_stream_user_local.yaml') in your current record mode (<RecordMode.ONCE: 'once'>). error: Exception | None = None,
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f08db0051806c56ccf457a59ef7203de16165e4d commit f08db0051806c56ccf457a59ef7203de16165e4d Author: Takuya Wakazono <pastalian46@gmail.com> AuthorDate: 2024-09-07 12:54:55 +0000 Commit: Takuya Wakazono <pastalian46@gmail.com> CommitDate: 2024-09-07 12:54:55 +0000 dev-python/mastodon-py: skip broken tests Closes: https://bugs.gentoo.org/921152 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> dev-python/mastodon-py/mastodon-py-1.8.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)