>>> py3-serpent: Building testing/py3-serpent 1.41-r1 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 16:50:04 +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-r3) (2/14) Installing libffi (3.4.3-r0) (3/14) Installing gdbm (1.23-r0) (4/14) Installing xz-libs (5.2.7-r0) (5/14) Installing mpdecimal (2.5.1-r1) (6/14) Installing readline (8.2.0-r0) (7/14) Installing sqlite-libs (3.39.4-r0) (8/14) Installing python3 (3.10.8-r3) (9/14) Installing py3-parsing (3.0.9-r0) (10/14) Installing py3-packaging (21.3-r2) (11/14) Installing py3-setuptools (65.5.0-r0) (12/14) Installing py3-attrs (22.1.0-r0) (13/14) Installing py3-tz (2022.4-r0) (14/14) Installing .makedepends-py3-serpent (20221026.165004) Executing busybox-1.35.0-r27.trigger OK: 393 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.10/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.10/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) ... 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.069s 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.066s OK (skipped=2) >>> py3-serpent: Entering fakeroot... /usr/lib/python3.10/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.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-r1.apk >>> py3-serpent: Build complete at Wed, 26 Oct 2022 16:50:07 +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 (20221026.165004) (2/14) Purging py3-setuptools (65.5.0-r0) (3/14) Purging py3-packaging (21.3-r2) (4/14) Purging py3-parsing (3.0.9-r0) (5/14) Purging py3-attrs (22.1.0-r0) (6/14) Purging py3-tz (2022.4-r0) (7/14) Purging python3 (3.10.8-r3) (8/14) Purging libbz2 (1.0.8-r3) (9/14) Purging libffi (3.4.3-r0) (10/14) Purging gdbm (1.23-r0) (11/14) Purging xz-libs (5.2.7-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 331 MiB in 96 packages >>> py3-serpent: Updating the testing/armhf repository index... >>> py3-serpent: Signing the index...