>>> py3-pytest-toolbox: Building community/py3-pytest-toolbox 0.4-r5 (using abuild 3.14.1-r1) started Thu, 07 Nov 2024 00:26:31 +0000
>>> py3-pytest-toolbox: Validating /home/buildozer/aports/community/py3-pytest-toolbox/APKBUILD...
>>> py3-pytest-toolbox: Analyzing dependencies...
>>> py3-pytest-toolbox: Installing for build: build-base py3-pytest-isort py3-setuptools
(1/30) Installing libbz2 (1.0.8-r6)
(2/30) Installing libffi (3.4.6-r0)
(3/30) Installing gdbm (1.24-r0)
(4/30) Installing xz-libs (5.6.3-r0)
(5/30) Installing mpdecimal (4.0.0-r0)
(6/30) Installing libpanelw (6.5_p20241006-r2)
(7/30) Installing sqlite-libs (3.47.0-r0)
(8/30) Installing python3 (3.12.7-r1)
(9/30) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/30) Installing pyc (3.12.7-r1)
(11/30) Installing py3-iniconfig-pyc (2.0.0-r1)
(12/30) Installing py3-isort (5.13.2-r1)
(13/30) Installing py3-isort-pyc (5.13.2-r1)
(14/30) Installing py3-pytest-isort-pyc (4.0.0-r1)
(15/30) Installing py3-parsing (3.1.4-r0)
(16/30) Installing py3-parsing-pyc (3.1.4-r0)
(17/30) Installing py3-packaging (24.1-r0)
(18/30) Installing py3-packaging-pyc (24.1-r0)
(19/30) Installing py3-pluggy (1.5.0-r0)
(20/30) Installing py3-pluggy-pyc (1.5.0-r0)
(21/30) Installing py3-py (1.11.0-r4)
(22/30) Installing py3-py-pyc (1.11.0-r4)
(23/30) Installing py3-pytest-pyc (8.3.3-r0)
(24/30) Installing python3-pyc (3.12.7-r1)
(25/30) Installing py3-iniconfig (2.0.0-r1)
(26/30) Installing py3-pytest (8.3.3-r0)
(27/30) Installing py3-pytest-isort (4.0.0-r1)
(28/30) Installing py3-setuptools (70.3.0-r0)
(29/30) Installing py3-setuptools-pyc (70.3.0-r0)
(30/30) Installing .makedepends-py3-pytest-toolbox (20241107.002710)
Executing busybox-1.37.0-r6.trigger
OK: 379 MiB in 128 packages
>>> py3-pytest-toolbox: Cleaning up srcdir
>>> py3-pytest-toolbox: Cleaning up pkgdir
>>> py3-pytest-toolbox: Cleaning up tmpdir
>>> py3-pytest-toolbox: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-pytest-toolbox-v0.4.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/py3-pytest-toolbox-v0.4.tar.gz.part'
py3-pytest-toolbox-v 100% |********************************|  8594  0:00:00 ETA
'/var/cache/distfiles/v3.21/py3-pytest-toolbox-v0.4.tar.gz.part' saved
>>> py3-pytest-toolbox: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-pytest-toolbox-v0.4.tar.gz
>>> py3-pytest-toolbox: Checking sha512sums...
py3-pytest-toolbox-v0.4.tar.gz: OK
yield-fixture.patch: OK
>>> py3-pytest-toolbox: Unpacking /var/cache/distfiles/v3.21/py3-pytest-toolbox-v0.4.tar.gz...
>>> py3-pytest-toolbox: yield-fixture.patch
(Stripping trailing CRs from patch; use --binary to disable.)
patching file pytest_toolbox/main.py
patch unexpectedly ends in middle of line
Hunk #4 succeeded at 194 with fuzz 1.
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'python-tag' will not be supported in future
        versions. Please use the underscore name 'python_tag' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running build
running build_py
creating build
creating build/lib
creating build/lib/pytest_toolbox
copying pytest_toolbox/__init__.py -> build/lib/pytest_toolbox
copying pytest_toolbox/comparison.py -> build/lib/pytest_toolbox
copying pytest_toolbox/main.py -> build/lib/pytest_toolbox
copying pytest_toolbox/version.py -> build/lib/pytest_toolbox
running egg_info
creating pytest_toolbox.egg-info
writing pytest_toolbox.egg-info/PKG-INFO
writing dependency_links to pytest_toolbox.egg-info/dependency_links.txt
writing entry points to pytest_toolbox.egg-info/entry_points.txt
writing requirements to pytest_toolbox.egg-info/requires.txt
writing top-level names to pytest_toolbox.egg-info/top_level.txt
writing manifest file 'pytest_toolbox.egg-info/SOURCES.txt'
reading manifest file 'pytest_toolbox.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pytest_toolbox.egg-info/SOURCES.txt'
>>> py3-pytest-toolbox: Entering fakeroot...
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'python-tag' will not be supported in future
        versions. Please use the underscore name 'python_tag' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages
