Source: factory-boy Version: 2.4.1-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140830 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/«PKGBUILDDIR»' > pyversions: missing X(S)-Python-Version in control file, fall back to > debian/pyversions > pyversions: missing debian/pyversions file, fall back to supported versions > py3versions: no X-Python3-Version in control file, using supported versions > set -e && for i in 2.7 3.4 ; do \ > python$i -W default setup.py test ; \ > done > running test > running egg_info > creating factory_boy.egg-info > writing factory_boy.egg-info/PKG-INFO > writing top-level names to factory_boy.egg-info/top_level.txt > writing dependency_links to factory_boy.egg-info/dependency_links.txt > writing manifest file 'factory_boy.egg-info/SOURCES.txt' > reading manifest file 'factory_boy.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > no previously-included directories found matching 'docs/_build' > writing manifest file 'factory_boy.egg-info/SOURCES.txt' > running build_ext > /usr/lib/python2.7/dist-packages/django/test/_doctest.py:57: > PendingDeprecationWarning: The django.test._doctest module is deprecated; use > the doctest module from the Python standard library instead. > PendingDeprecationWarning) > /usr/lib/python2.7/dist-packages/django/test/simple.py:24: > PendingDeprecationWarning: The django.test.simple module and > DjangoTestSuiteRunner are deprecated; use django.test.runner.DiscoverRunner > instead. > PendingDeprecationWarning) > 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_additionnal_sequence (tests.test_containers.AttributeBuilderTestCase) > ... ok > test_empty (tests.test_containers.AttributeBuilderTestCase) > Tests building attributes from an empty definition. ... ok > test_extended (tests.test_containers.AttributeBuilderTestCase) ... ok > test_factory_defined (tests.test_containers.AttributeBuilderTestCase) ... ok > test_factory_defined_sequence > (tests.test_containers.AttributeBuilderTestCase) ... ok > test_lazy_attribute (tests.test_containers.AttributeBuilderTestCase) ... ok > test_overridden (tests.test_containers.AttributeBuilderTestCase) ... ok > test_replaced_sequence (tests.test_containers.AttributeBuilderTestCase) ... ok > test_sub_factory (tests.test_containers.AttributeBuilderTestCase) ... ok > test_subfields (tests.test_containers.AttributeBuilderTestCase) ... ok > test_example (tests.test_using.CircularTestCase) ... ok > test_alternate_logger (tests.test_helpers.DebugTest) ... ok > test_default_logger (tests.test_helpers.DebugTest) ... ok > test_classmethod (tests.test_base.DeclarationParsingTests) ... ok > test_factory_for (tests.test_deprecation.DeprecationTests) ... 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_chaining (tests.test_declarations.DigTestCase) ... ok > test_auto_sequence (tests.test_django.DjangoAbstractBaseSequenceTestCase) > The sequence of the concrete grandson of an abstract model should be > autonomous. ... 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) ... FAIL > 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_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_path (tests.test_django.DjangoImageFieldTestCase) ... skipped 'PIL > not installed.' > test_with_path_empty_file (tests.test_django.DjangoImageFieldTestCase) ... > skipped 'PIL not installed.' > 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_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_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_empty_dict (tests.test_utils.ExtractDictTestCase) ... ok > test_empty_key (tests.test_utils.ExtractDictTestCase) ... ok > test_many_keys (tests.test_utils.ExtractDictTestCase) ... ok > test_many_keys_excluded (tests.test_utils.ExtractDictTestCase) ... ok > test_one_key (tests.test_utils.ExtractDictTestCase) ... ok > test_one_key_excluded (tests.test_utils.ExtractDictTestCase) ... ok > test_unused_key (tests.test_utils.ExtractDictTestCase) ... 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_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_non_stub_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_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_simple_call (tests.test_fuzzy.FuzzyAttributeTestCase) ... ok > test_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_precision (tests.test_fuzzy.FuzzyDecimalTestCase) ... 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_generator (tests.test_fuzzy.FuzzyTextTestCase) ... ok > test_mock (tests.test_fuzzy.FuzzyTextTestCase) ... ok > test_unbiased (tests.test_fuzzy.FuzzyTextTestCase) ... 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_iterator (tests.test_using.IteratorTestCase) ... ok > test_iterator_decorator (tests.test_using.IteratorTestCase) ... ok > test_iterator_list_comprehension_protected > (tests.test_using.IteratorTestCase) ... ok > test_iterator_list_comprehension_scope_bleeding > (tests.test_using.IteratorTestCase) ... ok > test_build (tests.test_using.KwargAdjustTestCase) ... ok > test_access_parent (tests.test_containers.LazyStubTestCase) > Test simple access to a stub' parent. ... ok > test_accessing_container (tests.test_containers.LazyStubTestCase) ... ok > test_basic (tests.test_containers.LazyStubTestCase) ... ok > test_cyclic_definition (tests.test_containers.LazyStubTestCase) ... ok > test_reading_value (tests.test_containers.LazyStubTestCase) ... ok > test_representation (tests.test_containers.LazyStubTestCase) ... ok > test_setting_values (tests.test_containers.LazyStubTestCase) ... 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_naive_list (tests.test_using.ListTestCase) ... ok > test_nested_lists (tests.test_using.ListTestCase) ... ok > test_sequence_list (tests.test_using.ListTestCase) ... 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_unset_model (tests.test_django.ModelTests) ... ok > test_build (tests.test_mongoengine.MongoEngineTestCase) ... skipped > 'mongoengine not installed.' > test_creation (tests.test_mongoengine.MongoEngineTestCase) ... skipped > 'mongoengine not installed.' > test_empty_dict (tests.test_utils.MultiExtractDictTestCase) ... ok > test_empty_key (tests.test_utils.MultiExtractDictTestCase) ... ok > test_many_extracted (tests.test_utils.MultiExtractDictTestCase) ... ok > test_many_keys_many_extracted (tests.test_utils.MultiExtractDictTestCase) ... > ok > test_many_keys_one_extracted (tests.test_utils.MultiExtractDictTestCase) ... > ok > test_no_key (tests.test_utils.MultiExtractDictTestCase) ... ok > test_one_extracted (tests.test_utils.MultiExtractDictTestCase) ... ok > test_son_in_list (tests.test_utils.MultiExtractDictTestCase) > Make sure that prefixes are used in decreasing match length order. ... ok > test_unused_key (tests.test_utils.MultiExtractDictTestCase) ... ok > test_build (tests.test_using.NonKwargParametersTestCase) ... ok > test_create (tests.test_using.NonKwargParametersTestCase) ... 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_errors (tests.test_declarations.OrderedDeclarationTestCase) ... ok > test_decorator_simple > (tests.test_declarations.PostGenerationDeclarationTestCase) ... ok > test_extract_no_prefix > (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_kwargs > (tests.test_declarations.PostGenerationMethodCallTestCase) ... ok > test_multi_call_with_multi_method_args > (tests.test_declarations.PostGenerationMethodCallTestCase) ... ok > test_multi_call_with_passed_multiple_args > (tests.test_declarations.PostGenerationMethodCallTestCase) ... ok > test_multi_call_with_passed_tuple > (tests.test_declarations.PostGenerationMethodCallTestCase) ... ok > test_simplest_setup_and_call > (tests.test_declarations.PostGenerationMethodCallTestCase) ... ok > test_classlevel_extraction (tests.test_base.PostGenerationParsingTestCase) > ... ok > test_extraction (tests.test_base.PostGenerationParsingTestCase) ... ok > test_post_generation (tests.test_using.PostGenerationTestCase) ... ok > test_post_generation_extraction (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_related_factory (tests.test_using.PostGenerationTestCase) ... > /«PKGBUILDDIR»/tests/test_using.py:1807: PendingDeprecationWarning: Usage of > RelatedFactory(SomeFactory, name='foo') is deprecated and will be removed in > the future. Please use the RelatedFactory(SomeFactory, 'foo') or > RelatedFactory(SomeFactory, factory_related_name='foo') syntax instead > three = factory.RelatedFactory(TestRelatedObjectFactory, name='obj') > ok > test_related_factory_no_name (tests.test_using.PostGenerationTestCase) ... ok > test_class_decorator (tests.test_django.PreventSignalsTestCase) ... ok > test_class_decorator_build (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_no_extraction (tests.test_using.RelatedFactoryExtractionTestCase) ... ok > test_passed_none (tests.test_using.RelatedFactoryExtractionTestCase) ... ok > test_passed_value (tests.test_using.RelatedFactoryExtractionTestCase) ... ok > test_deprecate_name (tests.test_declarations.RelatedFactoryTestCase) ... 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 > test_creation (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase) ... skipped > 'SQLalchemy not installed.' > test_first (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase) ... skipped > 'SQLalchemy not installed.' > test_force_pk (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase) ... skipped > 'SQLalchemy not installed.' > test_many (tests.test_alchemy.SQLAlchemyNonIntegerPkTestCase) ... skipped > 'SQLalchemy not installed.' > test_pk_creation (tests.test_alchemy.SQLAlchemyPkSequenceTestCase) ... > skipped 'SQLalchemy not installed.' > test_pk_first (tests.test_alchemy.SQLAlchemyPkSequenceTestCase) ... skipped > 'SQLalchemy not installed.' > test_pk_force_value (tests.test_alchemy.SQLAlchemyPkSequenceTestCase) ... > skipped 'SQLalchemy not installed.' > test_pk_many (tests.test_alchemy.SQLAlchemyPkSequenceTestCase) ... skipped > 'SQLalchemy not installed.' > test_base_factory (tests.test_base.SafetyTestCase) ... 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 > test_build (tests.test_using.SimpleBuildTestCase) ... ok > test_build_batch (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_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_overriding (tests.test_using.SubFactoryTestCase) ... ok > test_sub_factory_with_lazy_fields (tests.test_using.SubFactoryTestCase) ... 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 > > ====================================================================== > FAIL: test_existing_file (tests.test_django.DjangoFileFieldTestCase) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/«PKGBUILDDIR»/tests/test_django.py", line 433, in test_existing_file > self.assertEqual('django/example_1.data', o2.afile.name) > AssertionError: 'django/example_1.data' != u'django/example_FIod6bZ.data' > > ---------------------------------------------------------------------- > Ran 340 tests in 0.184s > > FAILED (failures=1, skipped=22) > Creating test database for alias 'default'... > Destroying test database for alias 'default'... > Creating test database for alias 'default'... > Destroying test database for alias 'default'... > Creating test database for alias 'default'... > Destroying test database for alias 'default'... > Creating test database for alias 'default'... > Destroying test database for alias 'default'... > make[1]: *** [override_dh_auto_test] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/08/30/factory-boy_2.4.1-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. The build was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries to support this, it might be a good idea to explore whether this might be the cause of the failure. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org