>>> py3-rfc-bibtex: Building testing/py3-rfc-bibtex 0.3.2-r6 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 20:56:33 +0000 >>> py3-rfc-bibtex: Checking sanity of /home/buildozer/aports/testing/py3-rfc-bibtex/APKBUILD... >>> py3-rfc-bibtex: Analyzing dependencies... >>> py3-rfc-bibtex: Installing for build: build-base py3-idna py3-multidict py3-yaml py3-vcrpy py3-wrapt py3-yarl py3-setuptools (1/30) Installing libffi (3.4.6-r0) (2/30) Installing gdbm (1.23-r1) (3/30) Installing mpdecimal (4.0.0-r0) (4/30) Installing libpanelw (6.4_p20240330-r0) (5/30) Installing readline (8.2.10-r0) (6/30) Installing sqlite-libs (3.45.2-r0) (7/30) Installing python3 (3.12.3-r0) (8/30) Installing python3-pycache-pyc0 (3.12.3-r0) (9/30) Installing pyc (3.12.3-r0) (10/30) Installing py3-idna-pyc (3.7-r0) (11/30) Installing python3-pyc (3.12.3-r0) (12/30) Installing py3-idna (3.7-r0) (13/30) Installing py3-multidict (6.0.5-r1) (14/30) Installing py3-multidict-pyc (6.0.5-r1) (15/30) Installing yaml (0.2.5-r2) (16/30) Installing py3-yaml (6.0.1-r3) (17/30) Installing py3-yaml-pyc (6.0.1-r3) (18/30) Installing py3-yarl (1.9.4-r1) (19/30) Installing py3-yarl-pyc (1.9.4-r1) (20/30) Installing py3-wrapt (1.16.0-r1) (21/30) Installing py3-wrapt-pyc (1.16.0-r1) (22/30) Installing py3-vcrpy (6.0.1-r1) (23/30) Installing py3-vcrpy-pyc (6.0.1-r1) (24/30) Installing py3-parsing (3.1.2-r1) (25/30) Installing py3-parsing-pyc (3.1.2-r1) (26/30) Installing py3-packaging (24.0-r1) (27/30) Installing py3-packaging-pyc (24.0-r1) (28/30) Installing py3-setuptools (69.2.0-r2) (29/30) Installing py3-setuptools-pyc (69.2.0-r2) (30/30) Installing .makedepends-py3-rfc-bibtex (20240415.205635) Executing busybox-1.36.1-r25.trigger OK: 429 MiB in 143 packages >>> py3-rfc-bibtex: Cleaning up srcdir >>> py3-rfc-bibtex: Cleaning up pkgdir >>> py3-rfc-bibtex: Cleaning up tmpdir >>> py3-rfc-bibtex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rfc-bibtex-0.3.2.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: (56) The requested URL returned error: 404 >>> py3-rfc-bibtex: Fetching py3-rfc-bibtex-0.3.2.tar.gz::https://github.com/iluxonchik/rfc-bibtex/archive/refs/tags/0.3.2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27499 0 27499 0 0 52149 0 --:--:-- --:--:-- --:--:-- 52149 >>> py3-rfc-bibtex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-rfc-bibtex-0.3.2.tar.gz >>> py3-rfc-bibtex: Checking sha512sums... py3-rfc-bibtex-0.3.2.tar.gz: OK >>> py3-rfc-bibtex: Unpacking /var/cache/distfiles/edge/py3-rfc-bibtex-0.3.2.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, 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. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) Warning: 'classifiers' should be a list, got type 'tuple' running build running build_py creating build creating build/lib creating build/lib/rfc_bibtex copying rfc_bibtex/utils.py -> build/lib/rfc_bibtex copying rfc_bibtex/__init__.py -> build/lib/rfc_bibtex copying rfc_bibtex/errors.py -> build/lib/rfc_bibtex copying rfc_bibtex/parser.py -> build/lib/rfc_bibtex copying rfc_bibtex/rfc_bibtex.py -> build/lib/rfc_bibtex copying rfc_bibtex/exceptions.py -> build/lib/rfc_bibtex running build_scripts creating build/scripts-3.12 copying and adjusting bin/rfcbibtex -> build/scripts-3.12 changing mode of build/scripts-3.12/rfcbibtex from 644 to 755 /home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/rfc_bibtex/rfc_bibtex.py:95: SyntaxWarning: invalid escape sequence '\c' """ /home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:30: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:105: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:126: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:48: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:66: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_raw_input.py:84: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:72: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:33: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:93: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:51: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:136: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) ./home/buildozer/aports/testing/py3-rfc-bibtex/src/rfc-bibtex-0.3.2/tests/integration/test_obtained_bibtex_from_tex_and_aux.py:114: DeprecationWarning: NotImplemented should not be used in a boolean context entries = list(rfc_bibtex.bibtex_entries) .. ---------------------------------------------------------------------- Ran 13 tests in 0.558s OK >>> py3-rfc-bibtex: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, 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. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) Warning: 'classifiers' should be a list, got type 'tuple' 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/testing/py3-rfc-bibtex/pkg creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/utils.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/__init__.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/errors.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/parser.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/rfc_bibtex.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex copying build/lib/rfc_bibtex/exceptions.py -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/errors.py to errors.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/parser.py to parser.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/rfc_bibtex.py to rfc_bibtex.cpython-312.pyc /usr/lib/python3.12/site-packages/rfc_bibtex/rfc_bibtex.py:95: SyntaxWarning: invalid escape sequence '\c' byte-compiling /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/exceptions.py to exceptions.cpython-312.pyc running install_egg_info running egg_info creating rfcbibtex.egg-info writing rfcbibtex.egg-info/PKG-INFO writing dependency_links to rfcbibtex.egg-info/dependency_links.txt writing top-level names to rfcbibtex.egg-info/top_level.txt writing manifest file 'rfcbibtex.egg-info/SOURCES.txt' reading manifest file 'rfcbibtex.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'rfcbibtex.egg-info/SOURCES.txt' Copying rfcbibtex.egg-info to /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfcbibtex-0.3.2-py3.12.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/bin copying build/scripts-3.12/rfcbibtex -> /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/bin changing mode of /home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/bin/rfcbibtex to 755 >>> py3-rfc-bibtex-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex/usr/lib/python3.12/site-packages/rfc_bibtex/__pycache__' -> '/home/buildozer/aports/testing/py3-rfc-bibtex/pkg/py3-rfc-bibtex-pyc/usr/lib/python3.12/site-packages/rfc_bibtex/__pycache__' >>> py3-rfc-bibtex-pyc*: Preparing subpackage py3-rfc-bibtex-pyc... >>> py3-rfc-bibtex-pyc*: Running postcheck for py3-rfc-bibtex-pyc >>> py3-rfc-bibtex*: Running postcheck for py3-rfc-bibtex >>> py3-rfc-bibtex*: Preparing package py3-rfc-bibtex... >>> py3-rfc-bibtex-pyc*: Tracing dependencies... py3-idna py3-multidict py3-yaml py3-vcrpy py3-wrapt py3-yarl python3~3.12 >>> py3-rfc-bibtex-pyc*: Package size: 68.0 KB >>> py3-rfc-bibtex-pyc*: Compressing data... >>> py3-rfc-bibtex-pyc*: Create checksum... >>> py3-rfc-bibtex-pyc*: Create py3-rfc-bibtex-pyc-0.3.2-r6.apk >>> py3-rfc-bibtex*: Tracing dependencies... py3-idna py3-multidict py3-yaml py3-vcrpy py3-wrapt py3-yarl python3~3.12 >>> py3-rfc-bibtex*: Package size: 104.0 KB >>> py3-rfc-bibtex*: Compressing data... >>> py3-rfc-bibtex*: Create checksum... >>> py3-rfc-bibtex*: Create py3-rfc-bibtex-0.3.2-r6.apk >>> py3-rfc-bibtex: Build complete at Mon, 15 Apr 2024 20:56:39 +0000 elapsed time 0h 0m 6s >>> py3-rfc-bibtex: Cleaning up srcdir >>> py3-rfc-bibtex: Cleaning up pkgdir >>> py3-rfc-bibtex: Uninstalling dependencies... (1/30) Purging .makedepends-py3-rfc-bibtex (20240415.205635) (2/30) Purging py3-vcrpy-pyc (6.0.1-r1) (3/30) Purging py3-vcrpy (6.0.1-r1) (4/30) Purging py3-yaml-pyc (6.0.1-r3) (5/30) Purging py3-yaml (6.0.1-r3) (6/30) Purging py3-wrapt-pyc (1.16.0-r1) (7/30) Purging py3-wrapt (1.16.0-r1) (8/30) Purging py3-yarl-pyc (1.9.4-r1) (9/30) Purging py3-yarl (1.9.4-r1) (10/30) Purging py3-idna-pyc (3.7-r0) (11/30) Purging py3-idna (3.7-r0) (12/30) Purging py3-multidict-pyc (6.0.5-r1) (13/30) Purging py3-multidict (6.0.5-r1) (14/30) Purging py3-setuptools-pyc (69.2.0-r2) (15/30) Purging py3-setuptools (69.2.0-r2) (16/30) Purging py3-packaging-pyc (24.0-r1) (17/30) Purging py3-packaging (24.0-r1) (18/30) Purging py3-parsing-pyc (3.1.2-r1) (19/30) Purging py3-parsing (3.1.2-r1) (20/30) Purging python3-pyc (3.12.3-r0) (21/30) Purging python3-pycache-pyc0 (3.12.3-r0) (22/30) Purging pyc (3.12.3-r0) (23/30) Purging yaml (0.2.5-r2) (24/30) Purging python3 (3.12.3-r0) (25/30) Purging gdbm (1.23-r1) (26/30) Purging libffi (3.4.6-r0) (27/30) Purging libpanelw (6.4_p20240330-r0) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging readline (8.2.10-r0) (30/30) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-rfc-bibtex: Updating the testing/x86 repository index... >>> py3-rfc-bibtex: Signing the index...