>>> py3-peewee: Building community/py3-peewee 3.14.10-r0 (using abuild 3.9.0-r0) started Sat, 23 Apr 2022 17:37:10 +0000 >>> py3-peewee: Checking sanity of /home/buildozer/aports/community/py3-peewee/APKBUILD... >>> py3-peewee: Analyzing dependencies... >>> py3-peewee: Installing for build: build-base python3 cython py3-setuptools python3-dev sqlite-dev py3-psycopg2 (1/19) Installing libffi (3.4.2-r1) (2/19) Installing gdbm (1.23-r0) (3/19) Installing mpdecimal (2.5.1-r1) (4/19) Installing readline (8.1.2-r0) (5/19) Installing sqlite-libs (3.38.2-r0) (6/19) Installing python3 (3.10.3-r1) (7/19) Installing cython (0.29.24-r1) (8/19) Installing py3-appdirs (1.4.4-r3) (9/19) Installing py3-more-itertools (8.12.0-r2) (10/19) Installing py3-ordered-set (4.0.2-r3) (11/19) Installing py3-parsing (2.4.7-r3) (12/19) Installing py3-six (1.16.0-r1) (13/19) Installing py3-packaging (21.3-r0) (14/19) Installing py3-setuptools (59.4.0-r0) (15/19) Installing python3-dev (3.10.3-r1) (16/19) Installing sqlite-dev (3.38.2-r0) (17/19) Installing libpq (14.2-r2) (18/19) Installing py3-psycopg2 (2.8.6-r2) (19/19) Installing .makedepends-py3-peewee (20220423.173712) Executing busybox-1.35.0-r10.trigger OK: 439 MiB in 113 packages >>> py3-peewee: Cleaning up srcdir >>> py3-peewee: Cleaning up pkgdir >>> py3-peewee: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-peewee-3.14.10.tar.gz >>> py3-peewee: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-peewee-3.14.10.tar.gz >>> py3-peewee: Checking sha512sums... py3-peewee-3.14.10.tar.gz: OK >>> py3-peewee: Unpacking /var/cache/distfiles/v3.16/py3-peewee-3.14.10.tar.gz... /home/buildozer/aports/community/py3-peewee/src/peewee-3.14.10/setup.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.build_ext import build_ext /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-peewee/src/peewee-3.14.10/playhouse/_sqlite_ext.pyx tree = Parsing.p_module(s, pxd, full_module_name) /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-peewee/src/peewee-3.14.10/playhouse/_sqlite_udf.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling playhouse/_sqlite_udf.pyx because it changed. Compiling playhouse/_sqlite_ext.pyx because it changed. [1/2] Cythonizing playhouse/_sqlite_ext.pyx [2/2] Cythonizing playhouse/_sqlite_udf.pyx running build running build_py creating build creating build/lib.linux-s390x-3.10 copying peewee.py -> build/lib.linux-s390x-3.10 copying pwiz.py -> build/lib.linux-s390x-3.10 creating build/lib.linux-s390x-3.10/playhouse copying playhouse/reflection.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/db_url.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/apsw_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/kv.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/__init__.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/signals.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/pool.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/sqlite_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/test_utils.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/cockroachdb.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/dataset.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/fields.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/shortcuts.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/psycopg3_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/sqlite_changelog.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/sqlite_udf.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/migrate.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/postgres_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/hybrid.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/mysql_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/sqliteq.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/sqlcipher_ext.py -> build/lib.linux-s390x-3.10/playhouse copying playhouse/flask_utils.py -> build/lib.linux-s390x-3.10/playhouse running build_ext building 'playhouse._sqlite_udf' extension creating build/temp.linux-s390x-3.10 creating build/temp.linux-s390x-3.10/playhouse gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c playhouse/_sqlite_udf.c -o build/temp.linux-s390x-3.10/playhouse/_sqlite_udf.o gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/playhouse/_sqlite_udf.o -L/usr/lib -o build/lib.linux-s390x-3.10/playhouse/_sqlite_udf.cpython-310-s390x-linux-gnu.so building 'playhouse._sqlite_ext' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Iplayhouse -I/usr/include/python3.10 -c playhouse/_sqlite_ext.c -o build/temp.linux-s390x-3.10/playhouse/_sqlite_ext.o gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/playhouse/_sqlite_ext.o -L/usr/lib -lsqlite3 -o build/lib.linux-s390x-3.10/playhouse/_sqlite_ext.cpython-310-s390x-linux-gnu.so running build_scripts creating build/scripts-3.10 copying and adjusting pwiz.py -> build/scripts-3.10 changing mode of build/scripts-3.10/pwiz.py from 644 to 755 .s.....................s................ssssssssssssssssssssssssssssssssss..................s............/home/buildozer/aports/community/py3-peewee/src/peewee-3.14.10/playhouse/reflection.py:697: UserWarning: Possible reference cycle found between flow_run_state and flow_run warnings.warn('Possible reference cycle found between ' ...................................................s.......ss....................................s........ssss...........................................s...................................s.........................................................................s.................................................................................................................................................................ssss........................................ss.............................s..................s...........ss............s...s.........s....ss......s..............s...........................................................ss....................................ssssssss.....................................sss.......ssssssssssssss.....s..................s..ss.............................. ---------------------------------------------------------------------- Ran 918 tests in 13.501s OK (skipped=96) Unable to import APSW extension tests, skipping. Unable to import sqlite C extension tests, skipping. Unable to import mysql-connector, skipping mysql_ext tests. Postgresql test database "peewee_test" not found, skipping the postgres_ext tests. Unable to import SQLCipher extension tests, skipping. Unable to import sqlite extension tests, skipping. >>> py3-peewee: Entering fakeroot... /home/buildozer/aports/community/py3-peewee/src/peewee-3.14.10/setup.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.build_ext import build_ext 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 build running build_py running build_ext running build_scripts running install_lib creating /home/buildozer/aports/community/py3-peewee/pkg creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/reflection.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/db_url.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/apsw_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/kv.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/__init__.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/signals.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/_sqlite_udf.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/pool.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/sqlite_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/test_utils.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/cockroachdb.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/dataset.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/fields.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/shortcuts.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/psycopg3_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/sqlite_changelog.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/sqlite_udf.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/migrate.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/postgres_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/hybrid.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/mysql_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/sqliteq.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/sqlcipher_ext.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/flask_utils.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/playhouse/_sqlite_ext.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse copying build/lib.linux-s390x-3.10/pwiz.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages copying build/lib.linux-s390x-3.10/peewee.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/reflection.py to reflection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/db_url.py to db_url.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/apsw_ext.py to apsw_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/kv.py to kv.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/signals.py to signals.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/pool.py to pool.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/sqlite_ext.py to sqlite_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/test_utils.py to test_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/cockroachdb.py to cockroachdb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/dataset.py to dataset.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/fields.py to fields.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/shortcuts.py to shortcuts.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/psycopg3_ext.py to psycopg3_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/sqlite_changelog.py to sqlite_changelog.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/sqlite_udf.py to sqlite_udf.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/migrate.py to migrate.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/postgres_ext.py to postgres_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/hybrid.py to hybrid.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/mysql_ext.py to mysql_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/sqliteq.py to sqliteq.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/sqlcipher_ext.py to sqlcipher_ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/playhouse/flask_utils.py to flask_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/pwiz.py to pwiz.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/peewee.py to peewee.cpython-310.pyc running install_egg_info running egg_info creating peewee.egg-info writing peewee.egg-info/PKG-INFO writing dependency_links to peewee.egg-info/dependency_links.txt writing top-level names to peewee.egg-info/top_level.txt writing manifest file 'peewee.egg-info/SOURCES.txt' reading manifest file 'peewee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests.py' warning: no files found matching 'playhouse/pskel' warning: no files found matching 'playhouse/tests/README' adding license file 'LICENSE' writing manifest file 'peewee.egg-info/SOURCES.txt' Copying peewee.egg-info to /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/lib/python3.10/site-packages/peewee-3.14.10-py3.10.egg-info running install_scripts creating /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/bin copying build/scripts-3.10/pwiz.py -> /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/bin changing mode of /home/buildozer/aports/community/py3-peewee/pkg/py3-peewee/usr/bin/pwiz.py to 755 >>> py3-peewee*: Running postcheck for py3-peewee >>> py3-peewee*: Preparing package py3-peewee... >>> py3-peewee*: Stripping binaries >>> py3-peewee*: Scanning shared objects >>> py3-peewee*: Tracing dependencies... python3 so:libc.musl-s390x.so.1 so:libsqlite3.so.0 >>> py3-peewee*: Package size: 1.3 MB >>> py3-peewee*: Compressing data... >>> py3-peewee*: Create checksum... >>> py3-peewee*: Create py3-peewee-3.14.10-r0.apk >>> py3-peewee: Build complete at Sat, 23 Apr 2022 17:37:36 +0000 elapsed time 0h 0m 26s >>> py3-peewee: Cleaning up srcdir >>> py3-peewee: Cleaning up pkgdir >>> py3-peewee: Uninstalling dependencies... (1/19) Purging .makedepends-py3-peewee (20220423.173712) (2/19) Purging cython (0.29.24-r1) (3/19) Purging py3-setuptools (59.4.0-r0) (4/19) Purging py3-appdirs (1.4.4-r3) (5/19) Purging py3-more-itertools (8.12.0-r2) (6/19) Purging py3-ordered-set (4.0.2-r3) (7/19) Purging py3-packaging (21.3-r0) (8/19) Purging py3-six (1.16.0-r1) (9/19) Purging py3-parsing (2.4.7-r3) (10/19) Purging python3-dev (3.10.3-r1) (11/19) Purging python3 (3.10.3-r1) (12/19) Purging sqlite-dev (3.38.2-r0) (13/19) Purging sqlite-libs (3.38.2-r0) (14/19) Purging py3-psycopg2 (2.8.6-r2) (15/19) Purging libffi (3.4.2-r1) (16/19) Purging gdbm (1.23-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.2-r0) (19/19) Purging libpq (14.2-r2) Executing busybox-1.35.0-r10.trigger OK: 326 MiB in 94 packages >>> py3-peewee: Updating the community/s390x repository index... >>> py3-peewee: Signing the index...