You are not logged in.
$ pkgctl repo clone --protocol=https python-aioconsole
$ cd python-aioconsole
$ pkgctl build
==> Updating pacman database cache
:: Synchronizing package databases...
core downloading...
extra downloading...
multilib downloading...
==> Building python-aioconsole
-> repo: extra
-> arch: x86_64
-> worker: builduser-0
==> Building python-aioconsole for [extra] (x86_64)
:: Synchronizing package databases...
core downloading...
extra downloading...
:: Starting full system upgrade...
there is nothing to do
==> Building in chroot for [extra] (x86_64)...
==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [builduser-0]...done
==> Making package: python-aioconsole 0.6.0-2 (Wed Apr 3 18:26:34 2024)
==> Retrieving sources...
-> Found python-aioconsole-0.6.0.tar.gz.tar.gz
==> Validating source files with sha512sums...
python-aioconsole-0.6.0.tar.gz.tar.gz ... Passed
==> Making package: python-aioconsole 0.6.0-2 (Wed Apr 3 18:26:37 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Package (2) New Version Net Change
core/libnsl 2.0.1-1 0.07 MiB
core/python 3.11.8-1 74.64 MiB
Total Installed Size: 74.71 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: for building Python packages using tooling that is usually bundled with Python
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]
mpdecimal: for decimal
xz: for lzma [installed]
tk: for tkinter
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Package (23) New Version Net Change
extra/python-autocommand 2.2.2-4 0.08 MiB
extra/python-coverage 7.4.1-1 1.95 MiB
extra/python-fastjsonschema 2.19.1-1 0.30 MiB
extra/python-inflect 7.2.0-1 0.39 MiB
extra/python-iniconfig 2.0.0-4 0.04 MiB
extra/python-jaraco.context 4.3.0-3 0.04 MiB
extra/python-jaraco.functools 4.0.0-1 0.07 MiB
extra/python-jaraco.text 3.12.0-1 0.09 MiB
extra/python-more-itertools 10.2.0-1 0.64 MiB
extra/python-ordered-set 4.1.0-4 0.07 MiB
extra/python-packaging 23.2-1 0.53 MiB
extra/python-platformdirs 4.2.0-1 0.24 MiB
extra/python-pluggy 1.4.0-2 0.21 MiB
extra/python-pytest 1:8.1.1-1 4.18 MiB
extra/python-tomli 2.0.1-3 0.11 MiB
extra/python-trove-classifiers 2024.3.25-1 0.12 MiB
extra/python-typeguard 4.2.1-1 0.42 MiB
extra/python-typing_extensions 4.10.0-1 0.39 MiB
extra/python-validate-pyproject 0.13-1 0.29 MiB
extra/python-pytest-asyncio 0.23.6-1 0.15 MiB
extra/python-pytest-cov 4.1.0-1 0.16 MiB
extra/python-pytest-repeat 0.9.1-5 0.01 MiB
extra/python-setuptools 1:69.0.3-4 4.68 MiB
Total Installed Size: 15.16 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-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...
installing python-iniconfig...
installing python-pluggy...
installing python-pytest...
installing python-pytest-asyncio...
installing python-coverage...
installing python-pytest-cov...
installing python-pytest-repeat...
==> Retrieving sources...
-> Found python-aioconsole-0.6.0.tar.gz.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-aioconsole-0.6.0.tar.gz.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
running build
running build_py
creating build
creating build/lib
creating build/lib/aioconsole
copying aioconsole/apython.py -> build/lib/aioconsole
copying aioconsole/rlwrap.py -> build/lib/aioconsole
copying aioconsole/execute.py -> build/lib/aioconsole
copying aioconsole/stream.py -> build/lib/aioconsole
copying aioconsole/events.py -> build/lib/aioconsole
copying aioconsole/__init__.py -> build/lib/aioconsole
copying aioconsole/compat.py -> build/lib/aioconsole
copying aioconsole/command.py -> build/lib/aioconsole
copying aioconsole/console.py -> build/lib/aioconsole
copying aioconsole/__main__.py -> build/lib/aioconsole
copying aioconsole/server.py -> build/lib/aioconsole
==> Starting check()...
============================= test session starts ==============================
platform linux -- Python 3.11.8, pytest-8.1.1, pluggy-1.4.0 -- /usr/bin/python
cachedir: .pytest_cache
rootdir: /build/python-aioconsole/src/aioconsole-0.6.0
configfile: setup.cfg
plugins: repeat-0.9.1, asyncio-0.23.6, cov-4.1.0, typeguard-4.2.1
asyncio: mode=Mode.STRICT
collecting ... collected 194 items
tests/test_apython.py::test_input_with_stderr_prompt[linux-1-2] PASSED [ 0%]
tests/test_apython.py::test_input_with_stderr_prompt[linux-2-2] PASSED [ 1%]
tests/test_apython.py::test_input_with_stderr_prompt[darwin-1-2] PASSED [ 1%]
tests/test_apython.py::test_input_with_stderr_prompt[darwin-2-2] PASSED [ 2%]
tests/test_apython.py::test_input_with_stderr_prompt[win32-1-2] PASSED [ 2%]
tests/test_apython.py::test_input_with_stderr_prompt[win32-2-2] PASSED [ 3%]
tests/test_apython.py::test_basic_apython_usage[readline-linux-1-2]
There it hangs.
Offline