Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921898 - [guru] dev-python/pytest-benchmark-4.0.0 fails tests (GCC-14-SYSTEM): ModuleNotFoundError: No module named importlib_metadata
Summary: [guru] dev-python/pytest-benchmark-4.0.0 fails tests (GCC-14-SYSTEM): ModuleN...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-12 08:14 UTC by Agostino Sarubbo
Modified: 2024-03-25 22:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,892.18 KB, text/plain)
2024-01-12 08:14 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-01-12 08:14:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-benchmark-4.0.0 fails tests (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-12 08:14:45 UTC
Created attachment 882052 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-12 08:14:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       and: "ModuleNotFoundError: No module named 'importlib_metadata'"
E       and: 'ImportError: (("No module named \'importlib_metadata\'",), \'Please install pygal and pygaljs or pytest-benchmark[histogram]\')'
E   ImportError: (("No module named 'importlib_metadata'",), 'Please install pygal and pygaljs or pytest-benchmark[histogram]')
E   ModuleNotFoundError: No module named 'importlib_metadata'
FAILED tests/test_benchmark.py::test_histogram - Failed: nomatch: 'Generated histogram: *foobar.svg'
FAILED tests/test_cli.py::test_compare[long-<lambda>] - Failed: nomatch: 'Generated csv: *foobar.csv'
FAILED tests/test_cli.py::test_compare[normal-<lambda>] - Failed: nomatch: 'Generated csv: *foobar.csv'
FAILED tests/test_cli.py::test_compare[short-<lambda>] - Failed: nomatch: 'Generated csv: *foobar.csv'
FAILED tests/test_cli.py::test_compare[trial-<lambda>] - Failed: nomatch: 'Generated csv: *foobar.csv'
FAILED tests/test_storage.py::test_compare_1[long] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_1[normal] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_1[short] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_1[trial] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_2[long] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_2[normal] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_2[short] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_compare_2[trial] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks[long] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks[normal] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks[short] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks[trial] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks_inf[long] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks_inf[normal] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks_inf[short] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_regression_checks_inf[trial] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_rendering[long] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_rendering[normal] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_rendering[short] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
FAILED tests/test_storage.py::test_rendering[trial] - ImportError: (("No module named 'importlib_metadata'",), 'Please install py...
ImportError: (("No module named 'importlib_metadata'",), 'Please install pygal and pygaljs or pytest-benchmark[histogram]')
ModuleNotFoundError: No module named 'importlib_metadata'