>>> tractor: Building community/tractor 4.5.1-r0 (using abuild 3.15.0-r0) started Tue, 14 Oct 2025 02:26:27 +0000 >>> tractor: Validating /home/udu/aports/community/tractor/APKBUILD... >>> tractor: Analyzing dependencies... >>> tractor: Installing for build: build-base gsettings-desktop-schemas py3-fire py3-gobject3 py3-pysocks py3-stem tor py3-gpep517 py3-setuptools py3-wheel 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/55) Installing gsettings-desktop-schemas (48.0-r0) (2/55) Installing py3-six-pyc (1.17.0-r0) (3/55) Installing py3-six (1.17.0-r0) (4/55) Installing py3-termcolor (3.1.0-r0) (5/55) Installing py3-termcolor-pyc (3.1.0-r0) (6/55) Installing py3-fire (0.6.0-r0) (7/55) Installing libeconf (0.6.3-r0) (8/55) Installing libblkid (2.41-r9) (9/55) Installing libmount (2.41-r9) (10/55) Installing glib (2.84.4-r0) (11/55) Installing gobject-introspection (1.84.0-r0) (12/55) Installing libxau (1.0.12-r0) (13/55) Installing libmd (1.1.0-r0) (14/55) Installing libbsd (0.12.2-r0) (15/55) Installing libxdmcp (1.1.5-r1) (16/55) Installing libxcb (1.17.0-r0) (17/55) Installing libx11 (1.8.11-r0) (18/55) Installing libxext (1.3.6-r2) (19/55) Installing libxrender (0.9.12-r0) (20/55) Installing libpng (1.6.47-r0) (21/55) Installing freetype (2.13.3-r0) (22/55) Installing fontconfig (2.15.0-r3) (23/55) Installing pixman (0.46.4-r0) (24/55) Installing cairo (1.18.4-r0) (25/55) Installing cairo-gobject (1.18.4-r0) (26/55) Installing py3-gobject3 (3.52.3-r1) (27/55) Installing py3-gobject3-pyc (3.52.3-r1) (28/55) Installing py3-pysocks (1.7.1-r7) (29/55) Installing py3-pysocks-pyc (1.7.1-r7) (30/55) Installing py3-stem (1.8.2-r1) (31/55) Installing py3-stem-pyc (1.8.2-r1) (32/55) Installing libevent (2.1.12-r8) (33/55) Installing libseccomp (2.6.0-r0) (34/55) Installing tor (0.4.8.19-r0) Executing tor-0.4.8.19-r0.pre-install (35/55) Installing py3-installer (0.7.0-r2) (36/55) Installing py3-installer-pyc (0.7.0-r2) (37/55) Installing py3-gpep517 (19-r0) (38/55) Installing py3-gpep517-pyc (19-r0) (39/55) Installing py3-parsing (3.2.3-r0) (40/55) Installing py3-parsing-pyc (3.2.3-r0) (41/55) Installing py3-packaging (25.0-r0) (42/55) Installing py3-packaging-pyc (25.0-r0) (43/55) Installing py3-setuptools (80.9.0-r0) (44/55) Installing py3-setuptools-pyc (80.9.0-r0) (45/55) Installing py3-wheel (0.46.1-r0) (46/55) Installing py3-wheel-pyc (0.46.1-r0) (47/55) Installing py3-iniconfig (2.1.0-r0) (48/55) Installing py3-iniconfig-pyc (2.1.0-r0) (49/55) Installing py3-pluggy (1.5.0-r0) (50/55) Installing py3-pluggy-pyc (1.5.0-r0) (51/55) Installing py3-py (1.11.0-r4) (52/55) Installing py3-py-pyc (1.11.0-r4) (53/55) Installing py3-pytest (8.3.5-r0) (54/55) Installing py3-pytest-pyc (8.3.5-r0) (55/55) Installing .makedepends-tractor (20251014.022628) Executing busybox-1.37.0-r19.trigger Executing glib-2.84.4-r0.trigger OK: 352 MiB in 144 packages >>> tractor: Cleaning up srcdir >>> tractor: Cleaning up pkgdir >>> tractor: Cleaning up tmpdir >>> tractor: Fetching https://framagit.org/tractor/tractor/-/archive/4.5.1/tractor-4.5.1.tar.gz >>> tractor: Fetching https://framagit.org/tractor/tractor/-/archive/4.5.1/tractor-4.5.1.tar.gz >>> tractor: Checking sha512sums... tractor-4.5.1.tar.gz: OK recursively_look_for_schemas.patch: OK >>> tractor: Unpacking /var/cache/distfiles/tractor-4.5.1.tar.gz... >>> tractor: recursively_look_for_schemas.patch patching file src/tractor/db.py 2025-10-14 02:26:29,167 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: GNU General Public License v3 or later (GPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-10-14 02:26:29,190 root INFO running bdist_wheel 2025-10-14 02:26:29,196 root INFO running build 2025-10-14 02:26:29,196 root INFO running build_py 2025-10-14 02:26:29,197 root INFO creating build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/checks.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/control.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/bridges.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/tractorrc.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/actions.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/proxy.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/db.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/__init__.py -> build/lib/tractor 2025-10-14 02:26:29,198 root INFO copying src/tractor/tractor.py -> build/lib/tractor 2025-10-14 02:26:29,199 root INFO running egg_info 2025-10-14 02:26:29,200 root INFO creating src/traxtor.egg-info 2025-10-14 02:26:29,200 root INFO writing src/traxtor.egg-info/PKG-INFO 2025-10-14 02:26:29,200 root INFO writing dependency_links to src/traxtor.egg-info/dependency_links.txt 2025-10-14 02:26:29,200 root INFO writing entry points to src/traxtor.egg-info/entry_points.txt 2025-10-14 02:26:29,201 root INFO writing requirements to src/traxtor.egg-info/requires.txt 2025-10-14 02:26:29,201 root INFO writing top-level names to src/traxtor.egg-info/top_level.txt 2025-10-14 02:26:29,201 root INFO writing manifest file 'src/traxtor.egg-info/SOURCES.txt' 2025-10-14 02:26:29,202 root INFO reading manifest file 'src/traxtor.egg-info/SOURCES.txt' 2025-10-14 02:26:29,202 root INFO reading manifest template 'MANIFEST.in' 2025-10-14 02:26:29,203 root INFO adding license file 'LICENSE' 2025-10-14 02:26:29,203 root INFO writing manifest file 'src/traxtor.egg-info/SOURCES.txt' 2025-10-14 02:26:29,203 root INFO copying src/tractor/SampleBridges -> build/lib/tractor 2025-10-14 02:26:29,206 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-14 02:26:29,206 root INFO running install 2025-10-14 02:26:29,210 root INFO running install_lib 2025-10-14 02:26:29,212 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-14 02:26:29,212 root INFO creating build/bdist.linux-x86_64/wheel/tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/checks.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/control.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/bridges.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/tractorrc.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/actions.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/SampleBridges -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/proxy.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/db.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,212 root INFO copying build/lib/tractor/__init__.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,213 root INFO copying build/lib/tractor/tractor.py -> build/bdist.linux-x86_64/wheel/./tractor 2025-10-14 02:26:29,213 root INFO running install_egg_info 2025-10-14 02:26:29,214 root INFO Copying src/traxtor.egg-info to build/bdist.linux-x86_64/wheel/./traxtor-4.5.1-py3.12.egg-info 2025-10-14 02:26:29,214 root INFO running install_scripts 2025-10-14 02:26:29,215 root INFO creating build/bdist.linux-x86_64/wheel/traxtor-4.5.1.dist-info/WHEEL 2025-10-14 02:26:29,215 wheel INFO creating '/home/udu/aports/community/tractor/src/tractor-4.5.1/.dist/.tmp-elpo0_n8/traxtor-4.5.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/SampleBridges' 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/__init__.py' 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/actions.py' 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/bridges.py' 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/checks.py' 2025-10-14 02:26:29,215 wheel INFO adding 'tractor/control.py' 2025-10-14 02:26:29,216 wheel INFO adding 'tractor/db.py' 2025-10-14 02:26:29,216 wheel INFO adding 'tractor/proxy.py' 2025-10-14 02:26:29,216 wheel INFO adding 'tractor/tractor.py' 2025-10-14 02:26:29,216 wheel INFO adding 'tractor/tractorrc.py' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/licenses/LICENSE' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/METADATA' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/WHEEL' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/entry_points.txt' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/top_level.txt' 2025-10-14 02:26:29,216 wheel INFO adding 'traxtor-4.5.1.dist-info/RECORD' 2025-10-14 02:26:29,216 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-14 02:26:29,217 gpep517 INFO The backend produced .dist/traxtor-4.5.1-py3-none-any.whl traxtor-4.5.1-py3-none-any.whl ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/tractor/src/tractor-4.5.1 configfile: pyproject.toml collected 71 items tests/test_actions.py .................... [ 28%] tests/test_bridges.py ......... [ 40%] tests/test_checks.py .............. [ 60%] tests/test_control.py ...... [ 69%] tests/test_db.py .............. [ 88%] tests/test_tractorrc.py ........ [100%] ============================================================================================================================================= 71 passed in 0.15s ============================================================================================================================================= >>> tractor: Entering fakeroot... >>> tractor-doc*: Running split function doc... 'usr/share/man' -> '/home/udu/aports/community/tractor/pkg/tractor-doc/usr/share/man' >>> tractor-doc*: Preparing subpackage tractor-doc... >>> tractor-doc*: Running postcheck for tractor-doc >>> tractor-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/tractor/__pycache__' -> '/home/udu/aports/community/tractor/pkg/tractor-pyc/usr/lib/python3.12/site-packages/tractor/__pycache__' >>> tractor-pyc*: Preparing subpackage tractor-pyc... >>> tractor-pyc*: Running postcheck for tractor-pyc >>> tractor*: Running postcheck for tractor >>> tractor*: Preparing package tractor... >>> tractor-doc*: Tracing dependencies... >>> tractor-doc*: Package size: 505.0 B >>> tractor-doc*: Compressing data... >>> tractor-doc*: Create checksum... >>> tractor-doc*: Create tractor-doc-4.5.1-r0.apk >>> tractor-pyc*: Tracing dependencies... gsettings-desktop-schemas py3-fire py3-gobject3 py3-pysocks py3-stem tor python3~3.12 >>> tractor-pyc*: Package size: 28.9 KB >>> tractor-pyc*: Compressing data... >>> tractor-pyc*: Create checksum... >>> tractor-pyc*: Create tractor-pyc-4.5.1-r0.apk >>> tractor*: Tracing dependencies... gsettings-desktop-schemas py3-fire py3-gobject3 py3-pysocks py3-stem tor python3~3.12 >>> tractor*: Package size: 100.4 KB >>> tractor*: Compressing data... >>> tractor*: Create checksum... >>> tractor*: Create tractor-4.5.1-r0.apk >>> tractor: Build complete at Tue, 14 Oct 2025 02:26:30 +0000 elapsed time 0h 0m 3s >>> tractor: Cleaning up srcdir >>> tractor: Cleaning up pkgdir >>> tractor: Uninstalling dependencies... (1/55) Purging .makedepends-tractor (20251014.022628) (2/55) Purging gsettings-desktop-schemas (48.0-r0) (3/55) Purging py3-fire (0.6.0-r0) (4/55) Purging py3-six-pyc (1.17.0-r0) (5/55) Purging py3-six (1.17.0-r0) (6/55) Purging py3-termcolor-pyc (3.1.0-r0) (7/55) Purging py3-termcolor (3.1.0-r0) (8/55) Purging py3-gobject3-pyc (3.52.3-r1) (9/55) Purging py3-gobject3 (3.52.3-r1) (10/55) Purging gobject-introspection (1.84.0-r0) (11/55) Purging py3-pysocks-pyc (1.7.1-r7) (12/55) Purging py3-pysocks (1.7.1-r7) (13/55) Purging py3-stem-pyc (1.8.2-r1) (14/55) Purging py3-stem (1.8.2-r1) (15/55) Purging tor (0.4.8.19-r0) (16/55) Purging py3-gpep517-pyc (19-r0) (17/55) Purging py3-gpep517 (19-r0) (18/55) Purging py3-installer-pyc (0.7.0-r2) (19/55) Purging py3-installer (0.7.0-r2) (20/55) Purging py3-setuptools-pyc (80.9.0-r0) (21/55) Purging py3-setuptools (80.9.0-r0) (22/55) Purging py3-wheel-pyc (0.46.1-r0) (23/55) Purging py3-wheel (0.46.1-r0) (24/55) Purging py3-pytest-pyc (8.3.5-r0) (25/55) Purging py3-pytest (8.3.5-r0) (26/55) Purging py3-iniconfig-pyc (2.1.0-r0) (27/55) Purging py3-iniconfig (2.1.0-r0) (28/55) Purging py3-packaging-pyc (25.0-r0) (29/55) Purging py3-packaging (25.0-r0) (30/55) Purging py3-parsing-pyc (3.2.3-r0) (31/55) Purging py3-parsing (3.2.3-r0) (32/55) Purging py3-pluggy-pyc (1.5.0-r0) (33/55) Purging py3-pluggy (1.5.0-r0) (34/55) Purging py3-py-pyc (1.11.0-r4) (35/55) Purging py3-py (1.11.0-r4) (36/55) Purging cairo-gobject (1.18.4-r0) (37/55) Purging glib (2.84.4-r0) (38/55) Purging libevent (2.1.12-r8) (39/55) Purging libmount (2.41-r9) (40/55) Purging libseccomp (2.6.0-r0) (41/55) Purging cairo (1.18.4-r0) (42/55) Purging fontconfig (2.15.0-r3) (43/55) Purging freetype (2.13.3-r0) (44/55) Purging libblkid (2.41-r9) (45/55) Purging libxext (1.3.6-r2) (46/55) Purging libxrender (0.9.12-r0) (47/55) Purging libx11 (1.8.11-r0) (48/55) Purging libxcb (1.17.0-r0) (49/55) Purging libxdmcp (1.1.5-r1) (50/55) Purging libbsd (0.12.2-r0) (51/55) Purging libeconf (0.6.3-r0) (52/55) Purging libmd (1.1.0-r0) (53/55) Purging libpng (1.6.47-r0) (54/55) Purging libxau (1.0.12-r0) (55/55) Purging pixman (0.46.4-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> tractor: Updating the community/x86_64 repository index... >>> tractor: Signing the index...