>>> py3-typed-ast: Building community/py3-typed-ast 1.5.5-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 19:49:43 +0000 >>> py3-typed-ast: Checking sanity of /home/buildozer/aports/community/py3-typed-ast/APKBUILD... >>> py3-typed-ast: Analyzing dependencies... >>> py3-typed-ast: Installing for build: build-base python3 py3-setuptools python3-dev py3-pytest (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.6-r0) (3/28) Installing gdbm (1.23-r1) (4/28) Installing xz-libs (5.6.1-r3) (5/28) Installing mpdecimal (4.0.0-r0) (6/28) Installing libpanelw (6.4_p20240330-r0) (7/28) Installing readline (8.2.10-r0) (8/28) Installing sqlite-libs (3.45.2-r0) (9/28) Installing python3 (3.12.2-r1) (10/28) Installing python3-pycache-pyc0 (3.12.2-r1) (11/28) Installing pyc (3.12.2-r1) (12/28) Installing python3-pyc (3.12.2-r1) (13/28) Installing py3-parsing (3.1.2-r1) (14/28) Installing py3-parsing-pyc (3.1.2-r1) (15/28) Installing py3-packaging (24.0-r1) (16/28) Installing py3-packaging-pyc (24.0-r1) (17/28) Installing py3-setuptools (69.2.0-r2) (18/28) Installing py3-setuptools-pyc (69.2.0-r2) (19/28) Installing python3-dev (3.12.2-r1) (20/28) Installing py3-iniconfig (2.0.0-r1) (21/28) Installing py3-iniconfig-pyc (2.0.0-r1) (22/28) Installing py3-pluggy (1.4.0-r1) (23/28) Installing py3-pluggy-pyc (1.4.0-r1) (24/28) Installing py3-py (1.11.0-r3) (25/28) Installing py3-py-pyc (1.11.0-r3) (26/28) Installing py3-pytest (8.1.1-r1) (27/28) Installing py3-pytest-pyc (8.1.1-r1) (28/28) Installing .makedepends-py3-typed-ast (20240412.194944) Executing busybox-1.36.1-r25.trigger OK: 549 MiB in 133 packages >>> py3-typed-ast: Cleaning up srcdir >>> py3-typed-ast: Cleaning up pkgdir >>> py3-typed-ast: Cleaning up tmpdir >>> py3-typed-ast: Fetching https://distfiles.alpinelinux.org/distfiles/edge/typed_ast-1.5.5.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 246k 100 246k 0 0 3610k 0 --:--:-- --:--:-- --:--:-- 3631k >>> py3-typed-ast: Fetching https://distfiles.alpinelinux.org/distfiles/edge/typed_ast-1.5.5.tar.gz >>> py3-typed-ast: Checking sha512sums... typed_ast-1.5.5.tar.gz: OK >>> py3-typed-ast: Unpacking /var/cache/distfiles/typed_ast-1.5.5.tar.gz... running build running build_py creating build creating build/lib.linux-aarch64-cpython-312 creating build/lib.linux-aarch64-cpython-312/typed_ast copying typed_ast/__init__.py -> build/lib.linux-aarch64-cpython-312/typed_ast copying typed_ast/conversions.py -> build/lib.linux-aarch64-cpython-312/typed_ast copying typed_ast/ast27.py -> build/lib.linux-aarch64-cpython-312/typed_ast copying typed_ast/ast3.py -> build/lib.linux-aarch64-cpython-312/typed_ast creating build/lib.linux-aarch64-cpython-312/typed_ast/tests copying ast3/tests/test_basics.py -> build/lib.linux-aarch64-cpython-312/typed_ast/tests running build_ext building '_ast27' extension creating build/temp.linux-aarch64-cpython-312 creating build/temp.linux-aarch64-cpython-312/ast27 creating build/temp.linux-aarch64-cpython-312/ast27/Custom creating build/temp.linux-aarch64-cpython-312/ast27/Parser creating build/temp.linux-aarch64-cpython-312/ast27/Python gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Custom/typed_ast.c -o build/temp.linux-aarch64-cpython-312/ast27/Custom/typed_ast.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/acceler.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/acceler.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/bitset.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/bitset.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/grammar.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/grammar.o ast27/Parser/grammar.c: In function 'addlabel': ast27/Parser/grammar.c:109:5: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 109 | if (Py_DebugFlag) | ^~ ast27/Parser/grammar.c:16:17: note: declared here 16 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast27/Parser/grammar.c: In function 'translabel': ast27/Parser/grammar.c:153:5: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 153 | if (Py_DebugFlag) | ^~ ast27/Parser/grammar.c:16:17: note: declared here 16 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast27/Parser/grammar.c:159:17: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 159 | if (Py_DebugFlag) | ^~ ast27/Parser/grammar.c:16:17: note: declared here 16 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast27/Parser/grammar.c:172:17: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 172 | if (Py_DebugFlag) | ^~ ast27/Parser/grammar.c:16:17: note: declared here 16 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast27/Parser/grammar.c:192:13: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 192 | if (Py_DebugFlag) | ^~ ast27/Parser/grammar.c:16:17: note: declared here 16 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/grammar1.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/grammar1.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/node.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/node.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/parser.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/parser.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/parsetok.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/parsetok.o ast27/Parser/parsetok.c: In function 'Ta27Parser_ParseStringFlagsFilenameEx': ast27/Parser/parsetok.c:61:5: warning: 'Py_VerboseFlag' is deprecated [-Wdeprecated-declarations] 61 | if (Ta27_TabcheckFlag || Py_VerboseFlag) { | ^~ In file included from /usr/include/python3.12/Python.h:48, from ast27/Parser/../Include/pgenheaders.h:8, from ast27/Parser/parsetok.c:4: /usr/include/python3.12/cpython/pydebug.h:9:37: note: declared here 9 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_VerboseFlag; | ^~~~~~~~~~~~~~ ast27/Parser/parsetok.c: In function 'Ta27Parser_ParseFileFlagsEx': ast27/Parser/parsetok.c:128:5: warning: 'Py_VerboseFlag' is deprecated [-Wdeprecated-declarations] 128 | if (Ta27_TabcheckFlag || Py_VerboseFlag) { | ^~ /usr/include/python3.12/cpython/pydebug.h:9:37: note: declared here 9 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_VerboseFlag; | ^~~~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Parser/tokenizer.c -o build/temp.linux-aarch64-cpython-312/ast27/Parser/tokenizer.o ast27/Parser/tokenizer.c: In function 'tok_get': ast27/Parser/tokenizer.c:1372:21: warning: 'Py_VerboseFlag' is deprecated [-Wdeprecated-declarations] 1372 | if (Py_VerboseFlag) | ^~ In file included from /usr/include/python3.12/Python.h:48, from ast27/Parser/tokenizer.c:4: /usr/include/python3.12/cpython/pydebug.h:9:37: note: declared here 9 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_VerboseFlag; | ^~~~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Python/Python-ast.c -o build/temp.linux-aarch64-cpython-312/ast27/Python/Python-ast.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Python/asdl.c -o build/temp.linux-aarch64-cpython-312/ast27/Python/asdl.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Python/ast.c -o build/temp.linux-aarch64-cpython-312/ast27/Python/ast.o ast27/Python/ast.c: In function 'ast_for_import_stmt': ast27/Python/ast.c:2781:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2781 | if (!import_alias) | ^~ In file included from ast27/Python/../Include/Python-ast.h:3, from ast27/Python/ast.c:7: ast27/Python/../Include/../Include/asdl.h:48:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 48 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) | ^ ast27/Python/ast.c:2783:17: note: in expansion of macro 'asdl_seq_SET' 2783 | asdl_seq_SET(aliases, 0, import_alias); | ^~~~~~~~~~~~ ast27/Python/ast.c:2788:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2788 | if (!import_alias) | ^~ ast27/Python/../Include/../Include/asdl.h:48:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 48 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) | ^ ast27/Python/ast.c:2790:21: note: in expansion of macro 'asdl_seq_SET' 2790 | asdl_seq_SET(aliases, i / 2, import_alias); | ^~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Python/graminit.c -o build/temp.linux-aarch64-cpython-312/ast27/Python/graminit.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast27/Include -I/usr/include/python3.12 -c ast27/Python/mystrtoul.c -o build/temp.linux-aarch64-cpython-312/ast27/Python/mystrtoul.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/ast27/Custom/typed_ast.o build/temp.linux-aarch64-cpython-312/ast27/Parser/acceler.o build/temp.linux-aarch64-cpython-312/ast27/Parser/bitset.o build/temp.linux-aarch64-cpython-312/ast27/Parser/grammar.o build/temp.linux-aarch64-cpython-312/ast27/Parser/grammar1.o build/temp.linux-aarch64-cpython-312/ast27/Parser/node.o build/temp.linux-aarch64-cpython-312/ast27/Parser/parser.o build/temp.linux-aarch64-cpython-312/ast27/Parser/parsetok.o build/temp.linux-aarch64-cpython-312/ast27/Parser/tokenizer.o build/temp.linux-aarch64-cpython-312/ast27/Python/Python-ast.o build/temp.linux-aarch64-cpython-312/ast27/Python/asdl.o build/temp.linux-aarch64-cpython-312/ast27/Python/ast.o build/temp.linux-aarch64-cpython-312/ast27/Python/graminit.o build/temp.linux-aarch64-cpython-312/ast27/Python/mystrtoul.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/typed_ast/_ast27.cpython-312-aarch64-linux-musl.so building '_ast3' extension creating build/temp.linux-aarch64-cpython-312/ast3 creating build/temp.linux-aarch64-cpython-312/ast3/Custom creating build/temp.linux-aarch64-cpython-312/ast3/Parser creating build/temp.linux-aarch64-cpython-312/ast3/Python gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Custom/typed_ast.c -o build/temp.linux-aarch64-cpython-312/ast3/Custom/typed_ast.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/acceler.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/acceler.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/bitset.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/bitset.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/grammar.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/grammar.o ast3/Parser/grammar.c: In function 'addlabel': ast3/Parser/grammar.c:122:5: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 122 | if (Py_DebugFlag) | ^~ ast3/Parser/grammar.c:12:17: note: declared here 12 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast3/Parser/grammar.c: In function 'translabel': ast3/Parser/grammar.c:172:5: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 172 | if (Py_DebugFlag) | ^~ ast3/Parser/grammar.c:12:17: note: declared here 12 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast3/Parser/grammar.c:178:17: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 178 | if (Py_DebugFlag) | ^~ ast3/Parser/grammar.c:12:17: note: declared here 12 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast3/Parser/grammar.c:191:17: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 191 | if (Py_DebugFlag) | ^~ ast3/Parser/grammar.c:12:17: note: declared here 12 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ ast3/Parser/grammar.c:211:13: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations] 211 | if (Py_DebugFlag) | ^~ ast3/Parser/grammar.c:12:17: note: declared here 12 | PyAPI_DATA(int) Py_DebugFlag; | ^~~~~~~~~~~~ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/grammar1.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/grammar1.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/node.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/node.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/parser.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/parser.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/parsetok.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/parsetok.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Parser/tokenizer.c -o build/temp.linux-aarch64-cpython-312/ast3/Parser/tokenizer.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Python/Python-ast.c -o build/temp.linux-aarch64-cpython-312/ast3/Python/Python-ast.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Python/asdl.c -o build/temp.linux-aarch64-cpython-312/ast3/Python/asdl.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Python/ast.c -o build/temp.linux-aarch64-cpython-312/ast3/Python/ast.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -Iast3/Include -I/usr/include/python3.12 -c ast3/Python/graminit.c -o build/temp.linux-aarch64-cpython-312/ast3/Python/graminit.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/ast3/Custom/typed_ast.o build/temp.linux-aarch64-cpython-312/ast3/Parser/acceler.o build/temp.linux-aarch64-cpython-312/ast3/Parser/bitset.o build/temp.linux-aarch64-cpython-312/ast3/Parser/grammar.o build/temp.linux-aarch64-cpython-312/ast3/Parser/grammar1.o build/temp.linux-aarch64-cpython-312/ast3/Parser/node.o build/temp.linux-aarch64-cpython-312/ast3/Parser/parser.o build/temp.linux-aarch64-cpython-312/ast3/Parser/parsetok.o build/temp.linux-aarch64-cpython-312/ast3/Parser/tokenizer.o build/temp.linux-aarch64-cpython-312/ast3/Python/Python-ast.o build/temp.linux-aarch64-cpython-312/ast3/Python/asdl.o build/temp.linux-aarch64-cpython-312/ast3/Python/ast.o build/temp.linux-aarch64-cpython-312/ast3/Python/graminit.o -L/usr/lib -o build/lib.linux-aarch64-cpython-312/typed_ast/_ast3.cpython-312-aarch64-linux-musl.so ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-typed-ast/src/typed_ast-1.5.5 collecting ... collected 15 items ast3/tests/test_basics.py::test_basics PASSED [ 6%] ast3/tests/test_basics.py::test_redundantdef PASSED [ 13%] ast3/tests/test_basics.py::test_vardecl PASSED [ 20%] ast3/tests/test_basics.py::test_forstmt PASSED [ 26%] ast3/tests/test_basics.py::test_withstmt PASSED [ 33%] ast3/tests/test_basics.py::test_longargs PASSED [ 40%] ast3/tests/test_basics.py::test_ignores PASSED [ 46%] ast3/tests/test_basics.py::test_asyncfunc PASSED [ 53%] ast3/tests/test_basics.py::test_asyncvar PASSED [ 60%] ast3/tests/test_basics.py::test_asynccomp PASSED [ 66%] ast3/tests/test_basics.py::test_matmul PASSED [ 73%] ast3/tests/test_basics.py::test_strkind PASSED [ 80%] ast3/tests/test_basics.py::test_convert_strs PASSED [ 86%] ast3/tests/test_basics.py::test_simple_fstring PASSED [ 93%] ast3/tests/test_basics.py::test_await_fstring PASSED [100%] ============================== 15 passed in 0.07s ============================== >>> py3-typed-ast: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-typed-ast/pkg creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast copying build/lib.linux-aarch64-cpython-312/typed_ast/__init__.py -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__ copying build/lib.linux-aarch64-cpython-312/typed_ast/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__ copying build/lib.linux-aarch64-cpython-312/typed_ast/__pycache__/conversions.cpython-312.pyc -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__ copying build/lib.linux-aarch64-cpython-312/typed_ast/__pycache__/ast27.cpython-312.pyc -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__ copying build/lib.linux-aarch64-cpython-312/typed_ast/__pycache__/ast3.cpython-312.pyc -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__ copying build/lib.linux-aarch64-cpython-312/typed_ast/_ast3.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast copying build/lib.linux-aarch64-cpython-312/typed_ast/conversions.py -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast copying build/lib.linux-aarch64-cpython-312/typed_ast/_ast27.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast creating /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/tests copying build/lib.linux-aarch64-cpython-312/typed_ast/tests/test_basics.py -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/tests copying build/lib.linux-aarch64-cpython-312/typed_ast/ast27.py -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast copying build/lib.linux-aarch64-cpython-312/typed_ast/ast3.py -> /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast byte-compiling /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/tests/test_basics.py to test_basics.cpython-312.pyc running install_egg_info running egg_info writing typed_ast.egg-info/PKG-INFO writing dependency_links to typed_ast.egg-info/dependency_links.txt writing top-level names to typed_ast.egg-info/top_level.txt dependency ast3/Include/compile-ast3.h won't be automatically included in the manifest: the path doesn't exist reading manifest file 'typed_ast.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tools' warning: no previously-included files found matching 'CONTRIBUTING.md' warning: no previously-included files found matching 'release_process.md' warning: no previously-included files found matching 'update_process.md' adding license file 'LICENSE' writing manifest file 'typed_ast.egg-info/SOURCES.txt' Copying typed_ast.egg-info to /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast-1.5.5-py3.12.egg-info running install_scripts >>> py3-typed-ast-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__pycache__' -> '/home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast-pyc/usr/lib/python3.12/site-packages/typed_ast/__pycache__' '/home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/tests/__pycache__' -> '/home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast-pyc/usr/lib/python3.12/site-packages/typed_ast/tests/__pycache__' >>> py3-typed-ast-pyc*: Preparing subpackage py3-typed-ast-pyc... >>> py3-typed-ast-pyc*: Running postcheck for py3-typed-ast-pyc >>> py3-typed-ast*: Running postcheck for py3-typed-ast >>> py3-typed-ast*: Preparing package py3-typed-ast... >>> py3-typed-ast*: Stripping binaries >>> py3-typed-ast-pyc*: Scanning shared objects >>> py3-typed-ast*: Scanning shared objects >>> py3-typed-ast-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-typed-ast-pyc*: Package size: 112.0 KB >>> py3-typed-ast-pyc*: Compressing data... >>> py3-typed-ast-pyc*: Create checksum... >>> py3-typed-ast-pyc*: Create py3-typed-ast-pyc-1.5.5-r1.apk >>> py3-typed-ast*: Tracing dependencies... python3 python3~3.12 so:libc.musl-aarch64.so.1 >>> py3-typed-ast*: Package size: 612.0 KB >>> py3-typed-ast*: Compressing data... >>> py3-typed-ast*: Create checksum... >>> py3-typed-ast*: Create py3-typed-ast-1.5.5-r1.apk >>> py3-typed-ast: Build complete at Fri, 12 Apr 2024 19:50:03 +0000 elapsed time 0h 0m 20s >>> py3-typed-ast: Cleaning up srcdir >>> py3-typed-ast: Cleaning up pkgdir >>> py3-typed-ast: Uninstalling dependencies... (1/28) Purging .makedepends-py3-typed-ast (20240412.194944) (2/28) Purging py3-setuptools-pyc (69.2.0-r2) (3/28) Purging py3-setuptools (69.2.0-r2) (4/28) Purging python3-dev (3.12.2-r1) (5/28) Purging py3-pytest-pyc (8.1.1-r1) (6/28) Purging py3-pytest (8.1.1-r1) (7/28) Purging py3-iniconfig-pyc (2.0.0-r1) (8/28) Purging py3-iniconfig (2.0.0-r1) (9/28) Purging py3-packaging-pyc (24.0-r1) (10/28) Purging py3-packaging (24.0-r1) (11/28) Purging py3-parsing-pyc (3.1.2-r1) (12/28) Purging py3-parsing (3.1.2-r1) (13/28) Purging py3-pluggy-pyc (1.4.0-r1) (14/28) Purging py3-pluggy (1.4.0-r1) (15/28) Purging py3-py-pyc (1.11.0-r3) (16/28) Purging py3-py (1.11.0-r3) (17/28) Purging python3-pyc (3.12.2-r1) (18/28) Purging python3-pycache-pyc0 (3.12.2-r1) (19/28) Purging pyc (3.12.2-r1) (20/28) Purging python3 (3.12.2-r1) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.6-r0) (24/28) Purging libpanelw (6.4_p20240330-r0) (25/28) Purging mpdecimal (4.0.0-r0) (26/28) Purging readline (8.2.10-r0) (27/28) Purging sqlite-libs (3.45.2-r0) (28/28) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-typed-ast: Updating the community/aarch64 repository index... >>> py3-typed-ast: Signing the index...