==> Building on q ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list created directory packages/python-greenlet ./ PKGBUILD 1,006 100% 0.00kB/s 0:00:00 1,006 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=1/3) python-greenlet-1.1.3-1.log 243 100% 237.30kB/s 0:00:00 243 100% 237.30kB/s 0:00:00 (xfr#2, to-chk=0/3) sent 976 bytes received 104 bytes 720.00 bytes/sec total size is 1,194 speedup is 1.11 ==> Patching arch to riscv64... ==> Running extra-riscv64-build -- -d /home/felix/packages/riscv64-pkg-cache:/var/cache/pacman/pkg -l felix30 on remote host... [?25l:: Synchronizing package databases... core downloading... extra downloading... community 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] -> [felix30]...done ==> Making package: python-greenlet 1.1.3-1 (Wed Aug 31 00:26:45 2022) ==> Retrieving sources...  -> Downloading greenlet-1.1.3.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 91624 100 91624 0 0 6096k 0 --:--:-- --:--:-- --:--:-- 6096k ==> Validating source files with sha512sums... greenlet-1.1.3.tar.gz ... Passed ==> Making package: python-greenlet 1.1.3-1 (Wed Aug 31 00:26:53 2022) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/libnsl 2.0.0-2 0.06 MiB core/python 3.10.6-1 80.83 MiB Total Installed Size: 80.89 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... Package (18) New Version Net Change community/cython 0.29.32-1 7.52 MiB extra/python-appdirs 1.4.4-7 0.07 MiB community/python-autocommand 2.2.1-1 0.07 MiB community/python-inflect 6.0.0-1 0.28 MiB community/python-jaraco.context 4.1.2-1 0.02 MiB community/python-jaraco.functools 3.5.1-1 0.05 MiB community/python-jaraco.text 3.9.1-1 0.07 MiB community/python-more-itertools 8.13.0-2 0.48 MiB extra/python-nspektr 0.4.0-1 0.02 MiB extra/python-ordered-set 4.0.2-6 0.06 MiB extra/python-packaging 21.3-1 0.26 MiB community/python-pydantic 1.9.2-1 5.46 MiB extra/python-pyparsing 3.0.9-1 0.96 MiB extra/python-tomli 2.0.1-1 0.08 MiB extra/python-trove-classifiers 2022.8.24-1 0.11 MiB community/python-typing_extensions 4.3.0-1 0.21 MiB extra/python-validate-pyproject 0.9-1 0.39 MiB extra/python-setuptools 1:61.3.1-1 3.18 MiB Total Installed Size: 19.29 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-appdirs... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing cython... 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-pyparsing... Optional dependencies for python-pyparsing python-railroad-diagrams: for generating Railroad Diagrams python-jinja: for generating Railroad Diagrams installing python-packaging... installing python-nspektr... installing python-ordered-set... installing python-tomli... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... [?25h==> Retrieving sources...  -> Found greenlet-1.1.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting greenlet-1.1.3.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib.linux-riscv64-3.10 creating build/lib.linux-riscv64-3.10/greenlet copying src/greenlet/__init__.py -> build/lib.linux-riscv64-3.10/greenlet creating build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-riscv64-3.10/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.PSF' adding license file 'AUTHORS' writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.c -> build/lib.linux-riscv64-3.10/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-riscv64-3.10/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-riscv64-3.10/greenlet creating build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-riscv64-3.10/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-riscv64-3.10/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-riscv64-3.10/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-riscv64-3.10 creating build/temp.linux-riscv64-3.10/src creating build/temp.linux-riscv64-3.10/src/greenlet gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto -fPIC -I/usr/include/python3.10 -c src/greenlet/greenlet.c -o build/temp.linux-riscv64-3.10/src/greenlet/greenlet.o gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto build/temp.linux-riscv64-3.10/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-riscv64-3.10/greenlet/_greenlet.cpython-310-riscv64-linux-gnu.so building 'greenlet.tests._test_extension' extension creating build/temp.linux-riscv64-3.10/src/greenlet/tests gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-riscv64-3.10/src/greenlet/tests/_test_extension.o gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto build/temp.linux-riscv64-3.10/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-riscv64-3.10/greenlet/tests/_test_extension.cpython-310-riscv64-linux-gnu.so building 'greenlet.tests._test_extension_cpp' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O3 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-riscv64-3.10/src/greenlet/tests/_test_extension_cpp.o g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -flto=auto build/temp.linux-riscv64-3.10/src/greenlet/tests/_test_extension_cpp.o -L/usr/lib -o build/lib.linux-riscv64-3.10/greenlet/tests/_test_extension_cpp.cpython-310-riscv64-linux-gnu.so ==> Starting check()... Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/lib/python3.10/unittest/__main__.py", line 18, in main(module=None) File "/usr/lib/python3.10/unittest/main.py", line 100, in __init__ self.parseArgs(argv) File "/usr/lib/python3.10/unittest/main.py", line 124, in parseArgs self._do_discovery(argv[2:]) File "/usr/lib/python3.10/unittest/main.py", line 244, in _do_discovery self.createTests(from_discovery=True, Loader=Loader) File "/usr/lib/python3.10/unittest/main.py", line 154, in createTests self.test = loader.discover(self.start, self.pattern, self.top) File "/usr/lib/python3.10/unittest/loader.py", line 346, in discover raise ImportError('Start directory is not importable: %r' % start_dir) ImportError: Start directory is not importable: 'greenlet.tests' ==> ERROR: A failure occurred in check().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/felix30/build receiving incremental file list python-greenlet-1.1.3-1-riscv64-build.log python-greenlet-1.1.3-1-riscv64-check.log sent 62 bytes received 1,806 bytes 1,245.33 bytes/sec total size is 11,240 speedup is 6.02