>>> py3-magic: Building community/py3-magic 0.4.27-r3 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 21:25:10 +0000 >>> py3-magic: Validating /home/udu/aports/community/py3-magic/APKBUILD... >>> py3-magic: Analyzing dependencies... >>> py3-magic: Installing for build: build-base python3 libmagic py3-setuptools py3-pytest WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/15) Installing py3-parsing (3.2.3-r0) (2/15) Installing py3-parsing-pyc (3.2.3-r0) (3/15) Installing py3-packaging (25.0-r0) (4/15) Installing py3-packaging-pyc (25.0-r0) (5/15) Installing py3-setuptools (80.9.0-r0) (6/15) Installing py3-setuptools-pyc (80.9.0-r0) (7/15) Installing py3-iniconfig (2.1.0-r0) (8/15) Installing py3-iniconfig-pyc (2.1.0-r0) (9/15) Installing py3-pluggy (1.5.0-r0) (10/15) Installing py3-pluggy-pyc (1.5.0-r0) (11/15) Installing py3-py (1.11.0-r4) (12/15) Installing py3-py-pyc (1.11.0-r4) (13/15) Installing py3-pytest (8.3.5-r0) (14/15) Installing py3-pytest-pyc (8.3.5-r0) (15/15) Installing .makedepends-py3-magic (20251012.212511) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 104 packages >>> py3-magic: Cleaning up srcdir >>> py3-magic: Cleaning up pkgdir >>> py3-magic: Cleaning up tmpdir >>> py3-magic: Fetching py3-magic-0.4.27.tar.gz::https://github.com/ahupp/python-magic/archive/0.4.27.tar.gz >>> py3-magic: Fetching py3-magic-0.4.27.tar.gz::https://github.com/ahupp/python-magic/archive/0.4.27.tar.gz >>> py3-magic: Checking sha512sums... py3-magic-0.4.27.tar.gz: OK file-5.44.patch: OK fix-tests.patch: OK >>> py3-magic: Unpacking /var/cache/distfiles/py3-magic-0.4.27.tar.gz... >>> py3-magic: file-5.44.patch patching file test/python_magic_test.py >>> py3-magic: fix-tests.patch patching file test/libmagic_test.py patching file test/python_magic_test.py /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/magic copying magic/compat.py -> build/lib/magic copying magic/loader.py -> build/lib/magic copying magic/__init__.py -> build/lib/magic copying magic/__init__.pyi -> build/lib/magic copying magic/py.typed -> build/lib/magic ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-magic/src/python-magic-0.4.27 collected 20 items test/libmagic_test.py ... [ 15%] test/python_magic_test.py ..............ss. [100%] ============================================================================================================================================== warnings summary ============================================================================================================================================== test/libmagic_test.py::MagicTestCase::test_detect_from_content test/libmagic_test.py::MagicTestCase::test_detect_from_filename test/libmagic_test.py::MagicTestCase::test_detect_from_fobj /home/udu/aports/community/py3-magic/src/python-magic-0.4.27/magic/__init__.py:437: PendingDeprecationWarning: Using compatibility mode with libmagic's python binding. See https://github.com/ahupp/python-magic/blob/master/COMPAT.md for details. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================================================================================================================================= 18 passed, 2 skipped, 3 warnings in 0.21s ================================================================================================================================== >>> py3-magic: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic copying build/lib/magic/py.typed -> /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic copying build/lib/magic/__init__.pyi -> /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic copying build/lib/magic/compat.py -> /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic copying build/lib/magic/loader.py -> /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic copying build/lib/magic/__init__.py -> /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic byte-compiling /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic/compat.py to compat.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic/loader.py to loader.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/magic/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info creating python_magic.egg-info writing python_magic.egg-info/PKG-INFO writing dependency_links to python_magic.egg-info/dependency_links.txt writing top-level names to python_magic.egg-info/top_level.txt writing manifest file 'python_magic.egg-info/SOURCES.txt' reading manifest file 'python_magic.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'tests' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'python_magic.egg-info/SOURCES.txt' Copying python_magic.egg-info to /home/udu/aports/community/py3-magic/pkg/py3-magic/usr/lib/python3.12/site-packages/python_magic-0.4.27-py3.12.egg-info running install_scripts >>> py3-magic-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/magic/__pycache__' -> '/home/udu/aports/community/py3-magic/pkg/py3-magic-pyc/usr/lib/python3.12/site-packages/magic/__pycache__' >>> py3-magic-pyc*: Preparing subpackage py3-magic-pyc... >>> py3-magic-pyc*: Running postcheck for py3-magic-pyc >>> py3-magic*: Running postcheck for py3-magic >>> py3-magic*: Preparing package py3-magic... >>> py3-magic-pyc*: Tracing dependencies... python3 libmagic python3~3.12 >>> py3-magic-pyc*: Package size: 28.3 KB >>> py3-magic-pyc*: Compressing data... >>> py3-magic-pyc*: Create checksum... >>> py3-magic-pyc*: Create py3-magic-pyc-0.4.27-r3.apk >>> py3-magic*: Tracing dependencies... python3 libmagic python3~3.12 >>> py3-magic*: Package size: 32.5 KB >>> py3-magic*: Compressing data... >>> py3-magic*: Create checksum... >>> py3-magic*: Create py3-magic-0.4.27-r3.apk >>> py3-magic: Build complete at Sun, 12 Oct 2025 21:25:13 +0000 elapsed time 0h 0m 3s >>> py3-magic: Cleaning up srcdir >>> py3-magic: Cleaning up pkgdir >>> py3-magic: Uninstalling dependencies... (1/15) Purging .makedepends-py3-magic (20251012.212511) (2/15) Purging py3-setuptools-pyc (80.9.0-r0) (3/15) Purging py3-setuptools (80.9.0-r0) (4/15) Purging py3-pytest-pyc (8.3.5-r0) (5/15) Purging py3-pytest (8.3.5-r0) (6/15) Purging py3-iniconfig-pyc (2.1.0-r0) (7/15) Purging py3-iniconfig (2.1.0-r0) (8/15) Purging py3-packaging-pyc (25.0-r0) (9/15) Purging py3-packaging (25.0-r0) (10/15) Purging py3-parsing-pyc (3.2.3-r0) (11/15) Purging py3-parsing (3.2.3-r0) (12/15) Purging py3-pluggy-pyc (1.5.0-r0) (13/15) Purging py3-pluggy (1.5.0-r0) (14/15) Purging py3-py-pyc (1.11.0-r4) (15/15) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-magic: Updating the community/x86_64 repository index... >>> py3-magic: Signing the index...