Re: [pypy-dev] bencher4 fialing own py3 builds

2018-08-29 Thread Antonio Cuni
On Mon, Aug 27, 2018 at 6:38 PM Matti Picus wrote: > . Perhaps we should retire bencher4 and find > another build machine, one that we can control a bit more another thing we could try to have more repeatable builds is to use docker containers; for example, some time ago I used this approach to

Re: [pypy-dev] bencher4 fialing own py3 builds

2018-08-27 Thread Armin Rigo
Hi Matti, On 27 August 2018 at 18:38, Matti Picus wrote: > Own nightly builds on p3.5 are failing numerous cpyext tests. The problem > seems to be related to the _cffi_backend module somehow hitting an assert at > import, but I cannot reproduce the problem locally. It reproduces if we run both t