>>> Building on exopi-2 under net/py-websockets BDEPENDS = [devel/py-wheel;devel/py-setuptools;lang/python/3;devel/py-build;devel/py-installer] DIST = [net/py-websockets:websockets-13.1.tar.gz] FULLPKGNAME = py3-websockets-13.1p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-2 at 1734979754.91) >>> Running depends in net/py-websockets at 1734979754.94 last junk was in net/munin,-main /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 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-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in net/py-websockets at 1734979756.58 ===> net/py-websockets ===> Building from scratch py3-websockets-13.1p0 ===> py3-websockets-13.1p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-websockets-13.1p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-websockets-13.1p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-websockets-13.1p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-websockets-13.1p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> Verifying specs: pthread ===> found pthread.27.1 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-2 at 1734979757.81) distfiles size=158549 >>> Running build in net/py-websockets at 1734979757.84 ===> net/py-websockets ===> Checking files for py3-websockets-13.1p0 `/exopi-cvs/ports/distfiles/websockets-13.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-websockets-13.1p0 ===> Patching for py3-websockets-13.1p0 ===> 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-websockets-13.1p0 ===> Configuring for py3-websockets-13.1p0 ===> Building for py3-websockets-13.1p0 * Getting build dependencies for wheel... running egg_info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/websockets.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.6-amd64-cpython-312 creating build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/__main__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/auth.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/client.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/connection.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/datastructures.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/exceptions.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/frames.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/headers.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/http.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/http11.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/imports.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/protocol.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/server.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/streams.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/typing.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/uri.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/utils.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/version.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets creating build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/async_timeout.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/client.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/compatibility.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/connection.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/messages.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio copying src/websockets/asyncio/server.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio creating build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions copying src/websockets/extensions/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions copying src/websockets/extensions/base.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions copying src/websockets/extensions/permessage_deflate.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions creating build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/auth.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/client.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/exceptions.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/framing.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/handshake.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/http.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/protocol.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy copying src/websockets/legacy/server.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy creating build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/client.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/connection.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/messages.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/server.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync copying src/websockets/sync/utils.py -> build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync running egg_info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/websockets.egg-info/SOURCES.txt' copying src/websockets/py.typed -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/speedups.c -> build/lib.openbsd-7.6-amd64-cpython-312/websockets copying src/websockets/speedups.pyi -> build/lib.openbsd-7.6-amd64-cpython-312/websockets running build_ext building 'websockets.speedups' extension creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/src creating build/temp.openbsd-7.6-amd64-cpython-312/src/websockets cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c src/websockets/speedups.c -o build/temp.openbsd-7.6-amd64-cpython-312/src/websockets/speedups.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/src/websockets/speedups.o -L/usr/local/lib -o build/lib.openbsd-7.6-amd64-cpython-312/websockets/speedups.cpython-312.so 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/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/__main__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/auth.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/client.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/connection.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/datastructures.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/frames.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/headers.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/http.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/http11.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/imports.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/protocol.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/server.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/streams.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/typing.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/uri.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/version.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets creating build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/async_timeout.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/client.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/compatibility.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/connection.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/messages.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/asyncio/server.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/asyncio creating build/bdist.openbsd-7.6-amd64/wheel/websockets/extensions copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/extensions copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions/base.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/extensions copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/extensions/permessage_deflate.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/extensions creating build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/auth.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/client.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/framing.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/handshake.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/http.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/protocol.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/legacy/server.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/legacy creating build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/client.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/connection.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/messages.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/server.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/sync/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/websockets/sync copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/speedups.c -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/speedups.pyi -> build/bdist.openbsd-7.6-amd64/wheel/websockets copying build/lib.openbsd-7.6-amd64-cpython-312/websockets/speedups.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel/websockets running install_egg_info Copying src/websockets.egg-info to build/bdist.openbsd-7.6-amd64/wheel/websockets-13.1-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/websockets-13.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-websockets-13.1/websockets-13.1/dist/.tmp-w49qolou/websockets-13.1-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'websockets/__init__.py' adding 'websockets/__main__.py' adding 'websockets/auth.py' adding 'websockets/client.py' adding 'websockets/connection.py' adding 'websockets/datastructures.py' adding 'websockets/exceptions.py' adding 'websockets/frames.py' adding 'websockets/headers.py' adding 'websockets/http.py' adding 'websockets/http11.py' adding 'websockets/imports.py' adding 'websockets/protocol.py' adding 'websockets/py.typed' adding 'websockets/server.py' adding 'websockets/speedups.c' adding 'websockets/speedups.cpython-312.so' adding 'websockets/speedups.pyi' adding 'websockets/streams.py' adding 'websockets/typing.py' adding 'websockets/uri.py' adding 'websockets/utils.py' adding 'websockets/version.py' adding 'websockets/asyncio/__init__.py' adding 'websockets/asyncio/async_timeout.py' adding 'websockets/asyncio/client.py' adding 'websockets/asyncio/compatibility.py' adding 'websockets/asyncio/connection.py' adding 'websockets/asyncio/messages.py' adding 'websockets/asyncio/server.py' adding 'websockets/extensions/__init__.py' adding 'websockets/extensions/base.py' adding 'websockets/extensions/permessage_deflate.py' adding 'websockets/legacy/__init__.py' adding 'websockets/legacy/auth.py' adding 'websockets/legacy/client.py' adding 'websockets/legacy/exceptions.py' adding 'websockets/legacy/framing.py' adding 'websockets/legacy/handshake.py' adding 'websockets/legacy/http.py' adding 'websockets/legacy/protocol.py' adding 'websockets/legacy/server.py' adding 'websockets/sync/__init__.py' adding 'websockets/sync/client.py' adding 'websockets/sync/connection.py' adding 'websockets/sync/messages.py' adding 'websockets/sync/server.py' adding 'websockets/sync/utils.py' adding 'websockets-13.1.dist-info/LICENSE' adding 'websockets-13.1.dist-info/METADATA' adding 'websockets-13.1.dist-info/WHEEL' adding 'websockets-13.1.dist-info/top_level.txt' adding 'websockets-13.1.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built websockets-13.1-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in net/py-websockets at 1734979761.02 ===> net/py-websockets ===> Faking installation for py3-websockets-13.1p0 ===> Building package for py3-websockets-13.1p0 Create /exopi-cvs/ports/packages/amd64/all/py3-websockets-13.1p0.tgz Creating package py3-websockets-13.1p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************** | 22% archiving|*************** | 23% archiving|***************** | 26% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|********************* | 32% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|******************************* | 48% archiving|********************************* | 52% archiving|*********************************** | 54% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 60% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************** | 88% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-websockets-13.1p0.tgz >>> Running clean in net/py-websockets at 1734979764.99 ===> net/py-websockets ===> Cleaning for py3-websockets-13.1p0 >>> Ended at 1734979765.17 max_stuck=0.00/depends=1.64/show-prepare-results=1.26/build=3.19/package=3.96/clean=0.21