dddddd has quit [Remote host closed the connection]
<arigato>
mattip: I think overlap on aarch64 is not a problem: the machine has got more than enough memory
<arigato>
mattip: ...and I think I'm not understanding your point actually
<arigato>
mattip: also, I may be missing the point about the "real DB": surely sqlite3 is completely enough to store a few MBs or dozen of MBs of text per day?
<mattip>
AssertionError: live GC var around v4800 = gc_thread_run()!
<arigato>
...bah, one more
<mattip>
(and thanks for fixing that one)
<kenaan>
arigo default df974ce2019b /rpython/jit/backend/aarch64/opassembler.py: bah, one more
<arigato>
the py3.6 failure is going to be harder, because I think that translation works when running it by hand
<arigato>
but I can try again
<mattip>
grasping at straws - could translation with --batch change anything of importance?
<arigato>
no, but randomness can
lritter has joined #pypy
<arigato>
also actually maybe I tried with translation running on cpython, not pypy
<mattip>
I tried with exactly the buildbot pypy which succeeded, but I guess if we run it enough times it should crash on one of them
<arigato>
:-/
<mattip>
and, fwiw, the py3.6 buildbot run is not running in parallel with anything else, which strengthens your theory that it is not due to process overlap
<mattip>
(weakens my theory that it is due to overlap)
speeder39_ has joined #pypy
<kenaan>
mattip buildbot ba7a21c88b5a /bot2/pypybuildbot/master.py: Backed out changeset: e388d803194c
<mattip>
on a more positive note, default is green on linux64 :)
<cfbolz>
it's purely done in the implementation of the SyntaxError class, as opposed to doing it in the parser, where all the correct info would be available
ronan has quit [Quit: Ex-Chat]
ronan has joined #pypy
<cfbolz>
mattip: I am confused, pypy3 does at least some part of the print error correctly
<cfbolz>
mattip: which test did you see that still fails?
<ronan>
mattip: I don't really know what that conftest does, or tries to do, TBH. But IIRC, running the CPython test suite under pytest doesn't work fully