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 db3l
Recipients Demur Rumed, Mark.Shannon, berker.peksag, db3l, eric.fahlgren, godaygo, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2021-04-02.00:58:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617325097.08.0.287684827603.issue27129@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately, not at the moment - what's in the buildbot log is what's available.  The RTL assertion aborts the process.

The tests involved (such as test_clinic) do seem reproducible in a few separate tries, though again, all they do is terminate.

As the assertion should be correct, I'm guessing it's reflecting an earlier corruption.  There's some other oddities, such as the "Leaf" related failures in test_peg_generator that showed up at the same time, in case that offers any hint.  Since Leaf and StringLeaf are almost next to each other in grammar.py I can't see how it can be undefined.

The worker only has the core build tools version of VS so can't directly debug this further locally.  I can look into using a different machine to try to get some details, but I'm not sure as to timing.
History
Date User Action Args
2021-04-02 00:58:17db3lsetrecipients: + db3l, rhettinger, vstinner, Mark.Shannon, python-dev, berker.peksag, serhiy.storchaka, eric.fahlgren, Demur Rumed, godaygo
2021-04-02 00:58:17db3lsetmessageid: <1617325097.08.0.287684827603.issue27129@roundup.psfhosted.org>
2021-04-02 00:58:17db3llinkissue27129 messages
2021-04-02 00:58:16db3lcreate