==> Synchronizing chroot copy [/chroot/armv8/root] -> [build]...done
==> Making package: python-mechanicalsoup 1.3.0-1 (Mon Aug  7 12:14:24 2023)
==> Retrieving sources...
  -> Found v1.3.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    v1.3.0.tar.gz ... Passed
==> Making package: python-mechanicalsoup 1.3.0-1 (Mon 07 Aug 2023 12:14:40 PM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) libnsl-2.0.0-3  libxslt-1.1.38-1  python-chardet-5.2.0-1
              python-idna-3.4-3  python-soupsieve-2.4.1-1
              python-urllib3-1.26.15-1  python-3.11.3-2
              python-beautifulsoup4-4.12.2-1  python-lxml-4.9.2-3
              python-requests-2.28.2-4  python-six-1.16.0-8

Total Download Size:    2.24 MiB
Total Installed Size:  89.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-lxml-4.9.2-3-aarch64 downloading...
 python-beautifulsoup4-4.12.2-1-any downloading...
 python-urllib3-1.26.15-1-any downloading...
 python-chardet-5.2.0-1-any downloading...
 libxslt-1.1.38-1-aarch64 downloading...
 python-requests-2.28.2-4-any downloading...
 python-soupsieve-2.4.1-1-any downloading...
 python-idna-3.4-3-any downloading...
 python-six-1.16.0-8-any downloading...
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
installing python-soupsieve...
installing python-beautifulsoup4...
Optional dependencies for python-beautifulsoup4
    python-chardet: to autodetect character encodings [pending]
    python-lxml: alternative HTML parser [pending]
    python-html5lib: alternative HTML parser
installing python-urllib3...
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-certifi: security support
    python-cryptography: security support
    python-idna: security support [pending]
    python-pyopenssl: security support
    python-pysocks: SOCKS support
installing python-chardet...
installing python-idna...
installing python-requests...
Optional dependencies for python-requests
    python-pysocks: SOCKS proxy support
installing python-six...
installing libxslt...
Optional dependencies for libxslt
    python: Python bindings [installed]
installing python-lxml...
Optional dependencies for python-lxml
    python-beautifulsoup4: support for beautifulsoup parser to parse not well
    formed HTML [installed]
    python-cssselect: support for cssselect
    python-html5lib: support for html5lib parser
    python-lxml-docs: offline docs
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (16) python-autocommand-2.2.2-4  python-fastjsonschema-2.18.0-1
              python-inflect-7.0.0-1  python-jaraco.context-4.3.0-3
              python-jaraco.functools-3.8.0-1  python-jaraco.text-3.11.1-3
              python-more-itertools-10.0.1-1  python-ordered-set-4.1.0-4
              python-packaging-23.1-1  python-platformdirs-3.9.1-1
              python-pydantic-1.10.9-1  python-tomli-2.0.1-3
              python-trove-classifiers-2023.7.6-1
              python-typing_extensions-4.7.1-1
              python-validate-pyproject-0.13-1  python-setuptools-1:68.0.0-1

Total Installed Size:  15.60 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 python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-typing_extensions...
installing python-pydantic...
Optional dependencies for python-pydantic
    python-dotenv: for .env file support
    python-email-validator: for email validation
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...
[?25h==> Retrieving sources...
  -> Found v1.3.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting v1.3.0.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.11/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
creating build
creating build/lib
creating build/lib/mechanicalsoup
copying mechanicalsoup/__version__.py -> build/lib/mechanicalsoup
copying mechanicalsoup/form.py -> build/lib/mechanicalsoup
copying mechanicalsoup/__init__.py -> build/lib/mechanicalsoup
copying mechanicalsoup/utils.py -> build/lib/mechanicalsoup
copying mechanicalsoup/browser.py -> build/lib/mechanicalsoup
copying mechanicalsoup/stateful_browser.py -> build/lib/mechanicalsoup
running install_lib
creating /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr
creating /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib
creating /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11
creating /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages
creating /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/__version__.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/form.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/__init__.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/utils.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/browser.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
copying build/lib/mechanicalsoup/stateful_browser.py -> /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/__version__.py to __version__.cpython-311.pyc
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/form.py to form.cpython-311.pyc
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/__init__.py to __init__.cpython-311.pyc
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/utils.py to utils.cpython-311.pyc
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/browser.py to browser.cpython-311.pyc
byte-compiling /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/mechanicalsoup/stateful_browser.py to stateful_browser.cpython-311.pyc
writing byte-compilation script '/tmp/tmp4g4xhowg.py'
/usr/bin/python /tmp/tmp4g4xhowg.py
removing /tmp/tmp4g4xhowg.py
running install_egg_info
running egg_info
creating MechanicalSoup.egg-info
writing MechanicalSoup.egg-info/PKG-INFO
writing dependency_links to MechanicalSoup.egg-info/dependency_links.txt
writing requirements to MechanicalSoup.egg-info/requires.txt
writing top-level names to MechanicalSoup.egg-info/top_level.txt
writing manifest file 'MechanicalSoup.egg-info/SOURCES.txt'
reading manifest file 'MechanicalSoup.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'MechanicalSoup.egg-info/SOURCES.txt'
Copying MechanicalSoup.egg-info to /build/python-mechanicalsoup/pkg/python-mechanicalsoup/usr/lib/python3.11/site-packages/MechanicalSoup-1.3.0-py3.11.egg-info
running install_scripts
==> 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-mechanicalsoup"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-mechanicalsoup 1.3.0-1 (Mon 07 Aug 2023 12:15:06 PM UTC)
==> Cleaning up...
==> Removing installed dependencies...
[?25lchecking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: libevent optionally requires python: event_rpcgen.py
:: libxml2 optionally requires python: Python bindings
:: util-linux-libs optionally requires python: python bindings to libmount

Packages (27) libnsl-2.0.0-3  libxslt-1.1.38-1  python-3.11.3-2
              python-autocommand-2.2.2-4  python-beautifulsoup4-4.12.2-1
              python-chardet-5.2.0-1  python-fastjsonschema-2.18.0-1
              python-idna-3.4-3  python-inflect-7.0.0-1
              python-jaraco.context-4.3.0-3  python-jaraco.functools-3.8.0-1
              python-jaraco.text-3.11.1-3  python-lxml-4.9.2-3
              python-more-itertools-10.0.1-1  python-ordered-set-4.1.0-4
              python-packaging-23.1-1  python-platformdirs-3.9.1-1
              python-pydantic-1.10.9-1  python-requests-2.28.2-4
              python-setuptools-1:68.0.0-1  python-six-1.16.0-8
              python-soupsieve-2.4.1-1  python-tomli-2.0.1-3
              python-trove-classifiers-2023.7.6-1
              python-typing_extensions-4.7.1-1  python-urllib3-1.26.15-1
              python-validate-pyproject-0.13-1

Total Removed Size:  104.91 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-six...
removing python-setuptools...
removing python-validate-pyproject...
removing python-trove-classifiers...
removing python-tomli...
removing python-requests...
removing python-urllib3...
removing python-platformdirs...
removing python-packaging...
removing python-ordered-set...
removing python-lxml...
removing python-jaraco.text...
removing python-jaraco.functools...
removing python-more-itertools...
removing python-jaraco.context...
removing python-inflect...
removing python-pydantic...
removing python-typing_extensions...
removing python-idna...
removing python-fastjsonschema...
removing python-chardet...
removing python-beautifulsoup4...
removing python-soupsieve...
removing python-autocommand...
removing python...
removing libxslt...
removing libnsl...
[?25h