>>> Building on exopi-6 under databases/py-redis BDEPENDS = [devel/py-wheel;devel/py-setuptools;devel/py-installer;devel/py-build;lang/python/3] DIST = [databases/py-redis:redis-redis-py-v5.0.9.tar.gz] FULLPKGNAME = py3-redis-5.0.9p0 RDEPENDS = [devel/py-async-timeout;lang/python/3] Woken up x11/gnome/aisleriot Woken up x11/gnome/aisleriot Woken up devel/kainjow-mustache Woken up devel/kainjow-mustache Woken up devel/kainjow-mustache Woken up devel/kainjow-mustache Woken up devel/kainjow-mustache (Junk lock failure for exopi-6 at 1735055388.56195) Received IO (Junk lock obtained for exopi-6 at 1735055400.43) Received IO Woken up databases/py-redis Woken up databases/py-redis Woken up databases/py-redis Woken up databases/py-redis >>> Running depends in databases/py-redis at 1735055402.15 last junk was in devel/kf5/baloo /usr/sbin/pkg_add -aI -Drepair py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in databases/py-redis at 1735055406.70 ===> databases/py-redis ===> Building from scratch py3-redis-5.0.9p0 ===> py3-redis-5.0.9p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-redis-5.0.9p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-redis-5.0.9p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-redis-5.0.9p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-redis-5.0.9p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-6 at 1735055408.18) distfiles size=4796534 >>> Running build in databases/py-redis at 1735055408.21 ===> databases/py-redis ===> Checking files for py3-redis-5.0.9p0 `/exopi-cvs/ports/distfiles/redis-redis-py-v5.0.9.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-redis-5.0.9p0 ===> Patching for py3-redis-5.0.9p0 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |missed upstream, https://github.com/redis/redis-py/issues/3344 | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-tests_test_commands_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/redis/redis-py/pull/3369 |Index: tests/test_commands.py |--- tests/test_commands.py.orig |+++ tests/test_commands.py -------------------------- Patching file tests/test_commands.py using Plan A... Hunk #1 succeeded at 4970. Hunk #2 succeeded at 5050. Hunk #3 succeeded at 5063. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-redis-5.0.9p0 ===> Configuring for py3-redis-5.0.9p0 ===> Building for py3-redis-5.0.9p0 * Getting build dependencies for wheel... running egg_info creating redis.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 writing manifest file 'redis.egg-info/SOURCES.txt' reading manifest file 'redis.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '__pycache__' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'redis.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/redis copying redis/__init__.py -> build/lib/redis copying redis/backoff.py -> build/lib/redis copying redis/client.py -> build/lib/redis copying redis/cluster.py -> build/lib/redis copying redis/compat.py -> build/lib/redis copying redis/connection.py -> build/lib/redis copying redis/crc.py -> build/lib/redis copying redis/credentials.py -> build/lib/redis copying redis/exceptions.py -> build/lib/redis copying redis/lock.py -> build/lib/redis copying redis/ocsp.py -> build/lib/redis copying redis/retry.py -> build/lib/redis copying redis/sentinel.py -> build/lib/redis copying redis/typing.py -> build/lib/redis copying redis/utils.py -> build/lib/redis creating build/lib/redis/_parsers copying redis/_parsers/__init__.py -> build/lib/redis/_parsers copying redis/_parsers/base.py -> build/lib/redis/_parsers copying redis/_parsers/commands.py -> build/lib/redis/_parsers copying redis/_parsers/encoders.py -> build/lib/redis/_parsers copying redis/_parsers/helpers.py -> build/lib/redis/_parsers copying redis/_parsers/hiredis.py -> build/lib/redis/_parsers copying redis/_parsers/resp2.py -> build/lib/redis/_parsers copying redis/_parsers/resp3.py -> build/lib/redis/_parsers copying redis/_parsers/socket.py -> build/lib/redis/_parsers creating build/lib/redis/asyncio copying redis/asyncio/__init__.py -> build/lib/redis/asyncio copying redis/asyncio/client.py -> build/lib/redis/asyncio copying redis/asyncio/cluster.py -> build/lib/redis/asyncio copying redis/asyncio/connection.py -> build/lib/redis/asyncio copying redis/asyncio/lock.py -> build/lib/redis/asyncio copying redis/asyncio/retry.py -> build/lib/redis/asyncio copying redis/asyncio/sentinel.py -> build/lib/redis/asyncio copying redis/asyncio/utils.py -> build/lib/redis/asyncio creating build/lib/redis/commands copying redis/commands/__init__.py -> build/lib/redis/commands copying redis/commands/cluster.py -> build/lib/redis/commands copying redis/commands/core.py -> build/lib/redis/commands copying redis/commands/helpers.py -> build/lib/redis/commands copying redis/commands/redismodules.py -> build/lib/redis/commands copying redis/commands/sentinel.py -> build/lib/redis/commands creating build/lib/redis/commands/bf copying redis/commands/bf/__init__.py -> build/lib/redis/commands/bf copying redis/commands/bf/commands.py -> build/lib/redis/commands/bf copying redis/commands/bf/info.py -> build/lib/redis/commands/bf creating build/lib/redis/commands/graph copying redis/commands/graph/__init__.py -> build/lib/redis/commands/graph copying redis/commands/graph/commands.py -> build/lib/redis/commands/graph copying redis/commands/graph/edge.py -> build/lib/redis/commands/graph copying redis/commands/graph/exceptions.py -> build/lib/redis/commands/graph copying redis/commands/graph/execution_plan.py -> build/lib/redis/commands/graph copying redis/commands/graph/node.py -> build/lib/redis/commands/graph copying redis/commands/graph/path.py -> build/lib/redis/commands/graph copying redis/commands/graph/query_result.py -> build/lib/redis/commands/graph creating build/lib/redis/commands/json copying redis/commands/json/__init__.py -> build/lib/redis/commands/json copying redis/commands/json/_util.py -> build/lib/redis/commands/json copying redis/commands/json/commands.py -> build/lib/redis/commands/json copying redis/commands/json/decoders.py -> build/lib/redis/commands/json copying redis/commands/json/path.py -> build/lib/redis/commands/json creating build/lib/redis/commands/search copying redis/commands/search/__init__.py -> build/lib/redis/commands/search copying redis/commands/search/_util.py -> build/lib/redis/commands/search copying redis/commands/search/aggregation.py -> build/lib/redis/commands/search copying redis/commands/search/commands.py -> build/lib/redis/commands/search copying redis/commands/search/document.py -> build/lib/redis/commands/search copying redis/commands/search/field.py -> build/lib/redis/commands/search copying redis/commands/search/indexDefinition.py -> build/lib/redis/commands/search copying redis/commands/search/query.py -> build/lib/redis/commands/search copying redis/commands/search/querystring.py -> build/lib/redis/commands/search copying redis/commands/search/reducers.py -> build/lib/redis/commands/search copying redis/commands/search/result.py -> build/lib/redis/commands/search copying redis/commands/search/suggestion.py -> build/lib/redis/commands/search creating build/lib/redis/commands/timeseries copying redis/commands/timeseries/__init__.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/commands.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/info.py -> build/lib/redis/commands/timeseries copying redis/commands/timeseries/utils.py -> build/lib/redis/commands/timeseries 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__' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'redis.egg-info/SOURCES.txt' copying redis/py.typed -> build/lib/redis installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/backoff.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/client.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/cluster.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/compat.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/connection.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/crc.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/credentials.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/lock.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/ocsp.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/retry.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/sentinel.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/typing.py -> build/bdist.openbsd-7.6-amd64/wheel/redis copying build/lib/redis/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/redis creating build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/base.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/encoders.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/hiredis.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/resp2.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/resp3.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers copying build/lib/redis/_parsers/socket.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/_parsers creating build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/client.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/cluster.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/connection.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/lock.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/retry.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/sentinel.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio copying build/lib/redis/asyncio/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/asyncio creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/cluster.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/core.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/redismodules.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands copying build/lib/redis/commands/sentinel.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands/bf copying build/lib/redis/commands/bf/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/bf copying build/lib/redis/commands/bf/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/bf copying build/lib/redis/commands/bf/info.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/bf creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/edge.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/execution_plan.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/node.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/path.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph copying build/lib/redis/commands/graph/query_result.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/graph creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json copying build/lib/redis/commands/json/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json copying build/lib/redis/commands/json/_util.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json copying build/lib/redis/commands/json/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json copying build/lib/redis/commands/json/decoders.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json copying build/lib/redis/commands/json/path.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/json creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/_util.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/aggregation.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/document.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/field.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/indexDefinition.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/query.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/querystring.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/reducers.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/result.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search copying build/lib/redis/commands/search/suggestion.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/search creating build/bdist.openbsd-7.6-amd64/wheel/redis/commands/timeseries copying build/lib/redis/commands/timeseries/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/timeseries copying build/lib/redis/commands/timeseries/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/timeseries copying build/lib/redis/commands/timeseries/info.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/timeseries copying build/lib/redis/commands/timeseries/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/redis/commands/timeseries copying build/lib/redis/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/redis running install_egg_info Copying redis.egg-info to build/bdist.openbsd-7.6-amd64/wheel/redis-5.0.9-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/redis-5.0.9.dist-info/WHEEL creating '/exopi-obj/pobj/py-redis-5.0.9/redis-py-5.0.9/dist/.tmp-52j7s7r0/redis-5.0.9-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'redis/__init__.py' adding 'redis/backoff.py' adding 'redis/client.py' adding 'redis/cluster.py' adding 'redis/compat.py' adding 'redis/connection.py' adding 'redis/crc.py' adding 'redis/credentials.py' adding 'redis/exceptions.py' adding 'redis/lock.py' adding 'redis/ocsp.py' adding 'redis/py.typed' adding 'redis/retry.py' adding 'redis/sentinel.py' adding 'redis/typing.py' adding 'redis/utils.py' adding 'redis/_parsers/__init__.py' adding 'redis/_parsers/base.py' adding 'redis/_parsers/commands.py' adding 'redis/_parsers/encoders.py' adding 'redis/_parsers/helpers.py' adding 'redis/_parsers/hiredis.py' adding 'redis/_parsers/resp2.py' adding 'redis/_parsers/resp3.py' adding 'redis/_parsers/socket.py' adding 'redis/asyncio/__init__.py' adding 'redis/asyncio/client.py' adding 'redis/asyncio/cluster.py' adding 'redis/asyncio/connection.py' adding 'redis/asyncio/lock.py' adding 'redis/asyncio/retry.py' adding 'redis/asyncio/sentinel.py' adding 'redis/asyncio/utils.py' adding 'redis/commands/__init__.py' adding 'redis/commands/cluster.py' adding 'redis/commands/core.py' adding 'redis/commands/helpers.py' adding 'redis/commands/redismodules.py' adding 'redis/commands/sentinel.py' adding 'redis/commands/bf/__init__.py' adding 'redis/commands/bf/commands.py' adding 'redis/commands/bf/info.py' adding 'redis/commands/graph/__init__.py' adding 'redis/commands/graph/commands.py' adding 'redis/commands/graph/edge.py' adding 'redis/commands/graph/exceptions.py' adding 'redis/commands/graph/execution_plan.py' adding 'redis/commands/graph/node.py' adding 'redis/commands/graph/path.py' adding 'redis/commands/graph/query_result.py' adding 'redis/commands/json/__init__.py' adding 'redis/commands/json/_util.py' adding 'redis/commands/json/commands.py' adding 'redis/commands/json/decoders.py' adding 'redis/commands/json/path.py' adding 'redis/commands/search/__init__.py' adding 'redis/commands/search/_util.py' adding 'redis/commands/search/aggregation.py' adding 'redis/commands/search/commands.py' adding 'redis/commands/search/document.py' adding 'redis/commands/search/field.py' adding 'redis/commands/search/indexDefinition.py' adding 'redis/commands/search/query.py' adding 'redis/commands/search/querystring.py' adding 'redis/commands/search/reducers.py' adding 'redis/commands/search/result.py' adding 'redis/commands/search/suggestion.py' adding 'redis/commands/timeseries/__init__.py' adding 'redis/commands/timeseries/commands.py' adding 'redis/commands/timeseries/info.py' adding 'redis/commands/timeseries/utils.py' adding 'redis-5.0.9.dist-info/LICENSE' adding 'redis-5.0.9.dist-info/METADATA' adding 'redis-5.0.9.dist-info/WHEEL' adding 'redis-5.0.9.dist-info/top_level.txt' adding 'redis-5.0.9.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built redis-5.0.9-py3-none-any.whl >>> Running package in databases/py-redis at 1735055410.98 ===> databases/py-redis ===> Faking installation for py3-redis-5.0.9p0 ===> Building package for py3-redis-5.0.9p0 Create /exopi-cvs/ports/packages/amd64/all/py3-redis-5.0.9p0.tgz Creating package py3-redis-5.0.9p0 reading plist| checking dependencies| checking dependencies|devel/py-async-timeout checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|*** | 4% archiving|**** | 7% archiving|****** | 9% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|*************** | 23% archiving|**************** | 25% archiving|***************** | 27% archiving|****************** | 29% archiving|******************* | 30% archiving|********************* | 32% archiving|********************* | 33% archiving|********************* | 34% archiving|********************** | 34% archiving|*********************** | 35% archiving|*********************** | 36% archiving|**************************** | 44% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|************************************************ | 74% archiving|************************************************* | 76% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-redis-5.0.9p0.tgz >>> Running clean in databases/py-redis at 1735055414.83 ===> databases/py-redis ===> Cleaning for py3-redis-5.0.9p0 >>> Ended at 1735055415.10 max_stuck=6.20/waiting-for-lock #230=13.58/depends=4.56/show-prepare-results=1.51/build=2.75/package=3.87/clean=0.29