>>> py3-rsa: Building community/py3-rsa 4.7.2-r1 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 00:43:35 +0000 >>> py3-rsa: Checking sanity of /home/buildozer/aports/community/py3-rsa/APKBUILD... >>> py3-rsa: Analyzing dependencies... >>> py3-rsa: Installing for build: build-base python3 py3-asn1 py3-setuptools py3-pytest py3-mock py3-mypy (1/32) Installing libbz2 (1.0.8-r1) (2/32) Installing libffi (3.4.2-r1) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.5-r1) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.1.2-r0) (7/32) Installing sqlite-libs (3.38.0-r0) (8/32) Installing python3 (3.10.3-r0) (9/32) Installing py3-asn1 (0.4.8-r2) (10/32) Installing py3-appdirs (1.4.4-r3) (11/32) Installing py3-more-itertools (8.12.0-r2) (12/32) Installing py3-ordered-set (4.0.2-r3) (13/32) Installing py3-parsing (2.4.7-r3) (14/32) Installing py3-six (1.16.0-r1) (15/32) Installing py3-packaging (21.3-r0) (16/32) Installing py3-setuptools (59.4.0-r0) (17/32) Installing py3-atomicwrites (1.4.0-r2) (18/32) Installing py3-attrs (21.4.0-r0) (19/32) Installing py3-iniconfig (1.1.1-r2) (20/32) Installing py3-pluggy (0.13.1-r5) (21/32) Installing py3-py (1.10.0-r2) (22/32) Installing py3-wcwidth (0.2.5-r2) (23/32) Installing py3-toml (0.10.2-r3) (24/32) Installing py3-pygments (2.11.2-r0) (25/32) Installing py3-pytest (6.2.5-r2) (26/32) Installing py3-pbr (5.8.1-r0) (27/32) Installing py3-mock (4.0.3-r2) (28/32) Installing py3-mypy-extensions (0.4.3-r2) (29/32) Installing py3-typing-extensions (4.1.1-r0) (30/32) Installing py3-typed-ast (1.5.1-r0) (31/32) Installing py3-mypy (0.941-r0) (32/32) Installing .makedepends-py3-rsa (20220414.004341) Executing busybox-1.35.0-r8.trigger OK: 379 MiB in 120 packages >>> py3-rsa: Cleaning up srcdir >>> py3-rsa: Cleaning up pkgdir >>> py3-rsa: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/rsa-4.7.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-rsa: Fetching https://files.pythonhosted.org/packages/source/r/rsa/rsa-4.7.2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39711 100 39711 0 0 294k 0 --:--:-- --:--:-- --:--:-- 294k >>> py3-rsa: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/rsa-4.7.2.tar.gz >>> py3-rsa: Checking sha512sums... rsa-4.7.2.tar.gz: OK >>> py3-rsa: Unpacking /var/cache/distfiles/v3.16/rsa-4.7.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/rsa copying rsa/util.py -> build/lib/rsa copying rsa/prime.py -> build/lib/rsa copying rsa/key.py -> build/lib/rsa copying rsa/transform.py -> build/lib/rsa copying rsa/parallel.py -> build/lib/rsa copying rsa/randnum.py -> build/lib/rsa copying rsa/common.py -> build/lib/rsa copying rsa/asn1.py -> build/lib/rsa copying rsa/pkcs1.py -> build/lib/rsa copying rsa/pem.py -> build/lib/rsa copying rsa/__init__.py -> build/lib/rsa copying rsa/pkcs1_v2.py -> build/lib/rsa copying rsa/cli.py -> build/lib/rsa copying rsa/core.py -> build/lib/rsa copying rsa/_compat.py -> build/lib/rsa ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-rsa/src/rsa-4.7.2 collected 95 items tests/test_cli.py .............. [ 14%] tests/test_common.py ........... [ 26%] tests/test_compat.py ...... [ 32%] tests/test_integers.py .. [ 34%] tests/test_key.py ...... [ 41%] tests/test_load_save_keys.py ............ [ 53%] tests/test_mypy.py F [ 54%] tests/test_parallel.py . [ 55%] tests/test_pem.py ......... [ 65%] tests/test_pkcs1.py ................. [ 83%] tests/test_pkcs1_v2.py ... [ 86%] tests/test_prime.py .... [ 90%] tests/test_strings.py . [ 91%] tests/test_transform.py ........ [100%] =================================== FAILURES =================================== _________________________ MypyRunnerTest.test_run_mypy _________________________ self = def test_run_mypy(self): proj_root = pathlib.Path(__file__).parent.parent args = ['--incremental', '--ignore-missing-imports'] + [str(proj_root / dirname) for dirname in test_modules] > result = mypy.api.run(args) tests/test_mypy.py:15: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3.10/site-packages/mypy/api.py:68: in run from mypy.main import main /usr/lib/python3.10/site-packages/mypy/main.py:13: in from mypy import build /usr/lib/python3.10/site-packages/mypy/build.py:60: in from mypy.config_parser import parse_mypy_comments _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ import argparse import configparser import glob as fileglob from io import StringIO import os import re import sys > import tomli E ModuleNotFoundError: No module named 'tomli' /usr/lib/python3.10/site-packages/mypy/config_parser.py:9: ModuleNotFoundError =========================== short test summary info ============================ FAILED tests/test_mypy.py::MypyRunnerTest::test_run_mypy - ModuleNotFoundErro... ======================== 1 failed, 94 passed in 36.17s ========================= >>> ERROR: py3-rsa: check failed >>> py3-rsa: Uninstalling dependencies... (1/32) Purging .makedepends-py3-rsa (20220414.004341) (2/32) Purging py3-asn1 (0.4.8-r2) (3/32) Purging py3-setuptools (59.4.0-r0) (4/32) Purging py3-appdirs (1.4.4-r3) (5/32) Purging py3-ordered-set (4.0.2-r3) (6/32) Purging py3-pytest (6.2.5-r2) (7/32) Purging py3-atomicwrites (1.4.0-r2) (8/32) Purging py3-attrs (21.4.0-r0) (9/32) Purging py3-more-itertools (8.12.0-r2) (10/32) Purging py3-iniconfig (1.1.1-r2) (11/32) Purging py3-pluggy (0.13.1-r5) (12/32) Purging py3-py (1.10.0-r2) (13/32) Purging py3-wcwidth (0.2.5-r2) (14/32) Purging py3-packaging (21.3-r0) (15/32) Purging py3-parsing (2.4.7-r3) (16/32) Purging py3-pygments (2.11.2-r0) (17/32) Purging py3-mock (4.0.3-r2) (18/32) Purging py3-pbr (5.8.1-r0) (19/32) Purging py3-six (1.16.0-r1) (20/32) Purging py3-mypy (0.941-r0) (21/32) Purging py3-mypy-extensions (0.4.3-r2) (22/32) Purging py3-toml (0.10.2-r3) (23/32) Purging py3-typing-extensions (4.1.1-r0) (24/32) Purging py3-typed-ast (1.5.1-r0) (25/32) Purging python3 (3.10.3-r0) (26/32) Purging libbz2 (1.0.8-r1) (27/32) Purging libffi (3.4.2-r1) (28/32) Purging gdbm (1.23-r0) (29/32) Purging xz-libs (5.2.5-r1) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.1.2-r0) (32/32) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 297 MiB in 88 packages