>>> py3-serpent: Building testing/py3-serpent 1.41-r2 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 18:31:18 +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/14) Installing libbz2 (1.0.8-r4) (2/14) Installing libffi (3.4.4-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.2.8-r0) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.40.0-r0) (8/14) Installing python3 (3.11.0-r2) (9/14) Installing py3-parsing (3.0.9-r1) (10/14) Installing py3-packaging (21.3-r3) (11/14) Installing py3-setuptools (65.6.3-r0) (12/14) Installing py3-attrs (22.1.0-r1) (13/14) Installing py3-tz (2022.6-r1) (14/14) Installing .makedepends-py3-serpent (20221124.183119) Executing busybox-1.35.0-r29.trigger OK: 487 MiB in 110 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 >>> 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... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib copying serpent.py -> build/lib /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) 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.testAttr) ... ok test_array (test_serpent.TestBasics.test_array) ... ok test_bool (test_serpent.TestBasics.test_bool) ... ok test_bytes_default (test_serpent.TestBasics.test_bytes_default) ... ok test_bytes_repr (test_serpent.TestBasics.test_bytes_repr) ... ok test_class2 (test_serpent.TestBasics.test_class2) ... ok test_class_getstate (test_serpent.TestBasics.test_class_getstate) ... ok test_class_hashable_key_check (test_serpent.TestBasics.test_class_hashable_key_check) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics.test_class_hashable_set_element_check) ... ok test_class_pprinter (test_serpent.TestBasics.test_class_pprinter) ... ok test_class_regular (test_serpent.TestBasics.test_class_regular) ... ok test_class_slots (test_serpent.TestBasics.test_class_slots) ... ok test_comments (test_serpent.TestBasics.test_comments) ... ok test_detectNullByte (test_serpent.TestBasics.test_detectNullByte) ... ok test_dict (test_serpent.TestBasics.test_dict) ... ok test_dict_iters (test_serpent.TestBasics.test_dict_iters) ... ok test_dict_str (test_serpent.TestBasics.test_dict_str) ... ok test_enum_hashable (test_serpent.TestBasics.test_enum_hashable) ... ok test_enums (test_serpent.TestBasics.test_enums) ... ok test_exception (test_serpent.TestBasics.test_exception) ... ok test_exception2 (test_serpent.TestBasics.test_exception2) ... ok test_float_precision (test_serpent.TestBasics.test_float_precision) ... ok test_header (test_serpent.TestBasics.test_header) ... ok test_list (test_serpent.TestBasics.test_list) ... ok test_none (test_serpent.TestBasics.test_none) ... ok test_nullbytesstr (test_serpent.TestBasics.test_nullbytesstr) ... ok test_nullbytesstring (test_serpent.TestBasics.test_nullbytesstring) ... ok test_numbers (test_serpent.TestBasics.test_numbers) ... ok test_pickle_api (test_serpent.TestBasics.test_pickle_api) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics.test_py2_py3_unicode_repr) ... ok test_set (test_serpent.TestBasics.test_set) ... ok test_sorting (test_serpent.TestBasics.test_sorting) ... ok test_string (test_serpent.TestBasics.test_string) ... ok test_string_with_escapes (test_serpent.TestBasics.test_string_with_escapes) ... ok test_time (test_serpent.TestBasics.test_time) ... ok test_timezone (test_serpent.TestBasics.test_timezone) ... ok test_tobytes (test_serpent.TestBasics.test_tobytes) ... ok test_tuple (test_serpent.TestBasics.test_tuple) ... ok test_unicode_U (test_serpent.TestBasics.test_unicode_U) ... ok test_unicode_escape_allchars (test_serpent.TestBasics.test_unicode_escape_allchars) ... ok test_unicode_quotes (test_serpent.TestBasics.test_unicode_quotes) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics.test_unicode_with_escapes_py3) ... ok test_utf8_correctness (test_serpent.TestBasics.test_utf8_correctness) ... ok test_weird_floats (test_serpent.TestBasics.test_weird_floats) ... ok testChainMap (test_serpent.TestCollections.testChainMap) ... ok testCounter (test_serpent.TestCollections.testCounter) ... ok testDefaultDict (test_serpent.TestCollections.testDefaultDict) ... ok testDeque (test_serpent.TestCollections.testDeque) ... ok testNamedTuple (test_serpent.TestCollections.testNamedTuple) ... ok testOrderedDict (test_serpent.TestCollections.testOrderedDict) ... ok testUserDict (test_serpent.TestCollections.testUserDict) ... ok testUserList (test_serpent.TestCollections.testUserList) ... ok testUserString (test_serpent.TestCollections.testUserString) ... ok testCustomClass (test_serpent.TestCustomClasses.testCustomClass) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses.testRegisterOrderPreserving) ... ok testSubclass (test_serpent.TestCustomClasses.testSubclass) ... ok testUUID (test_serpent.TestCustomClasses.testUUID) ... ok testClassCycle (test_serpent.TestCyclic.testClassCycle) ... ok testDictCycle (test_serpent.TestCyclic.testDictCycle) ... ok testDictOk (test_serpent.TestCyclic.testDictOk) ... ok testListCycle (test_serpent.TestCyclic.testListCycle) ... ok testListOk (test_serpent.TestCyclic.testListOk) ... ok testMaxLevel (test_serpent.TestCyclic.testMaxLevel) ... ok testTupleOk (test_serpent.TestCyclic.testTupleOk) ... ok test_deserialize (test_serpent.TestDeserialize.test_deserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize.test_deserialize_chr) ... ok test_input_types (test_serpent.TestDeserialize.test_input_types) ... ok test_trailing_comma_set (test_serpent.TestDeserialize.test_trailing_comma_set) ... ok test_trailing_commas (test_serpent.TestDeserialize.test_trailing_commas) ... ok test_unicode_escapes (test_serpent.TestDeserialize.test_unicode_escapes) ... ok test_weird_complex (test_serpent.TestDeserialize.test_weird_complex) ... ok testFile (test_serpent.TestFiledump.testFile) ... ok test_indent_containers (test_serpent.TestIndent.test_indent_containers) ... ok test_indent_primitive (test_serpent.TestIndent.test_indent_primitive) ... ok test_indent_sorting (test_serpent.TestIndent.test_indent_sorting) ... ok testIntercept (test_serpent.TestInterceptClass.testIntercept) ... ok testRegular (test_serpent.TestInterceptClass.testRegular) ... ok testException (test_serpent.TestPyro4.testException) ... ok test_deser_speed (test_serpent.TestSpeed.test_deser_speed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed.test_ser_speed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 80 tests in 0.056s OK (skipped=2) testAttr (test_serpent.DataclassesTests.testAttr) ... ok test_array (test_serpent.TestBasics.test_array) ... ok test_bool (test_serpent.TestBasics.test_bool) ... ok test_bytes_default (test_serpent.TestBasics.test_bytes_default) ... ok test_bytes_repr (test_serpent.TestBasics.test_bytes_repr) ... ok test_class2 (test_serpent.TestBasics.test_class2) ... ok test_class_getstate (test_serpent.TestBasics.test_class_getstate) ... ok test_class_hashable_key_check (test_serpent.TestBasics.test_class_hashable_key_check) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics.test_class_hashable_set_element_check) ... ok test_class_pprinter (test_serpent.TestBasics.test_class_pprinter) ... ok test_class_regular (test_serpent.TestBasics.test_class_regular) ... ok test_class_slots (test_serpent.TestBasics.test_class_slots) ... ok test_comments (test_serpent.TestBasics.test_comments) ... ok test_detectNullByte (test_serpent.TestBasics.test_detectNullByte) ... ok test_dict (test_serpent.TestBasics.test_dict) ... ok test_dict_iters (test_serpent.TestBasics.test_dict_iters) ... ok test_dict_str (test_serpent.TestBasics.test_dict_str) ... ok test_enum_hashable (test_serpent.TestBasics.test_enum_hashable) ... ok test_enums (test_serpent.TestBasics.test_enums) ... ok test_exception (test_serpent.TestBasics.test_exception) ... ok test_exception2 (test_serpent.TestBasics.test_exception2) ... ok test_float_precision (test_serpent.TestBasics.test_float_precision) ... ok test_header (test_serpent.TestBasics.test_header) ... ok test_list (test_serpent.TestBasics.test_list) ... ok test_none (test_serpent.TestBasics.test_none) ... ok test_nullbytesstr (test_serpent.TestBasics.test_nullbytesstr) ... ok test_nullbytesstring (test_serpent.TestBasics.test_nullbytesstring) ... ok test_numbers (test_serpent.TestBasics.test_numbers) ... ok test_pickle_api (test_serpent.TestBasics.test_pickle_api) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics.test_py2_py3_unicode_repr) ... ok test_set (test_serpent.TestBasics.test_set) ... ok test_sorting (test_serpent.TestBasics.test_sorting) ... ok test_string (test_serpent.TestBasics.test_string) ... ok test_string_with_escapes (test_serpent.TestBasics.test_string_with_escapes) ... ok test_time (test_serpent.TestBasics.test_time) ... ok test_timezone (test_serpent.TestBasics.test_timezone) ... ok test_tobytes (test_serpent.TestBasics.test_tobytes) ... ok test_tuple (test_serpent.TestBasics.test_tuple) ... ok test_unicode_U (test_serpent.TestBasics.test_unicode_U) ... ok test_unicode_escape_allchars (test_serpent.TestBasics.test_unicode_escape_allchars) ... ok test_unicode_quotes (test_serpent.TestBasics.test_unicode_quotes) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics.test_unicode_with_escapes_py3) ... ok test_utf8_correctness (test_serpent.TestBasics.test_utf8_correctness) ... ok test_weird_floats (test_serpent.TestBasics.test_weird_floats) ... ok testChainMap (test_serpent.TestCollections.testChainMap) ... ok testCounter (test_serpent.TestCollections.testCounter) ... ok testDefaultDict (test_serpent.TestCollections.testDefaultDict) ... ok testDeque (test_serpent.TestCollections.testDeque) ... ok testNamedTuple (test_serpent.TestCollections.testNamedTuple) ... ok testOrderedDict (test_serpent.TestCollections.testOrderedDict) ... ok testUserDict (test_serpent.TestCollections.testUserDict) ... ok testUserList (test_serpent.TestCollections.testUserList) ... ok testUserString (test_serpent.TestCollections.testUserString) ... ok testCustomClass (test_serpent.TestCustomClasses.testCustomClass) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses.testRegisterOrderPreserving) ... ok testSubclass (test_serpent.TestCustomClasses.testSubclass) ... ok testUUID (test_serpent.TestCustomClasses.testUUID) ... ok testClassCycle (test_serpent.TestCyclic.testClassCycle) ... ok testDictCycle (test_serpent.TestCyclic.testDictCycle) ... ok testDictOk (test_serpent.TestCyclic.testDictOk) ... ok testListCycle (test_serpent.TestCyclic.testListCycle) ... ok testListOk (test_serpent.TestCyclic.testListOk) ... ok testMaxLevel (test_serpent.TestCyclic.testMaxLevel) ... ok testTupleOk (test_serpent.TestCyclic.testTupleOk) ... ok test_deserialize (test_serpent.TestDeserialize.test_deserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize.test_deserialize_chr) ... ok test_input_types (test_serpent.TestDeserialize.test_input_types) ... ok test_trailing_comma_set (test_serpent.TestDeserialize.test_trailing_comma_set) ... ok test_trailing_commas (test_serpent.TestDeserialize.test_trailing_commas) ... ok test_unicode_escapes (test_serpent.TestDeserialize.test_unicode_escapes) ... ok test_weird_complex (test_serpent.TestDeserialize.test_weird_complex) ... ok testFile (test_serpent.TestFiledump.testFile) ... ok test_indent_containers (test_serpent.TestIndent.test_indent_containers) ... ok test_indent_primitive (test_serpent.TestIndent.test_indent_primitive) ... ok test_indent_sorting (test_serpent.TestIndent.test_indent_sorting) ... ok testIntercept (test_serpent.TestInterceptClass.testIntercept) ... ok testRegular (test_serpent.TestInterceptClass.testRegular) ... ok testException (test_serpent.TestPyro4.testException) ... ok test_deser_speed (test_serpent.TestSpeed.test_deser_speed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed.test_ser_speed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 80 tests in 0.053s OK (skipped=2) >>> py3-serpent: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.11/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.11 creating /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.11/site-packages copying build/lib/serpent.py -> /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-serpent/pkg/py3-serpent/usr/lib/python3.11/site-packages/serpent.py to serpent.cpython-311.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.11/site-packages/serpent-1.41-py3.11.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: 96.0 KB >>> py3-serpent*: Compressing data... >>> py3-serpent*: Create checksum... >>> py3-serpent*: Create py3-serpent-1.41-r2.apk >>> py3-serpent: Build complete at Thu, 24 Nov 2022 18:31:21 +0000 elapsed time 0h 0m 3s >>> py3-serpent: Cleaning up srcdir >>> py3-serpent: Cleaning up pkgdir >>> py3-serpent: Uninstalling dependencies... (1/14) Purging .makedepends-py3-serpent (20221124.183119) (2/14) Purging py3-setuptools (65.6.3-r0) (3/14) Purging py3-packaging (21.3-r3) (4/14) Purging py3-parsing (3.0.9-r1) (5/14) Purging py3-attrs (22.1.0-r1) (6/14) Purging py3-tz (2022.6-r1) (7/14) Purging python3 (3.11.0-r2) (8/14) Purging libbz2 (1.0.8-r4) (9/14) Purging libffi (3.4.4-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.2.8-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-serpent: Updating the testing/aarch64 repository index... >>> py3-serpent: Signing the index...