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