Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943041 - [guru] dev-util/find-work-0.91.2 fails tests
Summary: [guru] dev-util/find-work-0.91.2 fails tests
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on: 943177
Blocks:
  Show dependency tree
 
Reported: 2024-11-09 07:08 UTC by Agostino Sarubbo
Modified: 2024-11-10 12:43 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,70.63 KB, text/plain)
2024-11-09 07:08 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-11-09 07:08:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/find-work-0.91.2 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

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

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


E   ImportError: cannot import name 'VALIDATE_CALL_SUPPORTED_TYPES' from partially initialized module 'pydantic._internal._validate_call' (most likely due to a circular import) (/usr/lib/python3.11/site-packages/pydantic/_internal/_validate_call.py)
ERROR find_work/cli/config/__init__.py
ERROR find_work/cli/config/_types.py
Comment 3 Anna Vyalkova 2024-11-10 12:31:35 UTC
Pydantic v2.10.0b1 is broken
https://github.com/pydantic/pydantic/issues/10799