>>> py3-rpyc: Building community/py3-rpyc 5.3.1-r3 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 04:04:56 +0000 >>> py3-rpyc: Validating /home/udu/aports/community/py3-rpyc/APKBUILD... >>> py3-rpyc: Analyzing dependencies... >>> py3-rpyc: Installing for build: build-base python3 py3-plumbum py3-setuptools py3-gpep517 py3-hatchling py3-installer py3-wheel WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/25) Installing py3-plumbum (1.8.2-r1) (2/25) Installing py3-plumbum-pyc (1.8.2-r1) (3/25) Installing py3-parsing (3.2.3-r0) (4/25) Installing py3-parsing-pyc (3.2.3-r0) (5/25) Installing py3-packaging (25.0-r0) (6/25) Installing py3-packaging-pyc (25.0-r0) (7/25) Installing py3-setuptools (80.9.0-r0) (8/25) Installing py3-setuptools-pyc (80.9.0-r0) (9/25) Installing py3-installer (0.7.0-r2) (10/25) Installing py3-installer-pyc (0.7.0-r2) (11/25) Installing py3-gpep517 (19-r0) (12/25) Installing py3-gpep517-pyc (19-r0) (13/25) Installing py3-editables (0.5-r2) (14/25) Installing py3-editables-pyc (0.5-r2) (15/25) Installing py3-pathspec (0.12.1-r2) (16/25) Installing py3-pathspec-pyc (0.12.1-r2) (17/25) Installing py3-pluggy (1.5.0-r0) (18/25) Installing py3-pluggy-pyc (1.5.0-r0) (19/25) Installing py3-trove-classifiers (2025.9.11.17-r0) (20/25) Installing py3-trove-classifiers-pyc (2025.9.11.17-r0) (21/25) Installing py3-hatchling (1.27.0-r0) (22/25) Installing py3-hatchling-pyc (1.27.0-r0) (23/25) Installing py3-wheel (0.46.1-r0) (24/25) Installing py3-wheel-pyc (0.46.1-r0) (25/25) Installing .makedepends-py3-rpyc (20251013.040457) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 114 packages >>> py3-rpyc: Cleaning up srcdir >>> py3-rpyc: Cleaning up pkgdir >>> py3-rpyc: Cleaning up tmpdir >>> py3-rpyc: Fetching rpyc-5.3.1.tar.gz::https://github.com/tomerfiliba-org/rpyc/archive/refs/tags/5.3.1.tar.gz >>> py3-rpyc: Fetching rpyc-5.3.1.tar.gz::https://github.com/tomerfiliba-org/rpyc/archive/refs/tags/5.3.1.tar.gz >>> py3-rpyc: Checking sha512sums... rpyc-5.3.1.tar.gz: OK >>> py3-rpyc: Unpacking /var/cache/distfiles/rpyc-5.3.1.tar.gz... 2025-10-13 04:04:57,739 gpep517 INFO Building wheel via backend hatchling.build 2025-10-13 04:04:57,792 gpep517 INFO The backend produced .dist/rpyc-5.3.1-py3-none-any.whl rpyc-5.3.1-py3-none-any.whl test_pinned_to_0 (test_affinity.Test_Affinity.test_pinned_to_0) test behavior with processor affinity set such that this process is pinned to 0 ... ok test_asyncresult_api (test_async.TestAsync.test_asyncresult_api) ... ok test_asyncresult_callbacks (test_async.TestAsync.test_asyncresult_callbacks) ... ok test_asyncresult_expiry (test_async.TestAsync.test_asyncresult_expiry) ... ok test_exceptions (test_async.TestAsync.test_exceptions) ... ok test_timed (test_async.TestAsync.test_timed) ... ok test_allow_all (test_attr_access.TestConfigAllows.test_allow_all) ... ok test_allow_exposed (test_attr_access.TestConfigAllows.test_allow_exposed) ... ok test_allow_public_attrs (test_attr_access.TestConfigAllows.test_allow_public_attrs) ... ok test_allow_safe_attrs (test_attr_access.TestConfigAllows.test_allow_safe_attrs) ... ok test_default_config (test_attr_access.TestConfigAllows.test_default_config) ... ok test_allow_all (test_attr_access.TestDescriptorErrors.test_allow_all) ... ok test_default_config (test_attr_access.TestDescriptorErrors.test_default_config) ... ok test_restricted (test_attr_access.TestRestricted.test_restricted) ... ok test_restricted2 (test_attr_access.TestRestricted.test_restricted2) ... ok test_properties (test_attributes.TestAttributes.test_properties) ... ok test_brine_2 (test_brine.BrineTest.test_brine_2) ... ok test_buffiter (test_classic.ClassicMode.test_buffiter) ... ok test_classic (test_classic.ClassicMode.test_classic) ... ok test_mock_connection (test_classic.ClassicMode.test_mock_connection) ... ok test_modules (test_classic.ClassicMode.test_modules) ... ok test_piped_server (test_classic.ClassicMode.test_piped_server) ... /usr/lib/python3.12/site-packages/plumbum/cli/i18n.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources ok test_context (test_context_managers.TestContextManagers.test_context) ... ok test_context_exception (test_context_managers.TestContextManagers.test_context_exception) ... ok test_aliases (test_custom_service.TestCustomService.test_aliases) ... ok test_attributes (test_custom_service.TestCustomService.test_attributes) ... ok test_before_closed (test_custom_service.TestCustomService.test_before_closed) ... ok test_distance (test_custom_service.TestCustomService.test_distance) ... ok test_instancecheck_list (test_custom_service.TestCustomService.test_instancecheck_list) ... ok test_metaclasses (test_custom_service.TestCustomService.test_metaclasses) ... ok test_safeattrs (test_custom_service.TestCustomService.test_safeattrs) ... ok test_remote_dataclass (test_dataclass.TestRemoteDataclass.test_remote_dataclass) ... ok test_gdb (test_gdb.Test_GDB.test_gdb) ... skipped 'Skipping gdb example test since gdb not found' test_chained_connect (test_get_id_pack.Test_get_id_pack.test_chained_connect) ... ok test_class_instance_wo_name (test_get_id_pack.Test_get_id_pack.test_class_instance_wo_name) ... ok test_class_wo_name (test_get_id_pack.Test_get_id_pack.test_class_wo_name) ... ok test_netref (test_get_id_pack.Test_get_id_pack.test_netref) ... ok test_connection (test_gevent_server.Test_GeventServer.test_connection) ... skipped 'Gevent is not available' test_multiple_connections (test_gevent_server.Test_GeventServer.test_multiple_connections) ... skipped 'Gevent is not available' test_parallelism (test_gevent_server.Test_GeventServer.test_parallelism) ... skipped 'Gevent is not available' test_ipv6_conenction (test_ipv6.Test_IPv6.test_ipv6_conenction) ... skipped 'requires IPv6' test_hash_class (test_magic.TestContextManagers.test_hash_class) ... ok test_hash_obj (test_magic.TestContextManagers.test_hash_obj) ... ok test_StandardError (test_netref_hierachy.Test_Netref_Hierarchy.test_StandardError) ... ok test_classic (test_netref_hierachy.Test_Netref_Hierarchy.test_classic) ... ok test_instancecheck_across_connections (test_netref_hierachy.Test_Netref_Hierarchy.test_instancecheck_across_connections) ... ok test_instancecheck_list (test_netref_hierachy.Test_Netref_Hierarchy.test_instancecheck_list) ... ok test_instancecheck_none (test_netref_hierachy.Test_Netref_Hierarchy.test_instancecheck_none) test for the regression reported in https://github.com/tomerfiliba-org/rpyc/issues/426 ... ok test_modules (test_netref_hierachy.Test_Netref_Hierarchy.test_modules) >>> type(sys) ... ok test_server_stops (test_oneshot_server.Test_OneShotServer.test_server_stops) ... ok test_refcount (test_refcount.TestRefcount.test_refcount) ... ok test_api (test_registry.TestTcpRegistry.test_api) ... ok test_listing (test_registry.TestTcpRegistry.test_listing) ... ok test_pruning (test_registry.TestTcpRegistry.test_pruning) ... ok test_api (test_registry.TestUdpRegistry.test_api) ... ok test_listing (test_registry.TestUdpRegistry.test_listing) ... ok test_pruning (test_registry.TestUdpRegistry.test_pruning) ... ok test_remote_exception (test_remote_exception.TestExclusionsRemoteException.test_remote_exception) ... ok test_remote_exception (test_remote_exception.TestRemoteException.test_remote_exception) ... ok test_distribution (test_remoting.Test_Remoting.test_distribution) ... skipped 'TODO: upload a package and a module' test_files (test_remoting.Test_Remoting.test_files) ... ok test_interactive (test_remoting.Test_Remoting.test_interactive) ... skipped 'Requires manual testing atm' test_migration (test_remoting.Test_Remoting.test_migration) ... ok test_post_mortem (test_remoting.Test_Remoting.test_post_mortem) ... skipped 'Requires manual testing atm' test_immutable_object_return (test_rpyc_over_rpyc.Test_rpyc_over_rpyc.test_immutable_object_return) Tests using rpyc over rpyc---issue #346 reported traceback for this use case ... ok test_return_of_modified_parameter (test_rpyc_over_rpyc.Test_rpyc_over_rpyc.test_return_of_modified_parameter) ... ok test_return_of_unmodified_parameter (test_rpyc_over_rpyc.Test_rpyc_over_rpyc.test_return_of_unmodified_parameter) ... ok test_dataframe_pickling (test_service_pickle.TestServicePickle.test_dataframe_pickling) ... skipped 'Pandas & numpy are not available' test_connect (test_ssh.Test_Ssh.test_connect) ... skipped 'Requires paramiko_machine to localhost' test_simple (test_ssh.Test_Ssh.test_simple) ... skipped 'Requires paramiko_machine to localhost' test_ssl_conenction (test_ssl.Test_SSL.test_ssl_conenction) ... ok test (test_teleportation.TeleportationTest.test) ... ok test_compat (test_teleportation.TeleportationTest.test_compat) ... /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/tests/test_teleportation.py:105: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. cobj.co_filename, cobj.co_name, cobj.co_firstlineno, cobj.co_lnotab, /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/tests/test_teleportation.py:111: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. cobj.co_varnames, cobj.co_filename, cobj.co_name, cobj.co_firstlineno, cobj.co_lnotab, /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/tests/test_teleportation.py:118: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. cobj.co_firstlineno, cobj.co_lnotab, cobj.co_exceptiontable, ok test_def (test_teleportation.TeleportationTest.test_def) ... ok test_defaults (test_teleportation.TeleportationTest.test_defaults) ... ok test_globals (test_teleportation.TeleportationTest.test_globals) ... ok test_kwdefaults (test_teleportation.TeleportationTest.test_kwdefaults) ... ok test_connection (test_threaded_server.Test_ThreadPoolServer.test_connection) ... /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/rpyc/utils/server.py:349: DeprecationWarning: setName() is deprecated, set the name attribute instead self.polling_thread.setName('PollingThread') ok test_connection (test_threaded_server.Test_ThreadedServer.test_connection) ... ok test_connection (test_threaded_server.Test_ThreadedServerOverUnixSocket.test_connection) ... ok test_invoker (test_threads.Test_Multithreaded.test_invoker) ... ok test_basic_io (test_win32pipes.Test_Pipes.test_basic_io) ... skipped 'Requires windows' test_rpyc (test_win32pipes.Test_Pipes.test_rpyc) ... skipped 'Requires windows' ---------------------------------------------------------------------- Ran 83 tests in 52.945s OK (skipped=13) 1 2 3 service name: MY /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/tests/server.crt /home/udu/aports/community/py3-rpyc/src/rpyc-5.3.1/tests/server.key callback 1760328343.8900185 callback 1760328344.8902912 callback 1760328345.8905852 foo0 = 0 callback 1760328346.8908827 callback 1760328347.8911736 foo1 = 17 callback 1760328348.8914719 callback 1760328349.891776 foo2 = 34 callback called 7 times >>> py3-rpyc: Entering fakeroot... >>> py3-rpyc-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/rpyc/lib/__pycache__' -> '/home/udu/aports/community/py3-rpyc/pkg/py3-rpyc-pyc/usr/lib/python3.12/site-packages/rpyc/lib/__pycache__' 'usr/lib/python3.12/site-packages/rpyc/core/__pycache__' -> '/home/udu/aports/community/py3-rpyc/pkg/py3-rpyc-pyc/usr/lib/python3.12/site-packages/rpyc/core/__pycache__' 'usr/lib/python3.12/site-packages/rpyc/cli/__pycache__' -> '/home/udu/aports/community/py3-rpyc/pkg/py3-rpyc-pyc/usr/lib/python3.12/site-packages/rpyc/cli/__pycache__' 'usr/lib/python3.12/site-packages/rpyc/utils/__pycache__' -> '/home/udu/aports/community/py3-rpyc/pkg/py3-rpyc-pyc/usr/lib/python3.12/site-packages/rpyc/utils/__pycache__' 'usr/lib/python3.12/site-packages/rpyc/__pycache__' -> '/home/udu/aports/community/py3-rpyc/pkg/py3-rpyc-pyc/usr/lib/python3.12/site-packages/rpyc/__pycache__' >>> py3-rpyc-pyc*: Preparing subpackage py3-rpyc-pyc... >>> py3-rpyc-pyc*: Running postcheck for py3-rpyc-pyc >>> py3-rpyc*: Running postcheck for py3-rpyc >>> py3-rpyc*: Preparing package py3-rpyc... >>> py3-rpyc-pyc*: Tracing dependencies... python3 py3-plumbum python3~3.12 >>> py3-rpyc-pyc*: Package size: 311.8 KB >>> py3-rpyc-pyc*: Compressing data... >>> py3-rpyc-pyc*: Create checksum... >>> py3-rpyc-pyc*: Create py3-rpyc-pyc-5.3.1-r3.apk >>> py3-rpyc*: Tracing dependencies... python3 py3-plumbum python3~3.12 >>> py3-rpyc*: Package size: 240.7 KB >>> py3-rpyc*: Compressing data... >>> py3-rpyc*: Create checksum... >>> py3-rpyc*: Create py3-rpyc-5.3.1-r3.apk >>> py3-rpyc: Build complete at Mon, 13 Oct 2025 04:05:51 +0000 elapsed time 0h 0m 55s >>> py3-rpyc: Cleaning up srcdir >>> py3-rpyc: Cleaning up pkgdir >>> py3-rpyc: Uninstalling dependencies... (1/25) Purging .makedepends-py3-rpyc (20251013.040457) (2/25) Purging py3-plumbum-pyc (1.8.2-r1) (3/25) Purging py3-plumbum (1.8.2-r1) (4/25) Purging py3-setuptools-pyc (80.9.0-r0) (5/25) Purging py3-setuptools (80.9.0-r0) (6/25) Purging py3-gpep517-pyc (19-r0) (7/25) Purging py3-gpep517 (19-r0) (8/25) Purging py3-hatchling-pyc (1.27.0-r0) (9/25) Purging py3-hatchling (1.27.0-r0) (10/25) Purging py3-editables-pyc (0.5-r2) (11/25) Purging py3-editables (0.5-r2) (12/25) Purging py3-pathspec-pyc (0.12.1-r2) (13/25) Purging py3-pathspec (0.12.1-r2) (14/25) Purging py3-pluggy-pyc (1.5.0-r0) (15/25) Purging py3-pluggy (1.5.0-r0) (16/25) Purging py3-trove-classifiers-pyc (2025.9.11.17-r0) (17/25) Purging py3-trove-classifiers (2025.9.11.17-r0) (18/25) Purging py3-installer-pyc (0.7.0-r2) (19/25) Purging py3-installer (0.7.0-r2) (20/25) Purging py3-wheel-pyc (0.46.1-r0) (21/25) Purging py3-wheel (0.46.1-r0) (22/25) Purging py3-packaging-pyc (25.0-r0) (23/25) Purging py3-packaging (25.0-r0) (24/25) Purging py3-parsing-pyc (3.2.3-r0) (25/25) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-rpyc: Updating the community/x86_64 repository index... >>> py3-rpyc: Signing the index...