Hi Jason, One month ago, I changed the Buildbot configuration: --- Use Git "fresh" method
Git "clean" method keeps most files created by a previous build. Use Git "fresh" method instead to ignores .gitignore rules and so remove all generated files (like ".o" files): run a fresh build rather than an incremental build. https://github.com/python/buildmaster-config/commit/f83c0a321dac8bb7d0df2e3098e7d36862f0b18a https://github.com/python/buildmaster-config/pull/255 --- See https://docs.buildbot.net/latest/manual/configuration/steps/source_git.html documentation. I made this change to fix the following issue: https://mail.python.org/archives/list/buildbot-sta...@python.org/thread/Z27NUT4OY7IGUNQXCTMO4GGSR7RWVB4J/ setup.py failed with: "RuntimeError: subprocess not supported for isolated subinterpreters". It seems like aarch64 Fedora Rawhide 3.x doesn't use a fresh build, but incremental build. I get such error when I use incremental build. Victor On Fri, Jul 30, 2021 at 5:53 PM Jason R. Coombs <jar...@jaraco.com> wrote: > > Jeremy informed me that due to a race condition on a test file and the > CPython repo configuration for newline conversion, build bots on Windows may > now be failing. > > If you run such a buildbot, please consider running this command on your repo > to bypass the issue: > > git rm -r :/ ; git checkout HEAD -- :/ > > > You may want to consider adding this command after every update to the repo > to avoid the stale state. > > > _______________________________________________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/EZPAFN3BSVDBZC7CRAJEFIQVM6JOSGU5/ > Code of Conduct: http://python.org/psf/codeofconduct/ -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/7UDB2PHSBI66WDTVRA6D5NMJLO734ZNZ/ Code of Conduct: http://python.org/psf/codeofconduct/