>>> py3-typed-ast: Building community/py3-typed-ast 1.5.5-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 23:13:12 +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 (1/20) Installing libbz2 (1.0.8-r6) (2/20) Installing libffi (3.4.6-r0) (3/20) Installing gdbm (1.23-r1) (4/20) Installing xz-libs (5.6.1-r3) (5/20) Installing mpdecimal (4.0.0-r0) (6/20) Installing libpanelw (6.4_p20240330-r0) (7/20) Installing readline (8.2.10-r0) (8/20) Installing sqlite-libs (3.45.2-r0) (9/20) Installing python3 (3.12.2-r1) (10/20) Installing python3-pycache-pyc0 (3.12.2-r1) (11/20) Installing pyc (3.12.2-r1) (12/20) Installing python3-pyc (3.12.2-r1) (13/20) Installing py3-parsing (3.1.2-r1) (14/20) Installing py3-parsing-pyc (3.1.2-r1) (15/20) Installing py3-packaging (24.0-r1) (16/20) Installing py3-packaging-pyc (24.0-r1) (17/20) Installing py3-setuptools (69.2.0-r2) (18/20) Installing py3-setuptools-pyc (69.2.0-r2) (19/20) Installing python3-dev (3.12.2-r1) (20/20) Installing .makedepends-py3-typed-ast (20240412.231314) Executing busybox-1.36.1-r25.trigger OK: 508 MiB in 127 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 406k 0 --:--:-- --:--:-- --:--:-- 406k >>> 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/edge/typed_ast-1.5.5.tar.gz... running build running build_py creating build creating build/lib.linux-s390x-cpython-312 creating build/lib.linux-s390x-cpython-312/typed_ast copying typed_ast/ast3.py -> build/lib.linux-s390x-cpython-312/typed_ast copying typed_ast/conversions.py -> build/lib.linux-s390x-cpython-312/typed_ast copying typed_ast/__init__.py -> build/lib.linux-s390x-cpython-312/typed_ast copying typed_ast/ast27.py -> build/lib.linux-s390x-cpython-312/typed_ast creating build/lib.linux-s390x-cpython-312/typed_ast/tests copying ast3/tests/test_basics.py -> build/lib.linux-s390x-cpython-312/typed_ast/tests running build_ext building '_ast27' extension creating build/temp.linux-s390x-cpython-312 creating build/temp.linux-s390x-cpython-312/ast27 creating build/temp.linux-s390x-cpython-312/ast27/Custom creating build/temp.linux-s390x-cpython-312/ast27/Parser creating build/temp.linux-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-cpython-312/ast27/Custom/typed_ast.o build/temp.linux-s390x-cpython-312/ast27/Parser/acceler.o build/temp.linux-s390x-cpython-312/ast27/Parser/bitset.o build/temp.linux-s390x-cpython-312/ast27/Parser/grammar.o build/temp.linux-s390x-cpython-312/ast27/Parser/grammar1.o build/temp.linux-s390x-cpython-312/ast27/Parser/node.o build/temp.linux-s390x-cpython-312/ast27/Parser/parser.o build/temp.linux-s390x-cpython-312/ast27/Parser/parsetok.o build/temp.linux-s390x-cpython-312/ast27/Parser/tokenizer.o build/temp.linux-s390x-cpython-312/ast27/Python/Python-ast.o build/temp.linux-s390x-cpython-312/ast27/Python/asdl.o build/temp.linux-s390x-cpython-312/ast27/Python/ast.o build/temp.linux-s390x-cpython-312/ast27/Python/graminit.o build/temp.linux-s390x-cpython-312/ast27/Python/mystrtoul.o -L/usr/lib -o build/lib.linux-s390x-cpython-312/typed_ast/_ast27.cpython-312-s390x-linux-musl.so building '_ast3' extension creating build/temp.linux-s390x-cpython-312/ast3 creating build/temp.linux-s390x-cpython-312/ast3/Custom creating build/temp.linux-s390x-cpython-312/ast3/Parser creating build/temp.linux-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-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-s390x-cpython-312/ast3/Custom/typed_ast.o build/temp.linux-s390x-cpython-312/ast3/Parser/acceler.o build/temp.linux-s390x-cpython-312/ast3/Parser/bitset.o build/temp.linux-s390x-cpython-312/ast3/Parser/grammar.o build/temp.linux-s390x-cpython-312/ast3/Parser/grammar1.o build/temp.linux-s390x-cpython-312/ast3/Parser/node.o build/temp.linux-s390x-cpython-312/ast3/Parser/parser.o build/temp.linux-s390x-cpython-312/ast3/Parser/parsetok.o build/temp.linux-s390x-cpython-312/ast3/Parser/tokenizer.o build/temp.linux-s390x-cpython-312/ast3/Python/Python-ast.o build/temp.linux-s390x-cpython-312/ast3/Python/asdl.o build/temp.linux-s390x-cpython-312/ast3/Python/ast.o build/temp.linux-s390x-cpython-312/ast3/Python/graminit.o -L/usr/lib -o build/lib.linux-s390x-cpython-312/typed_ast/_ast3.cpython-312-s390x-linux-musl.so >>> 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-s390x-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 copying build/lib.linux-s390x-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-s390x-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 copying build/lib.linux-s390x-cpython-312/typed_ast/_ast3.cpython-312-s390x-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-s390x-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-s390x-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-s390x-cpython-312/typed_ast/_ast27.cpython-312-s390x-linux-musl.so -> /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/ast3.py to ast3.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/conversions.py to conversions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/__init__.py to __init__.cpython-312.pyc 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 byte-compiling /home/buildozer/aports/community/py3-typed-ast/pkg/py3-typed-ast/usr/lib/python3.12/site-packages/typed_ast/ast27.py to ast27.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-s390x.so.1 >>> py3-typed-ast*: Package size: 576.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 23:13:36 +0000 elapsed time 0h 0m 24s >>> py3-typed-ast: Cleaning up srcdir >>> py3-typed-ast: Cleaning up pkgdir >>> py3-typed-ast: Uninstalling dependencies... (1/20) Purging .makedepends-py3-typed-ast (20240412.231314) (2/20) Purging py3-setuptools-pyc (69.2.0-r2) (3/20) Purging py3-setuptools (69.2.0-r2) (4/20) Purging py3-packaging-pyc (24.0-r1) (5/20) Purging py3-packaging (24.0-r1) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging python3-dev (3.12.2-r1) (9/20) Purging python3-pyc (3.12.2-r1) (10/20) Purging python3-pycache-pyc0 (3.12.2-r1) (11/20) Purging pyc (3.12.2-r1) (12/20) Purging python3 (3.12.2-r1) (13/20) Purging gdbm (1.23-r1) (14/20) Purging libbz2 (1.0.8-r6) (15/20) Purging libffi (3.4.6-r0) (16/20) Purging libpanelw (6.4_p20240330-r0) (17/20) Purging mpdecimal (4.0.0-r0) (18/20) Purging readline (8.2.10-r0) (19/20) Purging sqlite-libs (3.45.2-r0) (20/20) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-typed-ast: Updating the community/s390x repository index... >>> py3-typed-ast: Signing the index...