>>> py3-serpent: Building testing/py3-serpent 1.41-r0 (using abuild 3.9.0-r2) started Tue, 05 Jul 2022 16:04:34 +0000 >>> py3-serpent: Checking sanity of /home/buildozer/aports/testing/py3-serpent/APKBUILD... >>> py3-serpent: Analyzing dependencies... >>> py3-serpent: Installing for build: build-base python3 py3-setuptools py3-attrs py3-tz (1/18) Installing libbz2 (1.0.8-r1) (2/18) Installing libffi (3.4.2-r1) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.2.5-r1) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.1.2-r0) (7/18) Installing sqlite-libs (3.39.0-r0) (8/18) Installing python3 (3.10.5-r0) (9/18) Installing py3-appdirs (1.4.4-r3) (10/18) Installing py3-more-itertools (8.13.0-r0) (11/18) Installing py3-ordered-set (4.0.2-r3) (12/18) Installing py3-parsing (2.4.7-r3) (13/18) Installing py3-six (1.16.0-r1) (14/18) Installing py3-packaging (21.3-r0) (15/18) Installing py3-setuptools (59.4.0-r0) (16/18) Installing py3-attrs (21.4.0-r0) (17/18) Installing py3-tz (2022.1-r0) (18/18) Installing .makedepends-py3-serpent (20220705.160435) Executing busybox-1.35.0-r17.trigger OK: 424 MiB in 116 packages >>> py3-serpent: Cleaning up srcdir >>> py3-serpent: Cleaning up pkgdir >>> py3-serpent: Fetching https://distfiles.alpinelinux.org/distfiles/edge/serpent-1.41.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-serpent: Fetching https://files.pythonhosted.org/packages/source/s/serpent/serpent-1.41.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 40 88927 40 36018 0 0 47133 0 0:00:01 --:--:-- 0:00:01 47133 100 88927 100 88927 0 0 98k 0 --:--:-- --:--:-- --:--:-- 453k >>> py3-serpent: Fetching https://distfiles.alpinelinux.org/distfiles/edge/serpent-1.41.tar.gz >>> py3-serpent: Checking sha512sums... serpent-1.41.tar.gz: OK >>> py3-serpent: Unpacking /var/cache/distfiles/edge/serpent-1.41.tar.gz... running build running build_py creating build creating build/lib copying serpent.py -> build/lib 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 serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' running build_ext 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 serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' running build_ext testAttr (test_serpent.DataclassesTests) ... ok test_array (test_serpent.TestBasics) ... ok test_bool (test_serpent.TestBasics) ... ok test_bytes_default (test_serpent.TestBasics) ... ok test_bytes_repr (test_serpent.TestBasics) ... ok test_class2 (test_serpent.TestBasics) ... ok test_class_getstate (test_serpent.TestBasics) ... ok test_class_hashable_key_check (test_serpent.TestBasics) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics) ... ok test_class_pprinter (test_serpent.TestBasics) ... ok test_class_regular (test_serpent.TestBasics) ... ok test_class_slots (test_serpent.TestBasics) ... ok test_comments (test_serpent.TestBasics) ... ok test_detectNullByte (test_serpent.TestBasics) ... ok test_dict (test_serpent.TestBasics) ... ok test_dict_iters (test_serpent.TestBasics) ... ok test_dict_str (test_serpent.TestBasics) ... ok test_enum_hashable (test_serpent.TestBasics) ... ok test_enums (test_serpent.TestBasics) ... ok test_exception (test_serpent.TestBasics) ... ok test_exception2 (test_serpent.TestBasics) ... ok test_float_precision (test_serpent.TestBasics) ... ok test_header (test_serpent.TestBasics) ... ok test_list (test_serpent.TestBasics) ... ok test_none (test_serpent.TestBasics) ... ok test_nullbytesstr (test_serpent.TestBasics) ... ok test_nullbytesstring (test_serpent.TestBasics) ... ok test_numbers (test_serpent.TestBasics) ... ok test_pickle_api (test_serpent.TestBasics) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics) ... ok test_set (test_serpent.TestBasics) ... ok test_sorting (test_serpent.TestBasics) ... ok test_string (test_serpent.TestBasics) ... ok test_string_with_escapes (test_serpent.TestBasics) ... ok test_time (test_serpent.TestBasics) ... ok test_timezone (test_serpent.TestBasics) ... ok test_tobytes (test_serpent.TestBasics) ... ok test_tuple (test_serpent.TestBasics) ... ok test_unicode_U (test_serpent.TestBasics) ... ok test_unicode_escape_allchars (test_serpent.TestBasics) ... ok test_unicode_quotes (test_serpent.TestBasics) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics) ... ok test_utf8_correctness (test_serpent.TestBasics) ... ok test_weird_floats (test_serpent.TestBasics) ... ok testChainMap (test_serpent.TestCollections) ... ok testCounter (test_serpent.TestCollections) ... ok testDefaultDict (test_serpent.TestCollections) ... ok testDeque (test_serpent.TestCollections) ... ok testNamedTuple (test_serpent.TestCollections) ... ok testOrderedDict (test_serpent.TestCollections) ... ok testUserDict (test_serpent.TestCollections) ... ok testUserList (test_serpent.TestCollections) ... ok testUserString (test_serpent.TestCollections) ... ok testCustomClass (test_serpent.TestCustomClasses) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses) ... ok testSubclass (test_serpent.TestCustomClasses) ... ok testUUID (test_serpent.TestCustomClasses) ... ok testClassCycle (test_serpent.TestCyclic) ... ok testDictCycle (test_serpent.TestCyclic) ... ok testDictOk (test_serpent.TestCyclic) ... ok testListCycle (test_serpent.TestCyclic) ... ok testListOk (test_serpent.TestCyclic) ... ok testMaxLevel (test_serpent.TestCyclic) ... ok testTupleOk (test_serpent.TestCyclic) ... ok test_deserialize (test_serpent.TestDeserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize) ... ok test_input_types (test_serpent.TestDeserialize) ... ok test_trailing_comma_set (test_serpent.TestDeserialize) ... ok test_trailing_commas (test_serpent.TestDeserialize) ... ok test_unicode_escapes (test_serpent.TestDeserialize) ... ok test_weird_complex (test_serpent.TestDeserialize) ... ok testFile (test_serpent.TestFiledump) ... ok test_indent_containers (test_serpent.TestIndent) ... ok test_indent_primitive (test_serpent.TestIndent) ... ok test_indent_sorting (test_serpent.TestIndent) ... ok testIntercept (test_serpent.TestInterceptClass) ... ok testRegular (test_serpent.TestInterceptClass) ... ok testException (test_serpent.TestPyro4) ... ok test_deser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 80 tests in 0.100s OK (skipped=2) testAttr (test_serpent.DataclassesTests) ... ok test_array (test_serpent.TestBasics) ... ok test_bool (test_serpent.TestBasics) ... ok test_bytes_default (test_serpent.TestBasics) ... ok test_bytes_repr (test_serpent.TestBasics) ... ok test_class2 (test_serpent.TestBasics) ... ok test_class_getstate (test_serpent.TestBasics) ... ok test_class_hashable_key_check (test_serpent.TestBasics) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics) ... ok test_class_pprinter (test_serpent.TestBasics) ... ok test_class_regular (test_serpent.TestBasics) ... ok test_class_slots (test_serpent.TestBasics) ... ok test_comments (test_serpent.TestBasics) ... ok test_detectNullByte (test_serpent.TestBasics) ... ok test_dict (test_serpent.TestBasics) ... ok test_dict_iters (test_serpent.TestBasics) ... ok test_dict_str (test_serpent.TestBasics) ... ok test_enum_hashable (test_serpent.TestBasics) ... ok test_enums (test_serpent.TestBasics) ... ok test_exception (test_serpent.TestBasics) ... ok test_exception2 (test_serpent.TestBasics) ... ok test_float_precision (test_serpent.TestBasics) ... ok test_header (test_serpent.TestBasics) ... ok test_list (test_serpent.TestBasics) ... ok test_none (test_serpent.TestBasics) ... ok test_nullbytesstr (test_serpent.TestBasics) ... ok test_nullbytesstring (test_serpent.TestBasics) ... ok test_numbers (test_serpent.TestBasics) ... ok test_pickle_api (test_serpent.TestBasics) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics) ... ok test_set (test_serpent.TestBasics) ... ok test_sorting (test_serpent.TestBasics) ... ok test_string (test_serpent.TestBasics) ... ok test_string_with_escapes (test_serpent.TestBasics) ... ok test_time (test_serpent.TestBasics) ... ok test_timezone (test_serpent.TestBasics) ... ok test_tobytes (test_serpent.TestBasics) ... ok test_tuple (test_serpent.TestBasics) ... ok test_unicode_U (test_serpent.TestBasics) ... ok test_unicode_escape_allchars (test_serpent.TestBasics) ... ok test_unicode_quotes (test_serpent.TestBasics) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics) ... ok test_utf8_correctness (test_serpent.TestBasics) ... ok test_weird_floats (test_serpent.TestBasics) ... ok testChainMap (test_serpent.TestCollections) ... ok testCounter (test_serpent.TestCollections) ... ok testDefaultDict (test_serpent.TestCollections) ... ok testDeque (test_serpent.TestCollections) ... ok testNamedTuple (test_serpent.TestCollections) ... ok testOrderedDict (test_serpent.TestCollections) ... ok testUserDict (test_serpent.TestCollections) ... ok testUserList (test_serpent.TestCollections) ... ok testUserString (test_serpent.TestCollections) ... ok testCustomClass (test_serpent.TestCustomClasses) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses) ... ok testSubclass (test_serpent.TestCustomClasses) ... ok testUUID (test_serpent.TestCustomClasses) ... ok testClassCycle (test_serpent.TestCyclic) ... ok testDictCycle (test_serpent.TestCyclic) ... ok testDictOk (test_serpent.TestCyclic) ... ok testListCycle (test_serpent.TestCyclic) ... ok testListOk (test_serpent.TestCyclic) ... ok testMaxLevel (test_serpent.TestCyclic) ... ok testTupleOk (test_serpent.TestCyclic) ... ok test_deserialize (test_serpent.TestDeserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize) ... ok test_input_types (test_serpent.TestDeserialize) ... ok test_trailing_comma_set (test_serpent.TestDeserialize) ... ok test_trailing_commas (test_serpent.TestDeserialize) ... ok test_unicode_escapes (test_serpent.TestDeserialize) ... ok test_weird_complex (test_serpent.TestDeserialize) ... ok testFile (test_serpent.TestFiledump) ... ok test_indent_containers (test_serpent.TestIndent) ... ok test_indent_primitive (test_serpent.TestIndent) ... ok test_indent_sorting (test_serpent.TestIndent) ... ok testIntercept (test_serpent.TestInterceptClass) ... ok testRegular (test_serpent.TestInterceptClass) ... ok testException (test_serpent.TestPyro4) ... ok test_deser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 80 tests in 0.098s OK (skipped=2) >>> py3-serpent: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-serpent/pkg creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.10/site-packages copying build/lib/serpent.py -> /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.10/site-packages/serpent.py to serpent.cpython-310.pyc running install_egg_info running egg_info writing serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tox.ini' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' Copying serpent.egg-info to /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.10/site-packages/serpent-1.41-py3.10.egg-info running install_scripts >>> py3-serpent*: Running postcheck for py3-serpent >>> py3-serpent*: Preparing package py3-serpent... >>> py3-serpent*: Tracing dependencies... >>> py3-serpent*: Package size: 84.0 KB >>> py3-serpent*: Compressing data... >>> py3-serpent*: Create checksum... >>> py3-serpent*: Create py3-serpent-1.41-r0.apk >>> py3-serpent: Build complete at Tue, 05 Jul 2022 16:04:39 +0000 elapsed time 0h 0m 5s >>> py3-serpent: Cleaning up srcdir >>> py3-serpent: Cleaning up pkgdir >>> py3-serpent: Uninstalling dependencies... (1/18) Purging .makedepends-py3-serpent (20220705.160435) (2/18) Purging py3-setuptools (59.4.0-r0) (3/18) Purging py3-appdirs (1.4.4-r3) (4/18) Purging py3-more-itertools (8.13.0-r0) (5/18) Purging py3-ordered-set (4.0.2-r3) (6/18) Purging py3-packaging (21.3-r0) (7/18) Purging py3-six (1.16.0-r1) (8/18) Purging py3-parsing (2.4.7-r3) (9/18) Purging py3-attrs (21.4.0-r0) (10/18) Purging py3-tz (2022.1-r0) (11/18) Purging python3 (3.10.5-r0) (12/18) Purging libbz2 (1.0.8-r1) (13/18) Purging libffi (3.4.2-r1) (14/18) Purging gdbm (1.23-r0) (15/18) Purging xz-libs (5.2.5-r1) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.1.2-r0) (18/18) Purging sqlite-libs (3.39.0-r0) Executing busybox-1.35.0-r17.trigger OK: 368 MiB in 98 packages >>> py3-serpent: Updating the testing/aarch64 repository index... >>> py3-serpent: Signing the index...