[llvm-commits] LLVM 3.2 rc3: Freeze of the test suite under x86

Sylvestre Ledru sylvestre at debian.org
Fri Dec 7 03:24:20 PST 2012


Hello,

In all rc of the 3.2 releases of LLVM 3.2, I am experiencing the same issue.
In the build service of Debian (or Ubuntu), the test suite fails under
i386 (it is working fine with amd64). It is killed by the build service
after 150 minutes of inactivity.
Looks like it is freezing.

make[3]: Entering directory `/build/buildd-llvm-3.2_3.2~rc3-1~exp1-i386-EHGIG9/llvm-3.2-3.2~rc3/build-llvm/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
	  /build/buildd-llvm-3.2_3.2~rc3-1~exp1-i386-EHGIG9/llvm-3.2-3.2~rc3/utils/lit/lit.py -s -v . )
-- Testing: 6841 tests, 4 threads --
E: Caught signal 'Terminated': terminating immediately
make: *** [build-arch] Terminated
make[3]: *** [check-local] Terminated
make[2]: *** [check] Terminated

Does it sound familiar to anyone ?

Unfortunately, I don't have any i386 (!) to reproduce the issue.

The full log is available here:
https://buildd.debian.org/status/fetch.php?pkg=llvm-3.2&arch=i386&ver=3.2~rc3-1~exp1&stamp=1354837196

Thanks,
Sylvestre




More information about the llvm-commits mailing list