>>> py3-ddt: Building testing/py3-ddt 1.6.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 16:54:21 +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 py3-six (1/23) Installing libbz2 (1.0.8-r4) (2/23) Installing libffi (3.4.4-r0) (3/23) Installing gdbm (1.23-r0) (4/23) Installing xz-libs (5.2.8-r0) (5/23) Installing mpdecimal (2.5.1-r1) (6/23) Installing readline (8.2.0-r0) (7/23) Installing sqlite-libs (3.40.0-r0) (8/23) Installing python3 (3.11.0-r2) (9/23) Installing py3-parsing (3.0.9-r1) (10/23) Installing py3-packaging (21.3-r3) (11/23) Installing py3-setuptools (65.6.3-r0) (12/23) Installing py3-pbr (5.11.0-r1) (13/23) Installing py3-mock (4.0.3-r4) (14/23) Installing py3-nose (1.3.7-r10) (15/23) Installing py3-attrs (22.1.0-r1) (16/23) Installing py3-iniconfig (1.1.1-r4) (17/23) Installing py3-pluggy (1.0.0-r2) (18/23) Installing py3-py (1.11.0-r1) (19/23) Installing py3-pytest (7.2.0-r2) (20/23) Installing yaml (0.2.5-r0) (21/23) Installing py3-yaml (6.0-r1) (22/23) Installing py3-six (1.16.0-r4) (23/23) Installing .makedepends-py3-ddt (20221124.165423) Executing busybox-1.35.0-r29.trigger OK: 476 MiB in 121 packages >>> py3-ddt: Cleaning up srcdir >>> py3-ddt: Cleaning up pkgdir >>> py3-ddt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ddt-1.6.0.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 13357 100 13357 0 0 81050 0 --:--:-- --:--:-- --:--:-- 81445 >>> py3-ddt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ddt-1.6.0.tar.gz >>> py3-ddt: Checking sha512sums... ddt-1.6.0.tar.gz: OK >>> py3-ddt: Unpacking /var/cache/distfiles/edge/ddt-1.6.0.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_dict_with_nontrivial_type_1_Passes (test.test_named_data.TestNamedData.test_dict_with_nontrivial_type_1_Passes) ... ok test_dict_with_nontrivial_type_2_Fails (test.test_named_data.TestNamedData.test_dict_with_nontrivial_type_2_Fails) ... ok test_missing_name_dict (test.test_named_data.TestNamedData.test_missing_name_dict) ... ok test_multiple_named_value_dicts_1_1st (test.test_named_data.TestNamedData.test_multiple_named_value_dicts_1_1st) ... ok test_multiple_named_value_dicts_2_2nd (test.test_named_data.TestNamedData.test_multiple_named_value_dicts_2_2nd) ... ok test_multiple_named_value_mixed_1_1st (test.test_named_data.TestNamedData.test_multiple_named_value_mixed_1_1st) ... ok test_multiple_named_value_mixed_2_2nd (test.test_named_data.TestNamedData.test_multiple_named_value_mixed_2_2nd) ... ok test_multiple_named_value_seqs_1_1st (test.test_named_data.TestNamedData.test_multiple_named_value_seqs_1_1st) ... ok test_multiple_named_value_seqs_2_2nd (test.test_named_data.TestNamedData.test_multiple_named_value_seqs_2_2nd) ... ok test_seq_with_nontrivial_type_1_Passes (test.test_named_data.TestNamedData.test_seq_with_nontrivial_type_1_Passes) ... ok test_seq_with_nontrivial_type_2_Fails (test.test_named_data.TestNamedData.test_seq_with_nontrivial_type_2_Fails) ... ok test_single_named_value_1_Single (test.test_named_data.TestNamedData.test_single_named_value_1_Single) ... ok test_dicts_extracted_into_kwargs_1 (test.test_example.FooTestCase.test_dicts_extracted_into_kwargs_1) ... ok test_dicts_extracted_into_kwargs_2 (test.test_example.FooTestCase.test_dicts_extracted_into_kwargs_2) ... ok test_doc_missing_args_1_3 (test.test_example.FooTestCase.test_doc_missing_args_1_3) Missing args with value {0} and {1} ... ok test_doc_missing_args_2_4 (test.test_example.FooTestCase.test_doc_missing_args_2_4) Missing args with value {0} and {1} ... ok test_doc_missing_args_3_12 (test.test_example.FooTestCase.test_doc_missing_args_3_12) Missing args with value {0} and {1} ... ok test_doc_missing_args_4_23 (test.test_example.FooTestCase.test_doc_missing_args_4_23) Missing args with value {0} and {1} ... ok test_doc_missing_kargs_1_3 (test.test_example.FooTestCase.test_doc_missing_kargs_1_3) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_2_4 (test.test_example.FooTestCase.test_doc_missing_kargs_2_4) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_3_12 (test.test_example.FooTestCase.test_doc_missing_kargs_3_12) Missing kargs with value {value} {value2} ... ok test_doc_missing_kargs_4_23 (test.test_example.FooTestCase.test_doc_missing_kargs_4_23) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) test_file_data_yaml_list_2_Goodbye ... ok test_greater_1_test_2_greater_than_1 (test.test_example.FooTestCase.test_greater_1_test_2_greater_than_1) ... ok test_greater_2_test_10_greater_than_5 (test.test_example.FooTestCase.test_greater_2_test_10_greater_than_5) ... ok test_greater_with_name_docstring_1_Test_case_1 (test.test_example.FooTestCase.test_greater_with_name_docstring_1_Test_case_1) Test docstring 1 ... ok test_greater_with_name_docstring_2_Test_case_2 (test.test_example.FooTestCase.test_greater_with_name_docstring_2_Test_case_2) Test docstring 2 ... ok test_iterable_argument_1__0__3_ (test.test_example.FooTestCase.test_iterable_argument_1__0__3_) ... ok test_iterable_argument_2__0__4_ (test.test_example.FooTestCase.test_iterable_argument_2__0__4_) ... ok test_iterable_argument_3__0__5_ (test.test_example.FooTestCase.test_iterable_argument_3__0__5_) ... ok test_iterable_argument_4__1__3_ (test.test_example.FooTestCase.test_iterable_argument_4__1__3_) ... ok test_iterable_argument_5__1__4_ (test.test_example.FooTestCase.test_iterable_argument_5__1__4_) ... ok test_iterable_argument_6__1__5_ (test.test_example.FooTestCase.test_iterable_argument_6__1__5_) ... ok test_iterable_argument_7__2__3_ (test.test_example.FooTestCase.test_iterable_argument_7__2__3_) ... ok test_iterable_argument_8__2__4_ (test.test_example.FooTestCase.test_iterable_argument_8__2__4_) ... ok test_iterable_argument_9__2__5_ (test.test_example.FooTestCase.test_iterable_argument_9__2__5_) ... ok test_larger_than_two_1_3 (test.test_example.FooTestCase.test_larger_than_two_1_3) ... ok test_larger_than_two_2_4 (test.test_example.FooTestCase.test_larger_than_two_2_4) ... ok test_larger_than_two_3_12 (test.test_example.FooTestCase.test_larger_than_two_3_12) ... ok test_larger_than_two_4_23 (test.test_example.FooTestCase.test_larger_than_two_4_23) ... ok test_larger_than_two_with_doc_1_3 (test.test_example.FooTestCase.test_larger_than_two_with_doc_1_3) Larger than two with value 3 ... ok test_larger_than_two_with_doc_2_4 (test.test_example.FooTestCase.test_larger_than_two_with_doc_2_4) Larger than two with value 4 ... ok test_larger_than_two_with_doc_3_12 (test.test_example.FooTestCase.test_larger_than_two_with_doc_3_12) Larger than two with value 12 ... ok test_larger_than_two_with_doc_4_23 (test.test_example.FooTestCase.test_larger_than_two_with_doc_4_23) Larger than two with value 23 ... ok test_list_extracted_into_arguments_1__3__2_ (test.test_example.FooTestCase.test_list_extracted_into_arguments_1__3__2_) ... ok test_list_extracted_into_arguments_2__4__3_ (test.test_example.FooTestCase.test_list_extracted_into_arguments_2__4__3_) ... ok test_list_extracted_into_arguments_3__5__3_ (test.test_example.FooTestCase.test_list_extracted_into_arguments_3__5__3_) ... ok test_list_extracted_with_doc_1__3__2_ (test.test_example.FooTestCase.test_list_extracted_with_doc_1__3__2_) Extract into args with first value 3 and second value 2 ... ok test_list_extracted_with_doc_2__4__3_ (test.test_example.FooTestCase.test_list_extracted_with_doc_2__4__3_) Extract into args with first value 4 and second value 3 ... ok test_list_extracted_with_doc_3__5__3_ (test.test_example.FooTestCase.test_list_extracted_with_doc_3__5__3_) Extract into args with first value 5 and second value 3 ... ok test_not_larger_than_two_1_1 (test.test_example.FooTestCase.test_not_larger_than_two_1_1) ... ok test_not_larger_than_two_2__3 (test.test_example.FooTestCase.test_not_larger_than_two_2__3) ... ok test_not_larger_than_two_3_2 (test.test_example.FooTestCase.test_not_larger_than_two_3_2) ... ok test_not_larger_than_two_4_0 (test.test_example.FooTestCase.test_not_larger_than_two_4_0) ... ok test_tuples_extracted_into_arguments_1__3__2_ (test.test_example.FooTestCase.test_tuples_extracted_into_arguments_1__3__2_) ... ok test_tuples_extracted_into_arguments_2__4__3_ (test.test_example.FooTestCase.test_tuples_extracted_into_arguments_2__4__3_) ... ok test_tuples_extracted_into_arguments_3__5__3_ (test.test_example.FooTestCase.test_tuples_extracted_into_arguments_3__5__3_) ... ok test_undecorated (test.test_example.FooTestCase.test_undecorated) ... ok test_unicode_1_ascii (test.test_example.FooTestCase.test_unicode_1_ascii) ... ok test_unicode_2_non_ascii__ (test.test_example.FooTestCase.test_unicode_2_non_ascii__) ... ok test_custom_yaml_loader_01_bool (test.test_example.YamlOnlyTestCase.test_custom_yaml_loader_01_bool) test_custom_yaml_loader_01_bool ... ok test_custom_yaml_loader_02_str (test.test_example.YamlOnlyTestCase.test_custom_yaml_loader_02_str) test_custom_yaml_loader_02_str ... ok test_custom_yaml_loader_03_int (test.test_example.YamlOnlyTestCase.test_custom_yaml_loader_03_int) test_custom_yaml_loader_03_int ... ok test_custom_yaml_loader_04_float (test.test_example.YamlOnlyTestCase.test_custom_yaml_loader_04_float) 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) 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) 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) 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) 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) 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) test_custom_yaml_loader_10_python_float ... ok ---------------------------------------------------------------------- Ran 85 tests in 0.007s OK >>> py3-ddt: Entering fakeroot... 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-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.11 creating /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.11/site-packages copying build/lib/ddt.py -> /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-ddt/pkg/py3-ddt/usr/lib/python3.11/site-packages/ddt.py to ddt.cpython-311.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.11/site-packages/ddt-1.6.0-py3.11.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: 84.0 KB >>> py3-ddt*: Compressing data... >>> py3-ddt*: Create checksum... >>> py3-ddt*: Create py3-ddt-1.6.0-r1.apk >>> py3-ddt: Build complete at Thu, 24 Nov 2022 16:54:26 +0000 elapsed time 0h 0m 5s >>> py3-ddt: Cleaning up srcdir >>> py3-ddt: Cleaning up pkgdir >>> py3-ddt: Uninstalling dependencies... (1/23) Purging .makedepends-py3-ddt (20221124.165423) (2/23) Purging py3-setuptools (65.6.3-r0) (3/23) Purging py3-mock (4.0.3-r4) (4/23) Purging py3-pbr (5.11.0-r1) (5/23) Purging py3-nose (1.3.7-r10) (6/23) Purging py3-pytest (7.2.0-r2) (7/23) Purging py3-attrs (22.1.0-r1) (8/23) Purging py3-iniconfig (1.1.1-r4) (9/23) Purging py3-packaging (21.3-r3) (10/23) Purging py3-parsing (3.0.9-r1) (11/23) Purging py3-pluggy (1.0.0-r2) (12/23) Purging py3-py (1.11.0-r1) (13/23) Purging py3-yaml (6.0-r1) (14/23) Purging py3-six (1.16.0-r4) (15/23) Purging python3 (3.11.0-r2) (16/23) Purging libbz2 (1.0.8-r4) (17/23) Purging libffi (3.4.4-r0) (18/23) Purging gdbm (1.23-r0) (19/23) Purging xz-libs (5.2.8-r0) (20/23) Purging mpdecimal (2.5.1-r1) (21/23) Purging readline (8.2.0-r0) (22/23) Purging sqlite-libs (3.40.0-r0) (23/23) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 393 MiB in 98 packages >>> py3-ddt: Updating the testing/x86_64 repository index... >>> py3-ddt: Signing the index...