Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946360 - sci-electronics/kicad-8.0.6 fails tests: 1 - qa_python (Failed) (/usr/bin/python3.12: No module named pytest)
Summary: sci-electronics/kicad-8.0.6 fails tests: 1 - qa_python (Failed) (/usr/bin/pyt...
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-12-13 14:35 UTC by Agostino Sarubbo
Modified: 2025-03-16 23:04 UTC (History)
3 users (show)

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


Attachments
build.log.xz (build.log.xz,123.85 KB, application/x-xz)
2024-12-13 14:35 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,9.59 KB, text/plain)
2024-12-13 14:35 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-12-13 14:35:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/kicad-8.0.6 fails tests.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-13 14:35:40 UTC
Created attachment 913914 [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-12-13 14:35:41 UTC
Created attachment 913915 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Agostino Sarubbo gentoo-dev 2024-12-13 14:35:41 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


	  1 - qa_python (Failed)
The following tests FAILED:
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-25 01:54:49 UTC
```
Start testing: Dec 13 14:52 CET
----------------------------------------------------------
1/8 Testing: qa_python
1/8 Test: qa_python
Command: "/usr/bin/python3.12" "-m" "pytest" "/var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests/pcbnewswig"
Directory: /var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests
"qa_python" start time: Dec 13 14:52 CET
Output:
----------------------------------------------------------
/usr/bin/python3.12: No module named pytest
<end of output>
Test time =   0.02 sec
----------------------------------------------------------
Test Failed.
"qa_python" end time: Dec 13 14:52 CET
"qa_python" time elapsed: 00:00:00
```
Comment 5 Zoltan Puskas 2025-03-16 23:04:45 UTC
My system has dev-python/pytest installed (pulled in by some other package) so testing never failed. Adding as a dependency for testing flag should fix this.