==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: python-async 0.6.2-7 (Mon Aug  7 08:45:57 2023)
==> Retrieving sources...
  -> Found async-0.6.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    async-0.6.2.tar.gz ... Passed
==> Making package: python-async 0.6.2-7 (Mon 07 Aug 2023 08:46:01 AM EDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libnsl-2.0.0-3  python-3.11.3-2

Total Installed Size:  75.14 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: 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 (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.67 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: 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 async-0.6.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting async-0.6.2.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/async
copying async/__init__.py -> build/lib/async
copying async/graph.py -> build/lib/async
copying async/util.py -> build/lib/async
copying async/task.py -> build/lib/async
copying async/thread.py -> build/lib/async
copying async/pool.py -> build/lib/async
copying async/channel.py -> build/lib/async
creating build/lib/async/test
copying async/test/__init__.py -> build/lib/async/test
copying async/test/test_graph.py -> build/lib/async/test
copying async/test/test_channel.py -> build/lib/async/test
copying async/test/task.py -> build/lib/async/test
copying async/test/test_performance.py -> build/lib/async/test
copying async/test/test_example.py -> build/lib/async/test
copying async/test/test_thread.py -> build/lib/async/test
copying async/test/test_pool.py -> build/lib/async/test
copying async/test/lib.py -> build/lib/async/test
running install_lib
creating /build/python-async/pkg/python-async/usr
creating /build/python-async/pkg/python-async/usr/lib
creating /build/python-async/pkg/python-async/usr/lib/python3.11
creating /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages
creating /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/__init__.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/graph.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/util.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/task.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/thread.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/pool.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
copying build/lib/async/channel.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async
creating /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/__init__.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_graph.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_channel.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/task.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_performance.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_example.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_thread.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/test_pool.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
copying build/lib/async/test/lib.py -> /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/__init__.py to __init__.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/graph.py to graph.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/util.py to util.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/task.py to task.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/thread.py to thread.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/pool.py to pool.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/channel.py to channel.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/__init__.py to __init__.cpython-311.pyc
byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_graph.py to test_graph.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_graph.py", line 7
    from async.graph import (
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_channel.py to test_channel.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_channel.py", line 7
    from async.channel import (
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/task.py to task.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/task.py", line 6
    from async.task import (
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_performance.py to test_performance.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_performance.py", line 13
    from async.pool import ThreadPool
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_example.py to test_example.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_example.py", line 8
    from async.pool import ThreadPool
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_thread.py to test_thread.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_thread.py", line 8
    from async.thread import (
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/test_pool.py to test_pool.cpython-311.pyc
  File "/usr/lib/python3.11/site-packages/async/test/test_pool.py", line 18
    from async.pool import (
         ^^^^^
SyntaxError: invalid syntax

byte-compiling /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async/test/lib.py to lib.cpython-311.pyc
writing byte-compilation script '/tmp/tmpbr4_ejj5.py'
/usr/bin/python /tmp/tmpbr4_ejj5.py
  File "/usr/lib/python3.11/site-packages/async/test/test_graph.py", line 7
    from async.graph import (
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/test_channel.py", line 7
    from async.channel import (
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/task.py", line 6
    from async.task import (
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/test_performance.py", line 13
    from async.pool import ThreadPool
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/test_example.py", line 8
    from async.pool import ThreadPool
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/test_thread.py", line 8
    from async.thread import (
         ^^^^^
SyntaxError: invalid syntax

  File "/usr/lib/python3.11/site-packages/async/test/test_pool.py", line 18
    from async.pool import (
         ^^^^^
SyntaxError: invalid syntax

removing /tmp/tmpbr4_ejj5.py
running install_egg_info
running egg_info
writing async.egg-info/PKG-INFO
writing dependency_links to async.egg-info/dependency_links.txt
writing top-level names to async.egg-info/top_level.txt
reading manifest file 'async.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'VERSION'
warning: no files found matching 'CHANGES'
warning: no files found matching 'README.rst'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.o' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'async.egg-info/SOURCES.txt'
Copying async.egg-info to /build/python-async/pkg/python-async/usr/lib/python3.11/site-packages/async-0.6.2-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-async"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-async 0.6.2-7 (Mon 07 Aug 2023 08:46:05 AM EDT)
==> 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 (18) libnsl-2.0.0-3  python-3.11.3-2  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-setuptools-1:68.0.0-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

Total Removed Size:  90.82 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-setuptools...
removing python-validate-pyproject...
removing python-trove-classifiers...
removing python-tomli...
removing python-platformdirs...
removing python-packaging...
removing python-ordered-set...
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-fastjsonschema...
removing python-autocommand...
removing python...
removing libnsl...
[?25h