Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943311 - dev-python/pyrfc3339-2.0.1 fails tests: FAILED test_all.py::TestCore::test_generate_local_parse_local - zoneinfo._common.ZoneInfoNotFoundError: No time zone found with key Eastern
Summary: dev-python/pyrfc3339-2.0.1 fails tests: FAILED test_all.py::TestCore::test_ge...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-11-12 08:57 UTC by Agostino Sarubbo
Modified: 2024-11-12 08:57 UTC (History)
0 users

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


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

Issue: dev-python/pyrfc3339-2.0.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-12 08:57:02 UTC
Created attachment 908567 [details]
build.log

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


            # FileNotFoundError: If resource_name doesn't exist in the package
            # ImportError: If package_name doesn't exist (e.g. if tzdata is not
            # UnicodeEncodeError: If package_name or resource_name are not UTF-8,
            # to "we cannot find this key":
E           zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key US/Eastern'
E       ModuleNotFoundError: No module named 'tzdata'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED pyrfc3339/tests/test_all.py::TestCore::test_generate_local_parse_local - zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key US/Eastern'
FAILED pyrfc3339/tests/test_all.py::TestCore::test_generate_local_parse_utc - zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key US/Eastern'
pyrfc3339/tests/test_all.py::TestCore::test_generate_local_parse_local FAILED [ 1/12]
pyrfc3339/tests/test_all.py::TestCore::test_generate_local_parse_utc FAILED [ 2/12]