>>> py3-citeproc-py: Building community/py3-citeproc-py 0.6.0-r0 (using abuild 3.12.0-r0) started Fri, 03 Nov 2023 22:45:48 +0000 >>> py3-citeproc-py: Checking sanity of /home/buildozer/aports/community/py3-citeproc-py/APKBUILD... >>> py3-citeproc-py: Analyzing dependencies... >>> py3-citeproc-py: Installing for build: build-base python3 py3-lxml rnc2rng py3-gpep517 py3-setuptools python3-dev py3-wheel (1/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.4.4-r3) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.4.5-r0) (5/38) Installing mpdecimal (2.5.1-r2) (6/38) Installing libpanelw (6.4_p20231007-r0) (7/38) Installing readline (8.2.1-r2) (8/38) Installing sqlite-libs (3.43.2-r0) (9/38) Installing python3 (3.11.6-r1) (10/38) Installing python3-pycache-pyc0 (3.11.6-r1) (11/38) Installing pyc (3.11.6-r1) (12/38) Installing python3-pyc (3.11.6-r1) (13/38) Installing libgpg-error (1.47-r2) (14/38) Installing libgcrypt (1.10.2-r2) (15/38) Installing libxml2 (2.11.5-r0) (16/38) Installing libxslt (1.1.38-r1) (17/38) Installing py3-lxml (4.9.3-r1) (18/38) Installing py3-lxml-pyc (4.9.3-r1) (19/38) Installing py3-appdirs (1.4.4-r7) (20/38) Installing py3-appdirs-pyc (1.4.4-r7) (21/38) Installing py3-rply (0.7.8-r4) (22/38) Installing py3-rply-pyc (0.7.8-r4) (23/38) Installing rnc2rng (2.6.6-r3) (24/38) Installing rnc2rng-pyc (2.6.6-r3) (25/38) Installing py3-installer (0.7.0-r1) (26/38) Installing py3-installer-pyc (0.7.0-r1) (27/38) Installing py3-gpep517 (15-r0) (28/38) Installing py3-gpep517-pyc (15-r0) (29/38) Installing py3-parsing (3.1.1-r0) (30/38) Installing py3-parsing-pyc (3.1.1-r0) (31/38) Installing py3-packaging (23.2-r0) (32/38) Installing py3-packaging-pyc (23.2-r0) (33/38) Installing py3-setuptools (68.2.2-r0) (34/38) Installing py3-setuptools-pyc (68.2.2-r0) (35/38) Installing python3-dev (3.11.6-r1) (36/38) Installing py3-wheel (0.41.2-r0) (37/38) Installing py3-wheel-pyc (0.41.2-r0) (38/38) Installing .makedepends-py3-citeproc-py (20231103.224554) Executing busybox-1.36.1-r14.trigger OK: 449 MiB in 138 packages >>> py3-citeproc-py: Cleaning up srcdir >>> py3-citeproc-py: Cleaning up pkgdir >>> py3-citeproc-py: Cleaning up tmpdir >>> py3-citeproc-py: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-citeproc-py-0.6.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 100 137k 100 137k 0 0 408k 0 --:--:-- --:--:-- --:--:-- 425k >>> py3-citeproc-py: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-citeproc-py-0.6.0.tar.gz >>> py3-citeproc-py: Checking sha512sums... py3-citeproc-py-0.6.0.tar.gz: OK >>> py3-citeproc-py: Unpacking /var/cache/distfiles/py3-citeproc-py-0.6.0.tar.gz... 2023-11-03 22:46:01,513 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ fatal: not a git repository (or any of the parent directories): .git 2023-11-03 22:46:02,042 root INFO running bdist_wheel 2023-11-03 22:46:02,100 root INFO running build 2023-11-03 22:46:02,100 root INFO running build_py 2023-11-03 22:46:02,724 root INFO creating build 2023-11-03 22:46:02,724 root INFO creating build/lib 2023-11-03 22:46:02,725 root INFO creating build/lib/citeproc 2023-11-03 22:46:02,725 root INFO copying citeproc/types.py -> build/lib/citeproc 2023-11-03 22:46:02,727 root INFO copying citeproc/__init__.py -> build/lib/citeproc 2023-11-03 22:46:02,728 root INFO copying citeproc/model.py -> build/lib/citeproc 2023-11-03 22:46:02,729 root INFO copying citeproc/frontend.py -> build/lib/citeproc 2023-11-03 22:46:02,730 root INFO copying citeproc/version.py -> build/lib/citeproc 2023-11-03 22:46:02,731 root INFO copying citeproc/string.py -> build/lib/citeproc 2023-11-03 22:46:02,732 root INFO creating build/lib/citeproc/formatter 2023-11-03 22:46:02,733 root INFO copying citeproc/formatter/__init__.py -> build/lib/citeproc/formatter 2023-11-03 22:46:02,733 root INFO copying citeproc/formatter/plain.py -> build/lib/citeproc/formatter 2023-11-03 22:46:02,734 root INFO copying citeproc/formatter/rst.py -> build/lib/citeproc/formatter 2023-11-03 22:46:02,735 root INFO copying citeproc/formatter/html.py -> build/lib/citeproc/formatter 2023-11-03 22:46:02,736 root INFO creating build/lib/citeproc/source 2023-11-03 22:46:02,737 root INFO copying citeproc/source/__init__.py -> build/lib/citeproc/source 2023-11-03 22:46:02,738 root INFO copying citeproc/source/json.py -> build/lib/citeproc/source 2023-11-03 22:46:02,739 root INFO creating build/lib/citeproc/source/bibtex 2023-11-03 22:46:02,740 root INFO copying citeproc/source/bibtex/bibparse.py -> build/lib/citeproc/source/bibtex 2023-11-03 22:46:02,741 root INFO copying citeproc/source/bibtex/bibtex.py -> build/lib/citeproc/source/bibtex 2023-11-03 22:46:02,742 root INFO copying citeproc/source/bibtex/__init__.py -> build/lib/citeproc/source/bibtex 2023-11-03 22:46:02,743 root INFO creating build/lib/citeproc/source/bibtex/latex 2023-11-03 22:46:02,743 root INFO copying citeproc/source/bibtex/latex/__init__.py -> build/lib/citeproc/source/bibtex/latex 2023-11-03 22:46:02,744 root INFO copying citeproc/source/bibtex/latex/macro.py -> build/lib/citeproc/source/bibtex/latex 2023-11-03 22:46:02,756 root INFO creating build/lib/citeproc/data 2023-11-03 22:46:02,756 root INFO creating build/lib/citeproc/data/locales 2023-11-03 22:46:02,757 root INFO copying citeproc/data/locales/locales-en-US.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,758 root INFO copying citeproc/data/locales/locales-fi-FI.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,759 root INFO copying citeproc/data/locales/locales-th-TH.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,760 root INFO copying citeproc/data/locales/locales-hi-IN.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,761 root INFO copying citeproc/data/locales/locales-es-MX.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,761 root INFO copying citeproc/data/locales/locales-hr-HR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,762 root INFO copying citeproc/data/locales/locales-es-CL.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,763 root INFO copying citeproc/data/locales/locales-da-DK.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,764 root INFO copying citeproc/data/locales/locales-en-GB.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,765 root INFO copying citeproc/data/locales/locales-fr-CA.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,766 root INFO copying citeproc/data/locales/locales-he-IL.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,767 root INFO copying citeproc/data/locales/locales-ro-RO.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,768 root INFO copying citeproc/data/locales/locales-sr-RS.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,769 root INFO copying citeproc/data/locales/locales-de-CH.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,769 root INFO copying citeproc/data/locales/locales-uk-UA.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,770 root INFO copying citeproc/data/locales/locales-sv-SE.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,771 root INFO copying citeproc/data/locales/locales-nn-NO.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,772 root INFO copying citeproc/data/locales/locales-vi-VN.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,773 root INFO copying citeproc/data/locales/locales-lv-LV.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,774 root INFO copying citeproc/data/locales/locales-el-GR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,775 root INFO copying citeproc/data/locales/locales-cs-CZ.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,776 root INFO copying citeproc/data/locales/locales-pl-PL.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,776 root INFO copying citeproc/data/locales/locales-zh-TW.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,777 root INFO copying citeproc/data/locales/locales-ar.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,778 root INFO copying citeproc/data/locales/locales-ru-RU.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,779 root INFO copying citeproc/data/locales/locales-lt-LT.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,780 root INFO copying citeproc/data/locales/locales-it-IT.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,781 root INFO copying citeproc/data/locales/locales-ca-AD.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,782 root INFO copying citeproc/data/locales/locales-fr-FR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,783 root INFO copying citeproc/data/locales/locales-hu-HU.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,783 root INFO copying citeproc/data/locales/locales-la.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,784 root INFO copying citeproc/data/locales/locales-sl-SI.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,785 root INFO copying citeproc/data/locales/locales-de-DE.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,786 root INFO copying citeproc/data/locales/locales-bg-BG.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,787 root INFO copying citeproc/data/locales/locales-mn-MN.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,788 root INFO copying citeproc/data/locales/locales-pt-PT.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,789 root INFO copying citeproc/data/locales/locales-sk-SK.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,789 root INFO copying citeproc/data/locales/locales-nl-NL.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,790 root INFO copying citeproc/data/locales/locales-ja-JP.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,791 root INFO copying citeproc/data/locales/locales-es-ES.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,792 root INFO copying citeproc/data/locales/locales-tr-TR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,793 root INFO copying citeproc/data/locales/locales-km-KH.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,793 root INFO copying citeproc/data/locales/locales-af-ZA.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,794 root INFO copying citeproc/data/locales/locales-et-EE.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,795 root INFO copying citeproc/data/locales/locales-pt-BR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,796 root INFO copying citeproc/data/locales/locales-fa-IR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,797 root INFO copying citeproc/data/locales/locales-eu.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,797 root INFO copying citeproc/data/locales/locales-nb-NO.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,798 root INFO copying citeproc/data/locales/locales-id-ID.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,799 root INFO copying citeproc/data/locales/locales-zh-CN.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,800 root INFO copying citeproc/data/locales/locales-cy-GB.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,801 root INFO copying citeproc/data/locales/locales-ko-KR.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,802 root INFO copying citeproc/data/locales/locales-de-AT.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,802 root INFO copying citeproc/data/locales/locales-is-IS.xml -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,803 root INFO copying citeproc/data/locales/locales.json -> build/lib/citeproc/data/locales 2023-11-03 22:46:02,804 root INFO creating build/lib/citeproc/data/schema 2023-11-03 22:46:02,804 root INFO copying citeproc/data/schema/csl.rng -> build/lib/citeproc/data/schema 2023-11-03 22:46:02,805 root INFO creating build/lib/citeproc/data/styles 2023-11-03 22:46:02,806 root INFO copying citeproc/data/styles/harvard1.csl -> build/lib/citeproc/data/styles 2023-11-03 22:46:02,810 root INFO running build_scripts 2023-11-03 22:46:02,810 root INFO creating build/scripts-3.11 2023-11-03 22:46:02,811 root INFO copying and adjusting bin/csl_unsorted -> build/scripts-3.11 2023-11-03 22:46:02,812 root INFO changing mode of build/scripts-3.11/csl_unsorted from 644 to 755 2023-11-03 22:46:02,833 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-11-03 22:46:02,833 root INFO running install 2023-11-03 22:46:02,896 root INFO running install_lib 2023-11-03 22:46:02,907 root INFO creating build/bdist.linux-riscv64 2023-11-03 22:46:02,907 root INFO creating build/bdist.linux-riscv64/wheel 2023-11-03 22:46:02,908 root INFO creating build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,908 root INFO copying build/lib/citeproc/types.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,909 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/formatter 2023-11-03 22:46:02,910 root INFO copying build/lib/citeproc/formatter/__init__.py -> build/bdist.linux-riscv64/wheel/citeproc/formatter 2023-11-03 22:46:02,911 root INFO copying build/lib/citeproc/formatter/plain.py -> build/bdist.linux-riscv64/wheel/citeproc/formatter 2023-11-03 22:46:02,911 root INFO copying build/lib/citeproc/formatter/rst.py -> build/bdist.linux-riscv64/wheel/citeproc/formatter 2023-11-03 22:46:02,912 root INFO copying build/lib/citeproc/formatter/html.py -> build/bdist.linux-riscv64/wheel/citeproc/formatter 2023-11-03 22:46:02,913 root INFO copying build/lib/citeproc/__init__.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,913 root INFO copying build/lib/citeproc/model.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,914 root INFO copying build/lib/citeproc/frontend.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,915 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/source 2023-11-03 22:46:02,915 root INFO copying build/lib/citeproc/source/__init__.py -> build/bdist.linux-riscv64/wheel/citeproc/source 2023-11-03 22:46:02,916 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/source/bibtex 2023-11-03 22:46:02,917 root INFO copying build/lib/citeproc/source/bibtex/bibparse.py -> build/bdist.linux-riscv64/wheel/citeproc/source/bibtex 2023-11-03 22:46:02,917 root INFO copying build/lib/citeproc/source/bibtex/bibtex.py -> build/bdist.linux-riscv64/wheel/citeproc/source/bibtex 2023-11-03 22:46:02,918 root INFO copying build/lib/citeproc/source/bibtex/__init__.py -> build/bdist.linux-riscv64/wheel/citeproc/source/bibtex 2023-11-03 22:46:02,919 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/source/bibtex/latex 2023-11-03 22:46:02,919 root INFO copying build/lib/citeproc/source/bibtex/latex/__init__.py -> build/bdist.linux-riscv64/wheel/citeproc/source/bibtex/latex 2023-11-03 22:46:02,920 root INFO copying build/lib/citeproc/source/bibtex/latex/macro.py -> build/bdist.linux-riscv64/wheel/citeproc/source/bibtex/latex 2023-11-03 22:46:02,921 root INFO copying build/lib/citeproc/source/json.py -> build/bdist.linux-riscv64/wheel/citeproc/source 2023-11-03 22:46:02,922 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/data 2023-11-03 22:46:02,922 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,923 root INFO copying build/lib/citeproc/data/locales/locales-en-US.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,924 root INFO copying build/lib/citeproc/data/locales/locales-fi-FI.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,924 root INFO copying build/lib/citeproc/data/locales/locales-th-TH.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,925 root INFO copying build/lib/citeproc/data/locales/locales-hi-IN.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,926 root INFO copying build/lib/citeproc/data/locales/locales-es-MX.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,926 root INFO copying build/lib/citeproc/data/locales/locales-hr-HR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,927 root INFO copying build/lib/citeproc/data/locales/locales-es-CL.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,928 root INFO copying build/lib/citeproc/data/locales/locales-da-DK.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,929 root INFO copying build/lib/citeproc/data/locales/locales-en-GB.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,929 root INFO copying build/lib/citeproc/data/locales/locales-fr-CA.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,930 root INFO copying build/lib/citeproc/data/locales/locales-he-IL.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,931 root INFO copying build/lib/citeproc/data/locales/locales-ro-RO.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,932 root INFO copying build/lib/citeproc/data/locales/locales-sr-RS.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,932 root INFO copying build/lib/citeproc/data/locales/locales-de-CH.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,933 root INFO copying build/lib/citeproc/data/locales/locales-uk-UA.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,934 root INFO copying build/lib/citeproc/data/locales/locales-sv-SE.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,935 root INFO copying build/lib/citeproc/data/locales/locales-nn-NO.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,935 root INFO copying build/lib/citeproc/data/locales/locales-vi-VN.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,936 root INFO copying build/lib/citeproc/data/locales/locales-lv-LV.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,937 root INFO copying build/lib/citeproc/data/locales/locales-el-GR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,937 root INFO copying build/lib/citeproc/data/locales/locales-cs-CZ.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,938 root INFO copying build/lib/citeproc/data/locales/locales-pl-PL.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,939 root INFO copying build/lib/citeproc/data/locales/locales-zh-TW.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,940 root INFO copying build/lib/citeproc/data/locales/locales-ar.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,940 root INFO copying build/lib/citeproc/data/locales/locales-ru-RU.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,941 root INFO copying build/lib/citeproc/data/locales/locales-lt-LT.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,942 root INFO copying build/lib/citeproc/data/locales/locales-it-IT.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,943 root INFO copying build/lib/citeproc/data/locales/locales-ca-AD.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,943 root INFO copying build/lib/citeproc/data/locales/locales-fr-FR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,944 root INFO copying build/lib/citeproc/data/locales/locales-hu-HU.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,945 root INFO copying build/lib/citeproc/data/locales/locales-la.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,945 root INFO copying build/lib/citeproc/data/locales/locales.json -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,946 root INFO copying build/lib/citeproc/data/locales/locales-sl-SI.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,947 root INFO copying build/lib/citeproc/data/locales/locales-de-DE.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,948 root INFO copying build/lib/citeproc/data/locales/locales-bg-BG.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,948 root INFO copying build/lib/citeproc/data/locales/locales-mn-MN.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,949 root INFO copying build/lib/citeproc/data/locales/locales-pt-PT.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,950 root INFO copying build/lib/citeproc/data/locales/locales-sk-SK.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,950 root INFO copying build/lib/citeproc/data/locales/locales-nl-NL.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,951 root INFO copying build/lib/citeproc/data/locales/locales-ja-JP.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,952 root INFO copying build/lib/citeproc/data/locales/locales-es-ES.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,953 root INFO copying build/lib/citeproc/data/locales/locales-tr-TR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,953 root INFO copying build/lib/citeproc/data/locales/locales-km-KH.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,954 root INFO copying build/lib/citeproc/data/locales/locales-af-ZA.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,955 root INFO copying build/lib/citeproc/data/locales/locales-et-EE.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,956 root INFO copying build/lib/citeproc/data/locales/locales-pt-BR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,956 root INFO copying build/lib/citeproc/data/locales/locales-fa-IR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,957 root INFO copying build/lib/citeproc/data/locales/locales-eu.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,958 root INFO copying build/lib/citeproc/data/locales/locales-nb-NO.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,959 root INFO copying build/lib/citeproc/data/locales/locales-id-ID.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,959 root INFO copying build/lib/citeproc/data/locales/locales-zh-CN.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,960 root INFO copying build/lib/citeproc/data/locales/locales-cy-GB.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,961 root INFO copying build/lib/citeproc/data/locales/locales-ko-KR.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,961 root INFO copying build/lib/citeproc/data/locales/locales-de-AT.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,962 root INFO copying build/lib/citeproc/data/locales/locales-is-IS.xml -> build/bdist.linux-riscv64/wheel/citeproc/data/locales 2023-11-03 22:46:02,963 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/data/styles 2023-11-03 22:46:02,963 root INFO copying build/lib/citeproc/data/styles/harvard1.csl -> build/bdist.linux-riscv64/wheel/citeproc/data/styles 2023-11-03 22:46:02,964 root INFO creating build/bdist.linux-riscv64/wheel/citeproc/data/schema 2023-11-03 22:46:02,965 root INFO copying build/lib/citeproc/data/schema/csl.rng -> build/bdist.linux-riscv64/wheel/citeproc/data/schema 2023-11-03 22:46:02,966 root INFO copying build/lib/citeproc/version.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,966 root INFO copying build/lib/citeproc/string.py -> build/bdist.linux-riscv64/wheel/citeproc 2023-11-03 22:46:02,967 root INFO running install_egg_info 2023-11-03 22:46:02,976 root INFO running egg_info 2023-11-03 22:46:02,983 root INFO writing citeproc_py.egg-info/PKG-INFO 2023-11-03 22:46:02,986 root INFO writing dependency_links to citeproc_py.egg-info/dependency_links.txt 2023-11-03 22:46:02,987 root INFO writing requirements to citeproc_py.egg-info/requires.txt 2023-11-03 22:46:02,988 root INFO writing top-level names to citeproc_py.egg-info/top_level.txt 2023-11-03 22:46:03,011 root INFO reading manifest file 'citeproc_py.egg-info/SOURCES.txt' 2023-11-03 22:46:03,016 root INFO reading manifest template 'MANIFEST.in' 2023-11-03 22:46:03,022 root WARNING warning: no files found matching '*.html' under directory 'docs' 2023-11-03 22:46:03,022 root WARNING warning: no files found matching '*.css' under directory 'docs' 2023-11-03 22:46:03,023 root WARNING warning: no files found matching '*.png' under directory 'docs' 2023-11-03 22:46:03,024 root WARNING warning: no files found matching '*.csl' under directory 'examples' 2023-11-03 22:46:03,028 root WARNING no previously-included directories found matching 'tests/citeproc-test' 2023-11-03 22:46:03,029 root INFO adding license file 'LICENSE' 2023-11-03 22:46:03,041 root INFO writing manifest file 'citeproc_py.egg-info/SOURCES.txt' 2023-11-03 22:46:03,042 root INFO Copying citeproc_py.egg-info to build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0-py3.11.egg-info 2023-11-03 22:46:03,046 root INFO running install_scripts 2023-11-03 22:46:03,047 root INFO creating build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0.data 2023-11-03 22:46:03,047 root INFO creating build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0.data/scripts 2023-11-03 22:46:03,047 root INFO copying build/scripts-3.11/csl_unsorted -> build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0.data/scripts 2023-11-03 22:46:03,048 root INFO changing mode of build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0.data/scripts/csl_unsorted to 755 2023-11-03 22:46:03,059 wheel INFO creating build/bdist.linux-riscv64/wheel/citeproc_py-0.6.0.dist-info/WHEEL 2023-11-03 22:46:03,063 wheel INFO creating '/home/buildozer/aports/community/py3-citeproc-py/src/citeproc-py-0.6.0/.dist/.tmp-p2v58rl5/citeproc_py-0.6.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-11-03 22:46:03,066 wheel INFO adding 'citeproc/__init__.py' 2023-11-03 22:46:03,070 wheel INFO adding 'citeproc/frontend.py' 2023-11-03 22:46:03,071 wheel INFO adding 'citeproc/model.py' 2023-11-03 22:46:03,073 wheel INFO adding 'citeproc/string.py' 2023-11-03 22:46:03,074 wheel INFO adding 'citeproc/types.py' 2023-11-03 22:46:03,075 wheel INFO adding 'citeproc/version.py' 2023-11-03 22:46:03,077 wheel INFO adding 'citeproc/data/locales/locales-af-ZA.xml' 2023-11-03 22:46:03,078 wheel INFO adding 'citeproc/data/locales/locales-ar.xml' 2023-11-03 22:46:03,079 wheel INFO adding 'citeproc/data/locales/locales-bg-BG.xml' 2023-11-03 22:46:03,081 wheel INFO adding 'citeproc/data/locales/locales-ca-AD.xml' 2023-11-03 22:46:03,082 wheel INFO adding 'citeproc/data/locales/locales-cs-CZ.xml' 2023-11-03 22:46:03,083 wheel INFO adding 'citeproc/data/locales/locales-cy-GB.xml' 2023-11-03 22:46:03,084 wheel INFO adding 'citeproc/data/locales/locales-da-DK.xml' 2023-11-03 22:46:03,085 wheel INFO adding 'citeproc/data/locales/locales-de-AT.xml' 2023-11-03 22:46:03,087 wheel INFO adding 'citeproc/data/locales/locales-de-CH.xml' 2023-11-03 22:46:03,088 wheel INFO adding 'citeproc/data/locales/locales-de-DE.xml' 2023-11-03 22:46:03,089 wheel INFO adding 'citeproc/data/locales/locales-el-GR.xml' 2023-11-03 22:46:03,090 wheel INFO adding 'citeproc/data/locales/locales-en-GB.xml' 2023-11-03 22:46:03,091 wheel INFO adding 'citeproc/data/locales/locales-en-US.xml' 2023-11-03 22:46:03,093 wheel INFO adding 'citeproc/data/locales/locales-es-CL.xml' 2023-11-03 22:46:03,094 wheel INFO adding 'citeproc/data/locales/locales-es-ES.xml' 2023-11-03 22:46:03,095 wheel INFO adding 'citeproc/data/locales/locales-es-MX.xml' 2023-11-03 22:46:03,096 wheel INFO adding 'citeproc/data/locales/locales-et-EE.xml' 2023-11-03 22:46:03,097 wheel INFO adding 'citeproc/data/locales/locales-eu.xml' 2023-11-03 22:46:03,098 wheel INFO adding 'citeproc/data/locales/locales-fa-IR.xml' 2023-11-03 22:46:03,100 wheel INFO adding 'citeproc/data/locales/locales-fi-FI.xml' 2023-11-03 22:46:03,101 wheel INFO adding 'citeproc/data/locales/locales-fr-CA.xml' 2023-11-03 22:46:03,102 wheel INFO adding 'citeproc/data/locales/locales-fr-FR.xml' 2023-11-03 22:46:03,103 wheel INFO adding 'citeproc/data/locales/locales-he-IL.xml' 2023-11-03 22:46:03,104 wheel INFO adding 'citeproc/data/locales/locales-hi-IN.xml' 2023-11-03 22:46:03,105 wheel INFO adding 'citeproc/data/locales/locales-hr-HR.xml' 2023-11-03 22:46:03,107 wheel INFO adding 'citeproc/data/locales/locales-hu-HU.xml' 2023-11-03 22:46:03,108 wheel INFO adding 'citeproc/data/locales/locales-id-ID.xml' 2023-11-03 22:46:03,109 wheel INFO adding 'citeproc/data/locales/locales-is-IS.xml' 2023-11-03 22:46:03,110 wheel INFO adding 'citeproc/data/locales/locales-it-IT.xml' 2023-11-03 22:46:03,111 wheel INFO adding 'citeproc/data/locales/locales-ja-JP.xml' 2023-11-03 22:46:03,112 wheel INFO adding 'citeproc/data/locales/locales-km-KH.xml' 2023-11-03 22:46:03,113 wheel INFO adding 'citeproc/data/locales/locales-ko-KR.xml' 2023-11-03 22:46:03,115 wheel INFO adding 'citeproc/data/locales/locales-la.xml' 2023-11-03 22:46:03,116 wheel INFO adding 'citeproc/data/locales/locales-lt-LT.xml' 2023-11-03 22:46:03,117 wheel INFO adding 'citeproc/data/locales/locales-lv-LV.xml' 2023-11-03 22:46:03,118 wheel INFO adding 'citeproc/data/locales/locales-mn-MN.xml' 2023-11-03 22:46:03,119 wheel INFO adding 'citeproc/data/locales/locales-nb-NO.xml' 2023-11-03 22:46:03,121 wheel INFO adding 'citeproc/data/locales/locales-nl-NL.xml' 2023-11-03 22:46:03,122 wheel INFO adding 'citeproc/data/locales/locales-nn-NO.xml' 2023-11-03 22:46:03,123 wheel INFO adding 'citeproc/data/locales/locales-pl-PL.xml' 2023-11-03 22:46:03,124 wheel INFO adding 'citeproc/data/locales/locales-pt-BR.xml' 2023-11-03 22:46:03,125 wheel INFO adding 'citeproc/data/locales/locales-pt-PT.xml' 2023-11-03 22:46:03,127 wheel INFO adding 'citeproc/data/locales/locales-ro-RO.xml' 2023-11-03 22:46:03,128 wheel INFO adding 'citeproc/data/locales/locales-ru-RU.xml' 2023-11-03 22:46:03,129 wheel INFO adding 'citeproc/data/locales/locales-sk-SK.xml' 2023-11-03 22:46:03,130 wheel INFO adding 'citeproc/data/locales/locales-sl-SI.xml' 2023-11-03 22:46:03,131 wheel INFO adding 'citeproc/data/locales/locales-sr-RS.xml' 2023-11-03 22:46:03,132 wheel INFO adding 'citeproc/data/locales/locales-sv-SE.xml' 2023-11-03 22:46:03,134 wheel INFO adding 'citeproc/data/locales/locales-th-TH.xml' 2023-11-03 22:46:03,135 wheel INFO adding 'citeproc/data/locales/locales-tr-TR.xml' 2023-11-03 22:46:03,136 wheel INFO adding 'citeproc/data/locales/locales-uk-UA.xml' 2023-11-03 22:46:03,137 wheel INFO adding 'citeproc/data/locales/locales-vi-VN.xml' 2023-11-03 22:46:03,138 wheel INFO adding 'citeproc/data/locales/locales-zh-CN.xml' 2023-11-03 22:46:03,139 wheel INFO adding 'citeproc/data/locales/locales-zh-TW.xml' 2023-11-03 22:46:03,140 wheel INFO adding 'citeproc/data/locales/locales.json' 2023-11-03 22:46:03,142 wheel INFO adding 'citeproc/data/schema/csl.rng' 2023-11-03 22:46:03,144 wheel INFO adding 'citeproc/data/styles/harvard1.csl' 2023-11-03 22:46:03,145 wheel INFO adding 'citeproc/formatter/__init__.py' 2023-11-03 22:46:03,146 wheel INFO adding 'citeproc/formatter/html.py' 2023-11-03 22:46:03,147 wheel INFO adding 'citeproc/formatter/plain.py' 2023-11-03 22:46:03,148 wheel INFO adding 'citeproc/formatter/rst.py' 2023-11-03 22:46:03,149 wheel INFO adding 'citeproc/source/__init__.py' 2023-11-03 22:46:03,150 wheel INFO adding 'citeproc/source/json.py' 2023-11-03 22:46:03,151 wheel INFO adding 'citeproc/source/bibtex/__init__.py' 2023-11-03 22:46:03,152 wheel INFO adding 'citeproc/source/bibtex/bibparse.py' 2023-11-03 22:46:03,153 wheel INFO adding 'citeproc/source/bibtex/bibtex.py' 2023-11-03 22:46:03,155 wheel INFO adding 'citeproc/source/bibtex/latex/__init__.py' 2023-11-03 22:46:03,156 wheel INFO adding 'citeproc/source/bibtex/latex/macro.py' 2023-11-03 22:46:03,157 wheel INFO adding 'citeproc_py-0.6.0.data/scripts/csl_unsorted' 2023-11-03 22:46:03,159 wheel INFO adding 'citeproc_py-0.6.0.dist-info/LICENSE' 2023-11-03 22:46:03,159 wheel INFO adding 'citeproc_py-0.6.0.dist-info/METADATA' 2023-11-03 22:46:03,160 wheel INFO adding 'citeproc_py-0.6.0.dist-info/WHEEL' 2023-11-03 22:46:03,161 wheel INFO adding 'citeproc_py-0.6.0.dist-info/top_level.txt' 2023-11-03 22:46:03,164 wheel INFO adding 'citeproc_py-0.6.0.dist-info/RECORD' 2023-11-03 22:46:03,167 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-11-03 22:46:03,173 gpep517 INFO The backend produced .dist/citeproc_py-0.6.0-py3-none-any.whl citeproc_py-0.6.0-py3-none-any.whl Attempting to get version number from git... Assume we are running from a source distribution. >>> py3-citeproc-py: Entering fakeroot... >>> py3-citeproc-py-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py/usr/lib/python3.11/site-packages/citeproc/__pycache__' -> '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py-pyc/usr/lib/python3.11/site-packages/citeproc/__pycache__' '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py/usr/lib/python3.11/site-packages/citeproc/formatter/__pycache__' -> '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py-pyc/usr/lib/python3.11/site-packages/citeproc/formatter/__pycache__' '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py/usr/lib/python3.11/site-packages/citeproc/source/__pycache__' -> '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py-pyc/usr/lib/python3.11/site-packages/citeproc/source/__pycache__' '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py/usr/lib/python3.11/site-packages/citeproc/source/bibtex/__pycache__' -> '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py-pyc/usr/lib/python3.11/site-packages/citeproc/source/bibtex/__pycache__' '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py/usr/lib/python3.11/site-packages/citeproc/source/bibtex/latex/__pycache__' -> '/home/buildozer/aports/community/py3-citeproc-py/pkg/py3-citeproc-py-pyc/usr/lib/python3.11/site-packages/citeproc/source/bibtex/latex/__pycache__' >>> py3-citeproc-py-pyc*: Preparing subpackage py3-citeproc-py-pyc... >>> py3-citeproc-py-pyc*: Running postcheck for py3-citeproc-py-pyc >>> py3-citeproc-py*: Running postcheck for py3-citeproc-py >>> py3-citeproc-py*: Preparing package py3-citeproc-py... >>> py3-citeproc-py-pyc*: Tracing dependencies... python3 py3-lxml rnc2rng python3~3.11 >>> py3-citeproc-py-pyc*: Package size: 288.0 KB >>> py3-citeproc-py-pyc*: Compressing data... >>> py3-citeproc-py-pyc*: Create checksum... >>> py3-citeproc-py-pyc*: Create py3-citeproc-py-pyc-0.6.0-r0.apk >>> py3-citeproc-py*: Tracing dependencies... python3 py3-lxml rnc2rng python3~3.11 >>> py3-citeproc-py*: Package size: 1012.0 KB >>> py3-citeproc-py*: Compressing data... >>> py3-citeproc-py*: Create checksum... >>> py3-citeproc-py*: Create py3-citeproc-py-0.6.0-r0.apk >>> py3-citeproc-py: Build complete at Fri, 03 Nov 2023 22:46:08 +0000 elapsed time 0h 0m 20s >>> py3-citeproc-py: Cleaning up srcdir >>> py3-citeproc-py: Cleaning up pkgdir >>> py3-citeproc-py: Uninstalling dependencies... (1/38) Purging .makedepends-py3-citeproc-py (20231103.224554) (2/38) Purging py3-lxml-pyc (4.9.3-r1) (3/38) Purging py3-lxml (4.9.3-r1) (4/38) Purging rnc2rng-pyc (2.6.6-r3) (5/38) Purging rnc2rng (2.6.6-r3) (6/38) Purging py3-rply-pyc (0.7.8-r4) (7/38) Purging py3-rply (0.7.8-r4) (8/38) Purging py3-appdirs-pyc (1.4.4-r7) (9/38) Purging py3-appdirs (1.4.4-r7) (10/38) Purging py3-gpep517-pyc (15-r0) (11/38) Purging py3-gpep517 (15-r0) (12/38) Purging py3-installer-pyc (0.7.0-r1) (13/38) Purging py3-installer (0.7.0-r1) (14/38) Purging py3-setuptools-pyc (68.2.2-r0) (15/38) Purging py3-setuptools (68.2.2-r0) (16/38) Purging python3-dev (3.11.6-r1) (17/38) Purging py3-wheel-pyc (0.41.2-r0) (18/38) Purging py3-wheel (0.41.2-r0) (19/38) Purging py3-packaging-pyc (23.2-r0) (20/38) Purging py3-packaging (23.2-r0) (21/38) Purging py3-parsing-pyc (3.1.1-r0) (22/38) Purging py3-parsing (3.1.1-r0) (23/38) Purging libxslt (1.1.38-r1) (24/38) Purging python3-pyc (3.11.6-r1) (25/38) Purging python3-pycache-pyc0 (3.11.6-r1) (26/38) Purging pyc (3.11.6-r1) (27/38) Purging python3 (3.11.6-r1) (28/38) Purging gdbm (1.23-r1) (29/38) Purging libbz2 (1.0.8-r6) (30/38) Purging libffi (3.4.4-r3) (31/38) Purging libgcrypt (1.10.2-r2) (32/38) Purging libgpg-error (1.47-r2) (33/38) Purging libpanelw (6.4_p20231007-r0) (34/38) Purging libxml2 (2.11.5-r0) (35/38) Purging mpdecimal (2.5.1-r2) (36/38) Purging readline (8.2.1-r2) (37/38) Purging sqlite-libs (3.43.2-r0) (38/38) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r14.trigger OK: 227 MiB in 100 packages >>> py3-citeproc-py: Updating the community/riscv64 repository index... >>> py3-citeproc-py: Signing the index...