snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
152 stars 61 forks source link

mono-traversable: tests hang on 32-bit architectures #210

Open swt2c opened 1 year ago

swt2c commented 1 year ago

Over in Debian, we're seeing the unit tests for mono-traversable 1.0.15.3 hang on all 32-bit architectures (armel, armhf, i386, etc.) with GHC 9.0.2. Unfortunately, the tests just get stuck and don't produce any useful output (and the build process gets killed for producing no output for 150 minutes:

Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
E: Build killed with signal TERM after 150 minutes of inactivity
swt2c commented 1 year ago

The same thing seems to be happening for classy-prelude, too.