>>> py3-gast: Building community/py3-gast 0.5.3-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 22:02:40 +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-r3) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.7-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.39.4-r0) (8/12) Installing python3 (3.10.8-r3) (9/12) Installing py3-parsing (3.0.9-r0) (10/12) Installing py3-packaging (21.3-r2) (11/12) Installing py3-setuptools (65.5.0-r0) (12/12) Installing .makedepends-py3-gast (20221028.220241) Executing busybox-1.35.0-r27.trigger OK: 390 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 >>> 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) ... ok testParse (tests.test_self.SelfTestCase) ... ok test_unparse (tests.test_self.SelfTestCase) ... ok test_ArgAnnotation (tests.test_compat.CompatTestCase) ... ok test_Call (tests.test_compat.CompatTestCase) ... ok test_Ellipsis (tests.test_compat.CompatTestCase) ... ok test_ExtSlice (tests.test_compat.CompatTestCase) ... ok test_ExtSliceEllipsis (tests.test_compat.CompatTestCase) ... ok test_ExtSlices (tests.test_compat.CompatTestCase) ... ok test_FormattedValue (tests.test_compat.CompatTestCase) ... ok test_Index (tests.test_compat.CompatTestCase) ... ok test_JoinedStr (tests.test_compat.CompatTestCase) ... ok test_KeywordOnlyArgument (tests.test_compat.CompatTestCase) ... ok test_NamedExpr (tests.test_compat.CompatTestCase) ... ok test_PosonlyArgs (tests.test_compat.CompatTestCase) ... ok test_Raise (tests.test_compat.CompatTestCase) ... ok test_TryExcept (tests.test_compat.CompatTestCase) ... ok test_TryExceptNamed (tests.test_compat.CompatTestCase) ... ok test_TryFinally (tests.test_compat.CompatTestCase) ... ok test_TypeIgnore (tests.test_compat.CompatTestCase) ... ok test_With (tests.test_compat.CompatTestCase) ... ok test_keyword_argument (tests.test_compat.CompatTestCase) ... ok test_star_argument (tests.test_compat.CompatTestCase) ... ok test_NodeConstructor (tests.test_api.APITestCase) ... ok test_NodeTransformer (tests.test_api.APITestCase) ... ok test_NodeVisitor (tests.test_api.APITestCase) ... ok test_copy_location (tests.test_api.APITestCase) ... ok test_dump (tests.test_api.APITestCase) ... ok test_fix_missing_locations (tests.test_api.APITestCase) ... ok test_get_docstring (tests.test_api.APITestCase) ... ok test_increment_lineno (tests.test_api.APITestCase) ... ok test_iter_child_nodes (tests.test_api.APITestCase) ... ok test_iter_fields (tests.test_api.APITestCase) ... ok test_literal_eval_code (tests.test_api.APITestCase) ... ok test_literal_eval_string (tests.test_api.APITestCase) ... ok test_parse (tests.test_api.APITestCase) ... ok test_unparse (tests.test_api.APITestCase) ... ok test_walk (tests.test_api.APITestCase) ... ok ---------------------------------------------------------------------- Ran 38 tests in 0.359s OK >>> py3-gast: 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-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.10 creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/gast.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/ast2.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/unparser.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/__init__.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/astn.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/version.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast copying build/lib/gast/ast3.py -> /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/gast.py to gast.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/ast2.py to ast2.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/unparser.py to unparser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/astn.py to astn.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gast/pkg/py3-gast/usr/lib/python3.10/site-packages/gast/ast3.py to ast3.cpython-310.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.10/site-packages/gast-0.5.3-py3.10.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: 232.0 KB >>> py3-gast*: Compressing data... >>> py3-gast*: Create checksum... >>> py3-gast*: Create py3-gast-0.5.3-r0.apk >>> py3-gast: Build complete at Fri, 28 Oct 2022 22:02:43 +0000 elapsed time 0h 0m 3s >>> py3-gast: Cleaning up srcdir >>> py3-gast: Cleaning up pkgdir >>> py3-gast: Uninstalling dependencies... (1/12) Purging .makedepends-py3-gast (20221028.220241) (2/12) Purging py3-setuptools (65.5.0-r0) (3/12) Purging py3-packaging (21.3-r2) (4/12) Purging py3-parsing (3.0.9-r0) (5/12) Purging python3 (3.10.8-r3) (6/12) Purging libbz2 (1.0.8-r3) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.7-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 331 MiB in 96 packages >>> py3-gast: Updating the community/armhf repository index... >>> py3-gast: Signing the index...