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 brett.cannon
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, larry, pitrou, python-dev, scoder, skip.montanaro, skrah, vstinner
Date 2015-09-19.18:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442686725.59.0.941329720738.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
It didn't break gcc, the buildbot simply wasn't patient enough for the PGO run of the test suite to complete: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.5/builds/274/steps/compile/logs/stdio . It takes a good amount of time to run the test suite serially with an instrumented interpreter and 20 minutes is not enough time. And I don't want to add output back simply to appease the buildbot as the output means nothing to a user who is doing the build themselves.

So either that buildbot needs to allow for a longer time without output, someone needs to come up with a way to simply emit some output that simply shows stuff is running (but without letting error condition stuff show up), or the buildbot just won't work with PGO.
History
Date User Action Args
2015-09-19 18:18:45brett.cannonsetrecipients: + brett.cannon, skip.montanaro, gregory.p.smith, pitrou, scoder, vstinner, larry, skrah, python-dev, alecsandru.patrascu
2015-09-19 18:18:45brett.cannonsetmessageid: <1442686725.59.0.941329720738.issue24915@psf.upfronthosting.co.za>
2015-09-19 18:18:45brett.cannonlinkissue24915 messages
2015-09-19 18:18:45brett.cannoncreate