>>> py3-ddt: Building testing/py3-ddt 1.4.4-r2 (using abuild 3.9.0-r2) started Tue, 26 Jul 2022 06:01:52 +0000 >>> py3-ddt: Checking sanity of /home/buildozer/aports/testing/py3-ddt/APKBUILD... >>> py3-ddt: Analyzing dependencies... >>> py3-ddt: Installing for build: build-base python3 py3-setuptools py3-mock py3-nose py3-pytest py3-yaml (1/28) Installing libffi (3.4.2-r1) (2/28) Installing gdbm (1.23-r0) (3/28) Installing mpdecimal (2.5.1-r1) (4/28) Installing readline (8.1.2-r0) (5/28) Installing sqlite-libs (3.39.1-r0) (6/28) Installing python3 (3.10.5-r0) (7/28) Installing py3-appdirs (1.4.4-r3) (8/28) Installing py3-more-itertools (8.13.0-r0) (9/28) Installing py3-ordered-set (4.0.2-r4) (10/28) Installing py3-parsing (2.4.7-r3) (11/28) Installing py3-six (1.16.0-r1) (12/28) Installing py3-packaging (21.3-r0) (13/28) Installing py3-setuptools (59.4.0-r0) (14/28) Installing py3-pbr (5.9.0-r0) (15/28) Installing py3-mock (4.0.3-r2) (16/28) Installing py3-nose (1.3.7-r9) (17/28) Installing py3-atomicwrites (1.4.0-r2) (18/28) Installing py3-attrs (21.4.0-r0) (19/28) Installing py3-iniconfig (1.1.1-r3) (20/28) Installing py3-pluggy (1.0.0-r0) (21/28) Installing py3-py (1.10.0-r2) (22/28) Installing py3-pygments (2.11.2-r0) (23/28) Installing py3-tomli (2.0.1-r1) (24/28) Installing py3-wcwidth (0.2.5-r2) (25/28) Installing py3-pytest (7.1.2-r1) (26/28) Installing yaml (0.2.5-r0) (27/28) Installing py3-yaml (6.0-r0) (28/28) Installing .makedepends-py3-ddt (20220726.060153) Executing busybox-1.35.0-r20.trigger OK: 401 MiB in 129 packages >>> py3-ddt: Cleaning up srcdir >>> py3-ddt: Cleaning up pkgdir >>> py3-ddt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ddt-1.4.4.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 12176 100 12176 0 0 182k 0 --:--:-- --:--:-- --:--:-- 185k >>> py3-ddt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ddt-1.4.4.tar.gz >>> py3-ddt: Checking sha512sums... ddt-1.4.4.tar.gz: OK >>> py3-ddt: Unpacking /var/cache/distfiles/edge/ddt-1.4.4.tar.gz... running build running build_py creating build creating build/lib copying ddt.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 ddt.egg-info/PKG-INFO writing dependency_links to ddt.egg-info/dependency_links.txt writing requirements to ddt.egg-info/requires.txt writing top-level names to ddt.egg-info/top_level.txt reading manifest file 'ddt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'ddt.egg-info/SOURCES.txt' running build_ext test_dicts_extracted_into_kwargs_1 (test.test_example.FooTestCase) ... ok test_dicts_extracted_into_kwargs_2 (test.test_example.FooTestCase) ... ok test_doc_missing_args_1_3 (test.test_example.FooTestCase) Missing args with value {0} and {1} ... ok test_doc_missing_args_2_4 (test.test_example.FooTestCase) Missing args with value {0} and {1} ... ok test_doc_missing_args_3_12 (test.test_example.FooTestCase) Missing args with value {0} and {1} ... ok test_doc_missing_args_4_23 (test.test_example.FooTestCase) Missing args with value {0} and {1} ... ok test_doc_missing_kargs_1_3 (test.test_example.FooTestCase) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_2_4 (test.test_example.FooTestCase) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_3_12 (test.test_example.FooTestCase) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_4_23 (test.test_example.FooTestCase) Missing kargs with value {value} {value2} ... ok test_file_data_json_dict_1_unsorted_list (test.test_example.FooTestCase) test_file_data_json_dict_1_unsorted_list ... ok test_file_data_json_dict_2_sorted_list (test.test_example.FooTestCase) test_file_data_json_dict_2_sorted_list ... ok test_file_data_json_dict_dict_1_positive_integer_range (test.test_example.FooTestCase) test_file_data_json_dict_dict_1_positive_integer_range ... ok test_file_data_json_dict_dict_2_negative_integer_range (test.test_example.FooTestCase) test_file_data_json_dict_dict_2_negative_integer_range ... ok test_file_data_json_dict_dict_3_positive_real_range (test.test_example.FooTestCase) test_file_data_json_dict_dict_3_positive_real_range ... ok test_file_data_json_dict_dict_4_negative_real_range (test.test_example.FooTestCase) test_file_data_json_dict_dict_4_negative_real_range ... ok test_file_data_json_list_1_Hello (test.test_example.FooTestCase) test_file_data_json_list_1_Hello ... ok test_file_data_json_list_2_Goodbye (test.test_example.FooTestCase) test_file_data_json_list_2_Goodbye ... ok test_file_data_yaml_dict_1_unsorted_list (test.test_example.FooTestCase) test_file_data_yaml_dict_1_unsorted_list ... ok test_file_data_yaml_dict_2_sorted_list (test.test_example.FooTestCase) test_file_data_yaml_dict_2_sorted_list ... ok test_file_data_yaml_dict_dict_1_positive_integer_range (test.test_example.FooTestCase) test_file_data_yaml_dict_dict_1_positive_integer_range ... ok test_file_data_yaml_dict_dict_2_negative_integer_range (test.test_example.FooTestCase) test_file_data_yaml_dict_dict_2_negative_integer_range ... ok test_file_data_yaml_dict_dict_3_positive_real_range (test.test_example.FooTestCase) test_file_data_yaml_dict_dict_3_positive_real_range ... ok test_file_data_yaml_dict_dict_4_negative_real_range (test.test_example.FooTestCase) test_file_data_yaml_dict_dict_4_negative_real_range ... ok test_file_data_yaml_list_1_Hello (test.test_example.FooTestCase) test_file_data_yaml_list_1_Hello ... ok test_file_data_yaml_list_2_Goodbye (test.test_example.FooTestCase) test_file_data_yaml_list_2_Goodbye ... ok test_greater_1_test_2_greater_than_1 (test.test_example.FooTestCase) ... ok test_greater_2_test_10_greater_than_5 (test.test_example.FooTestCase) ... ok test_greater_with_name_docstring_1_Test_case_1 (test.test_example.FooTestCase) Test docstring 1 ... ok test_greater_with_name_docstring_2_Test_case_2 (test.test_example.FooTestCase) Test docstring 2 ... ok test_iterable_argument_1__0__3_ (test.test_example.FooTestCase) ... ok test_iterable_argument_2__0__4_ (test.test_example.FooTestCase) ... ok test_iterable_argument_3__0__5_ (test.test_example.FooTestCase) ... ok test_iterable_argument_4__1__3_ (test.test_example.FooTestCase) ... ok test_iterable_argument_5__1__4_ (test.test_example.FooTestCase) ... ok test_iterable_argument_6__1__5_ (test.test_example.FooTestCase) ... ok test_iterable_argument_7__2__3_ (test.test_example.FooTestCase) ... ok test_iterable_argument_8__2__4_ (test.test_example.FooTestCase) ... ok test_iterable_argument_9__2__5_ (test.test_example.FooTestCase) ... ok test_larger_than_two_1_3 (test.test_example.FooTestCase) ... ok test_larger_than_two_2_4 (test.test_example.FooTestCase) ... ok test_larger_than_two_3_12 (test.test_example.FooTestCase) ... ok test_larger_than_two_4_23 (test.test_example.FooTestCase) ... ok test_larger_than_two_with_doc_1_3 (test.test_example.FooTestCase) Larger than two with value 3 ... ok test_larger_than_two_with_doc_2_4 (test.test_example.FooTestCase) Larger than two with value 4 ... ok test_larger_than_two_with_doc_3_12 (test.test_example.FooTestCase) Larger than two with value 12 ... ok test_larger_than_two_with_doc_4_23 (test.test_example.FooTestCase) Larger than two with value 23 ... ok test_list_extracted_into_arguments_1__3__2_ (test.test_example.FooTestCase) ... ok test_list_extracted_into_arguments_2__4__3_ (test.test_example.FooTestCase) ... ok test_list_extracted_into_arguments_3__5__3_ (test.test_example.FooTestCase) ... ok test_list_extracted_with_doc_1__3__2_ (test.test_example.FooTestCase) Extract into args with first value 3 and second value 2 ... ok test_list_extracted_with_doc_2__4__3_ (test.test_example.FooTestCase) Extract into args with first value 4 and second value 3 ... ok test_list_extracted_with_doc_3__5__3_ (test.test_example.FooTestCase) Extract into args with first value 5 and second value 3 ... ok test_not_larger_than_two_1_1 (test.test_example.FooTestCase) ... ok test_not_larger_than_two_2__3 (test.test_example.FooTestCase) ... ok test_not_larger_than_two_3_2 (test.test_example.FooTestCase) ... ok test_not_larger_than_two_4_0 (test.test_example.FooTestCase) ... ok test_tuples_extracted_into_arguments_1__3__2_ (test.test_example.FooTestCase) ... ok test_tuples_extracted_into_arguments_2__4__3_ (test.test_example.FooTestCase) ... ok test_tuples_extracted_into_arguments_3__5__3_ (test.test_example.FooTestCase) ... ok test_undecorated (test.test_example.FooTestCase) ... ok test_unicode_1_ascii (test.test_example.FooTestCase) ... ok test_unicode_2_non_ascii__ (test.test_example.FooTestCase) ... ok test_custom_yaml_loader_01_bool (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_01_bool ... ok test_custom_yaml_loader_02_str (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_02_str ... ok test_custom_yaml_loader_03_int (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_03_int ... ok test_custom_yaml_loader_04_float (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_04_float ... ok test_custom_yaml_loader_05_python_list (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_05_python_list ... ok test_custom_yaml_loader_06_python_dict (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_06_python_dict ... ok test_custom_yaml_loader_07_my_class (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_07_my_class ... ok test_custom_yaml_loader_08_python_str (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_08_python_str ... ok test_custom_yaml_loader_09_python_int (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_09_python_int ... ok test_custom_yaml_loader_10_python_float (test.test_example.YamlOnlyTestCase) test_custom_yaml_loader_10_python_float ... ok ---------------------------------------------------------------------- Ran 73 tests in 0.007s OK >>> py3-ddt: 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-ddt/pkg creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.10/site-packages copying build/lib/ddt.py -> /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.10/site-packages/ddt.py to ddt.cpython-310.pyc running install_egg_info running egg_info writing ddt.egg-info/PKG-INFO writing dependency_links to ddt.egg-info/dependency_links.txt writing requirements to ddt.egg-info/requires.txt writing top-level names to ddt.egg-info/top_level.txt reading manifest file 'ddt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'ddt.egg-info/SOURCES.txt' Copying ddt.egg-info to /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.10/site-packages/ddt-1.4.4-py3.10.egg-info running install_scripts >>> py3-ddt*: Running postcheck for py3-ddt >>> py3-ddt*: Preparing package py3-ddt... >>> py3-ddt*: Tracing dependencies... >>> py3-ddt*: Package size: 76.0 KB >>> py3-ddt*: Compressing data... >>> py3-ddt*: Create checksum... >>> py3-ddt*: Create py3-ddt-1.4.4-r2.apk >>> py3-ddt: Build complete at Tue, 26 Jul 2022 06:01:56 +0000 elapsed time 0h 0m 4s >>> py3-ddt: Cleaning up srcdir >>> py3-ddt: Cleaning up pkgdir >>> py3-ddt: Uninstalling dependencies... (1/28) Purging .makedepends-py3-ddt (20220726.060153) (2/28) Purging py3-setuptools (59.4.0-r0) (3/28) Purging py3-appdirs (1.4.4-r3) (4/28) Purging py3-ordered-set (4.0.2-r4) (5/28) Purging py3-mock (4.0.3-r2) (6/28) Purging py3-pbr (5.9.0-r0) (7/28) Purging py3-nose (1.3.7-r9) (8/28) Purging py3-pytest (7.1.2-r1) (9/28) Purging py3-atomicwrites (1.4.0-r2) (10/28) Purging py3-attrs (21.4.0-r0) (11/28) Purging py3-iniconfig (1.1.1-r3) (12/28) Purging py3-more-itertools (8.13.0-r0) (13/28) Purging py3-packaging (21.3-r0) (14/28) Purging py3-parsing (2.4.7-r3) (15/28) Purging py3-pluggy (1.0.0-r0) (16/28) Purging py3-py (1.10.0-r2) (17/28) Purging py3-pygments (2.11.2-r0) (18/28) Purging py3-six (1.16.0-r1) (19/28) Purging py3-tomli (2.0.1-r1) (20/28) Purging py3-wcwidth (0.2.5-r2) (21/28) Purging py3-yaml (6.0-r0) (22/28) Purging python3 (3.10.5-r0) (23/28) Purging libffi (3.4.2-r1) (24/28) Purging gdbm (1.23-r0) (25/28) Purging mpdecimal (2.5.1-r1) (26/28) Purging readline (8.1.2-r0) (27/28) Purging sqlite-libs (3.39.1-r0) (28/28) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r20.trigger OK: 333 MiB in 101 packages >>> py3-ddt: Updating the testing/x86_64 repository index... >>> py3-ddt: Signing the index...