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 belopolsky
Recipients akira, belopolsky, koobs, martin.panter, python-dev, stub, tim.peters, vstinner
Date 2016-07-23.15:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469288202.91.0.327035805734.issue24773@psf.upfronthosting.co.za>
In-reply-to
Content
> AssertionError: False is not true : Africa/El_Aaiun system_transitions

This may be an indication of misconfigured zoneinfo on the buildbot.  What system_transitions test does is compare the results obtained from the system timezone computations to the same computations using an explicitly loaded timezone.  This may fail if /usr/share/zoneinfo exists, but the system is using a different database.

Is there a way to troubleshoot the buildbot short of trying a series of hg commits?
History
Date User Action Args
2016-07-23 15:36:42belopolskysetrecipients: + belopolsky, tim.peters, vstinner, stub, akira, python-dev, martin.panter, koobs
2016-07-23 15:36:42belopolskysetmessageid: <1469288202.91.0.327035805734.issue24773@psf.upfronthosting.co.za>
2016-07-23 15:36:42belopolskylinkissue24773 messages
2016-07-23 15:36:42belopolskycreate