>>> irclog2html: Building testing/irclog2html 2.17.3-r3 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 18:30:01 +0000
>>> irclog2html: Checking sanity of /home/buildozer/aports/testing/irclog2html/APKBUILD...
>>> irclog2html: Analyzing dependencies...
>>> irclog2html: Installing for build: build-base python3 py3-setuptools
(1/19) Installing libbz2 (1.0.8-r5)
(2/19) Installing libffi (3.4.4-r2)
(3/19) Installing gdbm (1.23-r1)
(4/19) Installing xz-libs (5.4.2-r1)
(5/19) Installing mpdecimal (2.5.1-r2)
(6/19) Installing libpanelw (6.4_p20230401-r5)
(7/19) Installing readline (8.2.1-r1)
(8/19) Installing sqlite-libs (3.41.2-r2)
(9/19) Installing python3 (3.11.3-r10)
(10/19) Installing python3-pycache-pyc0 (3.11.3-r10)
(11/19) Installing pyc (0.1-r0)
(12/19) Installing python3-pyc (3.11.3-r10)
(13/19) Installing py3-parsing (3.0.9-r2)
(14/19) Installing py3-parsing-pyc (3.0.9-r2)
(15/19) Installing py3-packaging (23.1-r1)
(16/19) Installing py3-packaging-pyc (23.1-r1)
(17/19) Installing py3-setuptools (67.7.1-r0)
(18/19) Installing py3-setuptools-pyc (67.7.1-r0)
(19/19) Installing .makedepends-irclog2html (20230423.183002)
Executing busybox-1.36.0-r7.trigger
OK: 441 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
% 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
100 215k 100 215k 0 0 2091k 0 --:--:-- --:--:-- --:--:-- 2092k
>>> 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/edge/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/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/irclogserver.py -> build/lib/irclog2html
copying src/irclog2html/irclog2html.py -> build/lib/irclog2html
copying src/irclog2html/__init__.py -> build/lib/irclog2html
copying src/irclog2html/xchatlogsplit.py -> build/lib/irclog2html
copying src/irclog2html/_version.py -> build/lib/irclog2html
copying src/irclog2html/irclogsearch.py -> build/lib/irclog2html
copying src/irclog2html/__main__.py -> build/lib/irclog2html
copying src/irclog2html/logs2html.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
>>> WARNING: irclog2html: APKBUILD does not run any tests!
Alpine policy will soon require that packages have any relevant testsuites run during the build process.
To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite.
>>> 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/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/irclogserver.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/__init__.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/tests/test_irclog2html.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_main.py -> /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/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
copying build/lib/irclog2html/xchatlogsplit.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/irclogsearch.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/__main__.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
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/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_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/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_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/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/xchatlogsplit.py to xchatlogsplit.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/irclogsearch.py to irclogsearch.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/logs2html.py to logs2html.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/tests/__pycache__' -> '/home/buildozer/aports/testing/irclog2html/pkg/irclog2html-pyc/usr/lib/python3.11/site-packages/irclog2html/tests/__pycache__'
'/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__'
>>> 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, 23 Apr 2023 18:30:04 +0000 elapsed time 0h 0m 3s
>>> irclog2html: Cleaning up srcdir
>>> irclog2html: Cleaning up pkgdir
>>> irclog2html: Uninstalling dependencies...
(1/19) Purging .makedepends-irclog2html (20230423.183002)
(2/19) Purging py3-setuptools-pyc (67.7.1-r0)
(3/19) Purging py3-setuptools (67.7.1-r0)
(4/19) Purging py3-packaging-pyc (23.1-r1)
(5/19) Purging py3-packaging (23.1-r1)
(6/19) Purging py3-parsing-pyc (3.0.9-r2)
(7/19) Purging py3-parsing (3.0.9-r2)
(8/19) Purging python3-pyc (3.11.3-r10)
(9/19) Purging python3-pycache-pyc0 (3.11.3-r10)
(10/19) Purging pyc (0.1-r0)
(11/19) Purging python3 (3.11.3-r10)
(12/19) Purging gdbm (1.23-r1)
(13/19) Purging libbz2 (1.0.8-r5)
(14/19) Purging libffi (3.4.4-r2)
(15/19) Purging libpanelw (6.4_p20230401-r5)
(16/19) Purging mpdecimal (2.5.1-r2)
(17/19) Purging readline (8.2.1-r1)
(18/19) Purging sqlite-libs (3.41.2-r2)
(19/19) Purging xz-libs (5.4.2-r1)
Executing busybox-1.36.0-r7.trigger
OK: 393 MiB in 101 packages
>>> irclog2html: Updating the testing/x86_64 repository index...
>>> irclog2html: Signing the index...