On Fri, Jul 10, 2020 at 12:15 PM Arvydas Silanskas <xxxxxx@gmail.com> wrote:
No, that's not normal. I'll have a look.

Okay, thank you.  I stopped it and did some manual binary search.  As far as I can tell, the first line that takes a long time is:

(list make-random-u32-generator 32 #f)

Once I removed that and the three expressions after it, I got much further.  (I also had to import (scheme cxr) and ~(srfi 1 immutable)~.)

Everything then finished, but I did get six failures in the Poisson test.  Test log attached.