>>> irclog2html: Building testing/irclog2html 2.17.3-r3 (using abuild 3.11.0_rc13-r0) started Sun, 30 Apr 2023 22:12:40 +0000
>>> irclog2html: Checking sanity of /home/buildozer/aports/testing/irclog2html/APKBUILD...
>>> irclog2html: Analyzing dependencies...
>>> irclog2html: Installing for build: build-base python3 py3-setuptools
(1/17) Installing libbz2 (1.0.8-r5)
(2/17) Installing gdbm (1.23-r1)
(3/17) Installing mpdecimal (2.5.1-r2)
(4/17) Installing libpanelw (6.4_p20230424-r0)
(5/17) Installing readline (8.2.1-r1)
(6/17) Installing sqlite-libs (3.41.2-r2)
(7/17) Installing python3 (3.11.3-r10)
(8/17) Installing python3-pycache-pyc0 (3.11.3-r10)
(9/17) Installing pyc (0.1-r0)
(10/17) Installing python3-pyc (3.11.3-r10)
(11/17) Installing py3-parsing (3.0.9-r2)
(12/17) Installing py3-parsing-pyc (3.0.9-r2)
(13/17) Installing py3-packaging (23.1-r1)
(14/17) Installing py3-packaging-pyc (23.1-r1)
(15/17) Installing py3-setuptools (67.7.2-r0)
(16/17) Installing py3-setuptools-pyc (67.7.2-r0)
(17/17) Installing .makedepends-irclog2html (20230430.221244)
Executing busybox-1.36.0-r8.trigger
OK: 1013 MiB in 120 packages
>>> irclog2html: Cleaning up srcdir
>>> irclog2html: Cleaning up pkgdir
>>> irclog2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/irclog2html-2.17.3.tar.gz
>>> irclog2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/irclog2html-2.17.3.tar.gz
>>> irclog2html: Checking sha512sums...
irclog2html-2.17.3.tar.gz: OK
>>> irclog2html: Unpacking /var/cache/distfiles/irclog2html-2.17.3.tar.gz...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
parsed = self.parsers.get(option_name, lambda x: x)(value)
running build
running build_py
creating build
creating build/lib
creating build/lib/irclog2html
copying src/irclog2html/irclog2html.py -> build/lib/irclog2html
copying src/irclog2html/__init__.py -> build/lib/irclog2html
copying src/irclog2html/__main__.py -> build/lib/irclog2html
copying src/irclog2html/irclogsearch.py -> build/lib/irclog2html
copying src/irclog2html/_version.py -> build/lib/irclog2html
copying src/irclog2html/logs2html.py -> build/lib/irclog2html
copying src/irclog2html/irclogserver.py -> build/lib/irclog2html
copying src/irclog2html/xchatlogsplit.py -> build/lib/irclog2html
running egg_info
writing src/irclog2html.egg-info/PKG-INFO
writing dependency_links to src/irclog2html.egg-info/dependency_links.txt
writing entry points to src/irclog2html.egg-info/entry_points.txt
writing requirements to src/irclog2html.egg-info/requires.txt
writing top-level names to src/irclog2html.egg-info/top_level.txt
reading manifest file 'src/irclog2html.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.travis.yml'
adding license file 'COPYING'
writing manifest file 'src/irclog2html.egg-info/SOURCES.txt'
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'irclog2html.tests' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'irclog2html.tests' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'irclog2html.tests' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'irclog2html.tests' to be distributed and are
already explicitly excluding 'irclog2html.tests' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
copying src/irclog2html/irclog.css -> build/lib/irclog2html
creating build/lib/irclog2html/tests
copying src/irclog2html/tests/__init__.py -> build/lib/irclog2html/tests
copying src/irclog2html/tests/sample.cfg -> build/lib/irclog2html/tests
copying src/irclog2html/tests/sample.log -> build/lib/irclog2html/tests
copying src/irclog2html/tests/test_irclog2html.py -> build/lib/irclog2html/tests
copying src/irclog2html/tests/test_irclogsearch.py -> build/lib/irclog2html/tests
copying src/irclog2html/tests/test_irclogserver.py -> build/lib/irclog2html/tests
copying src/irclog2html/tests/test_logs2html.py -> build/lib/irclog2html/tests
copying src/irclog2html/tests/test_main.py -> build/lib/irclog2html/tests
>>> irclog2html: Entering fakeroot...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
parsed = self.parsers.get(option_name, lambda x: x)(value)
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, pypa/build 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/testing/irclog2html/pkg
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/irclog2html.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/__init__.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
creating /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/sample.log -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/test_main.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/sample.cfg -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/test_irclogsearch.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/__init__.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/test_irclog2html.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/test_logs2html.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/tests/test_irclogserver.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests
copying build/lib/irclog2html/__main__.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/irclog.css -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/irclogsearch.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/_version.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/logs2html.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/irclogserver.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
copying build/lib/irclog2html/xchatlogsplit.py -> /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/irclog2html.py to irclog2html.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/test_main.py to test_main.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/test_irclogsearch.py to test_irclogsearch.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/test_irclog2html.py to test_irclog2html.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/test_logs2html.py to test_logs2html.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/test_irclogserver.py to test_irclogserver.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/__main__.py to __main__.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/irclogsearch.py to irclogsearch.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/_version.py to _version.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/logs2html.py to logs2html.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/irclogserver.py to irclogserver.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/xchatlogsplit.py to xchatlogsplit.cpython-311.pyc
running install_egg_info
running egg_info
writing src/irclog2html.egg-info/PKG-INFO
writing dependency_links to src/irclog2html.egg-info/dependency_links.txt
writing entry points to src/irclog2html.egg-info/entry_points.txt
writing requirements to src/irclog2html.egg-info/requires.txt
writing top-level names to src/irclog2html.egg-info/top_level.txt
reading manifest file 'src/irclog2html.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.travis.yml'
adding license file 'COPYING'
writing manifest file 'src/irclog2html.egg-info/SOURCES.txt'
Copying src/irclog2html.egg-info to /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html-2.17.3-py3.11.egg-info
running install_scripts
Installing irclog2html script to /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/bin
Installing irclogsearch script to /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/bin
Installing irclogserver script to /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/bin
Installing logs2html script to /home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/bin
>>> irclog2html-pyc*: Running split function pyc...
'/home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/__pycache__' -> '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html-pyc/usr/lib/python3.11/site-packages/irclog2html/__pycache__'
'/home/buildozer/aports/testing/irclog2html/pkg/irclog2html/usr/lib/python3.11/site-packages/irclog2html/tests/__pycache__' -> '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html-pyc/usr/lib/python3.11/site-packages/irclog2html/tests/__pycache__'
>>> irclog2html-pyc*: Preparing subpackage irclog2html-pyc...
>>> irclog2html-pyc*: Running postcheck for irclog2html-pyc
>>> irclog2html*: Running postcheck for irclog2html
>>> irclog2html*: Preparing package irclog2html...
>>> irclog2html-pyc*: Tracing dependencies...
python3
python3~3.11
>>> irclog2html-pyc*: Package size: 276.0 KB
>>> irclog2html-pyc*: Compressing data...
>>> irclog2html-pyc*: Create checksum...
>>> irclog2html-pyc*: Create irclog2html-pyc-2.17.3-r3.apk
>>> irclog2html*: Tracing dependencies...
python3
python3~3.11
>>> irclog2html*: Package size: 288.0 KB
>>> irclog2html*: Compressing data...
>>> irclog2html*: Create checksum...
>>> irclog2html*: Create irclog2html-2.17.3-r3.apk
>>> irclog2html: Build complete at Sun, 30 Apr 2023 22:12:52 +0000 elapsed time 0h 0m 12s
>>> irclog2html: Cleaning up srcdir
>>> irclog2html: Cleaning up pkgdir
>>> irclog2html: Uninstalling dependencies...
(1/17) Purging .makedepends-irclog2html (20230430.221244)
(2/17) Purging py3-setuptools-pyc (67.7.2-r0)
(3/17) Purging py3-setuptools (67.7.2-r0)
(4/17) Purging py3-packaging-pyc (23.1-r1)
(5/17) Purging py3-packaging (23.1-r1)
(6/17) Purging py3-parsing-pyc (3.0.9-r2)
(7/17) Purging py3-parsing (3.0.9-r2)
(8/17) Purging python3-pyc (3.11.3-r10)
(9/17) Purging python3-pycache-pyc0 (3.11.3-r10)
(10/17) Purging pyc (0.1-r0)
(11/17) Purging python3 (3.11.3-r10)
(12/17) Purging gdbm (1.23-r1)
(13/17) Purging libbz2 (1.0.8-r5)
(14/17) Purging libpanelw (6.4_p20230424-r0)
(15/17) Purging mpdecimal (2.5.1-r2)
(16/17) Purging readline (8.2.1-r1)
(17/17) Purging sqlite-libs (3.41.2-r2)
Executing busybox-1.36.0-r8.trigger
OK: 966 MiB in 103 packages
>>> irclog2html: Updating the testing/riscv64 repository index...
>>> irclog2html: Signing the index...