>>> py3-makefun: Building community/py3-makefun 1.13.1-r1 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 01:13:03 +0000 >>> py3-makefun: Checking sanity of /home/buildozer/aports/community/py3-makefun/APKBUILD... >>> py3-makefun: Analyzing dependencies... >>> py3-makefun: Installing for build: build-base python3 py3-pytest py3-pytest-runner py3-setuptools py3-setuptools_scm py3-wheel (1/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.4.2-r1) (3/29) Installing gdbm (1.23-r0) (4/29) Installing xz-libs (5.2.5-r1) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.2-r0) (7/29) Installing sqlite-libs (3.38.0-r0) (8/29) Installing python3 (3.10.3-r0) (9/29) Installing py3-atomicwrites (1.4.0-r2) (10/29) Installing py3-attrs (21.4.0-r0) (11/29) Installing py3-more-itertools (8.12.0-r2) (12/29) Installing py3-iniconfig (1.1.1-r2) (13/29) Installing py3-pluggy (0.13.1-r5) (14/29) Installing py3-py (1.10.0-r2) (15/29) Installing py3-six (1.16.0-r1) (16/29) Installing py3-wcwidth (0.2.5-r2) (17/29) Installing py3-parsing (2.4.7-r3) (18/29) Installing py3-packaging (21.3-r0) (19/29) Installing py3-toml (0.10.2-r3) (20/29) Installing py3-pygments (2.11.2-r0) (21/29) Installing py3-pytest (6.2.5-r2) (22/29) Installing py3-appdirs (1.4.4-r3) (23/29) Installing py3-ordered-set (4.0.2-r3) (24/29) Installing py3-setuptools (59.4.0-r0) (25/29) Installing py3-pytest-runner (5.3.2-r1) (26/29) Installing py3-tomli (2.0.1-r1) (27/29) Installing py3-setuptools_scm (6.4.2-r1) (28/29) Installing py3-wheel (0.37.1-r0) (29/29) Installing .makedepends-py3-makefun (20220414.011304) Executing busybox-1.35.0-r8.trigger OK: 389 MiB in 117 packages >>> py3-makefun: Cleaning up srcdir >>> py3-makefun: Cleaning up pkgdir >>> py3-makefun: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/makefun-1.13.1.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-makefun: Fetching https://pypi.python.org/packages/source/m/makefun/makefun-1.13.1.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 122 100 122 0 0 347 0 --:--:-- --:--:-- --:--:-- 347 100 275 100 275 0 0 672 0 --:--:-- --:--:-- --:--:-- 672 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72170 100 72170 0 0 154k 0 --:--:-- --:--:-- --:--:-- 154k >>> py3-makefun: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/makefun-1.13.1.tar.gz >>> py3-makefun: Checking sha512sums... makefun-1.13.1.tar.gz: OK >>> py3-makefun: Unpacking /var/cache/distfiles/v3.16/makefun-1.13.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/makefun copying src/makefun/_main_py35_and_higher.py -> build/lib/makefun copying src/makefun/_version.py -> build/lib/makefun copying src/makefun/__init__.py -> build/lib/makefun copying src/makefun/_main_py36_and_higher.py -> build/lib/makefun copying src/makefun/main.py -> build/lib/makefun copying src/makefun/_main_legacy_py.py -> build/lib/makefun copying src/makefun/py.typed -> build/lib/makefun running pytest running egg_info writing src/makefun.egg-info/PKG-INFO writing dependency_links to src/makefun.egg-info/dependency_links.txt writing requirements to src/makefun.egg-info/requires.txt writing top-level names to src/makefun.egg-info/top_level.txt reading manifest file 'src/makefun.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/makefun.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-makefun/src/makefun-1.13.1, configfile: setup.cfg, testpaths: tests/ collecting ... collected 84 items tests/test_advanced.py::test_non_representable_defaults PASSED [ 1%] tests/test_advanced.py::test_preserve_attributes PASSED [ 2%] tests/test_advanced.py::test_empty_name_in_string PASSED [ 3%] tests/test_advanced.py::test_same_than_wraps_basic PASSED [ 4%] tests/test_advanced.py::tests_wraps_sigchange PASSED [ 5%] tests/test_advanced.py::test_qualname_when_nested PASSED [ 7%] tests/test_advanced.py::test_type_hint_error PASSED [ 8%] tests/test_advanced.py::test_type_hint_error2 PASSED [ 9%] tests/test_compile_deco.py::test_compilefun PASSED [ 10%] tests/test_compile_deco.py::test_compilefun_nested PASSED [ 11%] tests/test_compile_deco.py::test_compilefun_nested_already_compiled PASSED [ 13%] tests/test_compile_deco.py::test_compilefun_nested_exclude[variant=all] PASSED [ 14%] tests/test_compile_deco.py::test_compilefun_nested_exclude[variant=named] PASSED [ 15%] tests/test_compile_deco.py::test_compilefun_co_names PASSED [ 16%] tests/test_compile_deco.py::test_compilefun_nameerror PASSED [ 17%] tests/test_compile_deco.py::test_compilefun_method PASSED [ 19%] tests/test_compile_deco.py::test_compileclass_decorator PASSED [ 20%] tests/test_create_from_signature.py::test_positional_only PASSED [ 21%] tests/test_create_from_string.py::test_basic[type_hints=False-self_ref=True] PASSED [ 22%] tests/test_create_from_string.py::test_basic[type_hints=False-self_ref=False] PASSED [ 23%] tests/test_create_from_string.py::test_basic[type_hints=1-self_ref=True] PASSED [ 25%] tests/test_create_from_string.py::test_basic[type_hints=1-self_ref=False] PASSED [ 26%] tests/test_create_from_string.py::test_basic[type_hints=2-self_ref=True] PASSED [ 27%] tests/test_create_from_string.py::test_basic[type_hints=2-self_ref=False] PASSED [ 28%] tests/test_create_from_string.py::test_type_comments SKIPPED (This t...) [ 29%] tests/test_create_from_string.py::TestArguments::test_case_simple PASSED [ 30%] tests/test_create_from_string.py::TestArguments::test_case_simple_with_star PASSED [ 32%] tests/test_create_from_string.py::TestArguments::test_case_simple_with_star_args1 PASSED [ 33%] tests/test_create_from_string.py::TestArguments::test_case_simple_with_star_args2 PASSED [ 34%] tests/test_create_from_string.py::TestArguments::test_case_with_type_comments_and_newlines PASSED [ 35%] tests/test_doc.py::test_ex_nihilo[type=str-decorator=False] PASSED [ 36%] tests/test_doc.py::test_ex_nihilo[type=str-decorator=True] PASSED [ 38%] tests/test_doc.py::test_ex_nihilo[type=Signature-decorator=False] PASSED [ 39%] tests/test_doc.py::test_ex_nihilo[type=Signature-decorator=True] PASSED [ 40%] tests/test_doc.py::test_ex_nihilo_kw_only PASSED [ 41%] tests/test_doc.py::test_from_sig_wrapper[use_decorator=False] PASSED [ 42%] tests/test_doc.py::test_from_sig_wrapper[use_decorator=True] PASSED [ 44%] tests/test_doc.py::test_helper_functions PASSED [ 45%] tests/test_doc.py::test_injection PASSED [ 46%] tests/test_doc.py::test_var_length PASSED [ 47%] tests/test_doc.py::test_positional_only PASSED [ 48%] tests/test_doc.py::test_with_signature PASSED [ 50%] tests/test_doc.py::test_with_signature_none PASSED [ 51%] tests/test_doc.py::test_wraps hello! b=2 hello! b=0 hello! b=1 PASSED [ 52%] tests/test_doc.py::test_wraps_functools hello! b=0 hello! PASSED [ 53%] tests/test_doc.py::test_wraps_remove PASSED [ 54%] tests/test_doc.py::test_wraps_add_doc PASSED [ 55%] tests/test_doc.py::test_wraps_add[prepend=True] PASSED [ 57%] tests/test_doc.py::test_wraps_add[prepend=False] PASSED [ 58%] tests/test_generators_coroutines.py::test_generator PASSED [ 59%] tests/test_generators_coroutines.py::test_generator_with_signature PASSED [ 60%] tests/test_generators_coroutines.py::test_generator_based_coroutine PASSED [ 61%] tests/test_generators_coroutines.py::test_native_coroutine PASSED [ 63%] tests/test_issues.py::test_wraps_varpositional SKIPPED (known to fail) [ 64%] tests/test_issues.py::test_varpositional2 PASSED [ 65%] tests/test_issues.py::test_invalid_signature_str PASSED [ 66%] tests/test_issues.py::test_invalid_signature_str_py3 PASSED [ 67%] tests/test_issues.py::test_return_annotation_in_py2 PASSED [ 69%] tests/test_issues.py::test_init_replaced PASSED [ 70%] tests/test_issues.py::test_issue_55 PASSED [ 71%] tests/test_issues.py::test_partial_noargs PASSED [ 72%] tests/test_issues.py::test_wraps_dict PASSED [ 73%] tests/test_issues.py::test_issue_62 PASSED [ 75%] tests/test_issues.py::test_issue_63 PASSED [ 76%] tests/test_issues.py::test_issue_66 PASSED [ 77%] tests/test_issues.py::test_issue_pr_67 PASSED [ 78%] tests/test_issues.py::test_issue_76 PASSED [ 79%] tests/test_issues.py::test_issue_77_async_generator_wraps PASSED [ 80%] tests/test_issues.py::test_issue_77_async_generator_partial PASSED [ 82%] tests/test_partial_and_macros.py::test_doc PASSED [ 83%] tests/test_partial_and_macros.py::test_partial PASSED [ 84%] tests/test_partial_and_macros.py::test_issue_57 PASSED [ 85%] tests/test_partial_and_macros.py::test_create_with_partial PASSED [ 86%] tests/test_partial_and_macros.py::test_args_order_and_kind PASSED [ 88%] tests/test_partial_and_macros.py::test_simple_partial_copy[False] PASSED [ 89%] tests/test_partial_and_macros.py::test_simple_partial_copy[True] PASSED [ 90%] tests/test_so.py::test_create_facades This is generic impl called by func1 called from func1 ! This is generic impl called by func2 This is generic impl called by func3 PASSED [ 91%] tests/test_so.py::test_so_decorator PASSED [ 92%] tests/test_so.py::test_so_facade PASSED [ 94%] tests/test_so.py::test_so_sig_preserving Help on function my_func in module tests.test_so: my_func(x) my function PASSED [ 95%] tests/test_so.py::test_sig_preserving_2 wrapper executes 22 Help on function funny_function in module tests.test_so: funny_function(x, y, z=3) Computes x*y + 2*z PASSED [ 96%] tests/test_so.py::test_so_partial Help on function foo in module tests.test_so: foo(a, *, b=10, c=1) Return (a+b)*c. PASSED [ 97%] tests/test_so.py::test_so_partial2 hello world 1 2 Help on function test in module tests.test_so: test(*, a='hello', b='world', x, y) Help on function test in module tests.test_so: test(*, a='hello', b='world', x, y) Here is a doc PASSED [ 98%] tests/test_so.py::test_so_partial_posargs Help on function test in module tests.test_so: test(*, b='world', x, y) PASSED [100%] =============================== warnings summary =============================== tests/test_generators_coroutines.py::test_native_coroutine /home/buildozer/aports/community/py3-makefun/src/makefun-1.13.1/tests/test_generators_coroutines.py:96: DeprecationWarning: There is no current event loop out = get_event_loop().run_until_complete(dynamic_fun(0.1)) tests/test_issues.py::test_issue_77_async_generator_wraps tests/test_issues.py::test_issue_77_async_generator_wraps /home/buildozer/aports/community/py3-makefun/src/makefun-1.13.1/tests/test_issues.py:241: DeprecationWarning: There is no current event loop assert asyncio.get_event_loop().run_until_complete(asyncio.ensure_future(wrapper(1).__anext__())) == 1 tests/test_issues.py::test_issue_77_async_generator_partial tests/test_issues.py::test_issue_77_async_generator_partial /home/buildozer/aports/community/py3-makefun/src/makefun-1.13.1/tests/test_issues.py:255: DeprecationWarning: There is no current event loop assert asyncio.get_event_loop().run_until_complete(asyncio.ensure_future(f_partial().__anext__())) == 1 -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 82 passed, 2 skipped, 5 warnings in 0.47s =================== >>> py3-makefun: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py copying src/makefun/_version.py -> build/lib/makefun running install_lib creating /home/buildozer/aports/community/py3-makefun/pkg creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/_main_py35_and_higher.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/_version.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/__init__.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/py.typed -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/_main_py36_and_higher.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/main.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun copying build/lib/makefun/_main_legacy_py.py -> /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/_main_py35_and_higher.py to _main_py35_and_higher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/_version.py to _version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/_main_py36_and_higher.py to _main_py36_and_higher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/main.py to main.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun/_main_legacy_py.py to _main_legacy_py.cpython-310.pyc running install_egg_info running egg_info writing src/makefun.egg-info/PKG-INFO writing dependency_links to src/makefun.egg-info/dependency_links.txt writing requirements to src/makefun.egg-info/requires.txt writing top-level names to src/makefun.egg-info/top_level.txt reading manifest file 'src/makefun.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/makefun.egg-info/SOURCES.txt' Copying src/makefun.egg-info to /home/buildozer/aports/community/py3-makefun/pkg/py3-makefun/usr/lib/python3.10/site-packages/makefun-1.13.1-py3.10.egg-info running install_scripts >>> py3-makefun*: Running postcheck for py3-makefun >>> py3-makefun*: Preparing package py3-makefun... >>> py3-makefun*: Tracing dependencies... >>> py3-makefun*: Package size: 200.0 KB >>> py3-makefun*: Compressing data... >>> py3-makefun*: Create checksum... >>> py3-makefun*: Create py3-makefun-1.13.1-r1.apk >>> py3-makefun: Build complete at Thu, 14 Apr 2022 01:13:15 +0000 elapsed time 0h 0m 12s >>> py3-makefun: Cleaning up srcdir >>> py3-makefun: Cleaning up pkgdir >>> py3-makefun: Uninstalling dependencies... (1/29) Purging .makedepends-py3-makefun (20220414.011304) (2/29) Purging py3-pytest (6.2.5-r2) (3/29) Purging py3-atomicwrites (1.4.0-r2) (4/29) Purging py3-attrs (21.4.0-r0) (5/29) Purging py3-iniconfig (1.1.1-r2) (6/29) Purging py3-pluggy (0.13.1-r5) (7/29) Purging py3-py (1.10.0-r2) (8/29) Purging py3-wcwidth (0.2.5-r2) (9/29) Purging py3-toml (0.10.2-r3) (10/29) Purging py3-pygments (2.11.2-r0) (11/29) Purging py3-pytest-runner (5.3.2-r1) (12/29) Purging py3-setuptools_scm (6.4.2-r1) (13/29) Purging py3-setuptools (59.4.0-r0) (14/29) Purging py3-appdirs (1.4.4-r3) (15/29) Purging py3-more-itertools (8.12.0-r2) (16/29) Purging py3-ordered-set (4.0.2-r3) (17/29) Purging py3-tomli (2.0.1-r1) (18/29) Purging py3-wheel (0.37.1-r0) (19/29) Purging py3-packaging (21.3-r0) (20/29) Purging py3-parsing (2.4.7-r3) (21/29) Purging py3-six (1.16.0-r1) (22/29) Purging python3 (3.10.3-r0) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.4.2-r1) (25/29) Purging gdbm (1.23-r0) (26/29) Purging xz-libs (5.2.5-r1) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.2-r0) (29/29) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 323 MiB in 88 packages >>> py3-makefun: Updating the community/s390x repository index... >>> py3-makefun: Signing the index...