This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, brett.cannon, jaraco, vstinner
Date 2019-05-25.00:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558744521.01.0.41234756665.issue34632@roundup.psfhosted.org>
In-reply-to
Content
Unhappy buildbot: AMD64 Fedora Rawhide Clang Installed 3.x

https://buildbot.python.org/all/#/builders/188/builds/302

Example:

0:00:28 load avg: 4.02 [182/422/1] test_importlib failed
Failed to import test module: test.test_importlib.test_main
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora.installed/build/target/lib/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/home/buildbot/buildarea/3.x.cstratak-fedora.installed/build/target/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/home/buildbot/buildarea/3.x.cstratak-fedora.installed/build/target/lib/python3.8/test/test_importlib/test_main.py", line 6, in <module>
    import importlib.metadata
ModuleNotFoundError: No module named 'importlib.metadata'
History
Date User Action Args
2019-05-25 00:35:21vstinnersetrecipients: + vstinner, barry, brett.cannon, jaraco
2019-05-25 00:35:21vstinnersetmessageid: <1558744521.01.0.41234756665.issue34632@roundup.psfhosted.org>
2019-05-25 00:35:20vstinnerlinkissue34632 messages
2019-05-25 00:35:20vstinnercreate