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
Created attachment 906985 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
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
Does this use binary packages? The error looks like re2 wasn't rebuilt after abseil-cpp upgrade.
Well, I found another problem and I think it might fix this one too.
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(-)