Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883803 - dev-python/pyproject-api-1.1.2 fails tests
Summary: dev-python/pyproject-api-1.1.2 fails tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-01 07:08 UTC by Agostino Sarubbo
Modified: 2023-03-04 08:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,61.71 KB, text/plain)
2022-12-01 07:08 UTC, Agostino Sarubbo
Details
mgorny.tar.xz (mgorny.tar.xz,54.34 KB, application/x-tar)
2022-12-01 15:37 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 2022-12-01 07:08:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pyproject-api-1.1.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-01 07:08:47 UTC
Created attachment 838643 [details]
build.log

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


E       TypeError: cannot unpack non-iterable NoneType object
FAILED tests/test_fronted.py::test_no_wheel_prepare_metadata_for_build_wheel
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-12-01 13:56:17 UTC
I can't reproduce, even on fresh stage3.  Can you attach the complete contents of ${WORKDIR}?
Comment 4 Agostino Sarubbo gentoo-dev 2022-12-01 14:23:30 UTC
(In reply to Michał Górny from comment #3)
> I can't reproduce, even on fresh stage3.

I can't reproduce reliably, but I verified that it does not depends on high jobs, so the following can help:

while true ; do EMERGE_DEFAULT_OPTS="" emerge -q1 dev-python/pyproject-api ; test "${?}" != "0" && exit 0 ; done

If you still can't hit the failure I can attach $workdir
Comment 5 Agostino Sarubbo gentoo-dev 2022-12-01 15:37:59 UTC
Created attachment 838687 [details]
mgorny.tar.xz

some failures I have collected in a while true
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-03-04 08:28:13 UTC
I'm assuming this is solved, given that you haven't updated it for 1.5.0 and it's in ::gentoo for a while.