>>> Building on exopi-6 under security/py-fastecdsa,python3 BDEPENDS = [devel/py-wheel,python3;devel/py-installer,python3;devel/gmp,-main;lang/python/3.10;devel/py-setuptools,python3;devel/py-build,python3] DIST = [security/py-fastecdsa,python3:fastecdsa-2.3.2.tar.gz] FULLPKGNAME = py3-fastecdsa-2.3.2 RDEPENDS = [devel/gmp,-main;lang/python/3.10] (Junk lock obtained for exopi-6 at 1714746636.28) >>> Running depends in security/py-fastecdsa,python3 at 1714746636.32 last junk was in net/py-websockets,python3 /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair gmp-6.3.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in security/py-fastecdsa,python3 at 1714746637.73 ===> security/py-fastecdsa,python3 ===> Building from scratch py3-fastecdsa-2.3.2 ===> py3-fastecdsa-2.3.2 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-fastecdsa-2.3.2 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-fastecdsa-2.3.2 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-fastecdsa-2.3.2 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-fastecdsa-2.3.2 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-fastecdsa-2.3.2 depends on: gmp-* -> gmp-6.3.0 ===> Verifying specs: gmp pthread ===> found gmp.11.1 pthread.27.1 gmp-6.3.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-6 at 1714746639.08) distfiles size=1001338 >>> Running build in security/py-fastecdsa,python3 at 1714746639.11 ===> security/py-fastecdsa,python3 ===> Checking files for py3-fastecdsa-2.3.2 `/exopi-cvs/ports/distfiles/fastecdsa-2.3.2.tar.gz' is up to date. >> (SHA256) fastecdsa-2.3.2.tar.gz: OK ===> Extracting for py3-fastecdsa-2.3.2 ===> Patching for py3-fastecdsa-2.3.2 ===> 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-fastecdsa-2.3.2 ===> Configuring for py3-fastecdsa-2.3.2 ===> Building for py3-fastecdsa-2.3.2 * Getting build dependencies for wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running egg_info creating fastecdsa.egg-info writing fastecdsa.egg-info/PKG-INFO writing dependency_links to fastecdsa.egg-info/dependency_links.txt writing top-level names to fastecdsa.egg-info/top_level.txt writing manifest file 'fastecdsa.egg-info/SOURCES.txt' reading manifest file 'fastecdsa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'fastecdsa.egg-info/SOURCES.txt' * Building wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/benchmark.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/curve.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/ecdsa.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/keys.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/point.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa copying fastecdsa/util.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa creating build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/asn1.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/der.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/pem.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/sec1.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding copying fastecdsa/encoding/util.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding creating build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_brainpool_ecdh.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_key_export_import.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_key_recovery.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_keygen.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_nonce_generation.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_p256_ecdsa.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_point.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_prehashed.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_prime_field_curve_math.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_rfc6979_ecdsa.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_whitespace_parsing.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests copying fastecdsa/tests/test_whycheproof_vectors.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests creating build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding copying fastecdsa/tests/encoding/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding copying fastecdsa/tests/encoding/test_der.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding copying fastecdsa/tests/encoding/test_sec1.py -> build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding running egg_info writing fastecdsa.egg-info/PKG-INFO writing dependency_links to fastecdsa.egg-info/dependency_links.txt writing top-level names to fastecdsa.egg-info/top_level.txt reading manifest file 'fastecdsa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'fastecdsa.egg-info/SOURCES.txt' running build_ext building 'fastecdsa.curvemath' extension creating build/temp.openbsd-7.5-amd64-cpython-310 creating build/temp.openbsd-7.5-amd64-cpython-310/src cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/curve.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/curve.o -O2 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/curveMath.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/curveMath.o -O2 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/point.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/point.o -O2 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe -I/usr/local/include build/temp.openbsd-7.5-amd64-cpython-310/src/curve.o build/temp.openbsd-7.5-amd64-cpython-310/src/curveMath.o build/temp.openbsd-7.5-amd64-cpython-310/src/point.o -L/usr/local/lib -lgmp -o build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/curvemath.cpython-310.so building 'fastecdsa._ecdsa' extension cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/_ecdsa.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/_ecdsa.o -O2 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/curve.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/curve.o -O2 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/curveMath.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/curveMath.o -O2 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -I/usr/local/include -fPIC -Isrc/ -I/usr/local/include/python3.10 -c src/point.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/point.o -O2 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe -I/usr/local/include build/temp.openbsd-7.5-amd64-cpython-310/src/_ecdsa.o build/temp.openbsd-7.5-amd64-cpython-310/src/curve.o build/temp.openbsd-7.5-amd64-cpython-310/src/curveMath.o build/temp.openbsd-7.5-amd64-cpython-310/src/point.o -L/usr/local/lib -lgmp -o build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/_ecdsa.cpython-310.so installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/benchmark.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/curve.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/ecdsa.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/keys.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/point.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/util.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa creating build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/asn1.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/der.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/pem.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/sec1.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/encoding/util.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/encoding creating build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_brainpool_ecdh.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_key_export_import.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_key_recovery.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_keygen.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_nonce_generation.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_p256_ecdsa.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_point.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_prehashed.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_prime_field_curve_math.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_rfc6979_ecdsa.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_whitespace_parsing.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/test_whycheproof_vectors.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests creating build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding/test_der.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/tests/encoding/test_sec1.py -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa/tests/encoding copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/curvemath.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa copying build/lib.openbsd-7.5-amd64-cpython-310/fastecdsa/_ecdsa.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/fastecdsa running install_egg_info Copying fastecdsa.egg-info to build/bdist.openbsd-7.5-amd64/wheel/fastecdsa-2.3.2-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/fastecdsa-2.3.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-fastecdsa-2.3.2-python3/fastecdsa-2.3.2/dist/.tmp-h7oaemao/fastecdsa-2.3.2-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'fastecdsa/__init__.py' adding 'fastecdsa/_ecdsa.cpython-310.so' adding 'fastecdsa/benchmark.py' adding 'fastecdsa/curve.py' adding 'fastecdsa/curvemath.cpython-310.so' adding 'fastecdsa/ecdsa.py' adding 'fastecdsa/keys.py' adding 'fastecdsa/point.py' adding 'fastecdsa/util.py' adding 'fastecdsa/encoding/__init__.py' adding 'fastecdsa/encoding/asn1.py' adding 'fastecdsa/encoding/der.py' adding 'fastecdsa/encoding/pem.py' adding 'fastecdsa/encoding/sec1.py' adding 'fastecdsa/encoding/util.py' adding 'fastecdsa/tests/__init__.py' adding 'fastecdsa/tests/test_brainpool_ecdh.py' adding 'fastecdsa/tests/test_key_export_import.py' adding 'fastecdsa/tests/test_key_recovery.py' adding 'fastecdsa/tests/test_keygen.py' adding 'fastecdsa/tests/test_nonce_generation.py' adding 'fastecdsa/tests/test_p256_ecdsa.py' adding 'fastecdsa/tests/test_point.py' adding 'fastecdsa/tests/test_prehashed.py' adding 'fastecdsa/tests/test_prime_field_curve_math.py' adding 'fastecdsa/tests/test_rfc6979_ecdsa.py' adding 'fastecdsa/tests/test_whitespace_parsing.py' adding 'fastecdsa/tests/test_whycheproof_vectors.py' adding 'fastecdsa/tests/encoding/__init__.py' adding 'fastecdsa/tests/encoding/test_der.py' adding 'fastecdsa/tests/encoding/test_sec1.py' adding 'fastecdsa-2.3.2.dist-info/LICENSE' adding 'fastecdsa-2.3.2.dist-info/METADATA' adding 'fastecdsa-2.3.2.dist-info/WHEEL' adding 'fastecdsa-2.3.2.dist-info/top_level.txt' adding 'fastecdsa-2.3.2.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built fastecdsa-2.3.2-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in security/py-fastecdsa,python3 at 1714746643.46 ===> security/py-fastecdsa,python3 ===> Faking installation for py3-fastecdsa-2.3.2 ===> Building package for py3-fastecdsa-2.3.2 Create /exopi-cvs/ports/packages/amd64/all/py3-fastecdsa-2.3.2.tgz Creating package py3-fastecdsa-2.3.2 reading plist| checking dependencies| checking dependencies|devel/gmp,-main checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% 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|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|** | 4% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|******* | 10% archiving|******* | 12% archiving|******** | 13% archiving|********* | 15% archiving|********** | 16% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 43% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|********************************* | 51% archiving|************************************ | 56% archiving|******************************************* | 67% archiving|********************************************* | 71% archiving|*************************************************** | 79% archiving|**************************************************** | 81% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-fastecdsa-2.3.2.tgz >>> Running clean in security/py-fastecdsa,python3 at 1714746647.91 ===> security/py-fastecdsa,python3 ===> Cleaning for py3-fastecdsa-2.3.2 >>> Ended at 1714746648.20 max_stuck=1.64/depends=1.41/show-prepare-results=1.39/build=4.35/package=4.45/clean=0.32