Building package "python-kiss-headers" :: Synchronizing package databases... core downloading... extra downloading... community downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... there is nothing to do resolving dependencies... looking for conflicting packages... Packages (21) libnsl-2.0.1-1 python-charset-normalizer-3.3.2-1 python-coverage-6.5.0-5 python-editables-0.5-1 python-idna-3.4-3 python-iniconfig-2.0.0-4 python-packaging-23.1-1 python-pathspec-0.11.2-1 python-pluggy-1.3.0-1 python-pyproject-hooks-1.0.0-5 python-pytest-7.4.3-1 python-tomli-2.0.1-3 python-trove-classifiers-2023.10.18-1 python-urllib3-1.26.15-1 python-3.11.5-2 python-build-1.0.3-1 python-hatchling-1.18.0-2 python-installer-0.7.0-3 python-pytest-cov-4.1.0-1 python-requests-2.31.0-1 python-wheel-0.40.0-3 Total Installed Size: 88.30 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-virtualenv: Use virtualenv for build isolation installing python-pathspec... installing python-pluggy... installing python-editables... installing python-trove-classifiers... installing python-hatchling... installing python-installer... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures installing python-coverage... Optional dependencies for python-coverage python-tomli: for pyproject.toml support [pending] installing python-iniconfig... installing python-pytest... installing python-tomli... installing python-pytest-cov... installing python-charset-normalizer... installing python-idna... installing python-urllib3... Optional dependencies for python-urllib3 python-brotli: Brotli support python-certifi: security support python-cryptography: security support python-idna: security support [installed] python-pyopenssl: security support python-pysocks: SOCKS support installing python-requests... Optional dependencies for python-requests python-chardet: alternative character encoding library python-pysocks: SOCKS proxy support :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: python-kiss-headers 2.4.3-1 (Sun 12 Nov 2023 09:51:16 PM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading kiss-headers-2.4.3.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 79143 0 79143 0 0 171k 0 --:--:-- --:--:-- --:--:-- 171k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... kiss-headers-2.4.3.tar.gz ... Passed ==> Extracting sources... -> Extracting kiss-headers-2.4.3.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... * Building wheel... Successfully built kiss_headers-2.4.3-py3-none-any.whl ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/main-builder/pkgwork/src/kiss-headers-2.4.3 configfile: pyproject.toml testpaths: tests, kiss_headers plugins: cov-4.1.0 collected 130 items tests/test_attributes.py .. [ 1%] tests/test_builder.py ....... [ 6%] tests/test_builder_create.py .. [ 8%] tests/test_case_insensible_dict.py ... [ 10%] tests/test_explain.py . [ 11%] tests/test_from_unknown_mapping.py ... [ 13%] tests/test_header_operation.py .............. [ 24%] tests/test_header_order.py ..... [ 28%] tests/test_headers.py ....... [ 33%] tests/test_headers_from_string.py ............ [ 43%] tests/test_headers_operation.py ....... [ 48%] tests/test_headers_reserved_keyword.py . [ 49%] tests/test_polymorphic.py . [ 50%] tests/test_serializer.py .... [ 53%] tests/test_with_http_request.py ..... [ 56%] kiss_headers/__init__.py . [ 57%] kiss_headers/api.py . [ 58%] kiss_headers/builder.py ........... [ 66%] kiss_headers/models.py .......................... [ 86%] kiss_headers/utils.py ................. [100%] ---------- coverage: platform linux, python 3.11.5-final-0 ----------- Name Stmts Miss Cover Missing ---------------------------------------------------------- kiss_headers/__init__.py 6 0 100% kiss_headers/api.py 84 7 92% 38, 102, 168, 178, 187, 193-194 kiss_headers/builder.py 393 58 85% 131, 183, 244, 313, 342, 350-353, 471, 547, 570, 622-625, 638, 642, 648, 724, 728, 740, 744, 748, 779, 782, 786, 790, 794, 889, 905, 959, 963, 967, 971, 975, 1001-1005, 1022, 1072, 1084, 1121, 1144, 1204-1211, 1254, 1284, 1300, 1325, 1368, 1372, 1376, 1474, 1497-1506, 1565 kiss_headers/models.py 607 45 93% 54, 68-69, 81-83, 128, 133, 230-231, 368, 463, 502, 532, 546, 557, 564, 713, 747, 802, 826, 832, 857, 877, 887, 914, 975, 1010, 1026, 1062, 1076-1079, 1101-1106, 1182, 1191, 1195, 1201-1202, 1247, 1276, 1319, 1388, 1445 kiss_headers/serializer.py 37 1 97% 47 kiss_headers/structures.py 34 3 91% 78, 84, 87 kiss_headers/utils.py 163 13 92% 97, 170, 173, 203, 329-331, 339-340, 357, 360, 428-429, 477 kiss_headers/version.py 2 0 100% ---------------------------------------------------------- TOTAL 1326 127 90% ============================= 130 passed in 4.00s ============================== ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-kiss-headers"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-kiss-headers 2.4.3-1 (Sun 12 Nov 2023 09:51:23 PM CET) umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root/home/main-builder/pkgwork unmounted umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root/home/main-builder/.ccache unmounted umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root/home/main-builder/pkgsrc unmounted umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root/var/cache/pacman/pkg unmounted umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root/var/pkgdest unmounted umount: /tmp/chaotic/routines/hourly.1/python-kiss-headers/machine/root (overlay) unmounted real 0m9.257s user 0m2.235s sys 0m2.878s