creating /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox
copying build/lib/pytest_toolbox/__init__.py -> /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox
copying build/lib/pytest_toolbox/comparison.py -> /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox
copying build/lib/pytest_toolbox/main.py -> /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox
copying build/lib/pytest_toolbox/version.py -> /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox
byte-compiling /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox/comparison.py to comparison.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox/main.py to main.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox/version.py to version.cpython-312.pyc
running install_egg_info
running egg_info
writing pytest_toolbox.egg-info/PKG-INFO
writing dependency_links to pytest_toolbox.egg-info/dependency_links.txt
writing entry points to pytest_toolbox.egg-info/entry_points.txt
writing requirements to pytest_toolbox.egg-info/requires.txt
writing top-level names to pytest_toolbox.egg-info/top_level.txt
reading manifest file 'pytest_toolbox.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pytest_toolbox.egg-info/SOURCES.txt'
Copying pytest_toolbox.egg-info to /home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox/usr/lib/python3.12/site-packages/pytest_toolbox-0.4-py3.12.egg-info
running install_scripts
>>> py3-pytest-toolbox-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/pytest_toolbox/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-toolbox/pkg/py3-pytest-toolbox-pyc/usr/lib/python3.12/site-packages/pytest_toolbox/__pycache__'
>>> py3-pytest-toolbox-pyc*: Preparing subpackage py3-pytest-toolbox-pyc...
>>> py3-pytest-toolbox-pyc*: Running postcheck for py3-pytest-toolbox-pyc
>>> py3-pytest-toolbox*: Running postcheck for py3-pytest-toolbox
>>> py3-pytest-toolbox*: Preparing package py3-pytest-toolbox...
>>> py3-pytest-toolbox-pyc*: Tracing dependencies...
	py3-pytest-isort
	py3-setuptools
	python3~3.12
>>> py3-pytest-toolbox-pyc*: Package size: 15.3 KB
>>> py3-pytest-toolbox-pyc*: Compressing data...
>>> py3-pytest-toolbox-pyc*: Create checksum...
>>> py3-pytest-toolbox-pyc*: Create py3-pytest-toolbox-pyc-0.4-r5.apk
>>> py3-pytest-toolbox*: Tracing dependencies...
	py3-pytest-isort
	py3-setuptools
	python3~3.12
>>> py3-pytest-toolbox*: Package size: 11.8 KB
>>> py3-pytest-toolbox*: Compressing data...
>>> py3-pytest-toolbox*: Create checksum...
>>> py3-pytest-toolbox*: Create py3-pytest-toolbox-0.4-r5.apk
>>> py3-pytest-toolbox: Build complete at Thu, 07 Nov 2024 00:27:16 +0000 elapsed time 0h 0m 45s
>>> py3-pytest-toolbox: Cleaning up srcdir
>>> py3-pytest-toolbox: Cleaning up pkgdir
>>> py3-pytest-toolbox: Uninstalling dependencies...
(1/30) Purging .makedepends-py3-pytest-toolbox (20241107.002710)
(2/30) Purging py3-pytest-isort-pyc (4.0.0-r1)
(3/30) Purging py3-pytest-isort (4.0.0-r1)
(4/30) Purging py3-pytest-pyc (8.3.3-r0)
(5/30) Purging py3-pytest (8.3.3-r0)
(6/30) Purging py3-iniconfig-pyc (2.0.0-r1)
(7/30) Purging py3-iniconfig (2.0.0-r1)
(8/30) Purging py3-pluggy-pyc (1.5.0-r0)
(9/30) Purging py3-pluggy (1.5.0-r0)
(10/30) Purging py3-py-pyc (1.11.0-r4)
(11/30) Purging py3-py (1.11.0-r4)
(12/30) Purging py3-isort-pyc (5.13.2-r1)
(13/30) Purging py3-isort (5.13.2-r1)
(14/30) Purging py3-setuptools-pyc (70.3.0-r0)
(15/30) Purging py3-setuptools (70.3.0-r0)
(16/30) Purging py3-packaging-pyc (24.1-r0)
(17/30) Purging py3-packaging (24.1-r0)
(18/30) Purging py3-parsing-pyc (3.1.4-r0)
(19/30) Purging py3-parsing (3.1.4-r0)
(20/30) Purging python3-pyc (3.12.7-r1)
(21/30) Purging python3-pycache-pyc0 (3.12.7-r1)
(22/30) Purging pyc (3.12.7-r1)
(23/30) Purging python3 (3.12.7-r1)
(24/30) Purging gdbm (1.24-r0)
(25/30) Purging libbz2 (1.0.8-r6)
(26/30) Purging libffi (3.4.6-r0)
(27/30) Purging libpanelw (6.5_p20241006-r2)
(28/30) Purging mpdecimal (4.0.0-r0)
(29/30) Purging sqlite-libs (3.47.0-r0)
(30/30) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 333 MiB in 98 packages
>>> py3-pytest-toolbox: Updating the community/riscv64 repository index...
>>> py3-pytest-toolbox: Signing the index...