Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930360 - dev-python/rustworkx-0.14.2 fails tests (hang)
Summary: dev-python/rustworkx-0.14.2 fails tests (hang)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gábor Oszkár Dénes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-21 08:41 UTC by Agostino Sarubbo
Modified: 2024-04-21 08:41 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,87.25 KB, application/x-xz)
2024-04-21 08:41 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-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