>>> py3-smmap2: Building community/py3-smmap2 5.0.0-r0 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 01:02:11 +0000 >>> py3-smmap2: Checking sanity of /home/buildozer/aports/community/py3-smmap2/APKBUILD... >>> WARNING: py3-smmap2: No maintainer >>> py3-smmap2: Analyzing dependencies... >>> py3-smmap2: Installing for build: build-base python3 py3-setuptools py3-nose py3-nosexcover py3-coverage (1/25) Installing libbz2 (1.0.8-r5) (2/25) Installing libffi (3.4.4-r2) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.2-r1) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20230401-r4) (7/25) Installing readline (8.2.1-r1) (8/25) Installing sqlite-libs (3.41.2-r2) (9/25) Installing python3 (3.11.3-r10) (10/25) Installing python3-pycache-pyc0 (3.11.3-r10) (11/25) Installing pyc (0.1-r0) (12/25) Installing python3-pyc (3.11.3-r10) (13/25) Installing py3-parsing (3.0.9-r2) (14/25) Installing py3-parsing-pyc (3.0.9-r2) (15/25) Installing py3-packaging (23.1-r1) (16/25) Installing py3-packaging-pyc (23.1-r1) (17/25) Installing py3-setuptools (67.7.0-r0) (18/25) Installing py3-setuptools-pyc (67.7.0-r0) (19/25) Installing py3-nose (1.3.7-r11) (20/25) Installing py3-nose-pyc (1.3.7-r11) (21/25) Installing py3-coverage (6.5.0-r4) (22/25) Installing py3-coverage-pyc (6.5.0-r4) (23/25) Installing py3-nosexcover (1.0.11-r7) (24/25) Installing py3-nosexcover-pyc (1.0.11-r7) (25/25) Installing .makedepends-py3-smmap2 (20230421.010216) Executing busybox-1.36.0-r7.trigger OK: 376 MiB in 122 packages >>> py3-smmap2: Cleaning up srcdir >>> py3-smmap2: Cleaning up pkgdir >>> py3-smmap2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-smmap2-5.0.0.tar.gz >>> py3-smmap2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-smmap2-5.0.0.tar.gz >>> py3-smmap2: Checking sha512sums... py3-smmap2-5.0.0.tar.gz: OK >>> py3-smmap2: Unpacking /var/cache/distfiles/v3.18/py3-smmap2-5.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/smmap copying smmap/__init__.py -> build/lib/smmap copying smmap/util.py -> build/lib/smmap copying smmap/mman.py -> build/lib/smmap copying smmap/buf.py -> build/lib/smmap creating build/lib/smmap/test copying smmap/test/__init__.py -> build/lib/smmap/test copying smmap/test/test_tutorial.py -> build/lib/smmap/test copying smmap/test/lib.py -> build/lib/smmap/test copying smmap/test/test_util.py -> build/lib/smmap/test copying smmap/test/test_mman.py -> build/lib/smmap/test copying smmap/test/test_buf.py -> build/lib/smmap/test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating smmap.egg-info writing smmap.egg-info/PKG-INFO writing dependency_links to smmap.egg-info/dependency_links.txt writing top-level names to smmap.egg-info/top_level.txt writing manifest file 'smmap.egg-info/SOURCES.txt' reading manifest file 'smmap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'smmap.egg-info/SOURCES.txt' running build_ext test_example (smmap.test.test_tutorial.TestTutorial.test_example) ... ok test_region (smmap.test.test_util.TestMMan.test_region) ... ok test_region_list (smmap.test.test_util.TestMMan.test_region_list) ... ok test_util (smmap.test.test_util.TestMMan.test_util) ... ok test_window (smmap.test.test_util.TestMMan.test_window) ... ok test_cursor (smmap.test.test_mman.TestMMan.test_cursor) ... ok test_memman_operation (smmap.test.test_mman.TestMMan.test_memman_operation) ... : Read 55 mb of memory with 5000 random on cursor initialized with accesses in 0.336197s (165.607362 mb/s) : Read 57 mb of memory with 5000 random on cursor initialized with accesses in 0.343241s (166.170235 mb/s) : Read 191 mb of memory with 5000 random on cursor initialized with accesses in 1.290035s (148.446787 mb/s) : Read 193 mb of memory with 5000 random on cursor initialized with accesses in 1.269133s (152.394581 mb/s) ok test_memory_manager (smmap.test.test_mman.TestMMan.test_memory_manager) ... ok test_basics (smmap.test.test_buf.TestBuf.test_basics) ... optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) optimal: Made 100 random slice accesses to buffer created from reading a total of 212.875726 mb in 1.194607 s (178.197248 mb/s) worst case: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.002753 s (0.036321 mb/s) worst case: Made 100 random slice accesses to buffer created from reading a total of 175.532726 mb in 0.407967 s (430.261975 mb/s) static optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) static optimal: Made 100 random slice accesses to buffer created from reading a total of 256.478740 mb in 1.436193 s (178.582394 mb/s) optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) optimal: Made 100 random slice accesses to buffer created from reading a total of 217.850673 mb in 1.230897 s (176.985271 mb/s) worst case: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.002181 s (0.045854 mb/s) worst case: Made 100 random slice accesses to buffer created from reading a total of 181.964477 mb in 0.465073 s (391.259941 mb/s) static optimal: Made 100 random single byte accesses to buffer created from reading a total of 0.000100 mb in 0.001000 s (0.100000 mb/s) static optimal: Made 100 random slice accesses to buffer created from reading a total of 210.159598 mb in 1.188558 s (176.818952 mb/s) ok ---------------------------------------------------------------------- Ran 9 tests in 9.457s OK >>> py3-smmap2: 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/community/py3-smmap2/pkg creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2 creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap copying build/lib/smmap/__init__.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap copying build/lib/smmap/util.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap creating /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/__init__.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/test_tutorial.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/lib.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/test_util.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/test_mman.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/test/test_buf.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test copying build/lib/smmap/mman.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap copying build/lib/smmap/buf.py -> /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/test_tutorial.py to test_tutorial.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/lib.py to lib.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/test_util.py to test_util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/test_mman.py to test_mman.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/test/test_buf.py to test_buf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/mman.py to mman.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap/buf.py to buf.cpython-311.pyc running install_egg_info running egg_info writing smmap.egg-info/PKG-INFO writing dependency_links to smmap.egg-info/dependency_links.txt writing top-level names to smmap.egg-info/top_level.txt reading manifest file 'smmap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'smmap.egg-info/SOURCES.txt' Copying smmap.egg-info to /home/buildozer/aports/community/py3-smmap2/pkg/py3-smmap2/usr/lib/python3.11/site-packages/smmap-5.0.0-py3.11.egg-info running install_scripts >>> py3-smmap2*: Running postcheck for py3-smmap2 >>> WARNING: py3-smmap2*: Found __pycache__ but package name doesn't end with -pyc >>> py3-smmap2*: Preparing package py3-smmap2... >>> py3-smmap2*: Tracing dependencies... python3 python3~3.11 >>> py3-smmap2*: Package size: 236.0 KB >>> py3-smmap2*: Compressing data... >>> py3-smmap2*: Create checksum... >>> py3-smmap2*: Create py3-smmap2-5.0.0-r0.apk >>> py3-smmap2: Build complete at Fri, 21 Apr 2023 01:02:27 +0000 elapsed time 0h 0m 16s >>> py3-smmap2: Cleaning up srcdir >>> py3-smmap2: Cleaning up pkgdir >>> py3-smmap2: Uninstalling dependencies... (1/25) Purging .makedepends-py3-smmap2 (20230421.010216) (2/25) Purging py3-setuptools-pyc (67.7.0-r0) (3/25) Purging py3-setuptools (67.7.0-r0) (4/25) Purging py3-packaging-pyc (23.1-r1) (5/25) Purging py3-packaging (23.1-r1) (6/25) Purging py3-parsing-pyc (3.0.9-r2) (7/25) Purging py3-parsing (3.0.9-r2) (8/25) Purging py3-nosexcover-pyc (1.0.11-r7) (9/25) Purging py3-nosexcover (1.0.11-r7) (10/25) Purging py3-nose-pyc (1.3.7-r11) (11/25) Purging py3-nose (1.3.7-r11) (12/25) Purging py3-coverage-pyc (6.5.0-r4) (13/25) Purging py3-coverage (6.5.0-r4) (14/25) Purging python3-pyc (3.11.3-r10) (15/25) Purging python3-pycache-pyc0 (3.11.3-r10) (16/25) Purging pyc (0.1-r0) (17/25) Purging python3 (3.11.3-r10) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r5) (20/25) Purging libffi (3.4.4-r2) (21/25) Purging libpanelw (6.4_p20230401-r4) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r1) (24/25) Purging sqlite-libs (3.41.2-r2) (25/25) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages >>> py3-smmap2: Updating the community/armhf repository index... >>> py3-smmap2: Signing the index...