>>> py3-zc.lockfile: Building community/py3-zc.lockfile 2.0-r1 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 01:12:43 +0000 >>> py3-zc.lockfile: Checking sanity of /home/buildozer/aports/community/py3-zc.lockfile/APKBUILD... >>> py3-zc.lockfile: Analyzing dependencies... >>> py3-zc.lockfile: Installing for build: build-base python3 py3-setuptools py3-zope-testing (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.5-r1) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.2-r0) (7/17) Installing sqlite-libs (3.38.2-r0) (8/17) Installing python3 (3.10.3-r0) (9/17) Installing py3-appdirs (1.4.4-r3) (10/17) Installing py3-more-itertools (8.12.0-r2) (11/17) Installing py3-ordered-set (4.0.2-r3) (12/17) Installing py3-parsing (2.4.7-r3) (13/17) Installing py3-six (1.16.0-r1) (14/17) Installing py3-packaging (21.3-r0) (15/17) Installing py3-setuptools (59.4.0-r0) (16/17) Installing py3-zope-testing (4.8-r2) (17/17) Installing .makedepends-py3-zc.lockfile (20220417.011249) Executing busybox-1.35.0-r8.trigger OK: 306 MiB in 105 packages >>> py3-zc.lockfile: Cleaning up srcdir >>> py3-zc.lockfile: Cleaning up pkgdir >>> py3-zc.lockfile: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/zc.lockfile-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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11923 100 11923 0 0 24808 0 --:--:-- --:--:-- --:--:-- 24787 >>> py3-zc.lockfile: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/zc.lockfile-2.0.tar.gz >>> py3-zc.lockfile: Checking sha512sums... zc.lockfile-2.0.tar.gz: OK >>> py3-zc.lockfile: Unpacking /var/cache/distfiles/v3.16/zc.lockfile-2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zc copying src/zc/__init__.py -> build/lib/zc creating build/lib/zc/lockfile copying src/zc/lockfile/tests.py -> build/lib/zc/lockfile copying src/zc/lockfile/__init__.py -> build/lib/zc/lockfile running egg_info writing src/zc.lockfile.egg-info/PKG-INFO writing dependency_links to src/zc.lockfile.egg-info/dependency_links.txt writing namespace_packages to src/zc.lockfile.egg-info/namespace_packages.txt writing requirements to src/zc.lockfile.egg-info/requires.txt writing top-level names to src/zc.lockfile.egg-info/top_level.txt reading manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' copying src/zc/lockfile/README.txt -> build/lib/zc/lockfile 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. running egg_info writing src/zc.lockfile.egg-info/PKG-INFO writing dependency_links to src/zc.lockfile.egg-info/dependency_links.txt writing namespace_packages to src/zc.lockfile.egg-info/namespace_packages.txt writing requirements to src/zc.lockfile.egg-info/requires.txt writing top-level names to src/zc.lockfile.egg-info/top_level.txt reading manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' running build_ext /home/buildozer/aports/community/py3-zc.lockfile/src/zc.lockfile-2.0/src/zc/lockfile/README.txt Doctest: README.txt ... ok hostname_in_lockfile (zc.lockfile.tests) Doctest: zc.lockfile.tests.hostname_in_lockfile ... ok many_threads_read_and_write (zc.lockfile.tests) Doctest: zc.lockfile.tests.many_threads_read_and_write ... ok pid_in_lockfile (zc.lockfile.tests) Doctest: zc.lockfile.tests.pid_in_lockfile ... ok test_log_formatting (zc.lockfile.tests.LockFileLogEntryTestCase) ... ok test_simple_lock (zc.lockfile.tests.LockFileLogEntryTestCase) ... ok test_unlock_and_lock_while_multiprocessing_process_running (zc.lockfile.tests.LockFileLogEntryTestCase) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.785s OK >>> py3-zc.lockfile: Entering fakeroot... 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 egg_info writing src/zc.lockfile.egg-info/PKG-INFO writing dependency_links to src/zc.lockfile.egg-info/dependency_links.txt writing namespace_packages to src/zc.lockfile.egg-info/namespace_packages.txt writing requirements to src/zc.lockfile.egg-info/requires.txt writing top-level names to src/zc.lockfile.egg-info/top_level.txt reading manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zc.lockfile.egg-info/SOURCES.txt' running install_lib Skipping installation of /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/__init__.py (namespace package) copying zc/lockfile/README.txt -> /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/lockfile copying zc/lockfile/tests.py -> /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/lockfile copying zc/lockfile/__init__.py -> /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/lockfile byte-compiling /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/lockfile/tests.py to tests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc/lockfile/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying src/zc.lockfile.egg-info to /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc.lockfile-2.0-py3.10.egg-info Installing /home/buildozer/aports/community/py3-zc.lockfile/pkg/py3-zc.lockfile/usr/lib/python3.10/site-packages/zc.lockfile-2.0-py3.10-nspkg.pth running install_scripts >>> py3-zc.lockfile*: Running postcheck for py3-zc.lockfile >>> py3-zc.lockfile*: Preparing package py3-zc.lockfile... >>> py3-zc.lockfile*: Tracing dependencies... >>> py3-zc.lockfile*: Package size: 100.0 KB >>> py3-zc.lockfile*: Compressing data... >>> py3-zc.lockfile*: Create checksum... >>> py3-zc.lockfile*: Create py3-zc.lockfile-2.0-r1.apk >>> py3-zc.lockfile: Build complete at Sun, 17 Apr 2022 01:12:52 +0000 elapsed time 0h 0m 9s >>> py3-zc.lockfile: Cleaning up srcdir >>> py3-zc.lockfile: Cleaning up pkgdir >>> py3-zc.lockfile: Uninstalling dependencies... (1/17) Purging .makedepends-py3-zc.lockfile (20220417.011249) (2/17) Purging py3-zope-testing (4.8-r2) (3/17) Purging py3-setuptools (59.4.0-r0) (4/17) Purging py3-appdirs (1.4.4-r3) (5/17) Purging py3-more-itertools (8.12.0-r2) (6/17) Purging py3-ordered-set (4.0.2-r3) (7/17) Purging py3-packaging (21.3-r0) (8/17) Purging py3-six (1.16.0-r1) (9/17) Purging py3-parsing (2.4.7-r3) (10/17) Purging python3 (3.10.3-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.5-r1) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.2-r0) (17/17) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-zc.lockfile: Updating the community/armv7 repository index... >>> py3-zc.lockfile: Signing the index...