Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 930360

Summary: dev-python/rustworkx-0.14.2 fails tests (hang)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gábor Oszkár Dénes <gaboroszkar>
Status: CONFIRMED ---    
Severity: normal CC: proxy-maint, sci
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-04-21 08:41:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/rustworkx-0.14.2 fails tests (hang).
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0016
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-21 08:41:30 UTC
Created attachment 891222 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-21 08:41:31 UTC
Error(s) that match a know pattern:


    warnings.warn("pandas not found, skipping conversion test.", ImportWarning)
    warnings.warn("scipy not found, skipping conversion test.", ImportWarning)
  /usr/lib/python3.10/site-packages/networkx/convert.py:136: ImportWarning: pandas not found, skipping conversion test.
  /usr/lib/python3.10/site-packages/networkx/convert.py:164: ImportWarning: scipy not found, skipping conversion test.
  /usr/lib/python3.11/site-packages/networkx/convert.py:136: ImportWarning: pandas not found, skipping conversion test.
  /usr/lib/python3.11/site-packages/networkx/convert.py:164: ImportWarning: scipy not found, skipping conversion test.
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any