Building package "python-lazy-loader" :: Synchronizing package databases... core downloading... extra downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... there is nothing to do resolving dependencies... looking for conflicting packages... Packages (26) mpdecimal-4.0.0-2 python-autocommand-2.2.2-6 python-fastjsonschema-2.20.0-1 python-inflect-7.2.1-2 python-iniconfig-2.0.0-5 python-jaraco.context-4.3.0-4 python-jaraco.functools-4.0.1-1 python-jaraco.text-3.12.1-1 python-more-itertools-10.2.0-2 python-ordered-set-4.1.0-5 python-packaging-24.0-1 python-platformdirs-4.2.0-3 python-pluggy-1.5.0-1 python-pyproject-hooks-1.1.0-1 python-tomli-2.0.1-4 python-trove-classifiers-2024.5.22-1 python-typeguard-4.2.1-2 python-typing_extensions-4.12.2-1 python-validate-pyproject-0.16-1 python-3.12.4-1 python-build-1.2.1-3 python-flit-core-3.9.0-4 python-installer-0.7.0-8 python-pytest-1:8.2.2-1 python-setuptools-1:69.0.3-6 python-wheel-0.43.0-4 Total Installed Size: 83.69 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 mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending] 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] xz: for lzma [installed] tk: for tkinter installing python-flit-core... installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures installing python-installer... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-typing_extensions... installing python-typeguard... installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... installing python-iniconfig... installing python-pluggy... installing python-pytest... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: python-lazy-loader 0.4-3 (Wed 19 Jun 2024 04:39:43 AM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading lazy-loader-0.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13943 100 13943 0 0 29582 0 --:--:-- --:--:-- --:--:-- 29582 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... lazy-loader-0.4.tar.gz ... Passed ==> Extracting sources... -> Extracting lazy-loader-0.4.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema No `packages` or `py_modules` configuration, performing automatic discovery. `flat-layout` detected -- analysing . discovered packages -- ['lazy_loader', 'lazy_loader.tests', 'lazy_loader.tests.fake_pkg'] running egg_info creating lazy_loader.egg-info writing lazy_loader.egg-info/PKG-INFO writing dependency_links to lazy_loader.egg-info/dependency_links.txt writing requirements to lazy_loader.egg-info/requires.txt writing top-level names to lazy_loader.egg-info/top_level.txt writing manifest file 'lazy_loader.egg-info/SOURCES.txt' reading manifest file 'lazy_loader.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'lazy_loader.egg-info/SOURCES.txt' * Building wheel... validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema No `packages` or `py_modules` configuration, performing automatic discovery. `flat-layout` detected -- analysing . discovered packages -- ['lazy_loader', 'lazy_loader.tests', 'lazy_loader.tests.fake_pkg'] running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/lazy_loader copying lazy_loader/__init__.py -> build/lib/lazy_loader creating build/lib/lazy_loader/tests copying lazy_loader/tests/__init__.py -> build/lib/lazy_loader/tests copying lazy_loader/tests/import_np_parallel.py -> build/lib/lazy_loader/tests copying lazy_loader/tests/test_lazy_loader.py -> build/lib/lazy_loader/tests creating build/lib/lazy_loader/tests/fake_pkg copying lazy_loader/tests/fake_pkg/__init__.py -> build/lib/lazy_loader/tests/fake_pkg copying lazy_loader/tests/fake_pkg/some_func.py -> build/lib/lazy_loader/tests/fake_pkg running egg_info writing lazy_loader.egg-info/PKG-INFO writing dependency_links to lazy_loader.egg-info/dependency_links.txt writing requirements to lazy_loader.egg-info/requires.txt writing top-level names to lazy_loader.egg-info/top_level.txt reading manifest file 'lazy_loader.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'lazy_loader.egg-info/SOURCES.txt' copying lazy_loader/tests/fake_pkg/__init__.pyi -> build/lib/lazy_loader/tests/fake_pkg installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/lazy_loader copying build/lib/lazy_loader/__init__.py -> build/bdist.linux-x86_64/wheel/lazy_loader creating build/bdist.linux-x86_64/wheel/lazy_loader/tests copying build/lib/lazy_loader/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lazy_loader/tests copying build/lib/lazy_loader/tests/import_np_parallel.py -> build/bdist.linux-x86_64/wheel/lazy_loader/tests copying build/lib/lazy_loader/tests/test_lazy_loader.py -> build/bdist.linux-x86_64/wheel/lazy_loader/tests creating build/bdist.linux-x86_64/wheel/lazy_loader/tests/fake_pkg copying build/lib/lazy_loader/tests/fake_pkg/__init__.py -> build/bdist.linux-x86_64/wheel/lazy_loader/tests/fake_pkg copying build/lib/lazy_loader/tests/fake_pkg/some_func.py -> build/bdist.linux-x86_64/wheel/lazy_loader/tests/fake_pkg copying build/lib/lazy_loader/tests/fake_pkg/__init__.pyi -> build/bdist.linux-x86_64/wheel/lazy_loader/tests/fake_pkg running install_egg_info Copying lazy_loader.egg-info to build/bdist.linux-x86_64/wheel/lazy_loader-0.4-py3.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/lazy_loader-0.4.dist-info/WHEEL creating '/home/main-builder/pkgwork/src/lazy-loader-0.4/dist/.tmp-31v_zz17/lazy_loader-0.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'lazy_loader/__init__.py' adding 'lazy_loader/tests/__init__.py' adding 'lazy_loader/tests/import_np_parallel.py' adding 'lazy_loader/tests/test_lazy_loader.py' adding 'lazy_loader/tests/fake_pkg/__init__.py' adding 'lazy_loader/tests/fake_pkg/__init__.pyi' adding 'lazy_loader/tests/fake_pkg/some_func.py' adding 'lazy_loader-0.4.dist-info/LICENSE.md' adding 'lazy_loader-0.4.dist-info/METADATA' adding 'lazy_loader-0.4.dist-info/WHEEL' adding 'lazy_loader-0.4.dist-info/top_level.txt' adding 'lazy_loader-0.4.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built lazy_loader-0.4-py3-none-any.whl ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 -- /usr/bin/python cachedir: .pytest_cache rootdir: /home/main-builder/pkgwork/src/lazy-loader-0.4 configfile: pyproject.toml plugins: typeguard-4.2.1 collecting ... collected 11 items lazy_loader/tests/test_lazy_loader.py::test_lazy_import_basics PASSED [ 9%] lazy_loader/tests/test_lazy_loader.py::test_lazy_import_subpackages PASSED [ 18%] lazy_loader/tests/test_lazy_loader.py::test_lazy_import_impact_on_sys_modules SKIPPED [ 27%] lazy_loader/tests/test_lazy_loader.py::test_lazy_import_nonbuiltins PASSED [ 36%] lazy_loader/tests/test_lazy_loader.py::test_lazy_attach PASSED [ 45%] lazy_loader/tests/test_lazy_loader.py::test_attach_same_module_and_attr_name PASSED [ 54%] lazy_loader/tests/test_lazy_loader.py::test_stub_loading PASSED [ 63%] lazy_loader/tests/test_lazy_loader.py::test_stub_loading_parity PASSED [ 72%] lazy_loader/tests/test_lazy_loader.py::test_stub_loading_errors PASSED [ 81%] lazy_loader/tests/test_lazy_loader.py::test_require_kwarg PASSED [ 90%] lazy_loader/tests/test_lazy_loader.py::test_parallel_load SKIPPED (c...) [100%] ========================= 9 passed, 2 skipped in 0.04s ========================= ==> Entering fakeroot environment... ==> Starting package()... removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__init__.py' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/import_np_parallel.py' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/test_lazy_loader.py' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__init__.py' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__init__.pyi' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/some_func.py' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__pycache__/__init__.cpython-312.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__pycache__/__init__.cpython-312.opt-1.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__pycache__/some_func.cpython-312.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__pycache__/some_func.cpython-312.opt-1.pyc' removed directory '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg/__pycache__' removed directory '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/fake_pkg' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/__init__.cpython-312.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/__init__.cpython-312.opt-1.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/import_np_parallel.cpython-312.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/import_np_parallel.cpython-312.opt-1.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/test_lazy_loader.cpython-312.pyc' removed '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__/test_lazy_loader.cpython-312.opt-1.pyc' removed directory '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests/__pycache__' removed directory '/home/main-builder/pkgwork/pkg/python-lazy-loader/usr/lib/python3.12/site-packages/lazy_loader/tests' ==> 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-lazy-loader"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-lazy-loader 0.4-3 (Wed 19 Jun 2024 04:39:45 AM CEST) umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root/var/pkgdest unmounted umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root/var/cache/pacman/pkg unmounted umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root/home/main-builder/pkgsrc unmounted umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root/home/main-builder/.ccache unmounted umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root/home/main-builder/pkgwork unmounted umount: /tmp/chaotic/routines/hourly.2/python-lazy-loader/machine/root (overlay) unmounted real 0m5.068s user 0m2.051s sys 0m2.268s