>>> smartypants: Building community/smartypants 2.0.1-r0 (using abuild 3.9.0-r0) started Wed, 02 Mar 2022 13:03:57 +0000 >>> smartypants: Checking sanity of /home/buildozer/aports/community/smartypants/APKBUILD... >>> smartypants: Analyzing dependencies... >>> smartypants: Installing for build: build-base python3 py3-setuptools py3-sphinx (1/34) Installing libffi (3.4.2-r1) (2/34) Installing gdbm (1.23-r0) (3/34) Installing mpdecimal (2.5.1-r1) (4/34) Installing readline (8.1.2-r0) (5/34) Installing sqlite-libs (3.37.2-r0) (6/34) Installing python3 (3.10.2-r0) (7/34) Installing py3-ordered-set (4.0.2-r3) (8/34) Installing py3-appdirs (1.4.4-r3) (9/34) Installing py3-parsing (2.4.7-r3) (10/34) Installing py3-six (1.16.0-r1) (11/34) Installing py3-packaging (21.3-r0) (12/34) Installing py3-setuptools (52.0.0-r5) (13/34) Installing py3-tz (2021.3-r0) (14/34) Installing py3-babel (2.9.1-r1) (15/34) Installing py3-docutils (0.16-r4) (16/34) Installing py3-imagesize (1.3.0-r0) (17/34) Installing py3-markupsafe (2.0.1-r1) (18/34) Installing py3-jinja2 (3.0.3-r0) (19/34) Installing py3-pygments (2.11.2-r0) (20/34) Installing py3-certifi (2021.10.8-r0) (21/34) Installing py3-charset-normalizer (2.0.10-r0) (22/34) Installing py3-idna (3.3-r2) (23/34) Installing py3-urllib3 (1.26.8-r0) (24/34) Installing py3-requests (2.27.1-r0) (25/34) Installing py3-snowballstemmer (2.1.0-r2) (26/34) Installing py3-alabaster (0.7.12-r5) (27/34) Installing py3-sphinxcontrib-applehelp (1.0.2-r2) (28/34) Installing py3-sphinxcontrib-devhelp (1.0.2-r2) (29/34) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r1) (30/34) Installing py3-sphinxcontrib-jsmath (1.0.1-r2) (31/34) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r1) (32/34) Installing py3-sphinxcontrib-qthelp (1.0.3-r2) (33/34) Installing py3-sphinx (4.3.0-r1) (34/34) Installing .makedepends-smartypants (20220302.130358) Executing busybox-1.35.0-r4.trigger OK: 419 MiB in 132 packages >>> smartypants: Cleaning up srcdir >>> smartypants: Cleaning up pkgdir >>> smartypants: Fetching https://distfiles.alpinelinux.org/distfiles/edge/smartypants-2.0.1.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 >>> smartypants: Fetching https://github.com/leohemsted/smartypants.py/archive/v2.0.1/smartypants-2.0.1.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 143 100 143 0 0 283 0 --:--:-- --:--:-- --:--:-- 283 100 13041 0 13041 0 0 11079 0 --:--:-- 0:00:01 --:--:-- 11079 100 24152 0 24152 0 0 18619 0 --:--:-- 0:00:01 --:--:-- 92591 >>> smartypants: Fetching https://distfiles.alpinelinux.org/distfiles/edge/smartypants-2.0.1.tar.gz >>> smartypants: Checking sha512sums... smartypants-2.0.1.tar.gz: OK >>> smartypants: Unpacking /var/cache/distfiles/edge/smartypants-2.0.1.tar.gz... /home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/setup.py:9: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Command, setup running build running build_py creating build creating build/lib copying smartypants.py -> build/lib running build_scripts creating build/scripts-3.10 copying and adjusting smartypants -> build/scripts-3.10 changing mode of build/scripts-3.10/smartypants from 644 to 755 make: Entering directory '/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/docs' sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v4.3.0 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] changes reading sources... [ 22%] command-line reading sources... [ 33%] copyright reading sources... [ 44%] development reading sources... [ 55%] history reading sources... [ 66%] index reading sources... [ 77%] introduction reading sources... [ 88%] reference reading sources... [100%] usage WARNING: autodoc: failed to import module 'smartypants_command'; the following exception was raised: No module named 'smartypants_command' looking for now-outdated files... none found pickling environment... done checking consistency... done writing... smartypants.1 { introduction usage command-line development reference history changes copyright } done build succeeded, 2 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. make: Leaving directory '/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/docs' /home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/setup.py:9: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Command, setup running test test_change_default_attr (test.SmartyPantsTestCase) ... ok test_comments (test.SmartyPantsTestCase) ... ok test_convert_entities (test.SmartyPantsTestCase) ... ok test_convert_quot (test.SmartyPantsTestCase) ... ok test_dates (test.SmartyPantsTestCase) ... ok test_educated_quotes (test.SmartyPantsTestCase) ... ok test_incredibly_long_string (test.SmartyPantsTestCase) ... ok test_ordinal_numbers (test.SmartyPantsTestCase) ... ok test_skip_tags (test.SmartyPantsTestCase) ... ok _tags_to_skip_regex (smartypants) Doctest: smartypants._tags_to_skip_regex ... ok convert_backticks (smartypants) Doctest: smartypants.convert_backticks ... ok convert_dashes (smartypants) Doctest: smartypants.convert_dashes ... ok convert_dashes_oldschool (smartypants) Doctest: smartypants.convert_dashes_oldschool ... ok convert_dashes_oldschool_inverted (smartypants) Doctest: smartypants.convert_dashes_oldschool_inverted ... ok convert_ellipses (smartypants) Doctest: smartypants.convert_ellipses ... ok convert_entities (smartypants) Doctest: smartypants.convert_entities ... ok convert_quotes (smartypants) Doctest: smartypants.convert_quotes ... ok convert_single_backticks (smartypants) Doctest: smartypants.convert_single_backticks ... ok process_escapes (smartypants) Doctest: smartypants.process_escapes ... ok smartypants (smartypants) Doctest: smartypants.smartypants ... ok test_file (test_cli.TestCLI) ... env: can't execute 'python': No such file or directory FAIL test_pipe (test_cli.TestCLI) ... env: can't execute 'python': No such file or directory FAIL test_pipe_attr (test_cli.TestCLI) ... env: can't execute 'python': No such file or directory FAIL test_skipped_elements (test_cli.TestCLI) ... env: can't execute 'python': No such file or directory FAIL test_long_description (test_setup.SetupTestCase) Ensure long description can be generated ... ok ====================================================================== FAIL: test_file (test_cli.TestCLI) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/tests/test_cli.py", line 84, in test_file self.assertEquals(output, E) AssertionError: '' != '“foobar”' + “foobar” ====================================================================== FAIL: test_pipe (test_cli.TestCLI) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/tests/test_cli.py", line 37, in test_pipe self.assertEquals(output, E) AssertionError: '' != '“foobar”' + “foobar” ====================================================================== FAIL: test_pipe_attr (test_cli.TestCLI) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/tests/test_cli.py", line 45, in test_pipe_attr self.assertEquals(output, E) AssertionError: '' != '"foo" ``bar\'\'' + "foo" ``bar'' ====================================================================== FAIL: test_skipped_elements (test_cli.TestCLI) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/tests/test_cli.py", line 57, in test_skipped_elements self.assertEquals(output, E) AssertionError: '' != '“foo” “bar”' + “foo” “bar” ---------------------------------------------------------------------- Ran 25 tests in 0.316s FAILED (failures=4) >>> smartypants: Entering fakeroot... /home/buildozer/aports/community/smartypants/src/smartypants.py-2.0.1/setup.py:9: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Command, setup running install running build running build_py running build_scripts running install_lib creating /home/buildozer/aports/community/smartypants/pkg creating /home/buildozer/aports/community/smartypants/pkg/smartypants creating /home/buildozer/aports/community/smartypants/pkg/smartypants/usr creating /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib creating /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib/python3.10 creating /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib/python3.10/site-packages copying build/lib/smartypants.py -> /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib/python3.10/site-packages/smartypants.py to smartypants.cpython-310.pyc running install_scripts creating /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/bin copying build/scripts-3.10/smartypants -> /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/bin changing mode of /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/bin/smartypants to 755 running install_egg_info Writing /home/buildozer/aports/community/smartypants/pkg/smartypants/usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info >>> smartypants-doc*: Running split function doc... >>> smartypants-doc*: Preparing subpackage smartypants-doc... >>> smartypants-doc*: Running postcheck for smartypants-doc >>> smartypants*: Running postcheck for smartypants >>> smartypants*: Preparing package smartypants... >>> smartypants-doc*: Tracing dependencies... >>> smartypants-doc*: Package size: 32.0 KB >>> smartypants-doc*: Compressing data... >>> smartypants-doc*: Create checksum... >>> smartypants-doc*: Create smartypants-doc-2.0.1-r0.apk >>> smartypants*: Tracing dependencies... >>> smartypants*: Package size: 68.0 KB >>> smartypants*: Compressing data... >>> smartypants*: Create checksum... >>> smartypants*: Create smartypants-2.0.1-r0.apk >>> smartypants: Build complete at Wed, 02 Mar 2022 13:04:06 +0000 elapsed time 0h 0m 9s >>> smartypants: Cleaning up srcdir >>> smartypants: Cleaning up pkgdir >>> smartypants: Uninstalling dependencies... (1/34) Purging .makedepends-smartypants (20220302.130358) (2/34) Purging py3-sphinx (4.3.0-r1) (3/34) Purging py3-babel (2.9.1-r1) (4/34) Purging py3-tz (2021.3-r0) (5/34) Purging py3-docutils (0.16-r4) (6/34) Purging py3-imagesize (1.3.0-r0) (7/34) Purging py3-jinja2 (3.0.3-r0) (8/34) Purging py3-markupsafe (2.0.1-r1) (9/34) Purging py3-pygments (2.11.2-r0) (10/34) Purging py3-requests (2.27.1-r0) (11/34) Purging py3-certifi (2021.10.8-r0) (12/34) Purging py3-charset-normalizer (2.0.10-r0) (13/34) Purging py3-idna (3.3-r2) (14/34) Purging py3-urllib3 (1.26.8-r0) (15/34) Purging py3-setuptools (52.0.0-r5) (16/34) Purging py3-ordered-set (4.0.2-r3) (17/34) Purging py3-appdirs (1.4.4-r3) (18/34) Purging py3-packaging (21.3-r0) (19/34) Purging py3-parsing (2.4.7-r3) (20/34) Purging py3-six (1.16.0-r1) (21/34) Purging py3-snowballstemmer (2.1.0-r2) (22/34) Purging py3-alabaster (0.7.12-r5) (23/34) Purging py3-sphinxcontrib-applehelp (1.0.2-r2) (24/34) Purging py3-sphinxcontrib-devhelp (1.0.2-r2) (25/34) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r1) (26/34) Purging py3-sphinxcontrib-jsmath (1.0.1-r2) (27/34) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r1) (28/34) Purging py3-sphinxcontrib-qthelp (1.0.3-r2) (29/34) Purging python3 (3.10.2-r0) (30/34) Purging libffi (3.4.2-r1) (31/34) Purging gdbm (1.23-r0) (32/34) Purging mpdecimal (2.5.1-r1) (33/34) Purging readline (8.1.2-r0) (34/34) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r4.trigger OK: 300 MiB in 98 packages >>> smartypants: Updating the community/armhf repository index... >>> smartypants: Signing the index...