Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937606 - dev-python/django-polymorphic-3.1-r1 fails tests
Summary: dev-python/django-polymorphic-3.1-r1 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-08-09 07:18 UTC by Agostino Sarubbo
Modified: 2024-08-09 07:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,113.33 KB, text/plain)
2024-08-09 07:18 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-09 07:18:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/django-polymorphic-3.1-r1 fails tests.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-09 07:18:49 UTC
Created attachment 899661 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-09 07:18:50 UTC
Error(s) that match a know pattern:


AttributeError: 'MultipleDatabasesTests' object has no attribute 'assertQuerysetEqual'
AttributeError: 'NoneType' object has no attribute 'name'
AttributeError: 'PolymorphicTests' object has no attribute 'assertQuerysetEqual'
AttributeError: 'RegressionTests' object has no attribute 'assertQuerysetEqual'
AttributeError: 'UtilsTests' object has no attribute 'assertQuerysetEqual'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
ERROR: test_delete (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_extra_method (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_for_query_result_incomplete_with_inheritance (polymorphic.tests.test_regression.RegressionTests)
ERROR: test_get_real_instances (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_instance_of_filter (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_instance_of_filter_on_non_default_database (polymorphic.tests.test_multidb.MultipleDatabasesTests)
ERROR: test_manytomany_field (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_non_polymorphic (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_polymorphic___filter (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_polymorphic__filtered_relation (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_polymorphic_applabel___filter (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_reset_polymorphic_ctype (polymorphic.tests.test_utils.UtilsTests)
ERROR: test_save_to_non_default_database (polymorphic.tests.test_multidb.MultipleDatabasesTests)
ERROR: test_simple_inheritance (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_translate_polymorphic_q_object (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_user_defined_manager (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_user_defined_manager_as_secondary (polymorphic.tests.test_orm.PolymorphicTests)
ERROR: test_user_defined_queryset_as_manager (polymorphic.tests.test_orm.PolymorphicTests)
FAILED (errors=18)