>>> py3-rstr: Building testing/py3-rstr 3.2.0-r2 (using abuild 3.10.0-r0) started Fri, 13 Jan 2023 05:08:42 +0000 >>> py3-rstr: Checking sanity of /home/buildozer/aports/testing/py3-rstr/APKBUILD... >>> py3-rstr: Analyzing dependencies... >>> py3-rstr: Installing for build: build-base python3 py3-gpep517 py3-installer py3-setuptools py3-wheel py3-pytest (1/18) Installing libffi (3.4.4-r0) (2/18) Installing gdbm (1.23-r0) (3/18) Installing mpdecimal (2.5.1-r1) (4/18) Installing readline (8.2.0-r0) (5/18) Installing sqlite-libs (3.40.1-r0) (6/18) Installing python3 (3.11.1-r2) (7/18) Installing py3-installer (0.6.0-r0) (8/18) Installing py3-gpep517 (13-r0) (9/18) Installing py3-parsing (3.0.9-r1) (10/18) Installing py3-packaging (23.0-r0) (11/18) Installing py3-setuptools (65.7.0-r0) (12/18) Installing py3-wheel (0.38.4-r1) (13/18) Installing py3-attrs (22.2.0-r0) (14/18) Installing py3-iniconfig (1.1.1-r4) (15/18) Installing py3-pluggy (1.0.0-r2) (16/18) Installing py3-py (1.11.0-r1) (17/18) Installing py3-pytest (7.2.0-r2) (18/18) Installing .makedepends-py3-rstr (20230113.050843) Executing busybox-1.36.0-r0.trigger OK: 458 MiB in 121 packages >>> py3-rstr: Cleaning up srcdir >>> py3-rstr: Cleaning up pkgdir >>> py3-rstr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rstr-3.2.0.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 12616 100 12616 0 0 96473 0 --:--:-- --:--:-- --:--:-- 97046 >>> py3-rstr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rstr-3.2.0.tar.gz >>> py3-rstr: Checking sha512sums... rstr-3.2.0.tar.gz: OK >>> py3-rstr: Unpacking /var/cache/distfiles/edge/rstr-3.2.0.tar.gz... 2023-01-13 05:08:45,134 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-01-13 05:08:45,173 root INFO running bdist_wheel 2023-01-13 05:08:45,186 root INFO running build 2023-01-13 05:08:45,186 root INFO running build_py 2023-01-13 05:08:45,189 root INFO creating build 2023-01-13 05:08:45,189 root INFO creating build/lib 2023-01-13 05:08:45,189 root INFO creating build/lib/rstr 2023-01-13 05:08:45,189 root INFO copying rstr/rstr_base.py -> build/lib/rstr 2023-01-13 05:08:45,190 root INFO copying rstr/__init__.py -> build/lib/rstr 2023-01-13 05:08:45,190 root INFO copying rstr/xeger.py -> build/lib/rstr 2023-01-13 05:08:45,190 root INFO running egg_info 2023-01-13 05:08:45,198 root INFO writing rstr.egg-info/PKG-INFO 2023-01-13 05:08:45,198 root INFO writing dependency_links to rstr.egg-info/dependency_links.txt 2023-01-13 05:08:45,198 root INFO writing top-level names to rstr.egg-info/top_level.txt 2023-01-13 05:08:45,201 root INFO reading manifest file 'rstr.egg-info/SOURCES.txt' 2023-01-13 05:08:45,201 root INFO reading manifest template 'MANIFEST.in' 2023-01-13 05:08:45,201 root INFO adding license file 'LICENSE.txt' 2023-01-13 05:08:45,202 root INFO writing manifest file 'rstr.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'rstr.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'rstr.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'rstr.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'rstr.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 2023-01-13 05:08:45,203 root INFO copying rstr/py.typed -> build/lib/rstr 2023-01-13 05:08:45,203 root INFO creating build/lib/rstr/tests 2023-01-13 05:08:45,204 root INFO copying rstr/tests/__init__.py -> build/lib/rstr/tests 2023-01-13 05:08:45,204 root INFO copying rstr/tests/test_package_level_access.py -> build/lib/rstr/tests 2023-01-13 05:08:45,204 root INFO copying rstr/tests/test_rstr.py -> build/lib/rstr/tests 2023-01-13 05:08:45,204 root INFO copying rstr/tests/test_xeger.py -> build/lib/rstr/tests 2023-01-13 05:08:45,210 wheel INFO installing to build/bdist.linux-i686/wheel 2023-01-13 05:08:45,210 root INFO running install 2023-01-13 05:08:45,220 root INFO running install_lib 2023-01-13 05:08:45,222 root INFO creating build/bdist.linux-i686 2023-01-13 05:08:45,223 root INFO creating build/bdist.linux-i686/wheel 2023-01-13 05:08:45,223 root INFO creating build/bdist.linux-i686/wheel/rstr 2023-01-13 05:08:45,223 root INFO creating build/bdist.linux-i686/wheel/rstr/tests 2023-01-13 05:08:45,223 root INFO copying build/lib/rstr/tests/test_rstr.py -> build/bdist.linux-i686/wheel/rstr/tests 2023-01-13 05:08:45,223 root INFO copying build/lib/rstr/tests/__init__.py -> build/bdist.linux-i686/wheel/rstr/tests 2023-01-13 05:08:45,224 root INFO copying build/lib/rstr/tests/test_xeger.py -> build/bdist.linux-i686/wheel/rstr/tests 2023-01-13 05:08:45,224 root INFO copying build/lib/rstr/tests/test_package_level_access.py -> build/bdist.linux-i686/wheel/rstr/tests 2023-01-13 05:08:45,224 root INFO copying build/lib/rstr/rstr_base.py -> build/bdist.linux-i686/wheel/rstr 2023-01-13 05:08:45,224 root INFO copying build/lib/rstr/__init__.py -> build/bdist.linux-i686/wheel/rstr 2023-01-13 05:08:45,225 root INFO copying build/lib/rstr/py.typed -> build/bdist.linux-i686/wheel/rstr 2023-01-13 05:08:45,225 root INFO copying build/lib/rstr/xeger.py -> build/bdist.linux-i686/wheel/rstr 2023-01-13 05:08:45,225 root INFO running install_egg_info 2023-01-13 05:08:45,229 root INFO Copying rstr.egg-info to build/bdist.linux-i686/wheel/rstr-3.2.0-py3.11.egg-info 2023-01-13 05:08:45,230 root INFO running install_scripts 2023-01-13 05:08:45,252 wheel INFO creating build/bdist.linux-i686/wheel/rstr-3.2.0.dist-info/WHEEL 2023-01-13 05:08:45,252 wheel INFO creating '/home/buildozer/aports/testing/py3-rstr/src/rstr-3.2.0/dist/.tmp-vktsnzca/rstr-3.2.0-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-01-13 05:08:45,253 wheel INFO adding 'rstr/__init__.py' 2023-01-13 05:08:45,253 wheel INFO adding 'rstr/py.typed' 2023-01-13 05:08:45,253 wheel INFO adding 'rstr/rstr_base.py' 2023-01-13 05:08:45,254 wheel INFO adding 'rstr/xeger.py' 2023-01-13 05:08:45,254 wheel INFO adding 'rstr/tests/__init__.py' 2023-01-13 05:08:45,254 wheel INFO adding 'rstr/tests/test_package_level_access.py' 2023-01-13 05:08:45,255 wheel INFO adding 'rstr/tests/test_rstr.py' 2023-01-13 05:08:45,255 wheel INFO adding 'rstr/tests/test_xeger.py' 2023-01-13 05:08:45,255 wheel INFO adding 'rstr-3.2.0.dist-info/LICENSE.txt' 2023-01-13 05:08:45,255 wheel INFO adding 'rstr-3.2.0.dist-info/METADATA' 2023-01-13 05:08:45,256 wheel INFO adding 'rstr-3.2.0.dist-info/WHEEL' 2023-01-13 05:08:45,256 wheel INFO adding 'rstr-3.2.0.dist-info/top_level.txt' 2023-01-13 05:08:45,256 wheel INFO adding 'rstr-3.2.0.dist-info/RECORD' 2023-01-13 05:08:45,256 wheel INFO removing build/bdist.linux-i686/wheel 2023-01-13 05:08:45,257 gpep517 INFO The backend produced dist/rstr-3.2.0-py3-none-any.whl rstr-3.2.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-rstr/src/rstr-3.2.0 collected 60 items rstr/tests/test_package_level_access.py ... [ 5%] rstr/tests/test_rstr.py .................................... [ 65%] rstr/tests/test_xeger.py ..................... [100%] =============================== warnings summary =============================== rstr/xeger.py:2 /home/buildozer/aports/testing/py3-rstr/src/rstr-3.2.0/rstr/xeger.py:2: DeprecationWarning: module 'sre_parse' is deprecated import sre_parse rstr/tests/test_package_level_access.py:13 /home/buildozer/aports/testing/py3-rstr/src/rstr-3.2.0/rstr/tests/test_package_level_access.py:13: DeprecationWarning: invalid escape sequence '\d' assert re.match(r'^foo[\d]{10}bar$', rstr.xeger('^foo[\d]{10}bar$')) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 60 passed, 2 warnings in 0.35s ======================== >>> py3-rstr: Entering fakeroot... >>> py3-rstr*: Running postcheck for py3-rstr >>> py3-rstr*: Preparing package py3-rstr... >>> py3-rstr*: Tracing dependencies... >>> py3-rstr*: Package size: 160.0 KB >>> py3-rstr*: Compressing data... >>> py3-rstr*: Create checksum... >>> py3-rstr*: Create py3-rstr-3.2.0-r2.apk >>> py3-rstr: Build complete at Fri, 13 Jan 2023 05:08:52 +0000 elapsed time 0h 0m 10s >>> py3-rstr: Cleaning up srcdir >>> py3-rstr: Cleaning up pkgdir >>> py3-rstr: Uninstalling dependencies... (1/18) Purging .makedepends-py3-rstr (20230113.050843) (2/18) Purging py3-gpep517 (13-r0) (3/18) Purging py3-installer (0.6.0-r0) (4/18) Purging py3-setuptools (65.7.0-r0) (5/18) Purging py3-wheel (0.38.4-r1) (6/18) Purging py3-pytest (7.2.0-r2) (7/18) Purging py3-attrs (22.2.0-r0) (8/18) Purging py3-iniconfig (1.1.1-r4) (9/18) Purging py3-packaging (23.0-r0) (10/18) Purging py3-parsing (3.0.9-r1) (11/18) Purging py3-pluggy (1.0.0-r2) (12/18) Purging py3-py (1.11.0-r1) (13/18) Purging python3 (3.11.1-r2) (14/18) Purging libffi (3.4.4-r0) (15/18) Purging gdbm (1.23-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.40.1-r0) Executing busybox-1.36.0-r0.trigger OK: 378 MiB in 103 packages >>> py3-rstr: Updating the testing/x86 repository index... >>> py3-rstr: Signing the index...