Your message dated Sun, 31 Aug 2014 19:48:33 +0000
with message-id <e1xob73-0003o3...@franck.debian.org>
and subject line Bug#759914: fixed in factory-boy 2.4.1-2
has caused the Debian Bug report #759914,
regarding factory-boy: FTBFS: FAIL: test_existing_file
(tests.test_django.DjangoFileFieldTestCase)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
759914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: factory-boy
Source-Version: 2.4.1-2
We believe that the bug you reported is fixed in the latest version of
factory-boy, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 759...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated factory-boy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 31 Aug 2014 19:33:07 +0000
Source: factory-boy
Binary: python-factory-boy python3-factory-boy python-factory-boy-doc
Architecture: source all
Version: 2.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-factory-boy - test fixtures replacement based on factory_girl for Ruby
- Python
python-factory-boy-doc - test fixtures replacement based on factory_girl for
Ruby - doc
python3-factory-boy - test fixtures replacement based on factory_girl for Ruby
- Python
Closes: 759914
Changes:
factory-boy (2.4.1-2) unstable; urgency=medium
.
* Disabled broken a test (Closes: #759914).
Checksums-Sha1:
1df1fd370624d6c988b1b74dd3ef71e05a9f1d0d 2461 factory-boy_2.4.1-2.dsc
64dfcf8da15084d42c4e69936e62373e9c6c361f 11416
factory-boy_2.4.1-2.debian.tar.xz
8154d2baf70d7e9d936d77d64fb69c5cac0844fe 30208
python-factory-boy_2.4.1-2_all.deb
f1bd555c90eb1840406b68a9349d259596e368dd 29942
python3-factory-boy_2.4.1-2_all.deb
1cf9773d55da815e1be647e01d1418485dee216f 98172
python-factory-boy-doc_2.4.1-2_all.deb
Checksums-Sha256:
bd44d0cac5d26f88c1c343c2b2a0d052799c278fc43e1c80006514ac0e2c5c08 2461
factory-boy_2.4.1-2.dsc
9f2f26cdf08fbbee1316cdfc653927d503a53a8112263603754c1eb4b8c06cd2 11416
factory-boy_2.4.1-2.debian.tar.xz
ae97401dc5af14ffc32cc4600064c5eb0ce53d03baebf07c5d8f51e22e66b3ed 30208
python-factory-boy_2.4.1-2_all.deb
33b5566c002ff5d76bee8950094e6b279a5815d6c975044a1fdc1d42bf8985a9 29942
python3-factory-boy_2.4.1-2_all.deb
f4047d78414d4db362023e6d6b8d6a69e7d945f979cb09e1f4f3475b7340c876 98172
python-factory-boy-doc_2.4.1-2_all.deb
Files:
dd06bb5af574af3760ab7df435d2794c 30208 python optional
python-factory-boy_2.4.1-2_all.deb
9db52f595fce7cbf70bdd9ad044ea4d8 29942 python optional
python3-factory-boy_2.4.1-2_all.deb
c6cb28e586f9e3bd205ffa472950c57b 98172 doc optional
python-factory-boy-doc_2.4.1-2_all.deb
21a135921410ad07cf8de4e42719bf01 2461 python optional factory-boy_2.4.1-2.dsc
a1713e0662d0cf31983971f97d51de54 11416 python optional
factory-boy_2.4.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUA3ioAAoJENQWrRWsa0P++aYQAIJgAfkuxE+MbyWBz1g8avba
CiHg8Q6nFAQiwo9R/uVJFXlDmSxHSP+hZGvWwU7sV0+cQfoPVrxapt+9qTH3EJlP
Ej909V9pAVOrhGKxawWrFcRBO4zmqMElMOdOHOgVovCSzN09bCATbSeRN9dpaJ4A
rhqrwAJvqNBdF17Xfb/xf78R8SW/TIo27hp9DvN5Ql+A4sngndJZxWJu5UlkuOJx
hRJwTAA2YAZaha10C34ZIhHRHG6rnKFNpUDUorQfLZyfcLqrHPFycXR9aOY9l0YR
4gcIM2oxe26bg6unYoNzobakUYcaXqmcN0UIlBSn/ewZ7Tmnmk5rqFieOZcg11ZO
2JlxMbFjqZNJOrTYPspHwukSXyN5oPgaRLNwrub8CeJrqTJVS7LpL7MImTWdsJX8
Q37McZjiKi9nTZALgBJOwakNn6aTlUXpxeaJc6KeRKXANh7obluZA6+T7T0Jy+g8
H44onvylk/VDHulmhW/TqmbPm5Vqjleo6+dI4k9xxbEyOyeZQddj4Wq56zk3iljF
O43XBkOp/I3AbC+V+7iV4xNfBCriH/q9MiSKHb0TFKDTyqRgGQodEVhH/sGFwOTo
hRlYYjDF58iid3AfukSuv3At229c9oHisKIp2jppZKGgE3eRFjMA+RMirRkrdVys
6jD00OzD4CiFS64mQRGH
=VKoq
-----END PGP SIGNATURE-----
--- End Message ---