>>> py3-redis: Building community/py3-redis 4.1.0-r0 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 00:30:08 +0000 >>> py3-redis: Checking sanity of /home/buildozer/aports/community/py3-redis/APKBUILD... >>> py3-redis: Analyzing dependencies... >>> py3-redis: Installing for build: build-base python3 py3-deprecated py3-hiredis py3-setuptools py3-pytest py3-mock redis (1/32) Installing libbz2 (1.0.8-r1) (2/32) Installing libffi (3.4.2-r1) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.5-r1) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.1.2-r0) (7/32) Installing sqlite-libs (3.38.0-r0) (8/32) Installing python3 (3.10.3-r0) (9/32) Installing py3-wrapt (1.12.1-r2) (10/32) Installing py3-deprecated (1.2.13-r1) (11/32) Installing py3-hiredis (1.1.0-r2) (12/32) Installing py3-appdirs (1.4.4-r3) (13/32) Installing py3-more-itertools (8.12.0-r2) (14/32) Installing py3-ordered-set (4.0.2-r3) (15/32) Installing py3-parsing (2.4.7-r3) (16/32) Installing py3-six (1.16.0-r1) (17/32) Installing py3-packaging (21.3-r0) (18/32) Installing py3-setuptools (59.4.0-r0) (19/32) Installing py3-atomicwrites (1.4.0-r2) (20/32) Installing py3-attrs (21.4.0-r0) (21/32) Installing py3-iniconfig (1.1.1-r2) (22/32) Installing py3-pluggy (0.13.1-r5) (23/32) Installing py3-py (1.10.0-r2) (24/32) Installing py3-wcwidth (0.2.5-r2) (25/32) Installing py3-toml (0.10.2-r3) (26/32) Installing py3-pygments (2.11.2-r0) (27/32) Installing py3-pytest (6.2.5-r2) (28/32) Installing py3-pbr (5.8.1-r0) (29/32) Installing py3-mock (4.0.3-r2) (30/32) Installing redis (6.2.6-r0) Executing redis-6.2.6-r0.pre-install Executing redis-6.2.6-r0.post-install (31/32) Installing .makedepends-py3-redis (20220416.003012) (32/32) Installing redis-openrc (6.2.6-r0) Executing busybox-1.35.0-r8.trigger OK: 320 MiB in 120 packages >>> py3-redis: Cleaning up srcdir >>> py3-redis: Cleaning up pkgdir >>> py3-redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/redis-4.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 2291k 19 448k 0 0 472k 0 0:00:04 --:--:-- 0:00:04 472k 100 2291k 100 2291k 0 0 1934k 0 0:00:01 0:00:01 --:--:-- 1935k >>> py3-redis: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/redis-4.1.0.tar.gz >>> py3-redis: Checking sha512sums... redis-4.1.0.tar.gz: OK 0001-all-remove-support-for-nonfree-Redis-modules.patch: OK 0002-Drop-tests-test_ssl.py.patch: OK >>> py3-redis: Unpacking /var/cache/distfiles/v3.16/redis-4.1.0.tar.gz... >>> py3-redis: 0001-all-remove-support-for-nonfree-Redis-modules.patch patching file redis/__init__.py patching file redis/client.py patching file redis/cluster.py patching file redis/commands/__init__.py patching file redis/commands/bf/__init__.py patching file redis/commands/bf/commands.py patching file redis/commands/bf/info.py patching file redis/commands/cluster.py patching file redis/commands/graph/__init__.py patching file redis/commands/graph/commands.py patching file redis/commands/graph/edge.py patching file redis/commands/graph/exceptions.py patching file redis/commands/graph/node.py patching file redis/commands/graph/path.py patching file redis/commands/graph/query_result.py patching file redis/commands/json/__init__.py patching file redis/commands/json/commands.py patching file redis/commands/json/decoders.py patching file redis/commands/json/path.py patching file redis/commands/redismodules.py patching file redis/commands/search/__init__.py patching file redis/commands/search/_util.py patching file redis/commands/search/aggregation.py patching file redis/commands/search/commands.py patching file redis/commands/search/document.py patching file redis/commands/search/field.py patching file redis/commands/search/indexDefinition.py patching file redis/commands/search/query.py patching file redis/commands/search/querystring.py patching file redis/commands/search/reducers.py patching file redis/commands/search/result.py patching file redis/commands/search/suggestion.py patching file redis/commands/sentinel.py patching file redis/commands/timeseries/__init__.py patching file redis/commands/timeseries/commands.py patching file redis/commands/timeseries/info.py patching file redis/commands/timeseries/utils.py patching file redis/sentinel.py patching file setup.py patching file tests/test_bloom.py patching file tests/test_cluster.py patching file tests/test_commands.py patching file tests/test_connection.py patching file tests/test_graph.py patching file tests/test_graph_utils/__init__.py patching file tests/test_graph_utils/test_edge.py patching file tests/test_graph_utils/test_node.py patching file tests/test_graph_utils/test_path.py patching file tests/test_json.py patching file tests/test_pubsub.py patching file tests/test_search.py patching file tests/test_sentinel.py patching file tests/test_timeseries.py >>> py3-redis: 0002-Drop-tests-test_ssl.py.patch patching file tests/test_ssl.py running build running build_py creating build creating build/lib creating build/lib/redis copying redis/backoff.py -> build/lib/redis copying redis/crc.py -> build/lib/redis copying redis/utils.py -> build/lib/redis copying redis/lock.py -> build/lib/redis copying redis/client.py -> build/lib/redis copying redis/connection.py -> build/lib/redis copying redis/ocsp.py -> build/lib/redis copying redis/__init__.py -> build/lib/redis copying redis/exceptions.py -> build/lib/redis copying redis/retry.py -> build/lib/redis creating build/lib/redis/commands copying redis/commands/helpers.py -> build/lib/redis/commands copying redis/commands/__init__.py -> build/lib/redis/commands copying redis/commands/parser.py -> build/lib/redis/commands copying redis/commands/core.py -> build/lib/redis/commands 27627:C 16 Apr 2022 00:30:14.855 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 27627:C 16 Apr 2022 00:30:14.855 # Redis version=6.2.6, bits=32, commit=ff3af8c2, modified=0, pid=27627, just started 27627:C 16 Apr 2022 00:30:14.855 # Configuration loaded 27627:M 16 Apr 2022 00:30:14.856 # You requested maxclients of 10000 requiring at least 10032 max file descriptors. 27627:M 16 Apr 2022 00:30:14.856 # Server can't set maximum open files to 10032 because of OS error: Operation not permitted. 27627:M 16 Apr 2022 00:30:14.856 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'. 27627:M 16 Apr 2022 00:30:14.856 * monotonic clock: POSIX clock_gettime 27627:M 16 Apr 2022 00:30:14.856 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now. 27627:M 16 Apr 2022 00:30:14.856 * Running mode=standalone, port=6379. 27627:M 16 Apr 2022 00:30:14.856 # Server initialized 27627:M 16 Apr 2022 00:30:14.856 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 27627:M 16 Apr 2022 00:30:14.856 * Ready to accept connections ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-redis/src/redis-4.1.0 collected 634 items tests/test_command_parser.py .... [ 0%] tests/test_commands.py ................................................. [ 8%] ........27627:M 16 Apr 2022 00:30:19.031 * Background saving started by pid 27632 27632:C 16 Apr 2022 00:30:19.032 * DB saved on disk 27632:C 16 Apr 2022 00:30:19.032 * RDB: 0 MB of memory used by copy-on-write 27627:M 16 Apr 2022 00:30:19.066 * Background saving terminated with success 27627:M 16 Apr 2022 00:30:19.331 * Background saving started by pid 27633 .27633:C 16 Apr 2022 00:30:19.335 * DB saved on disk 27633:C 16 Apr 2022 00:30:19.335 * RDB: 0 MB of memory used by copy-on-write ...........27627:M 16 Apr 2022 00:30:19.366 * Background saving terminated with success .................................................... [ 19%] ........................................................................ [ 31%] ........................................................................ [ 42%] .............................s.s.s.s..s...s...ss........................ [ 53%] ................27627:M 16 Apr 2022 00:30:25.489 # Module /some/fake/path failed to load: Error loading shared library /some/fake/path: No such file or directory 27627:M 16 Apr 2022 00:30:25.489 # Module /some/fake/path failed to load: Error loading shared library /some/fake/path: No such file or directory .......... [ 57%] tests/test_connection.py s... [ 58%] tests/test_connection_pool.py .......................................... [ 65%] ........................ [ 68%] tests/test_encoding.py ............ [ 70%] tests/test_helpers.py ....... [ 71%] tests/test_lock.py .......................... [ 76%] tests/test_monitor.py ......s [ 77%] tests/test_multiprocessing.py ......... [ 78%] tests/test_pipeline.py ......................... [ 82%] tests/test_pubsub.py ..................................... [ 88%] tests/test_retry.py .................................................... [ 96%] ............. [ 98%] tests/test_scripting.py ......... [100%] =============================== warnings summary =============================== tests/test_commands.py:52 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:254 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:254: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:345 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:345: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:351 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:351: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:358 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:358: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:372 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:372: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:387 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:387: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:392 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:392: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:399 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:399: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:421 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:421: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:429 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:429: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:434 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:434: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:440 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:440: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:479 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:479: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:505 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:505: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:573 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:573: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:589 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:589: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:595 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:595: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:609 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:609: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:622 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:622: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:639 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:639: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:645 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:645: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:649 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:649: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:658 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:658: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:663 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:663: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:672 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:672: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:687 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:687: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:692 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:692: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:698 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:698: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:704 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:704: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:754 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:754: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:763 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:763: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:807 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:807: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:814 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:814: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:823 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:823: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:832 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:832: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:844 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:844: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:856 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:856: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:879 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:879: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:888 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:888: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:896 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:896: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1111 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1111: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1121 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1121: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1130 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1130: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1137 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1137: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1144 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1144: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1151 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1151: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1230 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1230: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1237 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1237: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1244 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1244: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1437 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1437: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1449 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1449: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1461 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1461: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1471 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1471: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1574 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1574: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1628 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1628: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1640 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1640: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1649 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1649: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1721 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1721: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1728 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1728: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1737 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1737: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1744 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1744: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1771 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1771: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1817 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1817: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1823 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1823: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1835 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1835: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1917 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1917: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1925 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1925: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1947 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1947: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1975 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1975: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1983 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1983: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1991 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1991: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:1999 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:1999: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2035 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2035: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2048 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2048: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2120 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2120: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2259 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2259: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2295 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2295: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2308 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2308: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2321 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2321: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2334 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2334: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2365 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2365: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2376 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2376: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2510 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2510: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2518 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2518: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2526 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2526: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2541 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2541: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2553 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2553: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2562 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2562: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2579 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2579: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2602 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2602: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2608 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2608: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2647 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2647: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2651 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2651: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2657 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2657: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2661 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2661: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2665 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2665: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2669 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2669: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2673 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2673: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2677 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2677: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2681 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2681: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2685 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2685: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2689 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2689: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2693 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2693: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2697 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2697: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2701 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2701: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2705 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2705: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2709 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2709: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2715 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2715: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:2721 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:2721: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:3043 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:3043: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:3062 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:3062: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:3206 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:3206: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:3219 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:3219: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:4091 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:4091: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:4105 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:4105: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:4132 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:4132: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:4188 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:4188: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_commands.py:4197 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_commands.py:4197: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection.py:14 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:126 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:126: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:182 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:182: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:226 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:226: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:316 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:316: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:337 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:337: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:398 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:398: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:465 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:465: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:475 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:475: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pubsub.py:522 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pubsub.py:522: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection_pool.py:515 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection_pool.py:515: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection_pool.py:527 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection_pool.py:527: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection_pool.py:543 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection_pool.py:543: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection_pool.py:605 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection_pool.py:605: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_connection_pool.py:617 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_connection_pool.py:617: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_lock.py:12 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_lock.py:12: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_lock.py:226 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_lock.py:226: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_monitor.py:10 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_monitor.py:10: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:62 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:74 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:135 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:135: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:150 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:150: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:180 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:180: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:197 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:197: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:215 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:215: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:230 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:230: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:244 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:244: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:257 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:257: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:278 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:278: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:293 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:293: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:318 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:318: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_pipeline.py:375 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_pipeline.py:375: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_retry.py:111 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_retry.py:111: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster tests/test_scripting.py:23 /home/buildozer/aports/community/py3-redis/src/redis-4.1.0/tests/test_scripting.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.onlynoncluster - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.onlynoncluster -- Docs: https://docs.pytest.org/en/stable/warnings.html ================ 624 passed, 10 skipped, 153 warnings in 14.44s ================ 27627:signal-handler (1650069029) Received SIGTERM scheduling shutdown... >>> py3-redis: Entering fakeroot... 27627:M 16 Apr 2022 00:30:29.805 # User requested shutdown... 27627:M 16 Apr 2022 00:30:29.805 * Saving the final RDB snapshot before exiting. 27627:M 16 Apr 2022 00:30:29.807 * DB saved on disk 27627:M 16 Apr 2022 00:30:29.807 # Redis is now ready to exit, bye bye... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-redis/pkg creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/backoff.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis creating /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands copying build/lib/redis/commands/helpers.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands copying build/lib/redis/commands/__init__.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands copying build/lib/redis/commands/parser.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands copying build/lib/redis/commands/core.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands copying build/lib/redis/crc.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/utils.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/lock.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/client.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/connection.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/ocsp.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/__init__.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/exceptions.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis copying build/lib/redis/retry.py -> /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/backoff.py to backoff.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/commands/core.py to core.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/crc.py to crc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/lock.py to lock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/connection.py to connection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/ocsp.py to ocsp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis/retry.py to retry.cpython-310.pyc running install_egg_info running egg_info writing redis.egg-info/PKG-INFO writing dependency_links to redis.egg-info/dependency_links.txt writing requirements to redis.egg-info/requires.txt writing top-level names to redis.egg-info/top_level.txt reading manifest file 'redis.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '__pycache__' adding license file 'LICENSE' writing manifest file 'redis.egg-info/SOURCES.txt' Copying redis.egg-info to /home/buildozer/aports/community/py3-redis/pkg/py3-redis/usr/lib/python3.10/site-packages/redis-4.1.0-py3.10.egg-info running install_scripts >>> py3-redis*: Running postcheck for py3-redis >>> py3-redis*: Preparing package py3-redis... >>> py3-redis*: Tracing dependencies... >>> py3-redis*: Package size: 780.0 KB >>> py3-redis*: Compressing data... >>> py3-redis*: Create checksum... >>> py3-redis*: Create py3-redis-4.1.0-r0.apk >>> py3-redis: Build complete at Sat, 16 Apr 2022 00:30:30 +0000 elapsed time 0h 0m 22s >>> py3-redis: Cleaning up srcdir >>> py3-redis: Cleaning up pkgdir >>> py3-redis: Uninstalling dependencies... (1/32) Purging .makedepends-py3-redis (20220416.003012) (2/32) Purging py3-deprecated (1.2.13-r1) (3/32) Purging py3-wrapt (1.12.1-r2) (4/32) Purging py3-hiredis (1.1.0-r2) (5/32) Purging py3-setuptools (59.4.0-r0) (6/32) Purging py3-appdirs (1.4.4-r3) (7/32) Purging py3-ordered-set (4.0.2-r3) (8/32) Purging py3-pytest (6.2.5-r2) (9/32) Purging py3-atomicwrites (1.4.0-r2) (10/32) Purging py3-attrs (21.4.0-r0) (11/32) Purging py3-more-itertools (8.12.0-r2) (12/32) Purging py3-iniconfig (1.1.1-r2) (13/32) Purging py3-pluggy (0.13.1-r5) (14/32) Purging py3-py (1.10.0-r2) (15/32) Purging py3-wcwidth (0.2.5-r2) (16/32) Purging py3-packaging (21.3-r0) (17/32) Purging py3-parsing (2.4.7-r3) (18/32) Purging py3-toml (0.10.2-r3) (19/32) Purging py3-pygments (2.11.2-r0) (20/32) Purging py3-mock (4.0.3-r2) (21/32) Purging py3-pbr (5.8.1-r0) (22/32) Purging py3-six (1.16.0-r1) (23/32) Purging python3 (3.10.3-r0) (24/32) Purging redis-openrc (6.2.6-r0) (25/32) Purging redis (6.2.6-r0) (26/32) Purging libbz2 (1.0.8-r1) (27/32) Purging libffi (3.4.2-r1) (28/32) Purging gdbm (1.23-r0) (29/32) Purging xz-libs (5.2.5-r1) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.1.2-r0) (32/32) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-redis: Updating the community/armv7 repository index... >>> py3-redis: Signing the index...