Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921891 - [guru] dev-python/itemadapter-0.8.0 fails tests (GCC-14-SYSTEM): AttributeError: FieldInfo object has no attribute field_info
Summary: [guru] dev-python/itemadapter-0.8.0 fails tests (GCC-14-SYSTEM): AttributeErr...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aisha Tammy
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-12 08:13 UTC by Agostino Sarubbo
Modified: 2024-01-12 08:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,80.78 KB, text/plain)
2024-01-12 08:13 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-01-12 08:13:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/itemadapter-0.8.0 fails tests (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-12 08:13:36 UTC
Created attachment 882045 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-12 08:13:37 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       AttributeError: 'FieldInfo' object has no attribute 'field_info'
FAILED tests/test_adapter.py::PydanticModelTestCase::test_get_field_meta_defined_fields - AttributeError: 'FieldInfo' object has no attribute 'field_info'
FAILED tests/test_adapter.py::PydanticModelTestCase::test_metadata_common - AttributeError: 'FieldInfo' object has no attribute 'field_info'
FAILED tests/test_adapter_pydantic.py::DataclassTestCase::test_true - AttributeError: 'FieldInfo' object has no attribute 'field_info'
tests/test_adapter.py::ItemAdapterInitError::test_non_item PASSED     [  8/131]