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)
Created attachment 838643 [details] build.log build log and emerge --info
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
I can't reproduce, even on fresh stage3. Can you attach the complete contents of ${WORKDIR}?
(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
Created attachment 838687 [details] mgorny.tar.xz some failures I have collected in a while true
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.