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 methane, pablogsal, vstinner
Date 2021-03-29.21:07:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617052047.93.0.439239847579.issue43662@roundup.psfhosted.org>
In-reply-to
Content
Oh. The failure is random:

* 934 green
* 933 red: test_reindent_file_with_bad_encoding failed
* 932 green
* 931 red: test_reindent_file_with_bad_encoding failed
* 930 green
* 929 red: test_reindent_file_with_bad_encoding failed
* 928 green
* (... older builds are all green ...)
* 775 orange
* 774 green
* (... more green builds ...)

This buildbot uses PGO+LTO optimization on RHEL7 with "gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)". Can it be a compiler issue? Are other buildbots affected?
History
Date User Action Args
2021-03-29 21:07:27vstinnersetrecipients: + vstinner, methane, pablogsal
2021-03-29 21:07:27vstinnersetmessageid: <1617052047.93.0.439239847579.issue43662@roundup.psfhosted.org>
2021-03-29 21:07:27vstinnerlinkissue43662 messages
2021-03-29 21:07:27vstinnercreate