==> Building on shinx ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list created directory packages/python-alt-pytest-asyncio ./ PKGBUILD 1,189 100% 0.00kB/s 0:00:00 1,189 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=1/3) python-alt-pytest-asyncio-0.7.0-1.log 257 100% 250.98kB/s 0:00:00 257 100% 250.98kB/s 0:00:00 (xfr#2, to-chk=0/3) sent 996 bytes received 114 bytes 740.00 bytes/sec total size is 1,381 speedup is 1.24 ==> Running extra-riscv64-build -- -d /home/felix/packages/riscv64-pkg-cache:/var/cache/pacman/pkg -l root1 on remote host... [?25l:: Synchronizing package databases... core downloading... extra downloading... :: Starting full system upgrade... there is nothing to do [?25h==> Building in chroot for [extra] (riscv64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [root1]...done ==> Making package: python-alt-pytest-asyncio 0.7.0-1 (Thu May 25 09:50:24 2023) ==> Retrieving sources...  -> Downloading python-alt-pytest-asyncio-0.7.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 18109 0 18109 0 0 36592 0 --:--:-- --:--:-- --:--:-- 36592 ==> Validating source files with sha512sums... python-alt-pytest-asyncio-0.7.0.tar.gz ... Passed ==> Making package: python-alt-pytest-asyncio 0.7.0-1 (Thu May 25 09:50:33 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (6) New Version Net Change core/libnsl 2.0.0-3 0.06 MiB core/python 3.11.3-1 104.68 MiB extra/python-iniconfig 2.0.0-4 0.04 MiB extra/python-packaging 23.1-1 0.47 MiB extra/python-pluggy 1.0.0-4 0.13 MiB extra/python-pytest 7.3.1-4 3.97 MiB Total Installed Size: 109.36 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 installing python-iniconfig... installing python-packaging... installing python-pluggy... installing python-pytest... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (9) New Version Net Change Download Size extra/python-editables 0.3-4 0.02 MiB extra/python-pathspec 0.11.1-3 0.21 MiB extra/python-pyproject-hooks 1.0.0-5 0.09 MiB extra/python-trove-classifiers 2023.4.25-1 0.11 MiB extra/python-build 0.10.0-4 0.68 MiB 0.11 MiB extra/python-hatchling 1.16.1-1 1.02 MiB extra/python-installer 0.7.0-3 0.82 MiB extra/python-nest-asyncio 1.5.6-2 0.04 MiB 0.01 MiB extra/python-noseofyeti 2.4.1-2 0.23 MiB 0.05 MiB Total Download Size: 0.18 MiB Total Installed Size: 3.21 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-build-0.10.0-4-any downloading... python-noseofyeti-2.4.1-2-any downloading... python-nest-asyncio-1.5.6-2-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-virtualenv: Use virtualenv for build isolation installing python-installer... installing python-pathspec... installing python-editables... installing python-trove-classifiers... installing python-hatchling... installing python-noseofyeti... installing python-nest-asyncio... [?25h==> Retrieving sources...  -> Found python-alt-pytest-asyncio-0.7.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting python-alt-pytest-asyncio-0.7.0.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... * Building wheel... Successfully built alt_pytest_asyncio-0.7.0-py3-none-any.whl ==> Starting check()... ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /build/python-alt-pytest-asyncio/src/alt-pytest-asyncio-release-0.7.0 configfile: pytest.ini plugins: alt-pytest-asyncio-0.7.0, noseOfYeti-2.4.1 collected 15 items tests/test_examples.py ..F tests/test_override_loop.py ....... tests/test_works.py ..... =================================== FAILURES =================================== __________________ test_cleans_up_tests_properly_on_interrupt __________________ tests/test_examples.py:122: in test_cleans_up_tests_properly_on_interrupt matcher.fnmatch_lines(want) E Failed: exact match: 'collected 5 items' E exact match: '' E nomatch: 'tests/test_example.py .FFTEST FINALLY' E and: 'tests/test_example.py .F' E and: '' E and: '=================================== FAILURES ===================================' E and: '__________________________ test_bb_shows_failed_tests __________________________' E and: 'tests/test_example.py:20: in test_bb_shows_failed_tests' E and: ' assert False, "NOOOOO"' E and: 'E AssertionError: NOOOOO' E and: 'E assert False' E and: '=========================== short test summary info ============================' E and: 'FAILED tests/test_example.py::test_bb_shows_failed_tests - AssertionError: NO...' E and: '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' E and: '/usr/lib/python3.11/selectors.py:468: KeyboardInterrupt' E and: '(to show a full traceback on KeyboardInterrupt use --full-trace)' E and: '========================= 1 failed, 1 passed in 1.68s ==========================' E remains unmatched: 'tests/test_example.py .FFTEST FINALLY' =========================== short test summary info ============================ FAILED tests/test_examples.py::test_cleans_up_tests_properly_on_interrupt - F... ========================= 1 failed, 14 passed in 6.61s ========================= ==> ERROR: A failure occurred in check().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/root1/build receiving incremental file list python-alt-pytest-asyncio-0.7.0-1-riscv64-build.log python-alt-pytest-asyncio-0.7.0-1-riscv64-check.log sent 62 bytes received 1,003 bytes 710.00 bytes/sec total size is 2,277 speedup is 2.14