>>> smartypants: Building community/smartypants 2.0.1-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 04:33:54 +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/37) Installing libbz2 (1.0.8-r1)
(2/37) Installing libffi (3.4.2-r1)
(3/37) Installing gdbm (1.23-r0)
(4/37) Installing xz-libs (5.2.5-r1)
(5/37) Installing mpdecimal (2.5.1-r1)
(6/37) Installing readline (8.1.2-r0)
(7/37) Installing sqlite-libs (3.38.0-r0)
(8/37) Installing python3 (3.10.3-r0)
(9/37) Installing py3-appdirs (1.4.4-r3)
(10/37) Installing py3-more-itertools (8.12.0-r2)
(11/37) Installing py3-ordered-set (4.0.2-r3)
(12/37) Installing py3-parsing (2.4.7-r3)
(13/37) Installing py3-six (1.16.0-r1)
(14/37) Installing py3-packaging (21.3-r0)
(15/37) Installing py3-setuptools (59.4.0-r0)
(16/37) Installing py3-tz (2022.1-r0)
(17/37) Installing py3-babel (2.9.1-r1)
(18/37) Installing py3-docutils (0.16-r4)
(19/37) Installing py3-imagesize (1.3.0-r0)
(20/37) Installing py3-markupsafe (2.1.1-r0)
(21/37) Installing py3-jinja2 (3.0.3-r1)
(22/37) Installing py3-pygments (2.11.2-r0)
(23/37) Installing py3-certifi (2021.10.8-r0)
(24/37) Installing py3-charset-normalizer (2.0.10-r0)
(25/37) Installing py3-idna (3.3-r2)
(26/37) Installing py3-urllib3 (1.26.9-r0)
(27/37) Installing py3-requests (2.27.1-r0)
(28/37) Installing py3-snowballstemmer (2.1.0-r2)
(29/37) Installing py3-alabaster (0.7.12-r5)
(30/37) Installing py3-sphinxcontrib-applehelp (1.0.2-r2)
(31/37) Installing py3-sphinxcontrib-devhelp (1.0.2-r2)
(32/37) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r1)
(33/37) Installing py3-sphinxcontrib-jsmath (1.0.1-r2)
(34/37) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r1)
(35/37) Installing py3-sphinxcontrib-qthelp (1.0.3-r2)
(36/37) Installing py3-sphinx (4.3.0-r1)
(37/37) Installing .makedepends-smartypants (20220414.043356)
Executing busybox-1.35.0-r8.trigger
OK: 374 MiB in 125 packages
>>> smartypants: Cleaning up srcdir
>>> smartypants: Cleaning up pkgdir
>>> smartypants: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/smartypants-2.0.1.tar.gz
>>> smartypants: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/smartypants-2.0.1.tar.gz
>>> smartypants: Checking sha512sums...
smartypants-2.0.1.tar.gz: OK
>>> smartypants: Unpacking /var/cache/distfiles/v3.16/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.289s
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 Thu, 14 Apr 2022 04:34:01 +0000 elapsed time 0h 0m 7s
>>> smartypants: Cleaning up srcdir
>>> smartypants: Cleaning up pkgdir
>>> smartypants: Uninstalling dependencies...
(1/37) Purging .makedepends-smartypants (20220414.043356)
(2/37) Purging py3-sphinx (4.3.0-r1)
(3/37) Purging py3-babel (2.9.1-r1)
(4/37) Purging py3-tz (2022.1-r0)
(5/37) Purging py3-docutils (0.16-r4)
(6/37) Purging py3-imagesize (1.3.0-r0)
(7/37) Purging py3-jinja2 (3.0.3-r1)
(8/37) Purging py3-markupsafe (2.1.1-r0)
(9/37) Purging py3-pygments (2.11.2-r0)
(10/37) Purging py3-requests (2.27.1-r0)
(11/37) Purging py3-certifi (2021.10.8-r0)
(12/37) Purging py3-charset-normalizer (2.0.10-r0)
(13/37) Purging py3-idna (3.3-r2)
(14/37) Purging py3-urllib3 (1.26.9-r0)
(15/37) Purging py3-setuptools (59.4.0-r0)
(16/37) Purging py3-appdirs (1.4.4-r3)
(17/37) Purging py3-more-itertools (8.12.0-r2)
(18/37) Purging py3-ordered-set (4.0.2-r3)
(19/37) Purging py3-packaging (21.3-r0)
(20/37) Purging py3-six (1.16.0-r1)
(21/37) Purging py3-parsing (2.4.7-r3)
(22/37) Purging py3-snowballstemmer (2.1.0-r2)
(23/37) Purging py3-alabaster (0.7.12-r5)
(24/37) Purging py3-sphinxcontrib-applehelp (1.0.2-r2)
(25/37) Purging py3-sphinxcontrib-devhelp (1.0.2-r2)
(26/37) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r1)
(27/37) Purging py3-sphinxcontrib-jsmath (1.0.1-r2)
(28/37) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r1)
(29/37) Purging py3-sphinxcontrib-qthelp (1.0.3-r2)
(30/37) Purging python3 (3.10.3-r0)
(31/37) Purging libbz2 (1.0.8-r1)
(32/37) Purging libffi (3.4.2-r1)
(33/37) Purging gdbm (1.23-r0)
(34/37) Purging xz-libs (5.2.5-r1)
(35/37) Purging mpdecimal (2.5.1-r1)
(36/37) Purging readline (8.1.2-r0)
(37/37) Purging sqlite-libs (3.38.0-r0)
Executing busybox-1.35.0-r8.trigger
OK: 255 MiB in 88 packages
>>> smartypants: Updating the community/armv7 repository index...
>>> smartypants: Signing the index...