Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932272 - [guru] dev-python/textual-dev-1.5.1 fails tests: ERROR test_devtools.py::test_devtools_valid_client_log - asyncio.exceptions.CancelledError
Summary: [guru] dev-python/textual-dev-1.5.1 fails tests: ERROR test_devtools.py::test...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gasc Henri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-05-20 08:29 UTC by Agostino Sarubbo
Modified: 2024-10-11 09:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,417.42 KB, text/plain)
2024-05-20 08:29 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 2024-05-20 08:29:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/textual-dev-1.5.1 fails tests.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-20 08:29:07 UTC
Created attachment 893483 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-20 08:29:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


            DevtoolsConnectionError: If we're unable to establish
E               ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 34201)
E           aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 127.0.0.1:34201 ssl:default [Connect call failed ('127.0.0.1', 34201)]
ERROR tests/devtools/test_devtools.py::test_devtools_console_size_change - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools.py::test_devtools_invalid_json_message - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools.py::test_devtools_spillover_message - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools.py::test_devtools_string_not_json_message - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools.py::test_devtools_valid_client_log - asyncio.exceptions.CancelledError
ERROR tests/devtools/test_devtools_client.py::test_devtools_client_is_connected - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools_client.py::test_devtools_client_update_console_dimensions - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools_client.py::test_devtools_log_places_encodes_and_queues_many_logs_as_string - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools_client.py::test_devtools_log_places_encodes_and_queues_message - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_devtools_client.py::test_devtools_log_spillover - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_flush_flushes_buffered_logs - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_forced_flush_sent_to_devtools - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_multiple_args_batched_as_one_log - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_redirect_to_devtools_and_logfile - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_redirect_to_devtools_only - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_redirect_to_logfile_only - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_strings_containing_newline_flushed - textual_dev.client.DevtoolsConnectionError
ERROR tests/devtools/test_redirect_output.py::test_print_without_flush_not_sent_to_devtools - textual_dev.client.DevtoolsConnectionError
        client_error: Type[Exception] = ClientConnectorError,
Comment 3 Larry the Git Cow gentoo-dev 2024-10-11 09:55:24 UTC
The bug has been closed via the following commit(s):

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

commit e43146a983fdcaf77ff498a4a479a9c15117baed
Author:     Henri Gasc <gasc@eurecom.fr>
AuthorDate: 2024-10-10 19:17:28 +0000
Commit:     Henri Gasc <gasc@eurecom.fr>
CommitDate: 2024-10-10 19:17:51 +0000

    dev-python/textual-dev: add 1.6.1, drop 1.5.1
    
    Closes: https://bugs.gentoo.org/932272
    Signed-off-by: Henri Gasc <gasc@eurecom.fr>

 dev-python/textual-dev/Manifest                                        | 2 +-
 .../textual-dev/{textual-dev-1.5.1.ebuild => textual-dev-1.6.1.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)