>>> py3-beniget: Building community/py3-beniget 0.4.1-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 00:12:14 +0000 >>> py3-beniget: Checking sanity of /home/buildozer/aports/community/py3-beniget/APKBUILD... >>> py3-beniget: Analyzing dependencies... >>> py3-beniget: Installing for build: build-base python3 py3-gast py3-setuptools (1/13) Installing libbz2 (1.0.8-r3) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing xz-libs (5.2.7-r0) (5/13) Installing mpdecimal (2.5.1-r1) (6/13) Installing readline (8.2.0-r0) (7/13) Installing sqlite-libs (3.39.4-r0) (8/13) Installing python3 (3.10.8-r3) (9/13) Installing py3-gast (0.5.3-r0) (10/13) Installing py3-parsing (3.0.9-r0) (11/13) Installing py3-packaging (21.3-r2) (12/13) Installing py3-setuptools (65.5.0-r0) (13/13) Installing .makedepends-py3-beniget (20221029.001214) Executing busybox-1.35.0-r27.trigger OK: 247 MiB in 106 packages >>> py3-beniget: Cleaning up srcdir >>> py3-beniget: Cleaning up pkgdir >>> py3-beniget: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-beniget-0.4.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 100 16353 100 16353 0 0 30584 0 --:--:-- --:--:-- --:--:-- 30623 >>> py3-beniget: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-beniget-0.4.1.tar.gz >>> py3-beniget: Checking sha512sums... py3-beniget-0.4.1.tar.gz: OK >>> py3-beniget: Unpacking /var/cache/distfiles/v3.17/py3-beniget-0.4.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/beniget copying beniget/__init__.py -> build/lib/beniget copying beniget/beniget.py -> build/lib/beniget running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating beniget.egg-info writing beniget.egg-info/PKG-INFO writing dependency_links to beniget.egg-info/dependency_links.txt writing requirements to beniget.egg-info/requires.txt writing top-level names to beniget.egg-info/top_level.txt writing manifest file 'beniget.egg-info/SOURCES.txt' reading manifest file 'beniget.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'beniget.egg-info/SOURCES.txt' running build_ext test_class_method_assign (tests.definitions.TestClasses) ... ok testAsyncFunctionDef (tests.definitions.TestGlobals) ... ok testClassDef (tests.definitions.TestGlobals) ... ok testClassMethodDef (tests.definitions.TestGlobals) ... ok testClassRedefinition (tests.definitions.TestGlobals) ... ok testDelClassDef (tests.definitions.TestGlobals) ... ok testDelClassDefReDef (tests.definitions.TestGlobals) ... ok testFuntionNested (tests.definitions.TestGlobals) ... ok testFuntionRedefinion (tests.definitions.TestGlobals) ... ok testGlobalAfterKeyword (tests.definitions.TestGlobals) ... ok testGlobalAnnotatedDef (tests.definitions.TestGlobals) ... ok testGlobalAsyncFor (tests.definitions.TestGlobals) ... ok testGlobalAsyncWith (tests.definitions.TestGlobals) ... ok testGlobalAugAssign (tests.definitions.TestGlobals) ... ok testGlobalBeforeKeyword (tests.definitions.TestGlobals) ... ok testGlobalDef (tests.definitions.TestGlobals) ... ok testGlobalDestructuring (tests.definitions.TestGlobals) ... ok testGlobalDictComp (tests.definitions.TestGlobals) ... ok testGlobalFor (tests.definitions.TestGlobals) ... ok testGlobalForDestructuring (tests.definitions.TestGlobals) ... ok testGlobalGeneratorExpr (tests.definitions.TestGlobals) ... ok testGlobalImport (tests.definitions.TestGlobals) ... ok testGlobalImportAs (tests.definitions.TestGlobals) ... ok testGlobalImportFrom (tests.definitions.TestGlobals) ... ok testGlobalImportFromAs (tests.definitions.TestGlobals) ... ok testGlobalImportFromStar (tests.definitions.TestGlobals) ... ok testGlobalImportFromStarRedefine (tests.definitions.TestGlobals) ... ok testGlobalImportSubModule (tests.definitions.TestGlobals) ... ok testGlobalImportSubModuleAs (tests.definitions.TestGlobals) ... ok testGlobalImports (tests.definitions.TestGlobals) ... ok testGlobalImportsAs (tests.definitions.TestGlobals) ... ok testGlobalImportsFrom (tests.definitions.TestGlobals) ... ok testGlobalImportsFromAs (tests.definitions.TestGlobals) ... ok testGlobalInFor (tests.definitions.TestGlobals) ... ok testGlobalInIfBothBranch (tests.definitions.TestGlobals) ... ok testGlobalInIfBothBranchDifferent (tests.definitions.TestGlobals) ... ok testGlobalInIfFalseBranch (tests.definitions.TestGlobals) ... ok testGlobalInIfTrueBranch (tests.definitions.TestGlobals) ... ok testGlobalInWhile (tests.definitions.TestGlobals) ... ok testGlobalLambda (tests.definitions.TestGlobals) ... ok testGlobalListComp (tests.definitions.TestGlobals) ... ok testGlobalNestedFor (tests.definitions.TestGlobals) ... ok testGlobalSetComp (tests.definitions.TestGlobals) ... ok testGlobalThroughKeyword (tests.definitions.TestGlobals) ... ok testGlobalThroughKeywords (tests.definitions.TestGlobals) ... ok testGlobalThroughMultipleKeyword (tests.definitions.TestGlobals) ... ok testGlobalTry (tests.definitions.TestGlobals) ... ok testGlobalTryExcept (tests.definitions.TestGlobals) ... ok testGlobalTryExceptFinally (tests.definitions.TestGlobals) ... ok testGlobalWith (tests.definitions.TestGlobals) ... ok testGlobalsAfterKeyword (tests.definitions.TestGlobals) ... ok testGlobalsBeforeKeyword (tests.definitions.TestGlobals) ... ok testMultipleClassDef (tests.definitions.TestGlobals) ... ok testMultipleGlobalDef (tests.definitions.TestGlobals) ... ok testNestedClassDef (tests.definitions.TestGlobals) ... ok test_MultipleFunctionDef (tests.definitions.TestGlobals) ... ok test_SingleFunctionDef (tests.definitions.TestGlobals) ... ok testLocalFunctionDef (tests.definitions.TestLocals) ... ok testLocalFunctionDefArgsDefault (tests.definitions.TestLocals) ... ok testLocalFunctionDefKwArgs (tests.definitions.TestLocals) ... ok testLocalFunctionDefKwOnly (tests.definitions.TestLocals) ... ok testLocalFunctionDefOneArg (tests.definitions.TestLocals) ... ok testLocalFunctionDefOneArgDefault (tests.definitions.TestLocals) ... ok testLocalFunctionDefStarArgs (tests.definitions.TestLocals) ... ok test_AugAssignInLoop (tests.definitions.TestLocals) ... ok test_IfInWhile (tests.definitions.TestLocals) ... ok test_ListCompInLoop (tests.definitions.TestLocals) ... ok test_LocalAssign (tests.definitions.TestLocals) ... ok test_LocalAssignRedef (tests.definitions.TestLocals) ... ok test_LocalGlobal (tests.definitions.TestLocals) ... ok test_LocalNestedFun (tests.definitions.TestLocals) ... ok test_LocalNonLocalAfter (tests.definitions.TestLocals) ... ok test_LocalNonLocalBefore (tests.definitions.TestLocals) ... ok test_no_attribute (tests.attributes.TestAttributes) ... ok test_non_standard_self (tests.attributes.TestAttributes) ... ok test_self_redefinition (tests.attributes.TestAttributes) ... ok test_self_redefinition_in_args (tests.attributes.TestAttributes) ... ok test_self_redefinition_in_both_branch (tests.attributes.TestAttributes) ... ok test_self_redefinition_in_branch_false (tests.attributes.TestAttributes) ... ok test_self_redefinition_in_branch_true (tests.attributes.TestAttributes) ... ok test_simple_attribute (tests.attributes.TestAttributes) ... ok test_beniget_documentation (tests.doc.TestDoctest) ... ok test_beniget_readme (tests.doc.TestDoctest) ... ok test_no_capture (tests.capture.TestCapture) ... ok test_simple_capture (tests.capture.TestCapture) ... ok test_assign_in_loop (tests.chains.TestDefUseChains) ... ok test_assign_in_loop_in_conditional (tests.chains.TestDefUseChains) ... ok test_assign_in_while_in_conditional (tests.chains.TestDefUseChains) ... ok test_attr (tests.chains.TestDefUseChains) ... ok test_augassign (tests.chains.TestDefUseChains) ... ok test_augassign_in_loop (tests.chains.TestDefUseChains) ... ok test_break_in_loop (tests.chains.TestDefUseChains) ... ok test_class_annotation (tests.chains.TestDefUseChains) ... ok test_class_decorator (tests.chains.TestDefUseChains) ... ok test_complex_for_orelse (tests.chains.TestDefUseChains) ... ok test_complex_while_orelse (tests.chains.TestDefUseChains) ... ok test_continue_in_loop (tests.chains.TestDefUseChains) ... ok test_expanded_augassign (tests.chains.TestDefUseChains) ... ok test_expression_chain (tests.chains.TestDefUseChains) ... ok test_for_break (tests.chains.TestDefUseChains) ... ok test_for_pass (tests.chains.TestDefUseChains) ... ok test_functiondef_returns (tests.chains.TestDefUseChains) ... ok test_if_both_branch (tests.chains.TestDefUseChains) ... ok test_if_false_branch (tests.chains.TestDefUseChains) ... ok test_if_in_loop (tests.chains.TestDefUseChains) ... ok test_if_true_branch (tests.chains.TestDefUseChains) ... ok test_ifexp_chain (tests.chains.TestDefUseChains) ... ok test_import_from (tests.chains.TestDefUseChains) ... ok test_import_from_as (tests.chains.TestDefUseChains) ... ok test_method_function_conflict (tests.chains.TestDefUseChains) ... ok test_multiple_import_as (tests.chains.TestDefUseChains) ... ok test_multiple_import_from_as (tests.chains.TestDefUseChains) ... ok test_named_expr_complex (tests.chains.TestDefUseChains) ... ok test_named_expr_simple (tests.chains.TestDefUseChains) ... ok test_named_expr_with_rename (tests.chains.TestDefUseChains) ... ok test_nested_if (tests.chains.TestDefUseChains) ... ok test_nested_if_else (tests.chains.TestDefUseChains) ... ok test_nested_while (tests.chains.TestDefUseChains) ... ok test_reassign_in_loop (tests.chains.TestDefUseChains) ... ok test_redef_try_except (tests.chains.TestDefUseChains) ... ok test_simple_except (tests.chains.TestDefUseChains) ... ok test_simple_expression (tests.chains.TestDefUseChains) ... ok test_simple_for (tests.chains.TestDefUseChains) ... ok test_simple_for_orelse (tests.chains.TestDefUseChains) ... ok test_simple_import (tests.chains.TestDefUseChains) ... ok test_simple_import_as (tests.chains.TestDefUseChains) ... ok test_simple_print (tests.chains.TestDefUseChains) ... ok test_simple_redefinition (tests.chains.TestDefUseChains) ... ok test_simple_try (tests.chains.TestDefUseChains) ... ok test_simple_try_except (tests.chains.TestDefUseChains) ... ok test_simple_while (tests.chains.TestDefUseChains) ... ok test_star_import_with_conditional_redef (tests.chains.TestDefUseChains) ... ok test_try_except (tests.chains.TestDefUseChains) ... ok test_type_destructuring_for (tests.chains.TestDefUseChains) ... ok test_type_destructuring_list (tests.chains.TestDefUseChains) ... ok test_type_destructuring_tuple (tests.chains.TestDefUseChains) ... ok test_unbound_identifier_message_format (tests.chains.TestDefUseChains) ... ok test_while_break (tests.chains.TestDefUseChains) ... ok test_while_cond_break (tests.chains.TestDefUseChains) ... ok test_while_cond_continue (tests.chains.TestDefUseChains) ... ok test_while_nested_break (tests.chains.TestDefUseChains) ... ok test_while_orelse_break (tests.chains.TestDefUseChains) ... ok test_with_handler (tests.chains.TestDefUseChains) ... ok test_call (tests.chains.TestUseDefChains) ... ok test_simple_expression (tests.chains.TestUseDefChains) ... ok ---------------------------------------------------------------------- Ran 145 tests in 0.155s OK >>> py3-beniget: 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 install_lib creating /home/buildozer/aports/community/py3-beniget/pkg creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget copying build/lib/beniget/__init__.py -> /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget copying build/lib/beniget/beniget.py -> /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget byte-compiling /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget/beniget.py to beniget.cpython-310.pyc running install_egg_info running egg_info writing beniget.egg-info/PKG-INFO writing dependency_links to beniget.egg-info/dependency_links.txt writing requirements to beniget.egg-info/requires.txt writing top-level names to beniget.egg-info/top_level.txt reading manifest file 'beniget.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'beniget.egg-info/SOURCES.txt' Copying beniget.egg-info to /home/buildozer/aports/community/py3-beniget/pkg/py3-beniget/usr/lib/python3.10/site-packages/beniget-0.4.1-py3.10.egg-info running install_scripts >>> py3-beniget*: Running postcheck for py3-beniget >>> py3-beniget*: Preparing package py3-beniget... >>> py3-beniget*: Tracing dependencies... >>> py3-beniget*: Package size: 128.0 KB >>> py3-beniget*: Compressing data... >>> py3-beniget*: Create checksum... >>> py3-beniget*: Create py3-beniget-0.4.1-r0.apk >>> py3-beniget: Build complete at Sat, 29 Oct 2022 00:12:17 +0000 elapsed time 0h 0m 3s >>> py3-beniget: Cleaning up srcdir >>> py3-beniget: Cleaning up pkgdir >>> py3-beniget: Uninstalling dependencies... (1/13) Purging .makedepends-py3-beniget (20221029.001214) (2/13) Purging py3-gast (0.5.3-r0) (3/13) Purging py3-setuptools (65.5.0-r0) (4/13) Purging py3-packaging (21.3-r2) (5/13) Purging py3-parsing (3.0.9-r0) (6/13) Purging python3 (3.10.8-r3) (7/13) Purging libbz2 (1.0.8-r3) (8/13) Purging libffi (3.4.4-r0) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.7-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-beniget: Updating the community/armv7 repository index... >>> py3-beniget: Signing the index...