>>> py3-filelock: Building community/py3-filelock 3.13.1-r0 (using abuild 3.12.0-r0) started Fri, 22 Dec 2023 01:15:34 +0000 >>> py3-filelock: Checking sanity of /home/buildozer/aports/community/py3-filelock/APKBUILD... >>> py3-filelock: Analyzing dependencies... >>> py3-filelock: Installing for build: build-base python3 py3-gpep517 py3-hatch-vcs py3-hatchling py3-pytest py3-pytest-mock py3-pytest-timeout (1/49) Installing libbz2 (1.0.8-r6) (2/49) Installing libffi (3.4.4-r3) (3/49) Installing gdbm (1.23-r1) (4/49) Installing xz-libs (5.4.5-r0) (5/49) Installing mpdecimal (2.5.1-r2) (6/49) Installing libpanelw (6.4_p20231125-r0) (7/49) Installing readline (8.2.7-r0) (8/49) Installing sqlite-libs (3.44.2-r0) (9/49) Installing python3 (3.11.6-r1) (10/49) Installing python3-pycache-pyc0 (3.11.6-r1) (11/49) Installing pyc (3.11.6-r1) (12/49) Installing python3-pyc (3.11.6-r1) (13/49) Installing py3-installer (0.7.0-r1) (14/49) Installing py3-installer-pyc (0.7.0-r1) (15/49) Installing py3-gpep517 (15-r1) (16/49) Installing py3-gpep517-pyc (15-r1) (17/49) Installing py3-editables (0.5-r0) (18/49) Installing py3-editables-pyc (0.5-r0) (19/49) Installing py3-parsing (3.1.1-r0) (20/49) Installing py3-parsing-pyc (3.1.1-r0) (21/49) Installing py3-packaging (23.2-r0) (22/49) Installing py3-packaging-pyc (23.2-r0) (23/49) Installing py3-pathspec (0.12.1-r0) (24/49) Installing py3-pathspec-pyc (0.12.1-r0) (25/49) Installing py3-pluggy (1.3.0-r0) (26/49) Installing py3-pluggy-pyc (1.3.0-r0) (27/49) Installing py3-trove-classifiers (2023.11.29-r0) (28/49) Installing py3-trove-classifiers-pyc (2023.11.29-r0) (29/49) Installing py3-hatchling (1.18.0-r0) (30/49) Installing py3-hatchling-pyc (1.18.0-r0) (31/49) Installing py3-setuptools (68.2.2-r0) (32/49) Installing py3-setuptools-pyc (68.2.2-r0) (33/49) Installing py3-setuptools_scm (8.0.4-r1) (34/49) Installing py3-setuptools_scm-pyc (8.0.4-r1) (35/49) Installing py3-hatch-vcs (0.4.0-r0) (36/49) Installing py3-hatch-vcs-pyc (0.4.0-r0) (37/49) Installing py3-iniconfig (1.1.1-r7) (38/49) Installing py3-iniconfig-pyc (1.1.1-r7) (39/49) Installing py3-py (1.11.0-r2) (40/49) Installing py3-py-pyc (1.11.0-r2) (41/49) Installing py3-pytest (7.4.3-r0) (42/49) Installing py3-pytest-pyc (7.4.3-r0) (43/49) Installing py3-mock (5.1.0-r0) (44/49) Installing py3-mock-pyc (5.1.0-r0) (45/49) Installing py3-pytest-mock (3.10.0-r2) (46/49) Installing py3-pytest-mock-pyc (3.10.0-r2) (47/49) Installing py3-pytest-timeout (2.2.0-r0) (48/49) Installing py3-pytest-timeout-pyc (2.2.0-r0) (49/49) Installing .makedepends-py3-filelock (20231222.011535) Executing busybox-1.36.1-r18.trigger OK: 442 MiB in 153 packages >>> py3-filelock: Cleaning up srcdir >>> py3-filelock: Cleaning up pkgdir >>> py3-filelock: Cleaning up tmpdir >>> py3-filelock: Fetching https://distfiles.alpinelinux.org/distfiles/edge/filelock-3.13.1.tar.gz >>> py3-filelock: Fetching https://distfiles.alpinelinux.org/distfiles/edge/filelock-3.13.1.tar.gz >>> py3-filelock: Checking sha512sums... filelock-3.13.1.tar.gz: OK >>> py3-filelock: Unpacking /var/cache/distfiles/filelock-3.13.1.tar.gz... 2023-12-22 01:15:36,052 gpep517 INFO Building wheel via backend hatchling.build 2023-12-22 01:15:36,166 gpep517 INFO The backend produced .dist/filelock-3.13.1-py3-none-any.whl filelock-3.13.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1 plugins: timeout-2.2.0, mock-3.10.0 collected 103 items tests/test_error.py .... [ 3%] tests/test_filelock.py ............................ssssssssssssssssssss. [ 51%] .................................................. [100%] =============================== warnings summary =============================== tests/test_filelock.py::test_subclass_compatibility /usr/lib/python3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1/.testenv/lib/python3.11/site-packages/filelock/_api.py", line 317, in __del__ self.release(force=True) File "/home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1/.testenv/lib/python3.11/site-packages/filelock/_api.py", line 280, in release if self.is_locked: ^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1/.testenv/lib/python3.11/site-packages/filelock/_api.py", line 190, in is_locked return self._context.lock_file_fd is not None ^^^^^^^^^^^^^ AttributeError: 'MySoftFileLock' object has no attribute '_context' warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 83 passed, 20 skipped, 1 warning in 6.57s =================== >>> py3-filelock: Entering fakeroot... >>> py3-filelock-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-filelock/pkg/py3-filelock/usr/lib/python3.11/site-packages/filelock/__pycache__' -> '/home/buildozer/aports/community/py3-filelock/pkg/py3-filelock-pyc/usr/lib/python3.11/site-packages/filelock/__pycache__' >>> py3-filelock-pyc*: Preparing subpackage py3-filelock-pyc... >>> py3-filelock-pyc*: Running postcheck for py3-filelock-pyc >>> py3-filelock*: Running postcheck for py3-filelock >>> py3-filelock*: Preparing package py3-filelock... >>> py3-filelock-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-filelock-pyc*: Package size: 72.0 KB >>> py3-filelock-pyc*: Compressing data... >>> py3-filelock-pyc*: Create checksum... >>> py3-filelock-pyc*: Create py3-filelock-pyc-3.13.1-r0.apk >>> py3-filelock*: Tracing dependencies... python3 python3~3.11 >>> py3-filelock*: Package size: 88.0 KB >>> py3-filelock*: Compressing data... >>> py3-filelock*: Create checksum... >>> py3-filelock*: Create py3-filelock-3.13.1-r0.apk >>> py3-filelock: Build complete at Fri, 22 Dec 2023 01:15:43 +0000 elapsed time 0h 0m 9s >>> py3-filelock: Cleaning up srcdir >>> py3-filelock: Cleaning up pkgdir >>> py3-filelock: Uninstalling dependencies... (1/49) Purging .makedepends-py3-filelock (20231222.011535) (2/49) Purging py3-gpep517-pyc (15-r1) (3/49) Purging py3-gpep517 (15-r1) (4/49) Purging py3-installer-pyc (0.7.0-r1) (5/49) Purging py3-installer (0.7.0-r1) (6/49) Purging py3-hatch-vcs-pyc (0.4.0-r0) (7/49) Purging py3-hatch-vcs (0.4.0-r0) (8/49) Purging py3-setuptools_scm-pyc (8.0.4-r1) (9/49) Purging py3-setuptools_scm (8.0.4-r1) (10/49) Purging py3-setuptools-pyc (68.2.2-r0) (11/49) Purging py3-setuptools (68.2.2-r0) (12/49) Purging py3-hatchling-pyc (1.18.0-r0) (13/49) Purging py3-hatchling (1.18.0-r0) (14/49) Purging py3-editables-pyc (0.5-r0) (15/49) Purging py3-editables (0.5-r0) (16/49) Purging py3-pathspec-pyc (0.12.1-r0) (17/49) Purging py3-pathspec (0.12.1-r0) (18/49) Purging py3-trove-classifiers-pyc (2023.11.29-r0) (19/49) Purging py3-trove-classifiers (2023.11.29-r0) (20/49) Purging py3-pytest-mock-pyc (3.10.0-r2) (21/49) Purging py3-pytest-mock (3.10.0-r2) (22/49) Purging py3-mock-pyc (5.1.0-r0) (23/49) Purging py3-mock (5.1.0-r0) (24/49) Purging py3-pytest-timeout-pyc (2.2.0-r0) (25/49) Purging py3-pytest-timeout (2.2.0-r0) (26/49) Purging py3-pytest-pyc (7.4.3-r0) (27/49) Purging py3-pytest (7.4.3-r0) (28/49) Purging py3-iniconfig-pyc (1.1.1-r7) (29/49) Purging py3-iniconfig (1.1.1-r7) (30/49) Purging py3-packaging-pyc (23.2-r0) (31/49) Purging py3-packaging (23.2-r0) (32/49) Purging py3-parsing-pyc (3.1.1-r0) (33/49) Purging py3-parsing (3.1.1-r0) (34/49) Purging py3-pluggy-pyc (1.3.0-r0) (35/49) Purging py3-pluggy (1.3.0-r0) (36/49) Purging py3-py-pyc (1.11.0-r2) (37/49) Purging py3-py (1.11.0-r2) (38/49) Purging python3-pyc (3.11.6-r1) (39/49) Purging python3-pycache-pyc0 (3.11.6-r1) (40/49) Purging pyc (3.11.6-r1) (41/49) Purging python3 (3.11.6-r1) (42/49) Purging gdbm (1.23-r1) (43/49) Purging libbz2 (1.0.8-r6) (44/49) Purging libffi (3.4.4-r3) (45/49) Purging libpanelw (6.4_p20231125-r0) (46/49) Purging mpdecimal (2.5.1-r2) (47/49) Purging readline (8.2.7-r0) (48/49) Purging sqlite-libs (3.44.2-r0) (49/49) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r18.trigger OK: 380 MiB in 104 packages >>> py3-filelock: Updating the community/aarch64 repository index... >>> py3-filelock: Signing the index...