>>> py3-filelock: Building community/py3-filelock 3.13.1-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 15:47:08 +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.6-r0) (3/49) Installing gdbm (1.23-r1) (4/49) Installing xz-libs (5.6.1-r3) (5/49) Installing mpdecimal (4.0.0-r0) (6/49) Installing libpanelw (6.4_p20240330-r0) (7/49) Installing readline (8.2.10-r0) (8/49) Installing sqlite-libs (3.45.2-r0) (9/49) Installing python3 (3.12.2-r1) (10/49) Installing python3-pycache-pyc0 (3.12.2-r1) (11/49) Installing pyc (3.12.2-r1) (12/49) Installing python3-pyc (3.12.2-r1) (13/49) Installing py3-installer (0.7.0-r2) (14/49) Installing py3-installer-pyc (0.7.0-r2) (15/49) Installing py3-gpep517 (15-r2) (16/49) Installing py3-gpep517-pyc (15-r2) (17/49) Installing py3-editables (0.5-r2) (18/49) Installing py3-editables-pyc (0.5-r2) (19/49) Installing py3-parsing (3.1.2-r1) (20/49) Installing py3-parsing-pyc (3.1.2-r1) (21/49) Installing py3-packaging (24.0-r1) (22/49) Installing py3-packaging-pyc (24.0-r1) (23/49) Installing py3-pathspec (0.12.1-r2) (24/49) Installing py3-pathspec-pyc (0.12.1-r2) (25/49) Installing py3-pluggy (1.4.0-r1) (26/49) Installing py3-pluggy-pyc (1.4.0-r1) (27/49) Installing py3-trove-classifiers (2024.3.3-r2) (28/49) Installing py3-trove-classifiers-pyc (2024.3.3-r2) (29/49) Installing py3-hatchling (1.22.5-r1) (30/49) Installing py3-hatchling-pyc (1.22.5-r1) (31/49) Installing py3-setuptools (69.2.0-r1) (32/49) Installing py3-setuptools-pyc (69.2.0-r1) (33/49) Installing py3-setuptools_scm (8.0.4-r2) (34/49) Installing py3-setuptools_scm-pyc (8.0.4-r2) (35/49) Installing py3-hatch-vcs (0.4.0-r2) (36/49) Installing py3-hatch-vcs-pyc (0.4.0-r2) (37/49) Installing py3-iniconfig (2.0.0-r1) (38/49) Installing py3-iniconfig-pyc (2.0.0-r1) (39/49) Installing py3-py (1.11.0-r3) (40/49) Installing py3-py-pyc (1.11.0-r3) (41/49) Installing py3-pytest (8.1.1-r1) (42/49) Installing py3-pytest-pyc (8.1.1-r1) (43/49) Installing py3-mock (5.1.0-r2) (44/49) Installing py3-mock-pyc (5.1.0-r2) (45/49) Installing py3-pytest-mock (3.10.0-r3) (46/49) Installing py3-pytest-mock-pyc (3.10.0-r3) (47/49) Installing py3-pytest-timeout (2.3.1-r1) (48/49) Installing py3-pytest-timeout-pyc (2.3.1-r1) (49/49) Installing .makedepends-py3-filelock (20240412.154709) Executing busybox-1.36.1-r25.trigger OK: 440 MiB in 154 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... 2024-04-12 15:47:10,336 gpep517 INFO Building wheel via backend hatchling.build 2024-04-12 15:47:10,459 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.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1 configfile: pyproject.toml plugins: mock-3.10.0, timeout-2.3.1 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.12/site-packages/_pytest/unraisableexception.py:80: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "/home/buildozer/aports/community/py3-filelock/src/filelock-3.13.1/.testenv/lib/python3.12/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.12/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.12/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 7.37s =================== >>> py3-filelock: Entering fakeroot... >>> py3-filelock-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-filelock/pkg/py3-filelock/usr/lib/python3.12/site-packages/filelock/__pycache__' -> '/home/buildozer/aports/community/py3-filelock/pkg/py3-filelock-pyc/usr/lib/python3.12/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.12 >>> 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-r1.apk >>> py3-filelock*: Tracing dependencies... python3 python3~3.12 >>> py3-filelock*: Package size: 88.0 KB >>> py3-filelock*: Compressing data... >>> py3-filelock*: Create checksum... >>> py3-filelock*: Create py3-filelock-3.13.1-r1.apk >>> py3-filelock: Build complete at Fri, 12 Apr 2024 15:47:18 +0000 elapsed time 0h 0m 10s >>> py3-filelock: Cleaning up srcdir >>> py3-filelock: Cleaning up pkgdir >>> py3-filelock: Uninstalling dependencies... (1/49) Purging .makedepends-py3-filelock (20240412.154709) (2/49) Purging py3-gpep517-pyc (15-r2) (3/49) Purging py3-gpep517 (15-r2) (4/49) Purging py3-installer-pyc (0.7.0-r2) (5/49) Purging py3-installer (0.7.0-r2) (6/49) Purging py3-hatch-vcs-pyc (0.4.0-r2) (7/49) Purging py3-hatch-vcs (0.4.0-r2) (8/49) Purging py3-setuptools_scm-pyc (8.0.4-r2) (9/49) Purging py3-setuptools_scm (8.0.4-r2) (10/49) Purging py3-setuptools-pyc (69.2.0-r1) (11/49) Purging py3-setuptools (69.2.0-r1) (12/49) Purging py3-hatchling-pyc (1.22.5-r1) (13/49) Purging py3-hatchling (1.22.5-r1) (14/49) Purging py3-editables-pyc (0.5-r2) (15/49) Purging py3-editables (0.5-r2) (16/49) Purging py3-pathspec-pyc (0.12.1-r2) (17/49) Purging py3-pathspec (0.12.1-r2) (18/49) Purging py3-trove-classifiers-pyc (2024.3.3-r2) (19/49) Purging py3-trove-classifiers (2024.3.3-r2) (20/49) Purging py3-pytest-mock-pyc (3.10.0-r3) (21/49) Purging py3-pytest-mock (3.10.0-r3) (22/49) Purging py3-mock-pyc (5.1.0-r2) (23/49) Purging py3-mock (5.1.0-r2) (24/49) Purging py3-pytest-timeout-pyc (2.3.1-r1) (25/49) Purging py3-pytest-timeout (2.3.1-r1) (26/49) Purging py3-pytest-pyc (8.1.1-r1) (27/49) Purging py3-pytest (8.1.1-r1) (28/49) Purging py3-iniconfig-pyc (2.0.0-r1) (29/49) Purging py3-iniconfig (2.0.0-r1) (30/49) Purging py3-packaging-pyc (24.0-r1) (31/49) Purging py3-packaging (24.0-r1) (32/49) Purging py3-parsing-pyc (3.1.2-r1) (33/49) Purging py3-parsing (3.1.2-r1) (34/49) Purging py3-pluggy-pyc (1.4.0-r1) (35/49) Purging py3-pluggy (1.4.0-r1) (36/49) Purging py3-py-pyc (1.11.0-r3) (37/49) Purging py3-py (1.11.0-r3) (38/49) Purging python3-pyc (3.12.2-r1) (39/49) Purging python3-pycache-pyc0 (3.12.2-r1) (40/49) Purging pyc (3.12.2-r1) (41/49) Purging python3 (3.12.2-r1) (42/49) Purging gdbm (1.23-r1) (43/49) Purging libbz2 (1.0.8-r6) (44/49) Purging libffi (3.4.6-r0) (45/49) Purging libpanelw (6.4_p20240330-r0) (46/49) Purging mpdecimal (4.0.0-r0) (47/49) Purging readline (8.2.10-r0) (48/49) Purging sqlite-libs (3.45.2-r0) (49/49) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-filelock: Updating the community/aarch64 repository index... >>> py3-filelock: Signing the index...