>>> py3-boltons: Building community/py3-boltons 20.2.1-r0 (using abuild 3.7.0_rc1-r1) started Mon, 21 Dec 2020 10:35:04 +0000 >>> py3-boltons: Checking sanity of /home/buildozer/aports/community/py3-boltons/APKBUILD... >>> py3-boltons: Analyzing dependencies... >>> py3-boltons: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-cov (1/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.3-r2) (3/25) Installing gdbm (1.18.1-r0) (4/25) Installing xz-libs (5.2.5-r0) (5/25) Installing readline (8.0.4-r0) (6/25) Installing sqlite-libs (3.34.0-r0) (7/25) Installing python3 (3.8.6-r0) (8/25) Installing py3-ordered-set (4.0.2-r0) (9/25) Installing py3-appdirs (1.4.4-r1) (10/25) Installing py3-parsing (2.4.7-r1) (11/25) Installing py3-six (1.15.0-r0) (12/25) Installing py3-packaging (20.8-r0) (13/25) Installing py3-setuptools (51.0.0-r0) (14/25) Installing py3-atomicwrites (1.4.0-r0) (15/25) Installing py3-attrs (20.3.0-r0) (16/25) Installing py3-more-itertools (8.6.0-r0) (17/25) Installing py3-iniconfig (1.1.1-r0) (18/25) Installing py3-pluggy (0.13.1-r1) (19/25) Installing py3-py (1.10.0-r0) (20/25) Installing py3-wcwidth (0.2.5-r0) (21/25) Installing py3-toml (0.10.2-r0) (22/25) Installing py3-pytest (6.2.1-r0) (23/25) Installing py3-coverage (5.3-r0) (24/25) Installing py3-pytest-cov (2.10.1-r0) (25/25) Installing .makedepends-py3-boltons (20201221.103508) Executing busybox-1.32.0-r8.trigger OK: 366 MiB in 111 packages >>> py3-boltons: Cleaning up srcdir >>> py3-boltons: Cleaning up pkgdir >>> py3-boltons: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-boltons-20.2.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 100 229k 100 229k 0 0 3061k 0 --:--:-- --:--:-- --:--:-- 3061k >>> py3-boltons: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-boltons-20.2.1.tar.gz >>> py3-boltons: Checking sha512sums... py3-boltons-20.2.1.tar.gz: OK >>> py3-boltons: Unpacking /var/cache/distfiles/v3.13/py3-boltons-20.2.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/boltons copying boltons/iterutils.py -> build/lib/boltons copying boltons/debugutils.py -> build/lib/boltons copying boltons/mboxutils.py -> build/lib/boltons copying boltons/excutils.py -> build/lib/boltons copying boltons/deprutils.py -> build/lib/boltons copying boltons/easterutils.py -> build/lib/boltons copying boltons/timeutils.py -> build/lib/boltons copying boltons/ioutils.py -> build/lib/boltons copying boltons/mathutils.py -> build/lib/boltons copying boltons/__init__.py -> build/lib/boltons copying boltons/listutils.py -> build/lib/boltons copying boltons/pathutils.py -> build/lib/boltons copying boltons/formatutils.py -> build/lib/boltons copying boltons/jsonutils.py -> build/lib/boltons copying boltons/tableutils.py -> build/lib/boltons copying boltons/socketutils.py -> build/lib/boltons copying boltons/fileutils.py -> build/lib/boltons copying boltons/dictutils.py -> build/lib/boltons copying boltons/strutils.py -> build/lib/boltons copying boltons/setutils.py -> build/lib/boltons copying boltons/urlutils.py -> build/lib/boltons copying boltons/funcutils.py -> build/lib/boltons copying boltons/cacheutils.py -> build/lib/boltons copying boltons/tbutils.py -> build/lib/boltons copying boltons/ecoutils.py -> build/lib/boltons copying boltons/namedutils.py -> build/lib/boltons copying boltons/typeutils.py -> build/lib/boltons copying boltons/gcutils.py -> build/lib/boltons copying boltons/queueutils.py -> build/lib/boltons copying boltons/statsutils.py -> build/lib/boltons running egg_info creating boltons.egg-info writing boltons.egg-info/PKG-INFO writing dependency_links to boltons.egg-info/dependency_links.txt writing top-level names to boltons.egg-info/top_level.txt writing manifest file 'boltons.egg-info/SOURCES.txt' reading manifest file 'boltons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 7: 'recursive-include' expects ... warning: manifest_maker: MANIFEST.in, line 8: 'recursive-include' expects ... writing manifest file 'boltons.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing boltons.egg-info/PKG-INFO writing dependency_links to boltons.egg-info/dependency_links.txt writing top-level names to boltons.egg-info/top_level.txt reading manifest file 'boltons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 7: 'recursive-include' expects ... warning: manifest_maker: MANIFEST.in, line 8: 'recursive-include' expects ... writing manifest file 'boltons.egg-info/SOURCES.txt' running build_ext test_shortcut_function (tests.test_strutils.TestMultiReplace) Test replacing multiple values. ... ok test_simple_substitutions (tests.test_strutils.TestMultiReplace) Test replacing multiple values. ... ok test_sub_with_compiled_regex (tests.test_strutils.TestMultiReplace) Test substitutions where some regular expressiosn are compiled. ... ok test_sub_with_list (tests.test_strutils.TestMultiReplace) Test substitutions from an iterable instead of a dictionary. ... ok test_sub_with_regex (tests.test_strutils.TestMultiReplace) Test substitutions with a regular expression. ... ok test_substitutions_in_word (tests.test_strutils.TestMultiReplace) Test replacing multiple values that are substrings of a word. ... ok test_substitutions_with_regex_chars (tests.test_strutils.TestMultiReplace) Test replacing values that have special regex characters. ... ok test_no_mixed_bytes_and_text (tests.test_ioutils.TestMultiFileReader) ... ok test_open (tests.test_ioutils.TestMultiFileReader) ... /home/buildozer/aports/community/py3-boltons/src/boltons-20.2.1/tests/test_ioutils.py:452: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-boltons/src/boltons-20.2.1/tests/test_ioutils.py'> utf8_file_str = codecs.open(CUR_FILE_PATH, encoding='utf8').read() ResourceWarning: Enable tracemalloc to get the object allocation traceback /usr/lib/python3.8/unittest/case.py:633: ResourceWarning: unclosed file <_io.BufferedReader name='/home/buildozer/aports/community/py3-boltons/src/boltons-20.2.1/tests/test_ioutils.py'> method() ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_read_seek_bytes (tests.test_ioutils.TestMultiFileReader) ... ok test_read_seek_text (tests.test_ioutils.TestMultiFileReader) ... ok test_auto_rollover (tests.test_ioutils.TestSpooledBytesIO) Make sure file rolls over to disk after max_size reached ... /usr/lib/python3.8/unittest/case.py:633: ResourceWarning: unclosed file <_io.BufferedRandom name=6> method() ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_buf_property (tests.test_ioutils.TestSpooledBytesIO) 'buf' property returns the same value as getvalue() ... ok test_closed_property (tests.test_ioutils.TestSpooledBytesIO) 'closed' property works as expected ... ok test_compare_different_instances (tests.test_ioutils.TestSpooledBytesIO) Make sure two different instance types are not considered equal ... ok test_compare_not_equal_instances (tests.test_ioutils.TestSpooledBytesIO) Make sure instances with different values fail == check. ... ok test_compare_two_equal_instances (tests.test_ioutils.TestSpooledBytesIO) Make sure we can compare instances ... ok test_compare_unequal_instances (tests.test_ioutils.TestSpooledBytesIO) Comparisons of non-SpooledIOBase classes should fail ... ok test_flush_after_rollover (tests.test_ioutils.TestSpooledBytesIO) Make sure we can flush before and after rolling to a real file ... ok /usr/lib/python3.8/unittest/suite.py:107: ResourceWarning: unclosed file <_io.BufferedRandom name=6> for index, test in enumerate(self): ResourceWarning: Enable tracemalloc to get the object allocation traceback test_getvalue_norollover (tests.test_ioutils.TestSpooledBytesIO) Make sure getvalue function works with in-memory flo ... ok test_getvalue_rollover (tests.test_ioutils.TestSpooledBytesIO) Make sure getvalue function works with on-disk flo ... ok test_invalid_type (tests.test_ioutils.TestSpooledBytesIO) Ensure TypeError raised when writing unicode to SpooledBytesIO ... ok test_io_error_negative_truncate (tests.test_ioutils.TestSpooledBytesIO) Make sure IOError raised trying to truncate with negative value ... ok test_isatty (tests.test_ioutils.TestSpooledBytesIO) Make sure we can check if the value is a tty ... ok test_iter (tests.test_ioutils.TestSpooledBytesIO) Make sure iter works as expected ... ok test_len_no_rollover (tests.test_ioutils.TestSpooledBytesIO) Make sure len works with in-memory flo ... ok test_len_rollover (tests.test_ioutils.TestSpooledBytesIO) Make sure len works with on-disk flo ... ok test_next (tests.test_ioutils.TestSpooledBytesIO) Make next returns expected values ... ok test_pos_property (tests.test_ioutils.TestSpooledBytesIO) 'pos' property returns the same value as tell() ... ok test_readline (tests.test_ioutils.TestSpooledBytesIO) Make readline returns expected values ... ok test_readlines (tests.test_ioutils.TestSpooledBytesIO) Make sure readlines returns expected values ... ok test_rollover_custom_directory (tests.test_ioutils.TestSpooledBytesIO) dir keyword argument is passed to TemporaryFile instantiation ... ok test_set_softspace_attribute (tests.test_ioutils.TestSpooledBytesIO) Ensure softspace attribute can be retrieved and set ... ok test_set_softspace_attribute_rolled (tests.test_ioutils.TestSpooledBytesIO) Ensure softspace attribute can be retrieved and set if rolled ... ok test_truncate_noargs_norollover (tests.test_ioutils.TestSpooledBytesIO) Test truncating with no args with in-memory flo ... ok test_truncate_noargs_rollover (tests.test_ioutils.TestSpooledBytesIO) Test truncating with no args with on-disk flo ... ok test_truncate_with_args_norollover (tests.test_ioutils.TestSpooledBytesIO) Test truncating to a value with in-memory flo ... ok test_truncate_with_args_rollover (tests.test_ioutils.TestSpooledBytesIO) Test truncating to a value with on-disk flo ... ok test_truthy (tests.test_ioutils.TestSpooledBytesIO) Make sure empty instances are still considered truthy ... ok test_type_error_too_many_args (tests.test_ioutils.TestSpooledBytesIO) Make sure TypeError raised if too many args passed to truncate ... ok test_use_as_context_mgr (tests.test_ioutils.TestSpooledBytesIO) Make sure SpooledBytesIO can be used as a context manager ... ok test_zip_compat (tests.test_ioutils.TestSpooledBytesIO) Make sure object is compatible with ZipFile library ... ok test_auto_rollover (tests.test_ioutils.TestSpooledStringIO) Make sure file rolls over to disk after max_size reached ... ok test_buf_property (tests.test_ioutils.TestSpooledStringIO) 'buf' property returns the same value as getvalue() ... ok test_closed_property (tests.test_ioutils.TestSpooledStringIO) 'closed' property works as expected ... ok test_codepoints_all_enc (tests.test_ioutils.TestSpooledStringIO) "Test getting read, seek, tell, on various codepoints ... ok test_compare_different_instances (tests.test_ioutils.TestSpooledStringIO) Make sure two different instance types are not considered equal ... ok test_compare_not_equal_instances (tests.test_ioutils.TestSpooledStringIO) Make sure instances with different values fail == check. ... ok test_compare_two_equal_instances (tests.test_ioutils.TestSpooledStringIO) Make sure we can compare instances ... ok test_compare_unequal_instances (tests.test_ioutils.TestSpooledStringIO) Comparisons of non-SpooledIOBase classes should fail ... ok test_getvalue_norollover (tests.test_ioutils.TestSpooledStringIO) Make sure getvalue function works with in-memory flo ... ok test_getvalue_rollover (tests.test_ioutils.TestSpooledStringIO) Make sure getvalue function works with on-disk flo ... ok test_invalid_type (tests.test_ioutils.TestSpooledStringIO) Ensure TypeError raised when writing bytes to SpooledStringIO ... ok test_io_error_negative_truncate (tests.test_ioutils.TestSpooledStringIO) Make sure IOError raised trying to truncate with negative value ... ok test_isatty (tests.test_ioutils.TestSpooledStringIO) Make sure we can check if the value is a tty ... ok test_iter (tests.test_ioutils.TestSpooledStringIO) Make sure iter works as expected ... ok test_len_no_rollover (tests.test_ioutils.TestSpooledStringIO) Make sure len property works with in-memory flo ... ok test_len_rollover (tests.test_ioutils.TestSpooledStringIO) Make sure len property works with on-disk flo ... ok test_next (tests.test_ioutils.TestSpooledStringIO) Make next returns expected values ... ok test_pos_property (tests.test_ioutils.TestSpooledStringIO) 'pos' property returns the same value as tell() ... ok test_readline (tests.test_ioutils.TestSpooledStringIO) Make readline returns expected values ... ok test_readlines (tests.test_ioutils.TestSpooledStringIO) Make sure readlines returns expected values ... ok test_rollover_custom_directory (tests.test_ioutils.TestSpooledStringIO) dir keyword argument is passed to TemporaryFile instantiation ... ok test_seek_codepoints_SEEK_CUR (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to current_position ... ok test_seek_codepoints_SEEK_END (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to file end ... ok test_seek_codepoints_SEEK_SET (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to file start ... ok test_seek_codepoints_large_SEEK_CUR (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to current_position ... ok test_seek_codepoints_large_SEEK_END (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to file end ... ok test_seek_codepoints_large_SEEK_SET (tests.test_ioutils.TestSpooledStringIO) Make sure seek() moves to codepoints relative to file start ... ok test_seek_encoded (tests.test_ioutils.TestSpooledStringIO) Make sure reading works when bytes exceeds read val ... ok test_set_softspace_attribute (tests.test_ioutils.TestSpooledStringIO) Ensure softspace attribute can be retrieved and set ... ok test_set_softspace_attribute_rolled (tests.test_ioutils.TestSpooledStringIO) Ensure softspace attribute can be retrieved and set if rolled ... ok test_tell_codepoints (tests.test_ioutils.TestSpooledStringIO) Verify tell() returns codepoint position, not bytes position ... ok test_truncate_noargs_norollover (tests.test_ioutils.TestSpooledStringIO) Test truncating with no args with in-memory flo ... ok test_truncate_noargs_rollover (tests.test_ioutils.TestSpooledStringIO) Test truncating with no args with on-disk flo ... ok test_truncate_with_args_norollover (tests.test_ioutils.TestSpooledStringIO) Test truncating to a value with in-memory flo ... ok test_truncate_with_args_rollover (tests.test_ioutils.TestSpooledStringIO) Test truncating to a value with on-disk flo ... ok test_truthy (tests.test_ioutils.TestSpooledStringIO) Make sure empty instances are still considered truthy ... ok test_type_error_too_many_args (tests.test_ioutils.TestSpooledStringIO) Make sure TypeError raised if too many args passed to truncate ... ok test_use_as_context_mgr (tests.test_ioutils.TestSpooledStringIO) Make sure SpooledStringIO can be used as a context manager ... ok test_x80_codepoint (tests.test_ioutils.TestSpooledStringIO) Make sure x80 codepoint doesn't confuse read value ... ok ---------------------------------------------------------------------- Ran 81 tests in 0.204s OK >>> py3-boltons: Entering fakeroot... running install running build running build_py running egg_info writing boltons.egg-info/PKG-INFO writing dependency_links to boltons.egg-info/dependency_links.txt writing top-level names to boltons.egg-info/top_level.txt reading manifest file 'boltons.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 7: 'recursive-include' expects ... warning: manifest_maker: MANIFEST.in, line 8: 'recursive-include' expects ... writing manifest file 'boltons.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-boltons/pkg creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/iterutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/debugutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/mboxutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/excutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/deprutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/easterutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/timeutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/ioutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/mathutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/__init__.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/listutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/pathutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/formatutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/jsonutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/tableutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/socketutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/fileutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/dictutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/strutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/setutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/urlutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/funcutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/cacheutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/tbutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/ecoutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/namedutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/typeutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/gcutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/queueutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons copying build/lib/boltons/statsutils.py -> /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/iterutils.py to iterutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/debugutils.py to debugutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/mboxutils.py to mboxutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/excutils.py to excutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/deprutils.py to deprutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/easterutils.py to easterutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/timeutils.py to timeutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/ioutils.py to ioutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/mathutils.py to mathutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/listutils.py to listutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/pathutils.py to pathutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/formatutils.py to formatutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/jsonutils.py to jsonutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/tableutils.py to tableutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/socketutils.py to socketutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/fileutils.py to fileutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/dictutils.py to dictutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/strutils.py to strutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/setutils.py to setutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/urlutils.py to urlutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/funcutils.py to funcutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/cacheutils.py to cacheutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/tbutils.py to tbutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/ecoutils.py to ecoutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/namedutils.py to namedutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/typeutils.py to typeutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/gcutils.py to gcutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/queueutils.py to queueutils.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons/statsutils.py to statsutils.cpython-38.pyc running install_egg_info Copying boltons.egg-info to /home/buildozer/aports/community/py3-boltons/pkg/py3-boltons/usr/lib/python3.8/site-packages/boltons-20.2.1-py3.8.egg-info running install_scripts >>> py3-boltons*: Running postcheck for py3-boltons >>> py3-boltons*: Preparing package py3-boltons... >>> py3-boltons*: Tracing dependencies... >>> py3-boltons*: Package size: 1.2 MB >>> py3-boltons*: Compressing data... >>> py3-boltons*: Create checksum... >>> py3-boltons*: Create py3-boltons-20.2.1-r0.apk >>> py3-boltons: Build complete at Mon, 21 Dec 2020 10:35:13 +0000 elapsed time 0h 0m 9s >>> py3-boltons: Cleaning up srcdir >>> py3-boltons: Cleaning up pkgdir >>> py3-boltons: Uninstalling dependencies... (1/25) Purging .makedepends-py3-boltons (20201221.103508) (2/25) Purging py3-pytest-cov (2.10.1-r0) (3/25) Purging py3-pytest (6.2.1-r0) (4/25) Purging py3-atomicwrites (1.4.0-r0) (5/25) Purging py3-attrs (20.3.0-r0) (6/25) Purging py3-more-itertools (8.6.0-r0) (7/25) Purging py3-iniconfig (1.1.1-r0) (8/25) Purging py3-pluggy (0.13.1-r1) (9/25) Purging py3-py (1.10.0-r0) (10/25) Purging py3-wcwidth (0.2.5-r0) (11/25) Purging py3-setuptools (51.0.0-r0) (12/25) Purging py3-ordered-set (4.0.2-r0) (13/25) Purging py3-appdirs (1.4.4-r1) (14/25) Purging py3-packaging (20.8-r0) (15/25) Purging py3-parsing (2.4.7-r1) (16/25) Purging py3-six (1.15.0-r0) (17/25) Purging py3-toml (0.10.2-r0) (18/25) Purging python3 (3.8.6-r0) (19/25) Purging py3-coverage (5.3-r0) (20/25) Purging libbz2 (1.0.8-r1) (21/25) Purging libffi (3.3-r2) (22/25) Purging gdbm (1.18.1-r0) (23/25) Purging xz-libs (5.2.5-r0) (24/25) Purging readline (8.0.4-r0) (25/25) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-boltons: Updating the community/x86 repository index... >>> py3-boltons: Signing the index...