Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942326 - dev-python/grpcio-1.67.0-r1 fails tests
Summary: dev-python/grpcio-1.67.0-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-10-27 09:59 UTC by Agostino Sarubbo
Modified: 2024-10-29 06:51 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,100.69 KB, application/x-xz)
2024-10-27 09:59 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-10-27 09:59:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/grpcio-1.67.0-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-27 09:59:57 UTC
Created attachment 906985 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-27 09:59:58 UTC
Error(s) that match a know pattern:


E   ImportError: /var/tmp/portage/dev-python/grpcio-1.67.0-r1/work/grpc-1.67.0-python3_10/test/usr/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3re23RE210FullMatchNEN4absl12lts_2024011611string_viewERKS0_PKPKNS0_3ArgEi
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
ERROR tests_py3_only/unit/_leak_test.py
ERROR tests_py3_only/unit/_simple_stubs_test.py
ERROR tests/unit/_abort_test.py
ERROR tests/unit/_api_test.py
ERROR tests/unit/_auth_context_test.py
ERROR tests/unit/_auth_test.py
ERROR tests/unit/beta/_beta_features_test.py
ERROR tests/unit/beta/_connectivity_channel_test.py
ERROR tests/unit/beta/_not_found_test.py
ERROR tests/unit/beta/test_utilities.py
ERROR tests/unit/beta/_utilities_test.py
ERROR tests/unit/_channel_args_test.py
ERROR tests/unit/_channel_close_test.py
ERROR tests/unit/_channel_connectivity_test.py
ERROR tests/unit/_channel_ready_future_test.py
ERROR tests/unit/_compression_test.py
ERROR tests/unit/_contextvars_propagation_test.py
ERROR tests/unit/_credentials_test.py
ERROR tests/unit/_cython/_cancel_many_calls_test.py
ERROR tests/unit/_cython/_channel_test.py
ERROR tests/unit/_cython/cygrpc_test.py
ERROR tests/unit/_cython/_fork_test.py
ERROR tests/unit/_cython/_no_messages_server_completion_queue_per_call_test.py
ERROR tests/unit/_cython/_no_messages_single_server_completion_queue_test.py
ERROR tests/unit/_cython/_read_some_but_not_all_responses_test.py
ERROR tests/unit/_cython/_server_test.py
ERROR tests/unit/_cython/test_utilities.py
ERROR tests/unit/_dns_resolver_test.py
ERROR tests/unit/_dynamic_stubs_test.py
ERROR tests/unit/_empty_message_test.py
ERROR tests/unit/_error_message_encoding_test.py
ERROR tests/unit/_exit_test.py
ERROR tests/unit/framework/foundation/_logging_pool_test.py
ERROR tests/unit/_grpc_shutdown_test.py
ERROR tests/unit/_interceptor_test.py
ERROR tests/unit/_invalid_metadata_test.py
ERROR tests/unit/_invocation_defects_test.py
ERROR tests/unit/_local_credentials_test.py
ERROR tests/unit/_logging_test.py
ERROR tests/unit/_metadata_code_details_test.py
ERROR tests/unit/_metadata_flags_test.py
ERROR tests/unit/_metadata_test.py
ERROR tests/unit/_reconnect_test.py
ERROR tests/unit/_resource_exhausted_test.py
ERROR tests/unit/_rpc_part_1_test.py
ERROR tests/unit/_rpc_part_2_test.py
ERROR tests/unit/_server_shutdown_test.py
ERROR tests/unit/_server_ssl_cert_config_test.py
ERROR tests/unit/_server_test.py
ERROR tests/unit/_server_wait_for_termination_test.py
ERROR tests/unit/_session_cache_test.py
ERROR tests/unit/_signal_handling_test.py
ERROR tests/unit/_utilities_test.py
ERROR tests/unit/_version_test.py
ERROR tests/unit/_xds_credentials_test.py
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-10-27 12:59:47 UTC
Does this use binary packages?  The error looks like re2 wasn't rebuilt after abseil-cpp upgrade.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-10-29 06:12:35 UTC
Well, I found another problem and I think it might fix this one too.
Comment 5 Larry the Git Cow gentoo-dev 2024-10-29 06:51:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2902bfb6c98ee0d82c079a17e574430d4a63945

commit a2902bfb6c98ee0d82c079a17e574430d4a63945
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-10-29 06:13:32 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-10-29 06:51:34 +0000

    dev-python/grpcio: Use bundled re2 as well, sigh
    
    re2 is strictly tied to abseil-cpp, so if we try to combine system re2
    with bundled abseil-cpp, extensions fail to load at runtime.  I truly
    regret adding this package.
    
    Closes: https://bugs.gentoo.org/942326
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/grpcio/Manifest                         |  1 +
 ...io-1.67.0-r1.ebuild => grpcio-1.67.0-r2.ebuild} | 31 ++++++++--------------
 2 files changed, 12 insertions(+), 20 deletions(-)