>>> py3-factory-boy: Building community/py3-factory-boy 2.12.0-r7 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 07:27:21 +0000 >>> py3-factory-boy: Checking sanity of /home/buildozer/aports/community/py3-factory-boy/APKBUILD... >>> py3-factory-boy: Analyzing dependencies... >>> py3-factory-boy: Installing for build: build-base python3 py3-faker py3-setuptools py3-mock py3-django py3-sqlalchemy (1/22) Installing libbz2 (1.0.8-r4) (2/22) Installing libffi (3.4.4-r0) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.8-r0) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.2.0-r0) (7/22) Installing sqlite-libs (3.40.0-r0) (8/22) Installing python3 (3.11.0-r2) (9/22) Installing py3-six (1.16.0-r4) (10/22) Installing py3-dateutil (2.8.2-r2) (11/22) Installing py3-faker (15.3.2-r1) (12/22) Installing py3-parsing (3.0.9-r1) (13/22) Installing py3-packaging (21.3-r3) (14/22) Installing py3-setuptools (65.6.0-r1) (15/22) Installing py3-pbr (5.11.0-r1) (16/22) Installing py3-mock (4.0.3-r4) (17/22) Installing py3-asgiref (3.5.2-r1) (18/22) Installing py3-sqlparse (0.4.3-r1) (19/22) Installing py3-tz (2022.6-r1) (20/22) Installing py3-django (3.2.16-r1) (21/22) Installing py3-sqlalchemy (1.4.39-r1) (22/22) Installing .makedepends-py3-factory-boy (20221123.072722) Executing busybox-1.35.0-r29.trigger OK: 529 MiB in 120 packages >>> py3-factory-boy: Cleaning up srcdir >>> py3-factory-boy: Cleaning up pkgdir >>> py3-factory-boy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-factory-boy-2.12.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 34 139k 34 49134 0 0 103k 0 0:00:01 --:--:-- 0:00:01 103k 100 139k 100 139k 0 0 249k 0 --:--:-- --:--:-- --:--:-- 249k >>> py3-factory-boy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-factory-boy-2.12.0.tar.gz >>> py3-factory-boy: Checking sha512sums... py3-factory-boy-2.12.0.tar.gz: OK >>> py3-factory-boy: Unpacking /var/cache/distfiles/edge/py3-factory-boy-2.12.0.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 creating build/lib/factory copying factory/compat.py -> build/lib/factory copying factory/__init__.py -> build/lib/factory copying factory/mogo.py -> build/lib/factory copying factory/builder.py -> build/lib/factory copying factory/random.py -> build/lib/factory copying factory/errors.py -> build/lib/factory copying factory/declarations.py -> build/lib/factory copying factory/faker.py -> build/lib/factory copying factory/alchemy.py -> build/lib/factory copying factory/fuzzy.py -> build/lib/factory copying factory/enums.py -> build/lib/factory copying factory/base.py -> build/lib/factory copying factory/utils.py -> build/lib/factory copying factory/django.py -> build/lib/factory copying factory/helpers.py -> build/lib/factory /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 creating factory_boy.egg-info writing factory_boy.egg-info/PKG-INFO writing dependency_links to factory_boy.egg-info/dependency_links.txt writing requirements to factory_boy.egg-info/requires.txt writing top-level names to factory_boy.egg-info/top_level.txt writing manifest file 'factory_boy.egg-info/SOURCES.txt' reading manifest file 'factory_boy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.*.sw[po]' found anywhere in distribution no previously-included directories found matching '.github' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'factory_boy.egg-info/SOURCES.txt' running build_ext test_build_does_not_raises_exception_when_no_session_was_set (tests.test_alchemy.SQLAlchemyNoSessionTestCase.test_build_does_not_raises_exception_when_no_session_was_set) ... ok test_create_raises_exception_when_no_session_was_set (tests.test_alchemy.SQLAlchemyNoSessionTestCase.test_create_raises_exception_when_no_session_was_set) ... ok test_creation (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase.test_creation) ... ok test_first (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase.test_first) ... ok test_force_pk (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase.test_force_pk) ... ok test_many (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase.test_many) ... ok test_pk_creation (tests.test_alchemy.SQLAlchemyPkSequenceTestCase.test_pk_creation) ... ok test_pk_first (tests.test_alchemy.SQLAlchemyPkSequenceTestCase.test_pk_first) ... ok test_pk_force_value (tests.test_alchemy.SQLAlchemyPkSequenceTestCase.test_pk_force_value) ... ok test_pk_many (tests.test_alchemy.SQLAlchemyPkSequenceTestCase.test_pk_many) ... ok test_committing (tests.test_alchemy.SQLAlchemySessionPersistenceTestCase.test_committing) ... ok test_flushing (tests.test_alchemy.SQLAlchemySessionPersistenceTestCase.test_flushing) ... ok test_force_flush_deprecation (tests.test_alchemy.SQLAlchemySessionPersistenceTestCase.test_force_flush_deprecation) ... ok test_noflush_nocommit (tests.test_alchemy.SQLAlchemySessionPersistenceTestCase.test_noflush_nocommit) ... ok test_type_error (tests.test_alchemy.SQLAlchemySessionPersistenceTestCase.test_type_error) ... ok test_abstract_factory_cannot_be_called (tests.test_base.AbstractFactoryTestCase.test_abstract_factory_cannot_be_called) ... ok test_abstract_factory_not_inherited (tests.test_base.AbstractFactoryTestCase.test_abstract_factory_not_inherited) abstract=True isn't propagated to child classes. ... ok test_abstract_or_model_is_required (tests.test_base.AbstractFactoryTestCase.test_abstract_or_model_is_required) ... ok test_factory_for_and_abstract_factory_optional (tests.test_base.AbstractFactoryTestCase.test_factory_for_and_abstract_factory_optional) Ensure that Meta.abstract is optional. ... ok test_factory_for_optional (tests.test_base.AbstractFactoryTestCase.test_factory_for_optional) Ensure that model= is optional for abstract=True. ... ok test_classmethod (tests.test_base.DeclarationParsingTests.test_classmethod) ... ok test_custom_creation (tests.test_base.FactoryCreationTestCase.test_custom_creation) ... ok test_factory_for (tests.test_base.FactoryCreationTestCase.test_factory_for) ... ok test_inheritance_with_stub (tests.test_base.FactoryCreationTestCase.test_inheritance_with_stub) ... ok test_no_associated_class (tests.test_base.FactoryCreationTestCase.test_no_associated_class) ... ok test_stub (tests.test_base.FactoryCreationTestCase.test_stub) ... ok test_stub_and_subfactory (tests.test_base.FactoryCreationTestCase.test_stub_and_subfactory) ... ok test_build_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_build_strategy) ... ok test_change_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_change_strategy) ... ok test_create_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_create_strategy) ... ok test_stub_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_stub_strategy) ... ok test_stub_with_build_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_stub_with_build_strategy) ... ok test_stub_with_create_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_stub_with_create_strategy) ... ok test_unknown_strategy (tests.test_base.FactoryDefaultStrategyTestCase.test_unknown_strategy) ... ok test_reset_sequence (tests.test_base.FactorySequenceTestCase.test_reset_sequence) ... ok test_reset_sequence_subclass_fails (tests.test_base.FactorySequenceTestCase.test_reset_sequence_subclass_fails) Tests that the sequence of a 'slave' factory cannot be reseted. ... ok test_reset_sequence_subclass_force (tests.test_base.FactorySequenceTestCase.test_reset_sequence_subclass_force) Tests that reset_sequence(force=True) works. ... ok test_reset_sequence_subclass_parent (tests.test_base.FactorySequenceTestCase.test_reset_sequence_subclass_parent) Tests that the sequence of a 'slave' factory cannot be reseted. ... ok test_reset_sequence_with_value (tests.test_base.FactorySequenceTestCase.test_reset_sequence_with_value) ... ok test_display (tests.test_base.FactoryTestCase.test_display) ... ok test_inheritance_with_sequence (tests.test_base.FactoryTestCase.test_inheritance_with_sequence) Tests that sequence IDs are shared between parent and son. ... ok test_lazy_attribute_non_existent_param (tests.test_base.FactoryTestCase.test_lazy_attribute_non_existent_param) ... ok test_magic_happens (tests.test_base.FactoryTestCase.test_magic_happens) Calling a FooFactory doesn't yield a FooFactory instance. ... ok test_base_attrs (tests.test_base.OptionsTests.test_base_attrs) ... ok test_declaration_collecting (tests.test_base.OptionsTests.test_declaration_collecting) ... ok test_inherited_declaration_collecting (tests.test_base.OptionsTests.test_inherited_declaration_collecting) ... ok test_inherited_declaration_shadowing (tests.test_base.OptionsTests.test_inherited_declaration_shadowing) ... ok test_classlevel_extraction (tests.test_base.PostGenerationParsingTestCase.test_classlevel_extraction) ... ok test_extraction (tests.test_base.PostGenerationParsingTestCase.test_extraction) ... ok test_base_factory (tests.test_base.SafetyTestCase.test_base_factory) ... ok test_chaining (tests.test_declarations.DigTestCase.test_chaining) ... ok test_cache (tests.test_declarations.FactoryWrapperTestCase.test_cache) Ensure that _FactoryWrapper tries to import only once. ... ok test_class (tests.test_declarations.FactoryWrapperTestCase.test_class) ... ok test_invalid_path (tests.test_declarations.FactoryWrapperTestCase.test_invalid_path) ... ok test_lazyness (tests.test_declarations.FactoryWrapperTestCase.test_lazyness) ... ok test_path (tests.test_declarations.FactoryWrapperTestCase.test_path) ... ok test_cycle (tests.test_declarations.IteratorTestCase.test_cycle) ... ok test_getter (tests.test_declarations.IteratorTestCase.test_getter) ... ok test_initial_reset (tests.test_declarations.IteratorTestCase.test_initial_reset) ... ok test_no_cycling (tests.test_declarations.IteratorTestCase.test_no_cycling) ... ok test_reset_cycle (tests.test_declarations.IteratorTestCase.test_reset_cycle) ... ok test_reset_no_cycling (tests.test_declarations.IteratorTestCase.test_reset_no_cycling) ... ok test_errors (tests.test_declarations.OrderedDeclarationTestCase.test_errors) ... ok test_decorator_simple (tests.test_declarations.PostGenerationDeclarationTestCase.test_decorator_simple) ... ok test_post_generation (tests.test_declarations.PostGenerationDeclarationTestCase.test_post_generation) ... ok test_call_with_method_args (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_method_args) ... ok test_call_with_method_kwargs (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_method_kwargs) ... ok test_call_with_passed_extracted_int (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_passed_extracted_int) ... ok test_call_with_passed_extracted_iterable (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_passed_extracted_iterable) ... ok test_call_with_passed_extracted_string (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_passed_extracted_string) ... ok test_call_with_passed_kwargs (tests.test_declarations.PostGenerationMethodCallTestCase.test_call_with_passed_kwargs) ... ok test_multi_call_with_multi_method_args (tests.test_declarations.PostGenerationMethodCallTestCase.test_multi_call_with_multi_method_args) ... ok test_simplest_setup_and_call (tests.test_declarations.PostGenerationMethodCallTestCase.test_simplest_setup_and_call) ... ok test_post_generation_declaration_order (tests.test_declarations.PostGenerationOrdering.test_post_generation_declaration_order) ... ok test_default (tests.test_declarations.SelfAttributeTestCase.test_default) ... ok test_dot (tests.test_declarations.SelfAttributeTestCase.test_dot) ... ok test_grandparent (tests.test_declarations.SelfAttributeTestCase.test_grandparent) ... ok test_parent (tests.test_declarations.SelfAttributeTestCase.test_parent) ... ok test_standard (tests.test_declarations.SelfAttributeTestCase.test_standard) ... ok Creating test database for alias 'default'... Creating test database for alias 'replica'... test_auto_sequence_grandson (tests.test_django.DjangoAbstractBaseSequenceTestCase.test_auto_sequence_grandson) The sequence of the concrete grandson of an abstract model should be autonomous. ... ok test_auto_sequence_son (tests.test_django.DjangoAbstractBaseSequenceTestCase.test_auto_sequence_son) The sequence of the concrete son of an abstract model should be autonomous. ... ok test_optional_abstract (tests.test_django.DjangoAbstractBaseSequenceTestCase.test_optional_abstract) Users need not describe the factory for an abstract model as abstract. ... ok test_extra_args (tests.test_django.DjangoCustomManagerTestCase.test_extra_args) ... ok test_with_manager_on_abstract (tests.test_django.DjangoCustomManagerTestCase.test_with_manager_on_abstract) ... ok test_random (tests.test_django.DjangoFakerTestCase.test_random) ... ok test_default_build (tests.test_django.DjangoFileFieldTestCase.test_default_build) ... ok test_default_create (tests.test_django.DjangoFileFieldTestCase.test_default_create) ... ok test_error_both_file_and_path (tests.test_django.DjangoFileFieldTestCase.test_error_both_file_and_path) ... ok test_existing_file (tests.test_django.DjangoFileFieldTestCase.test_existing_file) ... ok test_no_file (tests.test_django.DjangoFileFieldTestCase.test_no_file) ... ok test_override_filename_with_path (tests.test_django.DjangoFileFieldTestCase.test_override_filename_with_path) ... ok test_with_content (tests.test_django.DjangoFileFieldTestCase.test_with_content) ... ok test_with_file (tests.test_django.DjangoFileFieldTestCase.test_with_file) ... ok test_with_file_empty_path (tests.test_django.DjangoFileFieldTestCase.test_with_file_empty_path) ... ok test_with_path (tests.test_django.DjangoFileFieldTestCase.test_with_path) ... ok test_with_path_empty_file (tests.test_django.DjangoFileFieldTestCase.test_with_path_empty_file) ... ok test_missing_arg (tests.test_django.DjangoGetOrCreateTests.test_missing_arg) ... ok test_multicall (tests.test_django.DjangoGetOrCreateTests.test_multicall) ... ok test_multiple_get_or_create_fields_both_defined (tests.test_django.DjangoGetOrCreateTests.test_multiple_get_or_create_fields_both_defined) ... ok test_multiple_get_or_create_fields_one_defined (tests.test_django.DjangoGetOrCreateTests.test_multiple_get_or_create_fields_one_defined) ... ok test_simple_call (tests.test_django.DjangoGetOrCreateTests.test_simple_call) ... ok test_complex_create (tests.test_django.DjangoImageFieldTestCase.test_complex_create) ... skipped 'PIL not installed.' test_default_build (tests.test_django.DjangoImageFieldTestCase.test_default_build) ... skipped 'PIL not installed.' test_default_create (tests.test_django.DjangoImageFieldTestCase.test_default_create) ... skipped 'PIL not installed.' test_error_both_file_and_path (tests.test_django.DjangoImageFieldTestCase.test_error_both_file_and_path) ... skipped 'PIL not installed.' test_existing_file (tests.test_django.DjangoImageFieldTestCase.test_existing_file) ... skipped 'PIL not installed.' test_gif (tests.test_django.DjangoImageFieldTestCase.test_gif) ... skipped 'PIL not installed.' test_no_file (tests.test_django.DjangoImageFieldTestCase.test_no_file) ... skipped 'PIL not installed.' test_override_filename_with_path (tests.test_django.DjangoImageFieldTestCase.test_override_filename_with_path) ... skipped 'PIL not installed.' test_with_content (tests.test_django.DjangoImageFieldTestCase.test_with_content) ... skipped 'PIL not installed.' test_with_file (tests.test_django.DjangoImageFieldTestCase.test_with_file) ... skipped 'PIL not installed.' test_with_file_empty_path (tests.test_django.DjangoImageFieldTestCase.test_with_file_empty_path) ... skipped 'PIL not installed.' test_with_func (tests.test_django.DjangoImageFieldTestCase.test_with_func) ... skipped 'PIL not installed.' test_with_path (tests.test_django.DjangoImageFieldTestCase.test_with_path) ... skipped 'PIL not installed.' test_with_path_empty_file (tests.test_django.DjangoImageFieldTestCase.test_with_path_empty_file) ... skipped 'PIL not installed.' test_building (tests.test_django.DjangoModelLoadingTestCase.test_building) ... ok test_inherited_loading (tests.test_django.DjangoModelLoadingTestCase.test_inherited_loading) Proper loading of a model within 'child' factories. ... ok test_inherited_loading_and_sequence (tests.test_django.DjangoModelLoadingTestCase.test_inherited_loading_and_sequence) Proper loading of a model within 'child' factories. ... ok test_loading (tests.test_django.DjangoModelLoadingTestCase.test_loading) ... ok test_creation (tests.test_django.DjangoNonIntegerPkTestCase.test_creation) ... ok test_first (tests.test_django.DjangoNonIntegerPkTestCase.test_first) ... ok test_force_pk (tests.test_django.DjangoNonIntegerPkTestCase.test_force_pk) ... ok test_many (tests.test_django.DjangoNonIntegerPkTestCase.test_many) ... ok test_pointing_with_traits_using_same_name (tests.test_django.DjangoParamsTestCase.test_pointing_with_traits_using_same_name) ... ok test_undeclared_fields (tests.test_django.DjangoParamsTestCase.test_undeclared_fields) ... ok test_force_pk (tests.test_django.DjangoPkForceTestCase.test_force_pk) ... ok test_no_pk (tests.test_django.DjangoPkForceTestCase.test_no_pk) ... ok test_reuse_pk (tests.test_django.DjangoPkForceTestCase.test_reuse_pk) ... ok test_pk_creation (tests.test_django.DjangoPkSequenceTestCase.test_pk_creation) ... ok test_pk_first (tests.test_django.DjangoPkSequenceTestCase.test_pk_first) ... ok test_pk_force_value (tests.test_django.DjangoPkSequenceTestCase.test_pk_force_value) ... ok test_pk_many (tests.test_django.DjangoPkSequenceTestCase.test_pk_many) ... ok test_create_pointed (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointed) ... ok test_create_pointed_related (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointed_related) ... ok test_create_pointed_related_extra (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointed_related_extra) ... ok test_create_pointed_related_with_deep_context (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointed_related_with_deep_context) ... ok test_create_pointer (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointer) ... ok test_create_pointer_extra (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointer_extra) ... ok test_create_pointer_with_deep_context (tests.test_django.DjangoRelatedFieldTestCase.test_create_pointer_with_deep_context) ... ok test_cross_database (tests.test_django.ModelTests.test_cross_database) ... ok test_unset_model (tests.test_django.ModelTests.test_unset_model) ... ok test_class_decorator (tests.test_django.PreventSignalsTestCase.test_class_decorator) ... ok test_class_decorator_build (tests.test_django.PreventSignalsTestCase.test_class_decorator_build) ... ok test_class_decorator_with_subfactory (tests.test_django.PreventSignalsTestCase.test_class_decorator_with_subfactory) ... ok test_classmethod_decorator (tests.test_django.PreventSignalsTestCase.test_classmethod_decorator) ... ok test_context_manager (tests.test_django.PreventSignalsTestCase.test_context_manager) ... ok test_function_decorator (tests.test_django.PreventSignalsTestCase.test_function_decorator) ... ok test_signal_cache (tests.test_django.PreventSignalsTestCase.test_signal_cache) ... ok Destroying test database for alias 'default'... Destroying test database for alias 'replica'... test_simple_usage (tests.test_docs_internals.DocsInternalsTests.test_simple_usage) ... ok test_add_provider (tests.test_faker.FakerTests.test_add_provider) ... ok test_full_factory (tests.test_faker.FakerTests.test_full_factory) ... ok test_override_locale (tests.test_faker.FakerTests.test_override_locale) ... ok test_simple_biased (tests.test_faker.FakerTests.test_simple_biased) ... ok test_simple_call (tests.test_fuzzy.FuzzyAttributeTestCase.test_simple_call) ... ok test_generator (tests.test_fuzzy.FuzzyChoiceTestCase.test_generator) ... ok test_getter (tests.test_fuzzy.FuzzyChoiceTestCase.test_getter) ... ok test_lazy_generator (tests.test_fuzzy.FuzzyChoiceTestCase.test_lazy_generator) ... ok test_mock (tests.test_fuzzy.FuzzyChoiceTestCase.test_mock) ... ok test_unbiased (tests.test_fuzzy.FuzzyChoiceTestCase.test_unbiased) ... ok test_accurate_definition (tests.test_fuzzy.FuzzyDateTestCase.test_accurate_definition) Tests all ways of defining a FuzzyDate. ... ok test_biased (tests.test_fuzzy.FuzzyDateTestCase.test_biased) Tests a FuzzyDate with a biased random.randint. ... ok test_biased_partial (tests.test_fuzzy.FuzzyDateTestCase.test_biased_partial) Tests a FuzzyDate with a biased random and implicit upper bound. ... ok test_invalid_definition (tests.test_fuzzy.FuzzyDateTestCase.test_invalid_definition) ... ok test_invalid_partial_definition (tests.test_fuzzy.FuzzyDateTestCase.test_invalid_partial_definition) ... ok test_partial_definition (tests.test_fuzzy.FuzzyDateTestCase.test_partial_definition) Test defining a FuzzyDate without passing an end date. ... ok test_accurate_definition (tests.test_fuzzy.FuzzyDateTimeTestCase.test_accurate_definition) Tests explicit definition of a FuzzyDateTime. ... ok test_biased (tests.test_fuzzy.FuzzyDateTimeTestCase.test_biased) Tests a FuzzyDate with a biased random.randint. ... ok test_biased_partial (tests.test_fuzzy.FuzzyDateTimeTestCase.test_biased_partial) Tests a FuzzyDate with a biased random and implicit upper bound. ... ok test_force_day (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_day) ... ok test_force_hour (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_hour) ... ok test_force_microsecond (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_microsecond) ... ok test_force_minute (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_minute) ... ok test_force_month (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_month) ... ok test_force_second (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_second) ... ok test_force_year (tests.test_fuzzy.FuzzyDateTimeTestCase.test_force_year) ... ok test_invalid_definition (tests.test_fuzzy.FuzzyDateTimeTestCase.test_invalid_definition) ... ok test_invalid_partial_definition (tests.test_fuzzy.FuzzyDateTimeTestCase.test_invalid_partial_definition) ... ok test_naive_end (tests.test_fuzzy.FuzzyDateTimeTestCase.test_naive_end) Tests that a timezone-naive end datetime is rejected. ... ok test_naive_start (tests.test_fuzzy.FuzzyDateTimeTestCase.test_naive_start) Tests that a timezone-naive start datetime is rejected. ... ok test_partial_definition (tests.test_fuzzy.FuzzyDateTimeTestCase.test_partial_definition) Test defining a FuzzyDateTime without passing an end date. ... ok test_biased (tests.test_fuzzy.FuzzyDecimalTestCase.test_biased) ... ok test_biased_high_only (tests.test_fuzzy.FuzzyDecimalTestCase.test_biased_high_only) ... ok test_definition (tests.test_fuzzy.FuzzyDecimalTestCase.test_definition) Tests all ways of defining a FuzzyDecimal. ... ok test_no_approximation (tests.test_fuzzy.FuzzyDecimalTestCase.test_no_approximation) We should not go through floats in our fuzzy calls unless actually needed. ... ok test_precision (tests.test_fuzzy.FuzzyDecimalTestCase.test_precision) ... ok test_biased (tests.test_fuzzy.FuzzyFloatTestCase.test_biased) ... ok test_biased_high_only (tests.test_fuzzy.FuzzyFloatTestCase.test_biased_high_only) ... ok test_default_precision (tests.test_fuzzy.FuzzyFloatTestCase.test_default_precision) ... ok test_definition (tests.test_fuzzy.FuzzyFloatTestCase.test_definition) Tests all ways of defining a FuzzyFloat. ... ok test_precision (tests.test_fuzzy.FuzzyFloatTestCase.test_precision) ... ok test_biased (tests.test_fuzzy.FuzzyIntegerTestCase.test_biased) ... ok test_biased_high_only (tests.test_fuzzy.FuzzyIntegerTestCase.test_biased_high_only) ... ok test_biased_with_step (tests.test_fuzzy.FuzzyIntegerTestCase.test_biased_with_step) ... ok test_definition (tests.test_fuzzy.FuzzyIntegerTestCase.test_definition) Tests all ways of defining a FuzzyInteger. ... ok test_accurate_definition (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_accurate_definition) Tests explicit definition of a FuzzyNaiveDateTime. ... ok test_aware_end (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_aware_end) Tests that a timezone-aware end datetime is rejected. ... ok test_aware_start (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_aware_start) Tests that a timezone-aware start datetime is rejected. ... ok test_biased (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_biased) Tests a FuzzyDate with a biased random.randint. ... ok test_biased_partial (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_biased_partial) Tests a FuzzyDate with a biased random and implicit upper bound. ... ok test_force_day (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_day) ... ok test_force_hour (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_hour) ... ok test_force_microsecond (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_microsecond) ... ok test_force_minute (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_minute) ... ok test_force_month (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_month) ... ok test_force_second (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_second) ... ok test_force_year (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_force_year) ... ok test_invalid_definition (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_invalid_definition) ... ok test_invalid_partial_definition (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_invalid_partial_definition) ... ok test_partial_definition (tests.test_fuzzy.FuzzyNaiveDateTimeTestCase.test_partial_definition) Test defining a FuzzyNaiveDateTime without passing an end date. ... ok test_reset_state (tests.test_fuzzy.FuzzyRandomTestCase.test_reset_state) ... ok test_seeding (tests.test_fuzzy.FuzzyRandomTestCase.test_seeding) ... ok test_seeding_warning (tests.test_fuzzy.FuzzyRandomTestCase.test_seeding_warning) ... ok test_generator (tests.test_fuzzy.FuzzyTextTestCase.test_generator) ... ok test_mock (tests.test_fuzzy.FuzzyTextTestCase.test_mock) ... ok test_unbiased (tests.test_fuzzy.FuzzyTextTestCase.test_unbiased) ... ok test_alternate_logger (tests.test_helpers.DebugTest.test_alternate_logger) ... Test2 ok test_default_logger (tests.test_helpers.DebugTest.test_default_logger) ... Test2 ok test_example (tests.test_using.CircularTestCase.test_example) ... ok test_dict_extra_key (tests.test_using.DictTestCase.test_dict_extra_key) ... ok test_dict_merged_fields (tests.test_using.DictTestCase.test_dict_merged_fields) ... ok test_dict_override (tests.test_using.DictTestCase.test_dict_override) ... ok test_empty_dict (tests.test_using.DictTestCase.test_empty_dict) ... ok test_naive_dict (tests.test_using.DictTestCase.test_naive_dict) ... ok test_nested_dicts (tests.test_using.DictTestCase.test_nested_dicts) ... ok test_sequence_dict (tests.test_using.DictTestCase.test_sequence_dict) ... ok test_existing_instance (tests.test_using.DjangoModelFactoryTestCase.test_existing_instance) ... ok test_existing_instance_complex_key (tests.test_using.DjangoModelFactoryTestCase.test_existing_instance_complex_key) ... ok test_full_get_or_create (tests.test_using.DjangoModelFactoryTestCase.test_full_get_or_create) Test a DjangoModelFactory with all fields in get_or_create. ... ok test_get_or_create (tests.test_using.DjangoModelFactoryTestCase.test_get_or_create) ... ok test_new_instance (tests.test_using.DjangoModelFactoryTestCase.test_new_instance) ... ok test_new_instance_complex_key (tests.test_using.DjangoModelFactoryTestCase.test_new_instance_complex_key) ... ok test_no_get_or_create (tests.test_using.DjangoModelFactoryTestCase.test_no_get_or_create) ... ok test_sequence (tests.test_using.DjangoModelFactoryTestCase.test_sequence) ... ok test_simple (tests.test_using.DjangoModelFactoryTestCase.test_simple) ... ok test_iterator (tests.test_using.IteratorTestCase.test_iterator) ... ok test_iterator_decorator (tests.test_using.IteratorTestCase.test_iterator_decorator) ... ok test_iterator_late_loading (tests.test_using.IteratorTestCase.test_iterator_late_loading) Ensure that Iterator doesn't unroll on class creation. ... ok test_iterator_list_comprehension_protected (tests.test_using.IteratorTestCase.test_iterator_list_comprehension_protected) ... ok test_iterator_list_comprehension_scope_bleeding (tests.test_using.IteratorTestCase.test_iterator_list_comprehension_scope_bleeding) ... skipped 'Scope bleeding fixed in Python3+' test_iterator_time_manipulation (tests.test_using.IteratorTestCase.test_iterator_time_manipulation) ... ok test_build (tests.test_using.KwargAdjustTestCase.test_build) ... ok test_rename (tests.test_using.KwargAdjustTestCase.test_rename) ... ok test_rename_non_existent_kwarg (tests.test_using.KwargAdjustTestCase.test_rename_non_existent_kwarg) ... ok test_empty_list (tests.test_using.ListTestCase.test_empty_list) ... ok test_list_extra_key (tests.test_using.ListTestCase.test_list_extra_key) ... ok test_list_merged_fields (tests.test_using.ListTestCase.test_list_merged_fields) ... ok test_list_override (tests.test_using.ListTestCase.test_list_override) ... ok test_long_list (tests.test_using.ListTestCase.test_long_list) ... ok test_naive_list (tests.test_using.ListTestCase.test_naive_list) ... ok test_nested_lists (tests.test_using.ListTestCase.test_nested_lists) ... ok test_sequence_list (tests.test_using.ListTestCase.test_sequence_list) ... ok test_declarations (tests.test_using.MaybeTestCase.test_declarations) ... ok test_post_generation (tests.test_using.MaybeTestCase.test_post_generation) ... ok test_simple_maybe (tests.test_using.MaybeTestCase.test_simple_maybe) ... ok test_build (tests.test_using.NonKwargParametersTestCase.test_build) ... ok test_create (tests.test_using.NonKwargParametersTestCase.test_create) ... ok test_parameterized_related_factory (tests.test_using.PostGenerationTestCase.test_parameterized_related_factory) ... ok test_post_generation (tests.test_using.PostGenerationTestCase.test_post_generation) ... ok test_post_generation_extraction (tests.test_using.PostGenerationTestCase.test_post_generation_extraction) ... ok test_post_generation_extraction_declaration (tests.test_using.PostGenerationTestCase.test_post_generation_extraction_declaration) ... ok test_post_generation_extraction_lambda (tests.test_using.PostGenerationTestCase.test_post_generation_extraction_lambda) ... ok test_post_generation_hook (tests.test_using.PostGenerationTestCase.test_post_generation_hook) ... ok test_post_generation_method_call (tests.test_using.PostGenerationTestCase.test_post_generation_method_call) ... ok test_post_generation_override_with_extra (tests.test_using.PostGenerationTestCase.test_post_generation_override_with_extra) ... ok test_related_factory (tests.test_using.PostGenerationTestCase.test_related_factory) ... ok test_related_factory_list_of_static_size (tests.test_using.PostGenerationTestCase.test_related_factory_list_of_static_size) ... ok test_related_factory_list_of_varying_size (tests.test_using.PostGenerationTestCase.test_related_factory_list_of_varying_size) ... ok test_related_factory_no_name (tests.test_using.PostGenerationTestCase.test_related_factory_no_name) ... ok test_related_factory_selfattribute (tests.test_using.PostGenerationTestCase.test_related_factory_selfattribute) ... ok test_no_extraction (tests.test_using.RelatedFactoryExtractionTestCase.test_no_extraction) ... ok test_passed_none (tests.test_using.RelatedFactoryExtractionTestCase.test_passed_none) ... ok test_passed_value (tests.test_using.RelatedFactoryExtractionTestCase.test_passed_value) ... ok test_same_seed_is_used_between_fuzzy_and_faker_generators (tests.test_using.RepeatableRandomSeedFakerTests.test_same_seed_is_used_between_fuzzy_and_faker_generators) ... ok test_deep (tests.test_using.SelfReferentialTests.test_deep) ... ok test_no_parent (tests.test_using.SelfReferentialTests.test_no_parent) ... ok test_build (tests.test_using.SimpleBuildTestCase.test_build) ... ok test_build_batch (tests.test_using.SimpleBuildTestCase.test_build_batch) ... ok test_build_to_dict (tests.test_using.SimpleBuildTestCase.test_build_to_dict) ... ok test_complex (tests.test_using.SimpleBuildTestCase.test_complex) ... ok test_create (tests.test_using.SimpleBuildTestCase.test_create) ... ok test_create_batch (tests.test_using.SimpleBuildTestCase.test_create_batch) ... ok test_create_batch_custom_base (tests.test_using.SimpleBuildTestCase.test_create_batch_custom_base) ... ok test_create_custom_base (tests.test_using.SimpleBuildTestCase.test_create_custom_base) ... ok test_generate_batch_build (tests.test_using.SimpleBuildTestCase.test_generate_batch_build) ... ok test_generate_batch_create (tests.test_using.SimpleBuildTestCase.test_generate_batch_create) ... ok test_generate_batch_create_custom_base (tests.test_using.SimpleBuildTestCase.test_generate_batch_create_custom_base) ... ok test_generate_batch_stub (tests.test_using.SimpleBuildTestCase.test_generate_batch_stub) ... ok test_generate_build (tests.test_using.SimpleBuildTestCase.test_generate_build) ... ok test_generate_create (tests.test_using.SimpleBuildTestCase.test_generate_create) ... ok test_generate_create_custom_base (tests.test_using.SimpleBuildTestCase.test_generate_create_custom_base) ... ok test_generate_stub (tests.test_using.SimpleBuildTestCase.test_generate_stub) ... ok test_make_factory (tests.test_using.SimpleBuildTestCase.test_make_factory) ... ok test_simple_generate_batch_build (tests.test_using.SimpleBuildTestCase.test_simple_generate_batch_build) ... ok test_simple_generate_batch_create (tests.test_using.SimpleBuildTestCase.test_simple_generate_batch_create) ... ok test_simple_generate_batch_create_custom_base (tests.test_using.SimpleBuildTestCase.test_simple_generate_batch_create_custom_base) ... ok test_simple_generate_build (tests.test_using.SimpleBuildTestCase.test_simple_generate_build) ... ok test_simple_generate_create (tests.test_using.SimpleBuildTestCase.test_simple_generate_create) ... ok test_simple_generate_create_custom_base (tests.test_using.SimpleBuildTestCase.test_simple_generate_create_custom_base) ... ok test_stub (tests.test_using.SimpleBuildTestCase.test_stub) ... ok test_stub_batch (tests.test_using.SimpleBuildTestCase.test_stub_batch) ... ok test_deep_nested_subfactory (tests.test_using.SubFactoryTestCase.test_deep_nested_subfactory) ... ok test_diamond_sub_factory (tests.test_using.SubFactoryTestCase.test_diamond_sub_factory) Tests the case where an object has two fields with a common field. ... ok test_function_container_attribute (tests.test_using.SubFactoryTestCase.test_function_container_attribute) ... ok test_nested_sub_factory (tests.test_using.SubFactoryTestCase.test_nested_sub_factory) Test nested sub-factories. ... ok test_nested_sub_factory_with_overridden_sub_factories (tests.test_using.SubFactoryTestCase.test_nested_sub_factory_with_overridden_sub_factories) Test nested sub-factories, with attributes overridden with subfactories. ... ok test_nested_subfactory_with_override (tests.test_using.SubFactoryTestCase.test_nested_subfactory_with_override) Tests replacing a SubFactory field with an actual value. ... ok test_nonstrict_container_attribute (tests.test_using.SubFactoryTestCase.test_nonstrict_container_attribute) ... ok test_strict_container_attribute (tests.test_using.SubFactoryTestCase.test_strict_container_attribute) ... ok test_sub_factory (tests.test_using.SubFactoryTestCase.test_sub_factory) ... ok test_sub_factory_and_inheritance (tests.test_using.SubFactoryTestCase.test_sub_factory_and_inheritance) Test inheriting from a factory with subfactories, overriding. ... ok test_sub_factory_and_sequence (tests.test_using.SubFactoryTestCase.test_sub_factory_and_sequence) ... ok test_sub_factory_deep_overrides (tests.test_using.SubFactoryTestCase.test_sub_factory_deep_overrides) ... ok test_sub_factory_overriding (tests.test_using.SubFactoryTestCase.test_sub_factory_overriding) ... ok test_sub_factory_with_lazy_fields (tests.test_using.SubFactoryTestCase.test_sub_factory_with_lazy_fields) ... ok test_sub_factory_with_lazy_fields_access_factory_parent (tests.test_using.SubFactoryTestCase.test_sub_factory_with_lazy_fields_access_factory_parent) ... ok test_deep_traits (tests.test_using.TraitTestCase.test_deep_traits) ... ok test_post_generation_traits (tests.test_using.TraitTestCase.test_post_generation_traits) ... ok test_prevent_cyclic_traits (tests.test_using.TraitTestCase.test_prevent_cyclic_traits) ... ok test_traits (tests.test_using.TraitTestCase.test_traits) ... ok test_traits_and_postgeneration (tests.test_using.TraitTestCase.test_traits_and_postgeneration) A trait parameter should be resolved before post_generation hooks. ... ok test_traits_chaining (tests.test_using.TraitTestCase.test_traits_chaining) Use a trait to enable other traits. ... ok test_traits_inheritance (tests.test_using.TraitTestCase.test_traits_inheritance) A trait can be set in an inherited class. ... ok test_traits_override (tests.test_using.TraitTestCase.test_traits_override) Override a trait in a subclass. ... ok test_abstract (tests.test_using.UsingFactoryTestCase.test_abstract) ... ok test_attribute (tests.test_using.UsingFactoryTestCase.test_attribute) ... ok test_build_with_parameters (tests.test_using.UsingFactoryTestCase.test_build_with_parameters) ... ok test_class_method_accessible (tests.test_using.UsingFactoryTestCase.test_class_method_accessible) ... ok test_create (tests.test_using.UsingFactoryTestCase.test_create) ... ok test_create_batch (tests.test_using.UsingFactoryTestCase.test_create_batch) ... ok test_custom_create (tests.test_using.UsingFactoryTestCase.test_custom_create) ... ok test_dual_inheritance (tests.test_using.UsingFactoryTestCase.test_dual_inheritance) ... ok test_exclude (tests.test_using.UsingFactoryTestCase.test_exclude) ... ok test_exclude_and_inline_args (tests.test_using.UsingFactoryTestCase.test_exclude_and_inline_args) ... ok test_generate_batch_build (tests.test_using.UsingFactoryTestCase.test_generate_batch_build) ... ok test_generate_batch_create (tests.test_using.UsingFactoryTestCase.test_generate_batch_create) ... ok test_generate_batch_stub (tests.test_using.UsingFactoryTestCase.test_generate_batch_stub) ... ok test_generate_build (tests.test_using.UsingFactoryTestCase.test_generate_build) ... ok test_generate_create (tests.test_using.UsingFactoryTestCase.test_generate_create) ... ok test_generate_stub (tests.test_using.UsingFactoryTestCase.test_generate_stub) ... ok test_inheritance (tests.test_using.UsingFactoryTestCase.test_inheritance) ... ok test_inheritance_and_sequences (tests.test_using.UsingFactoryTestCase.test_inheritance_and_sequences) Sequence counters should be kept within an inheritance chain. ... ok test_inheritance_sequence_inheriting_objects (tests.test_using.UsingFactoryTestCase.test_inheritance_sequence_inheriting_objects) Sequence counters are kept with inheritance, incl. misc objects. ... ok test_inheritance_sequence_unrelated_objects (tests.test_using.UsingFactoryTestCase.test_inheritance_sequence_unrelated_objects) Sequence counters are kept with inheritance, unrelated objects. ... ok test_inheritance_with_inherited_class (tests.test_using.UsingFactoryTestCase.test_inheritance_with_inherited_class) ... ok test_inheriting_model_class (tests.test_using.UsingFactoryTestCase.test_inheriting_model_class) ... ok test_inline_args (tests.test_using.UsingFactoryTestCase.test_inline_args) ... ok test_lazy_attribute (tests.test_using.UsingFactoryTestCase.test_lazy_attribute) ... ok test_lazy_attribute_decorator (tests.test_using.UsingFactoryTestCase.test_lazy_attribute_decorator) ... ok test_lazy_attribute_sequence (tests.test_using.UsingFactoryTestCase.test_lazy_attribute_sequence) ... ok test_lazy_attribute_sequence_decorator (tests.test_using.UsingFactoryTestCase.test_lazy_attribute_sequence_decorator) ... ok test_non_django_create (tests.test_using.UsingFactoryTestCase.test_non_django_create) ... ok test_override_inherited (tests.test_using.UsingFactoryTestCase.test_override_inherited) Overriding inherited declarations ... ok test_override_inherited_deep (tests.test_using.UsingFactoryTestCase.test_override_inherited_deep) Overriding inherited declarations ... ok test_self_attribute (tests.test_using.UsingFactoryTestCase.test_self_attribute) ... ok test_self_attribute_parent (tests.test_using.UsingFactoryTestCase.test_self_attribute_parent) ... ok test_sequence (tests.test_using.UsingFactoryTestCase.test_sequence) ... ok test_sequence_batch (tests.test_using.UsingFactoryTestCase.test_sequence_batch) ... ok test_sequence_custom_begin (tests.test_using.UsingFactoryTestCase.test_sequence_custom_begin) ... ok test_sequence_decorator (tests.test_using.UsingFactoryTestCase.test_sequence_decorator) ... ok test_sequence_override (tests.test_using.UsingFactoryTestCase.test_sequence_override) ... ok test_simple_generate_batch_build (tests.test_using.UsingFactoryTestCase.test_simple_generate_batch_build) ... ok test_simple_generate_batch_create (tests.test_using.UsingFactoryTestCase.test_simple_generate_batch_create) ... ok test_simple_generate_build (tests.test_using.UsingFactoryTestCase.test_simple_generate_build) ... ok test_simple_generate_create (tests.test_using.UsingFactoryTestCase.test_simple_generate_create) ... ok test_static_method_accessible (tests.test_using.UsingFactoryTestCase.test_static_method_accessible) ... ok test_stub_batch (tests.test_using.UsingFactoryTestCase.test_stub_batch) ... ok test_datetime (tests.test_utils.ImportObjectTestCase.test_datetime) ... ok test_invalid_module (tests.test_utils.ImportObjectTestCase.test_invalid_module) ... ok test_unknown_attribute (tests.test_utils.ImportObjectTestCase.test_unknown_attribute) ... ok test_bytes_args (tests.test_utils.LogPPrintTestCase.test_bytes_args) ... ok test_bytes_kwargs (tests.test_utils.LogPPrintTestCase.test_bytes_kwargs) ... ok test_nothing (tests.test_utils.LogPPrintTestCase.test_nothing) ... ok test_only_args (tests.test_utils.LogPPrintTestCase.test_only_args) ... ok test_only_kwargs (tests.test_utils.LogPPrintTestCase.test_only_kwargs) ... ok test_text_args (tests.test_utils.LogPPrintTestCase.test_text_args) ... ok test_text_kwargs (tests.test_utils.LogPPrintTestCase.test_text_kwargs) ... ok test_infinite (tests.test_utils.ResetableIteratorTestCase.test_infinite) ... ok test_no_reset (tests.test_utils.ResetableIteratorTestCase.test_no_reset) ... ok test_no_reset_new_iterator (tests.test_utils.ResetableIteratorTestCase.test_no_reset_new_iterator) ... ok test_reset_after_end (tests.test_utils.ResetableIteratorTestCase.test_reset_after_end) ... ok test_reset_at_begin (tests.test_utils.ResetableIteratorTestCase.test_reset_at_begin) ... ok test_reset_at_end (tests.test_utils.ResetableIteratorTestCase.test_reset_at_end) ... ok test_reset_shorter (tests.test_utils.ResetableIteratorTestCase.test_reset_shorter) ... ok test_reset_simple (tests.test_utils.ResetableIteratorTestCase.test_reset_simple) ... ok test_reset_twice (tests.test_utils.ResetableIteratorTestCase.test_reset_twice) ... ok ---------------------------------------------------------------------- Ran 385 tests in 1.903s OK (skipped=15) >>> py3-factory-boy: 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/community/py3-factory-boy/pkg creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/compat.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/__init__.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/mogo.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/builder.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/random.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/errors.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/declarations.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/faker.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/alchemy.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/fuzzy.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/enums.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/base.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/utils.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/django.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory copying build/lib/factory/helpers.py -> /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/mogo.py to mogo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/builder.py to builder.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/random.py to random.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/declarations.py to declarations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/faker.py to faker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/alchemy.py to alchemy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/fuzzy.py to fuzzy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/enums.py to enums.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/django.py to django.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory/helpers.py to helpers.cpython-311.pyc running install_egg_info running egg_info writing factory_boy.egg-info/PKG-INFO writing dependency_links to factory_boy.egg-info/dependency_links.txt writing requirements to factory_boy.egg-info/requires.txt writing top-level names to factory_boy.egg-info/top_level.txt reading manifest file 'factory_boy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.*.sw[po]' found anywhere in distribution no previously-included directories found matching '.github' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'factory_boy.egg-info/SOURCES.txt' Copying factory_boy.egg-info to /home/buildozer/aports/community/py3-factory-boy/pkg/py3-factory-boy/usr/lib/python3.11/site-packages/factory_boy-2.12.0-py3.11.egg-info running install_scripts >>> py3-factory-boy*: Running postcheck for py3-factory-boy >>> py3-factory-boy*: Preparing package py3-factory-boy... >>> py3-factory-boy*: Tracing dependencies... >>> py3-factory-boy*: Package size: 392.0 KB >>> py3-factory-boy*: Compressing data... >>> py3-factory-boy*: Create checksum... >>> py3-factory-boy*: Create py3-factory-boy-2.12.0-r7.apk >>> py3-factory-boy: Build complete at Wed, 23 Nov 2022 07:27:27 +0000 elapsed time 0h 0m 6s >>> py3-factory-boy: Cleaning up srcdir >>> py3-factory-boy: Cleaning up pkgdir >>> py3-factory-boy: Uninstalling dependencies... (1/22) Purging .makedepends-py3-factory-boy (20221123.072722) (2/22) Purging py3-faker (15.3.2-r1) (3/22) Purging py3-dateutil (2.8.2-r2) (4/22) Purging py3-six (1.16.0-r4) (5/22) Purging py3-setuptools (65.6.0-r1) (6/22) Purging py3-packaging (21.3-r3) (7/22) Purging py3-parsing (3.0.9-r1) (8/22) Purging py3-mock (4.0.3-r4) (9/22) Purging py3-pbr (5.11.0-r1) (10/22) Purging py3-django (3.2.16-r1) (11/22) Purging py3-asgiref (3.5.2-r1) (12/22) Purging py3-sqlparse (0.4.3-r1) (13/22) Purging py3-tz (2022.6-r1) (14/22) Purging python3 (3.11.0-r2) (15/22) Purging py3-sqlalchemy (1.4.39-r1) (16/22) Purging libbz2 (1.0.8-r4) (17/22) Purging libffi (3.4.4-r0) (18/22) Purging gdbm (1.23-r0) (19/22) Purging xz-libs (5.2.8-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.2.0-r0) (22/22) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 368 MiB in 98 packages >>> py3-factory-boy: Updating the community/s390x repository index... >>> py3-factory-boy: Signing the index...