>>> py3-gast: Building community/py3-gast 0.5.3-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 04:53:56 +0000 >>> py3-gast: Checking sanity of /home/buildozer/aports/community/py3-gast/APKBUILD... >>> py3-gast: Analyzing dependencies... >>> py3-gast: Installing for build: build-base python3 py3-setuptools (1/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.0-r1) (12/12) Installing .makedepends-py3-gast (20221123.045357) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 108 packages >>> py3-gast: Cleaning up srcdir >>> py3-gast: Cleaning up pkgdir >>> py3-gast: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-gast-0.5.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 23605 100 23605 0 0 29274 0 --:--:-- --:--:-- --:--:-- 29250 >>> py3-gast: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-gast-0.5.3.tar.gz >>> py3-gast: Checking sha512sums... py3-gast-0.5.3.tar.gz: OK >>> py3-gast: Unpacking /var/cache/distfiles/edge/py3-gast-0.5.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/gast copying gast/gast.py -> build/lib/gast copying gast/ast2.py -> build/lib/gast copying gast/unparser.py -> build/lib/gast copying gast/__init__.py -> build/lib/gast copying gast/astn.py -> build/lib/gast copying gast/version.py -> build/lib/gast copying gast/ast3.py -> build/lib/gast 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 gast.egg-info writing gast.egg-info/PKG-INFO writing dependency_links to gast.egg-info/dependency_links.txt writing top-level names to gast.egg-info/top_level.txt writing manifest file 'gast.egg-info/SOURCES.txt' reading manifest file 'gast.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'gast.egg-info/SOURCES.txt' running build_ext testCompile (tests.test_self.SelfTestCase.testCompile) ... ok testParse (tests.test_self.SelfTestCase.testParse) ... ok test_unparse (tests.test_self.SelfTestCase.test_unparse) ... ok test_ArgAnnotation (tests.test_compat.CompatTestCase.test_ArgAnnotation) ... ok test_Call (tests.test_compat.CompatTestCase.test_Call) ... ok test_Ellipsis (tests.test_compat.CompatTestCase.test_Ellipsis) ... ok test_ExtSlice (tests.test_compat.CompatTestCase.test_ExtSlice) ... ok test_ExtSliceEllipsis (tests.test_compat.CompatTestCase.test_ExtSliceEllipsis) ... ok test_ExtSlices (tests.test_compat.CompatTestCase.test_ExtSlices) ... ok test_FormattedValue (tests.test_compat.CompatTestCase.test_FormattedValue) ... ok test_Index (tests.test_compat.CompatTestCase.test_Index) ... ok test_JoinedStr (tests.test_compat.CompatTestCase.test_JoinedStr) ... ok test_KeywordOnlyArgument (tests.test_compat.CompatTestCase.test_KeywordOnlyArgument) ... ok test_NamedExpr (tests.test_compat.CompatTestCase.test_NamedExpr) ... ok test_PosonlyArgs (tests.test_compat.CompatTestCase.test_PosonlyArgs) ... ok test_Raise (tests.test_compat.CompatTestCase.test_Raise) ... ok test_TryExcept (tests.test_compat.CompatTestCase.test_TryExcept) ... ok test_TryExceptNamed (tests.test_compat.CompatTestCase.test_TryExceptNamed) ... ok test_TryFinally (tests.test_compat.CompatTestCase.test_TryFinally) ... ok test_TypeIgnore (tests.test_compat.CompatTestCase.test_TypeIgnore) ... ok test_With (tests.test_compat.CompatTestCase.test_With) ... ok test_keyword_argument (tests.test_compat.CompatTestCase.test_keyword_argument) ... ok test_star_argument (tests.test_compat.CompatTestCase.test_star_argument) ... ok test_NodeConstructor (tests.test_api.APITestCase.test_NodeConstructor) ... ok test_NodeTransformer (tests.test_api.APITestCase.test_NodeTransformer) ... ok test_NodeVisitor (tests.test_api.APITestCase.test_NodeVisitor) ... ok test_copy_location (tests.test_api.APITestCase.test_copy_location) ... ok test_dump (tests.test_api.APITestCase.test_dump) ... ok test_fix_missing_locations (tests.test_api.APITestCase.test_fix_missing_locations) ... ok test_get_docstring (tests.test_api.APITestCase.test_get_docstring) ... ok test_increment_lineno (tests.test_api.APITestCase.test_increment_lineno) ... ok test_iter_child_nodes (tests.test_api.APITestCase.test_iter_child_nodes) ... ok test_iter_fields (tests.test_api.APITestCase.test_iter_fields) ... ok test_literal_eval_code (tests.test_api.APITestCase.test_literal_eval_code) ... ok test_literal_eval_string (tests.test_api.APITestCase.test_literal_eval_string) ... ok test_parse (tests.test_api.APITestCase.test_parse) ... ok test_unparse (tests.test_api.APITestCase.test_unparse) ... ok test_walk (tests.test_api.APITestCase.test_walk) ... ok ---------------------------------------------------------------------- Ran 38 tests in 0.323s OK >>> py3-gast: Entering fakeroot... running install /usr/lib/python3.11/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-gast/pkg creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/gast.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/ast2.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/unparser.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/__init__.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/astn.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/version.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast copying build/lib/gast/ast3.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/gast.py to gast.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/ast2.py to ast2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/unparser.py to unparser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/astn.py to astn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast/ast3.py to ast3.cpython-311.pyc running install_egg_info running egg_info writing gast.egg-info/PKG-INFO writing dependency_links to gast.egg-info/dependency_links.txt writing top-level names to gast.egg-info/top_level.txt reading manifest file 'gast.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'gast.egg-info/SOURCES.txt' Copying gast.egg-info to /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.11/site-packages/gast-0.5.3-py3.11.egg-info running install_scripts >>> py3-gast*: Running postcheck for py3-gast >>> py3-gast*: Preparing package py3-gast... >>> py3-gast*: Tracing dependencies... >>> py3-gast*: Package size: 304.0 KB >>> py3-gast*: Compressing data... >>> py3-gast*: Create checksum... >>> py3-gast*: Create py3-gast-0.5.3-r1.apk >>> py3-gast: Build complete at Wed, 23 Nov 2022 04:54:00 +0000 elapsed time 0h 0m 4s >>> py3-gast: Cleaning up srcdir >>> py3-gast: Cleaning up pkgdir >>> py3-gast: Uninstalling dependencies... (1/12) Purging .makedepends-py3-gast (20221123.045357) (2/12) Purging py3-setuptools (65.6.0-r1) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-gast: Updating the community/armhf repository index... >>> py3-gast: Signing the index...