==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: python-tld 0.12.6-1 (Mon Jan  3 14:33:14 2022)
==> Retrieving sources...
  -> Found python-tld-0.12.6.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    python-tld-0.12.6.tar.gz ... Passed
==> Making package: python-tld 0.12.6-1 (Mon 03 Jan 2022 02:33:29 PM EST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libnsl-2.0.0-1  python-3.10.1-2

Total Installed Size:  53.67 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
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (7) python-appdirs-1.4.4-6  python-more-itertools-8.10.0-4
             python-ordered-set-4.0.2-6  python-packaging-20.9-7
             python-pyparsing-2.4.7-6  python-six-1.16.0-5
             python-setuptools-1:57.4.0-6

Total Download Size:   0.83 MiB
Total Installed Size:  4.40 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:57.4.0-6-any downloading...
 python-pyparsing-2.4.7-6-any downloading...
 python-more-itertools-8.10.0-4-any downloading...
 python-packaging-20.9-7-any downloading...
 python-six-1.16.0-5-any downloading...
 python-appdirs-1.4.4-6-any downloading...
 python-ordered-set-4.0.2-6-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-appdirs...
installing python-more-itertools...
installing python-ordered-set...
installing python-pyparsing...
installing python-six...
installing python-packaging...
installing python-setuptools...
[?25h==> Retrieving sources...
  -> Found python-tld-0.12.6.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-tld-0.12.6.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/tld
copying src/tld/registry.py -> build/lib/tld
copying src/tld/base.py -> build/lib/tld
copying src/tld/exceptions.py -> build/lib/tld
copying src/tld/trie.py -> build/lib/tld
copying src/tld/defaults.py -> build/lib/tld
copying src/tld/result.py -> build/lib/tld
copying src/tld/utils.py -> build/lib/tld
copying src/tld/helpers.py -> build/lib/tld
copying src/tld/conf.py -> build/lib/tld
copying src/tld/__init__.py -> build/lib/tld
creating build/lib/tld/tests
copying src/tld/tests/test_commands.py -> build/lib/tld/tests
copying src/tld/tests/test_core.py -> build/lib/tld/tests
copying src/tld/tests/base.py -> build/lib/tld/tests
copying src/tld/tests/test_registry.py -> build/lib/tld/tests
copying src/tld/tests/__init__.py -> build/lib/tld/tests
running egg_info
creating src/tld.egg-info
writing src/tld.egg-info/PKG-INFO
writing dependency_links to src/tld.egg-info/dependency_links.txt
writing entry points to src/tld.egg-info/entry_points.txt
writing requirements to src/tld.egg-info/requires.txt
writing top-level names to src/tld.egg-info/top_level.txt
writing manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'src_py27/tld/res'
warning: no files found matching '*' under directory 'src_py35/tld/res'
warning: no directories found matching 'src_py27/tld/tests/res'
warning: no directories found matching 'src_py35/tld/tests/res'
adding license file 'LICENSE_GPL2.0.txt'
adding license file 'LICENSE_LGPL_2.1.txt'
adding license file 'LICENSE_MPL_1.1.txt'
writing manifest file 'src/tld.egg-info/SOURCES.txt'
copying src/tld/py.typed -> build/lib/tld
creating build/lib/tld/res
copying src/tld/res/effective_tld_names.dat.txt -> build/lib/tld/res
copying src/tld/res/effective_tld_names_public_only.dat.txt -> build/lib/tld/res
creating build/lib/tld/tests/res
copying src/tld/tests/res/effective_tld_names_custom.dat.txt -> build/lib/tld/tests/res
==> Entering fakeroot environment...
==> Starting package()...
running install
running install_lib
creating /build/python-tld/pkg/python-tld/usr
creating /build/python-tld/pkg/python-tld/usr/lib
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/res
copying build/lib/tld/res/effective_tld_names_public_only.dat.txt -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/res
copying build/lib/tld/res/effective_tld_names.dat.txt -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/res
copying build/lib/tld/registry.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/base.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/exceptions.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/py.typed -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/trie.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/defaults.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
copying build/lib/tld/tests/test_commands.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
creating /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/res
copying build/lib/tld/tests/res/effective_tld_names_custom.dat.txt -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/res
copying build/lib/tld/tests/test_core.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
copying build/lib/tld/tests/base.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
copying build/lib/tld/tests/test_registry.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
copying build/lib/tld/tests/__init__.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests
copying build/lib/tld/result.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/utils.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/helpers.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/conf.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
copying build/lib/tld/__init__.py -> /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/registry.py to registry.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/base.py to base.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/exceptions.py to exceptions.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/trie.py to trie.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/defaults.py to defaults.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/test_commands.py to test_commands.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/test_core.py to test_core.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/base.py to base.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/test_registry.py to test_registry.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/tests/__init__.py to __init__.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/result.py to result.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/utils.py to utils.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/helpers.py to helpers.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/conf.py to conf.cpython-310.pyc
byte-compiling /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld/__init__.py to __init__.cpython-310.pyc
writing byte-compilation script '/tmp/tmp_onl0v5f.py'
/usr/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmp_onl0v5f.py
removing /tmp/tmp_onl0v5f.py
running install_egg_info
running egg_info
writing src/tld.egg-info/PKG-INFO
writing dependency_links to src/tld.egg-info/dependency_links.txt
writing entry points to src/tld.egg-info/entry_points.txt
writing requirements to src/tld.egg-info/requires.txt
writing top-level names to src/tld.egg-info/top_level.txt
reading manifest file 'src/tld.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'src_py27/tld/res'
warning: no files found matching '*' under directory 'src_py35/tld/res'
warning: no directories found matching 'src_py27/tld/tests/res'
warning: no directories found matching 'src_py35/tld/tests/res'
adding license file 'LICENSE_GPL2.0.txt'
adding license file 'LICENSE_LGPL_2.1.txt'
adding license file 'LICENSE_MPL_1.1.txt'
writing manifest file 'src/tld.egg-info/SOURCES.txt'
Copying src/tld.egg-info to /build/python-tld/pkg/python-tld/usr/lib/python3.10/site-packages/tld-0.12.6-py3.10.egg-info
running install_scripts
Installing update-tld-names script to /build/python-tld/pkg/python-tld/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-tld"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-tld 0.12.6-1 (Mon 03 Jan 2022 02:33:57 PM EST)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (9) libnsl-2.0.0-1  python-3.10.1-2  python-appdirs-1.4.4-6
             python-more-itertools-8.10.0-4  python-ordered-set-4.0.2-6
             python-packaging-20.9-7  python-pyparsing-2.4.7-6
             python-setuptools-1:57.4.0-6  python-six-1.16.0-5

Total Removed Size:  58.07 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-setuptools...
removing python-packaging...
removing python-six...
removing python-pyparsing...
removing python-ordered-set...
removing python-more-itertools...
removing python-appdirs...
removing python...
removing libnsl...
[?25h