>>> py3-flask-restaction: Building testing/py3-flask-restaction 0.25.3-r6 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 15:51:47 +0000 >>> py3-flask-restaction: Checking sanity of /home/buildozer/aports/testing/py3-flask-restaction/APKBUILD... >>> py3-flask-restaction: Analyzing dependencies... >>> py3-flask-restaction: Installing for build: build-base python3 py3-flask py3-setuptools (1/31) Installing libbz2 (1.0.8-r5) (2/31) Installing libffi (3.4.4-r2) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.4.2-r1) (5/31) Installing mpdecimal (2.5.1-r2) (6/31) Installing libpanelw (6.4_p20230401-r5) (7/31) Installing readline (8.2.1-r1) (8/31) Installing sqlite-libs (3.41.2-r2) (9/31) Installing python3 (3.11.3-r10) (10/31) Installing python3-pycache-pyc0 (3.11.3-r10) (11/31) Installing pyc (0.1-r0) (12/31) Installing python3-pyc (3.11.3-r10) (13/31) Installing py3-click (8.1.3-r2) (14/31) Installing py3-click-pyc (8.1.3-r2) (15/31) Installing py3-itsdangerous (2.1.2-r2) (16/31) Installing py3-itsdangerous-pyc (2.1.2-r2) (17/31) Installing py3-markupsafe (2.1.2-r1) (18/31) Installing py3-markupsafe-pyc (2.1.2-r1) (19/31) Installing py3-jinja2 (3.1.2-r2) (20/31) Installing py3-jinja2-pyc (3.1.2-r2) (21/31) Installing py3-werkzeug (2.2.3-r1) (22/31) Installing py3-werkzeug-pyc (2.2.3-r1) (23/31) Installing py3-flask (2.2.3-r1) (24/31) Installing py3-flask-pyc (2.2.3-r1) (25/31) Installing py3-parsing (3.0.9-r2) (26/31) Installing py3-parsing-pyc (3.0.9-r2) (27/31) Installing py3-packaging (23.1-r1) (28/31) Installing py3-packaging-pyc (23.1-r1) (29/31) Installing py3-setuptools (67.7.1-r0) (30/31) Installing py3-setuptools-pyc (67.7.1-r0) (31/31) Installing .makedepends-py3-flask-restaction (20230422.155148) Executing busybox-1.36.0-r7.trigger OK: 466 MiB in 130 packages >>> py3-flask-restaction: Cleaning up srcdir >>> py3-flask-restaction: Cleaning up pkgdir >>> py3-flask-restaction: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flask-restaction-0.25.3.tar.gz >>> py3-flask-restaction: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flask-restaction-0.25.3.tar.gz >>> py3-flask-restaction: Checking sha512sums... flask-restaction-0.25.3.tar.gz: OK >>> py3-flask-restaction: Unpacking /var/cache/distfiles/edge/flask-restaction-0.25.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/flask_restaction copying flask_restaction/__init__.py -> build/lib/flask_restaction copying flask_restaction/cli.py -> build/lib/flask_restaction copying flask_restaction/api.py -> build/lib/flask_restaction copying flask_restaction/res.py -> build/lib/flask_restaction copying flask_restaction/exporters.py -> build/lib/flask_restaction copying flask_restaction/auth.py -> build/lib/flask_restaction running egg_info writing flask_restaction.egg-info/PKG-INFO writing dependency_links to flask_restaction.egg-info/dependency_links.txt writing entry points to flask_restaction.egg-info/entry_points.txt writing requirements to flask_restaction.egg-info/requires.txt writing top-level names to flask_restaction.egg-info/top_level.txt reading manifest file 'flask_restaction.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'readme.md' adding license file 'LICENSE' writing manifest file 'flask_restaction.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_restaction.docs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_restaction.docs' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_restaction.docs' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_restaction.docs' to be distributed and are already explicitly excluding 'flask_restaction.docs' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_restaction.docs.dist' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_restaction.docs.dist' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_restaction.docs.dist' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_restaction.docs.dist' to be distributed and are already explicitly excluding 'flask_restaction.docs.dist' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'flask_restaction.resjs.dist' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_restaction.resjs.dist' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'flask_restaction.resjs.dist' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'flask_restaction.resjs.dist' to be distributed and are already explicitly excluding 'flask_restaction.resjs.dist' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/flask_restaction/docs copying flask_restaction/docs/docs.html -> build/lib/flask_restaction/docs creating build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/docs.css -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/docs.js -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/docs.min.css -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/docs.min.js -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/highlight.min.js -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/iconfont.eot -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/iconfont.ttf -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/marked.min.js -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/pace.min.js -> build/lib/flask_restaction/docs/dist copying flask_restaction/docs/dist/vue.min.js -> build/lib/flask_restaction/docs/dist creating build/lib/flask_restaction/resjs creating build/lib/flask_restaction/resjs/dist copying flask_restaction/resjs/dist/index.js -> build/lib/flask_restaction/resjs/dist copying flask_restaction/resjs/dist/res.node.js -> build/lib/flask_restaction/resjs/dist copying flask_restaction/resjs/dist/res.rn.js -> build/lib/flask_restaction/resjs/dist copying flask_restaction/resjs/dist/res.web.js -> build/lib/flask_restaction/resjs/dist copying flask_restaction/resjs/dist/res.web.min.js -> build/lib/flask_restaction/resjs/dist >>> WARNING: py3-flask-restaction: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-flask-restaction: Entering fakeroot... running install /usr/lib/python3.11/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, pypa/build 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/testing/py3-flask-restaction/pkg creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction copying build/lib/flask_restaction/__init__.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/resjs/dist/res.rn.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/resjs/dist/res.web.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/resjs/dist/index.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/resjs/dist/res.web.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/resjs/dist/res.node.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/resjs/dist copying build/lib/flask_restaction/cli.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction copying build/lib/flask_restaction/api.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction copying build/lib/flask_restaction/res.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction copying build/lib/flask_restaction/exporters.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction copying build/lib/flask_restaction/auth.py -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs creating /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/pace.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/docs.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/highlight.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/iconfont.ttf -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/vue.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/docs.min.css -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/iconfont.eot -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/docs.css -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/marked.min.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/dist/docs.js -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs/dist copying build/lib/flask_restaction/docs/docs.html -> /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/docs byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/cli.py to cli.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/res.py to res.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/exporters.py to exporters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/auth.py to auth.cpython-311.pyc running install_egg_info running egg_info writing flask_restaction.egg-info/PKG-INFO writing dependency_links to flask_restaction.egg-info/dependency_links.txt writing entry points to flask_restaction.egg-info/entry_points.txt writing requirements to flask_restaction.egg-info/requires.txt writing top-level names to flask_restaction.egg-info/top_level.txt reading manifest file 'flask_restaction.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'readme.md' adding license file 'LICENSE' writing manifest file 'flask_restaction.egg-info/SOURCES.txt' Copying flask_restaction.egg-info to /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction-0.25.3-py3.11.egg-info running install_scripts Installing resjs script to /home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/bin >>> py3-flask-restaction-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction/usr/lib/python3.11/site-packages/flask_restaction/__pycache__' -> '/home/buildozer/aports/testing/py3-flask-restaction/pkg/py3-flask-restaction-pyc/usr/lib/python3.11/site-packages/flask_restaction/__pycache__' >>> py3-flask-restaction-pyc*: Preparing subpackage py3-flask-restaction-pyc... >>> py3-flask-restaction-pyc*: Running postcheck for py3-flask-restaction-pyc >>> py3-flask-restaction*: Running postcheck for py3-flask-restaction >>> py3-flask-restaction*: Preparing package py3-flask-restaction... >>> py3-flask-restaction-pyc*: Tracing dependencies... python3 py3-flask python3~3.11 >>> py3-flask-restaction-pyc*: Package size: 88.0 KB >>> py3-flask-restaction-pyc*: Compressing data... >>> py3-flask-restaction-pyc*: Create checksum... >>> py3-flask-restaction-pyc*: Create py3-flask-restaction-pyc-0.25.3-r6.apk >>> py3-flask-restaction*: Tracing dependencies... python3 py3-flask python3~3.11 >>> py3-flask-restaction*: Package size: 468.0 KB >>> py3-flask-restaction*: Compressing data... >>> py3-flask-restaction*: Create checksum... >>> py3-flask-restaction*: Create py3-flask-restaction-0.25.3-r6.apk >>> py3-flask-restaction: Build complete at Sat, 22 Apr 2023 15:51:49 +0000 elapsed time 0h 0m 2s >>> py3-flask-restaction: Cleaning up srcdir >>> py3-flask-restaction: Cleaning up pkgdir >>> py3-flask-restaction: Uninstalling dependencies... (1/31) Purging .makedepends-py3-flask-restaction (20230422.155148) (2/31) Purging py3-flask-pyc (2.2.3-r1) (3/31) Purging py3-flask (2.2.3-r1) (4/31) Purging py3-click-pyc (8.1.3-r2) (5/31) Purging py3-click (8.1.3-r2) (6/31) Purging py3-itsdangerous-pyc (2.1.2-r2) (7/31) Purging py3-itsdangerous (2.1.2-r2) (8/31) Purging py3-jinja2-pyc (3.1.2-r2) (9/31) Purging py3-jinja2 (3.1.2-r2) (10/31) Purging py3-werkzeug-pyc (2.2.3-r1) (11/31) Purging py3-werkzeug (2.2.3-r1) (12/31) Purging py3-markupsafe-pyc (2.1.2-r1) (13/31) Purging py3-markupsafe (2.1.2-r1) (14/31) Purging py3-setuptools-pyc (67.7.1-r0) (15/31) Purging py3-setuptools (67.7.1-r0) (16/31) Purging py3-packaging-pyc (23.1-r1) (17/31) Purging py3-packaging (23.1-r1) (18/31) Purging py3-parsing-pyc (3.0.9-r2) (19/31) Purging py3-parsing (3.0.9-r2) (20/31) Purging python3-pyc (3.11.3-r10) (21/31) Purging python3-pycache-pyc0 (3.11.3-r10) (22/31) Purging pyc (0.1-r0) (23/31) Purging python3 (3.11.3-r10) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r5) (26/31) Purging libffi (3.4.4-r2) (27/31) Purging libpanelw (6.4_p20230401-r5) (28/31) Purging mpdecimal (2.5.1-r2) (29/31) Purging readline (8.2.1-r1) (30/31) Purging sqlite-libs (3.41.2-r2) (31/31) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-flask-restaction: Updating the testing/aarch64 repository index... >>> py3-flask-restaction: Signing the index...