>>> py3-ddt: Building testing/py3-ddt 1.6.0-r0 (using abuild 3.10.0_rc1-r2) started Thu, 13 Oct 2022 23:27:15 +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/28) Installing libbz2 (1.0.8-r3) (2/28) Installing libffi (3.4.3-r0) (3/28) Installing gdbm (1.23-r0) (4/28) Installing xz-libs (5.2.7-r0) (5/28) Installing mpdecimal (2.5.1-r1) (6/28) Installing readline (8.2.0-r0) (7/28) Installing sqlite-libs (3.39.4-r0) (8/28) Installing python3 (3.10.8-r0) (9/28) Installing py3-parsing (3.0.9-r0) (10/28) Installing py3-packaging (21.3-r2) (11/28) Installing py3-setuptools (65.4.1-r0) (12/28) Installing py3-pbr (5.10.0-r0) (13/28) Installing py3-mock (4.0.3-r3) (14/28) Installing py3-nose (1.3.7-r9) (15/28) Installing py3-atomicwrites (1.4.1-r0) (16/28) Installing py3-attrs (22.1.0-r0) (17/28) Installing py3-iniconfig (1.1.1-r3) (18/28) Installing py3-more-itertools (8.14.0-r0) (19/28) Installing py3-pluggy (1.0.0-r1) (20/28) Installing py3-py (1.10.0-r3) (21/28) Installing py3-pygments (2.13.0-r0) (22/28) Installing py3-tomli (2.0.1-r1) (23/28) Installing py3-wcwidth (0.2.5-r2) (24/28) Installing py3-pytest (7.1.3-r0) (25/28) Installing yaml (0.2.5-r0) (26/28) Installing py3-yaml (6.0-r0) (27/28) Installing py3-six (1.16.0-r3) (28/28) Installing .makedepends-py3-ddt (20221013.232716) Executing busybox-1.35.0-r27.trigger OK: 367 MiB in 122 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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-ddt: Fetching https://files.pythonhosted.org/packages/source/d/ddt/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13357 100 13357 0 0 16812 0 --:--:-- --:--:-- --:--:-- 16812 >>> 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_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 test_dict_with_nontrivial_type_1_Passes (test.test_named_data.TestNamedData) ... ok test_dict_with_nontrivial_type_2_Fails (test.test_named_data.TestNamedData) ... ok test_missing_name_dict (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_dicts_1_1st (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_dicts_2_2nd (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_mixed_1_1st (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_mixed_2_2nd (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_seqs_1_1st (test.test_named_data.TestNamedData) ... ok test_multiple_named_value_seqs_2_2nd (test.test_named_data.TestNamedData) ... ok test_seq_with_nontrivial_type_1_Passes (test.test_named_data.TestNamedData) ... ok test_seq_with_nontrivial_type_2_Fails (test.test_named_data.TestNamedData) ... ok test_single_named_value_1_Single (test.test_named_data.TestNamedData) ... ok ---------------------------------------------------------------------- Ran 85 tests in 0.010s 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.6.0-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: 80.0 KB >>> py3-ddt*: Compressing data... >>> py3-ddt*: Create checksum... >>> py3-ddt*: Create py3-ddt-1.6.0-r0.apk >>> py3-ddt: Build complete at Thu, 13 Oct 2022 23:27:21 +0000 elapsed time 0h 0m 6s >>> py3-ddt: Cleaning up srcdir >>> py3-ddt: Cleaning up pkgdir >>> py3-ddt: Uninstalling dependencies... (1/28) Purging .makedepends-py3-ddt (20221013.232716) (2/28) Purging py3-setuptools (65.4.1-r0) (3/28) Purging py3-mock (4.0.3-r3) (4/28) Purging py3-pbr (5.10.0-r0) (5/28) Purging py3-nose (1.3.7-r9) (6/28) Purging py3-pytest (7.1.3-r0) (7/28) Purging py3-atomicwrites (1.4.1-r0) (8/28) Purging py3-attrs (22.1.0-r0) (9/28) Purging py3-iniconfig (1.1.1-r3) (10/28) Purging py3-more-itertools (8.14.0-r0) (11/28) Purging py3-packaging (21.3-r2) (12/28) Purging py3-parsing (3.0.9-r0) (13/28) Purging py3-pluggy (1.0.0-r1) (14/28) Purging py3-py (1.10.0-r3) (15/28) Purging py3-pygments (2.13.0-r0) (16/28) Purging py3-tomli (2.0.1-r1) (17/28) Purging py3-wcwidth (0.2.5-r2) (18/28) Purging py3-yaml (6.0-r0) (19/28) Purging py3-six (1.16.0-r3) (20/28) Purging python3 (3.10.8-r0) (21/28) Purging libbz2 (1.0.8-r3) (22/28) Purging libffi (3.4.3-r0) (23/28) Purging gdbm (1.23-r0) (24/28) Purging xz-libs (5.2.7-r0) (25/28) Purging mpdecimal (2.5.1-r1) (26/28) Purging readline (8.2.0-r0) (27/28) Purging sqlite-libs (3.39.4-r0) (28/28) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 94 packages >>> py3-ddt: Updating the testing/ppc64le repository index... >>> py3-ddt: Signing the index...