>>> py3-urlgrabber: Building community/py3-urlgrabber 4.1.0-r5 (using abuild 3.12.0-r0) started Wed, 25 Oct 2023 17:46:13 +0000
>>> py3-urlgrabber: Checking sanity of /home/buildozer/aports/community/py3-urlgrabber/APKBUILD...
>>> py3-urlgrabber: Analyzing dependencies...
>>> py3-urlgrabber: Installing for build: build-base python3 py3-curl py3-six py3-setuptools
(1/23) Installing libbz2 (1.0.8-r6)
(2/23) Installing libffi (3.4.4-r3)
(3/23) Installing gdbm (1.23-r1)
(4/23) Installing xz-libs (5.4.4-r0)
(5/23) Installing mpdecimal (2.5.1-r2)
(6/23) Installing libpanelw (6.4_p20231007-r0)
(7/23) Installing readline (8.2.1-r2)
(8/23) Installing sqlite-libs (3.43.2-r0)
(9/23) Installing python3 (3.11.6-r1)
(10/23) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/23) Installing pyc (3.11.6-r1)
(12/23) Installing python3-pyc (3.11.6-r1)
(13/23) Installing py3-curl (7.45.2-r1)
(14/23) Installing py3-curl-pyc (7.45.2-r1)
(15/23) Installing py3-six (1.16.0-r7)
(16/23) Installing py3-six-pyc (1.16.0-r7)
(17/23) Installing py3-parsing (3.1.1-r0)
(18/23) Installing py3-parsing-pyc (3.1.1-r0)
(19/23) Installing py3-packaging (23.2-r0)
(20/23) Installing py3-packaging-pyc (23.2-r0)
(21/23) Installing py3-setuptools (68.2.2-r0)
(22/23) Installing py3-setuptools-pyc (68.2.2-r0)
(23/23) Installing .makedepends-py3-urlgrabber (20231025.174634)
Executing busybox-1.36.1-r13.trigger
OK: 425 MiB in 125 packages
>>> py3-urlgrabber: Cleaning up srcdir
>>> py3-urlgrabber: Cleaning up pkgdir
>>> py3-urlgrabber: Cleaning up tmpdir
>>> py3-urlgrabber: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/urlgrabber-4.1.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> py3-urlgrabber: Fetching https://github.com/rpm-software-management/urlgrabber/releases/download/urlgrabber-4-1-0/urlgrabber-4.1.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 16 85730   16 13771    0     0  25230      0  0:00:03 --:--:--  0:00:03 25230
100 85730  100 85730    0     0   151k      0 --:--:-- --:--:-- --:--:-- 11.4M
>>> py3-urlgrabber: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/urlgrabber-4.1.0.tar.gz
>>> py3-urlgrabber: Checking sha512sums...
urlgrabber-4.1.0.tar.gz: OK
>>> py3-urlgrabber: Unpacking /var/cache/distfiles/v3.19/urlgrabber-4.1.0.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/urlgrabber
copying urlgrabber/__init__.py -> build/lib/urlgrabber
copying urlgrabber/mirror.py -> build/lib/urlgrabber
copying urlgrabber/byterange.py -> build/lib/urlgrabber
copying urlgrabber/grabber.py -> build/lib/urlgrabber
copying urlgrabber/progress.py -> build/lib/urlgrabber
running egg_info
writing urlgrabber.egg-info/PKG-INFO
writing dependency_links to urlgrabber.egg-info/dependency_links.txt
writing requirements to urlgrabber.egg-info/requires.txt
writing top-level names to urlgrabber.egg-info/top_level.txt
reading manifest file 'urlgrabber.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'MANIFEST'
adding license file 'LICENSE'
writing manifest file 'urlgrabber.egg-info/SOURCES.txt'
running build_scripts
creating build/scripts-3.11
copying and adjusting scripts/urlgrabber -> build/scripts-3.11
changing mode of build/scripts-3.11/urlgrabber from 644 to 755
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/usr/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
WARNING: The wheel package is not available.
/usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
WARNING: The wheel package is not available.
/usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  er_d = dist.fetch_build_eggs(
WARNING: The wheel package is not available.
running egg_info
writing urlgrabber.egg-info/PKG-INFO
writing dependency_links to urlgrabber.egg-info/dependency_links.txt
writing requirements to urlgrabber.egg-info/requires.txt
writing top-level names to urlgrabber.egg-info/top_level.txt
reading manifest file 'urlgrabber.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'MANIFEST'
adding license file 'LICENSE'
writing manifest file 'urlgrabber.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
>>> py3-urlgrabber: Entering fakeroot...
running install
/usr/lib/python3.11/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-urlgrabber/pkg
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
copying build/lib/urlgrabber/__init__.py -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
copying build/lib/urlgrabber/mirror.py -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
copying build/lib/urlgrabber/byterange.py -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
copying build/lib/urlgrabber/grabber.py -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
copying build/lib/urlgrabber/progress.py -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber
byte-compiling /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/mirror.py to mirror.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/byterange.py to byterange.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/grabber.py to grabber.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/progress.py to progress.cpython-311.pyc
running install_data
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc/urlgrabber-4.1.0
copying README -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc/urlgrabber-4.1.0
copying LICENSE -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc/urlgrabber-4.1.0
copying TODO -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc/urlgrabber-4.1.0
copying ChangeLog -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/share/doc/urlgrabber-4.1.0
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/libexec
copying scripts/urlgrabber-ext-down -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/libexec
running install_egg_info
running egg_info
writing urlgrabber.egg-info/PKG-INFO
writing dependency_links to urlgrabber.egg-info/dependency_links.txt
writing requirements to urlgrabber.egg-info/requires.txt
writing top-level names to urlgrabber.egg-info/top_level.txt
reading manifest file 'urlgrabber.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'MANIFEST'
adding license file 'LICENSE'
writing manifest file 'urlgrabber.egg-info/SOURCES.txt'
Copying urlgrabber.egg-info to /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber-4.1.0-py3.11.egg-info
running install_scripts
creating /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/bin
copying build/scripts-3.11/urlgrabber -> /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/bin
changing mode of /home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/bin/urlgrabber to 755
>>> py3-urlgrabber-doc*: Running split function doc...
>>> py3-urlgrabber-doc*: Preparing subpackage py3-urlgrabber-doc...
>>> py3-urlgrabber-doc*: Running postcheck for py3-urlgrabber-doc
>>> py3-urlgrabber-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber/usr/lib/python3.11/site-packages/urlgrabber/__pycache__' -> '/home/buildozer/aports/community/py3-urlgrabber/pkg/py3-urlgrabber-pyc/usr/lib/python3.11/site-packages/urlgrabber/__pycache__'
>>> py3-urlgrabber-pyc*: Preparing subpackage py3-urlgrabber-pyc...
>>> py3-urlgrabber-pyc*: Running postcheck for py3-urlgrabber-pyc
>>> py3-urlgrabber*: Running postcheck for py3-urlgrabber
>>> py3-urlgrabber*: Preparing package py3-urlgrabber...
>>> py3-urlgrabber-doc*: Tracing dependencies...
>>> py3-urlgrabber-doc*: Package size: 64.0 KB
>>> py3-urlgrabber-doc*: Compressing data...
>>> py3-urlgrabber-doc*: Create checksum...
>>> py3-urlgrabber-doc*: Create py3-urlgrabber-doc-4.1.0-r5.apk
>>> py3-urlgrabber-pyc*: Tracing dependencies...
	python3
	py3-curl
	py3-six
	python3~3.11
>>> py3-urlgrabber-pyc*: Package size: 220.0 KB
>>> py3-urlgrabber-pyc*: Compressing data...
>>> py3-urlgrabber-pyc*: Create checksum...
>>> py3-urlgrabber-pyc*: Create py3-urlgrabber-pyc-4.1.0-r5.apk
>>> py3-urlgrabber*: Tracing dependencies...
	python3
	py3-curl
	py3-six
	python3~3.11
>>> py3-urlgrabber*: Package size: 256.0 KB
>>> py3-urlgrabber*: Compressing data...
>>> py3-urlgrabber*: Create checksum...
>>> py3-urlgrabber*: Create py3-urlgrabber-4.1.0-r5.apk
>>> py3-urlgrabber: Build complete at Wed, 25 Oct 2023 17:46:37 +0000 elapsed time 0h 0m 24s
>>> py3-urlgrabber: Cleaning up srcdir
>>> py3-urlgrabber: Cleaning up pkgdir
>>> py3-urlgrabber: Uninstalling dependencies...
(1/23) Purging .makedepends-py3-urlgrabber (20231025.174634)
(2/23) Purging py3-curl-pyc (7.45.2-r1)
(3/23) Purging py3-curl (7.45.2-r1)
(4/23) Purging py3-six-pyc (1.16.0-r7)
(5/23) Purging py3-six (1.16.0-r7)
(6/23) Purging py3-setuptools-pyc (68.2.2-r0)
(7/23) Purging py3-setuptools (68.2.2-r0)
(8/23) Purging py3-packaging-pyc (23.2-r0)
(9/23) Purging py3-packaging (23.2-r0)
(10/23) Purging py3-parsing-pyc (3.1.1-r0)
(11/23) Purging py3-parsing (3.1.1-r0)
(12/23) Purging python3-pyc (3.11.6-r1)
(13/23) Purging python3-pycache-pyc0 (3.11.6-r1)
(14/23) Purging pyc (3.11.6-r1)
(15/23) Purging python3 (3.11.6-r1)
(16/23) Purging gdbm (1.23-r1)
(17/23) Purging libbz2 (1.0.8-r6)
(18/23) Purging libffi (3.4.4-r3)
(19/23) Purging libpanelw (6.4_p20231007-r0)
(20/23) Purging mpdecimal (2.5.1-r2)
(21/23) Purging readline (8.2.1-r2)
(22/23) Purging sqlite-libs (3.43.2-r0)
(23/23) Purging xz-libs (5.4.4-r0)
Executing busybox-1.36.1-r13.trigger
OK: 376 MiB in 102 packages
>>> py3-urlgrabber: Updating the community/x86 repository index...
>>> py3-urlgrabber: Signing the index...