Building package "python-restructuredtext_lint" :: 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 (19) mpdecimal-4.0.0-2 python-3.12.3-1 python-autocommand-2.2.2-6 python-fastjsonschema-2.19.1-3 python-inflect-7.2.1-2 python-jaraco.context-4.3.0-4 python-jaraco.functools-4.0.0-3 python-jaraco.text-3.12.0-3 python-more-itertools-10.2.0-2 python-ordered-set-4.1.0-5 python-packaging-23.2-3 python-platformdirs-4.2.0-3 python-tomli-2.0.1-4 python-trove-classifiers-2024.4.10-1 python-typeguard-4.2.1-2 python-typing_extensions-4.11.0-1 python-validate-pyproject-0.13-3 python-docutils-1:0.21.1-4 python-setuptools-1:69.0.3-6 Total Installed Size: 84.02 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-docutils... Optional dependencies for python-docutils python-myst-parser: to parse input in "Markdown" (CommonMark) format python-pillow: for some image manipulation operations python-pygments: for syntax highlighting of code directives and roles 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-packaging... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: python-restructuredtext_lint 1.4.0-3 (Sun 28 Apr 2024 12:48:26 AM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading python-restructuredtext_lint-1.4.0.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 12477 0 12477 0 0 33799 0 --:--:-- --:--:-- --:--:-- 33799 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... python-restructuredtext_lint-1.4.0.tar.gz ... Passed ==> Extracting sources... -> Extracting python-restructuredtext_lint-1.4.0.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib creating build/lib/restructuredtext_lint copying restructuredtext_lint/lint.py -> build/lib/restructuredtext_lint copying restructuredtext_lint/cli.py -> build/lib/restructuredtext_lint copying restructuredtext_lint/__init__.py -> build/lib/restructuredtext_lint creating build/lib/restructuredtext_lint/test copying restructuredtext_lint/test/test.py -> build/lib/restructuredtext_lint/test copying restructuredtext_lint/test/__init__.py -> build/lib/restructuredtext_lint/test running egg_info creating restructuredtext_lint.egg-info writing restructuredtext_lint.egg-info/PKG-INFO writing dependency_links to restructuredtext_lint.egg-info/dependency_links.txt writing entry points to restructuredtext_lint.egg-info/entry_points.txt writing requirements to restructuredtext_lint.egg-info/requires.txt writing top-level names to restructuredtext_lint.egg-info/top_level.txt writing manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' reading manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files.dir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files.dir' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files.dir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files.dir.subdir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir.subdir' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files.dir.subdir' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files.dir.subdir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir.subdir' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying restructuredtext_lint/VERSION -> build/lib/restructuredtext_lint creating build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_line_mismatch.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_link.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_target.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/second_short_heading.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/utf8.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/valid.rst -> build/lib/restructuredtext_lint/test/test_files creating build/lib/restructuredtext_lint/test/test_files/dir copying restructuredtext_lint/test/test_files/dir/valid.rst -> build/lib/restructuredtext_lint/test/test_files/dir creating build/lib/restructuredtext_lint/test/test_files/dir/subdir copying restructuredtext_lint/test/test_files/dir/subdir/invalid.rst -> build/lib/restructuredtext_lint/test/test_files/dir/subdir ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing restructuredtext_lint.egg-info/PKG-INFO writing dependency_links to restructuredtext_lint.egg-info/dependency_links.txt writing entry points to restructuredtext_lint.egg-info/entry_points.txt writing requirements to restructuredtext_lint.egg-info/requires.txt writing top-level names to restructuredtext_lint.egg-info/top_level.txt reading manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files.dir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files.dir' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files.dir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'restructuredtext_lint.test.test_files.dir.subdir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir.subdir' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'restructuredtext_lint.test.test_files.dir.subdir' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'restructuredtext_lint.test.test_files.dir.subdir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir.subdir' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12 creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint copying build/lib/restructuredtext_lint/lint.py -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint copying build/lib/restructuredtext_lint/VERSION -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/valid.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid_target.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/second_short_heading.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid_link.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/utf8.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files/dir copying build/lib/restructuredtext_lint/test/test_files/dir/valid.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files/dir creating /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files/dir/subdir copying build/lib/restructuredtext_lint/test/test_files/dir/subdir/invalid.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files/dir/subdir copying build/lib/restructuredtext_lint/test/test_files/invalid_line_mismatch.rst -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test.py -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test copying build/lib/restructuredtext_lint/test/__init__.py -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test copying build/lib/restructuredtext_lint/cli.py -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint copying build/lib/restructuredtext_lint/__init__.py -> /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint byte-compiling /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/lint.py to lint.cpython-312.pyc byte-compiling /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/test.py to test.cpython-312.pyc byte-compiling /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/cli.py to cli.cpython-312.pyc byte-compiling /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpnlvr6l3x.py' /usr/bin/python /tmp/tmpnlvr6l3x.py removing /tmp/tmpnlvr6l3x.py running install_egg_info Copying restructuredtext_lint.egg-info to /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/lib/python3.12/site-packages/restructuredtext_lint-1.4.0-py3.12.egg-info running install_scripts Installing restructuredtext-lint script to /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/bin Installing rst-lint script to /home/main-builder/pkgwork/pkg/python-restructuredtext_lint/usr/bin ==> 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-restructuredtext_lint"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-restructuredtext_lint 1.4.0-3 (Sun 28 Apr 2024 12:48:28 AM CEST) umount: /home/xiota/py312/python-restructuredtext_lint/machine/root/var/pkgdest unmounted umount: /home/xiota/py312/python-restructuredtext_lint/machine/root/var/cache/pacman/pkg unmounted umount: /home/xiota/py312/python-restructuredtext_lint/machine/root/home/main-builder/pkgsrc unmounted umount: /home/xiota/py312/python-restructuredtext_lint/machine/root/home/main-builder/.ccache unmounted umount: /home/xiota/py312/python-restructuredtext_lint/machine/root/home/main-builder/pkgwork unmounted umount: /home/xiota/py312/python-restructuredtext_lint/machine/root (overlay) unmounted real 0m4.544s user 0m1.738s sys 0m2.196s