Package: src:llvm-toolchain-3.8 Version: 1:3.8-2 User: [email protected] Usertags: binary-indep Severity: important
Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed. In fact, I tried twice. The first time this is what happened: -------------------------------------------------------------------------------- [...] -- Testing: 15520 tests, 1 threads -- Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..make[1]: *** wait: No child processes. Stop. make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. make[5]: *** wait: No child processes. Stop. make[5]: *** Waiting for unfinished jobs.... make[5]: *** wait: No child processes. Stop. CMakeFiles/Makefile2:46578: recipe for target 'test/CMakeFiles/check-llvm.dir/all' failed make[4]: *** [test/CMakeFiles/check-llvm.dir/all] Error 2 CMakeFiles/Makefile2:46585: recipe for target 'test/CMakeFiles/check-llvm.dir/rule' failed make[3]: *** [test/CMakeFiles/check-llvm.dir/rule] Terminated E: Caught signal âTerminatedâ: terminating immediately debian/rules:135: recipe for target 'build-indep' failed make: *** [build-indep] Terminated Makefile:10353: recipe for target 'check-llvm' failed make[2]: *** [check-llvm] Terminated Build killed with signal TERM after 150 minutes of inactivity -------------------------------------------------------------------------------- The second time this is what happened: -------------------------------------------------------------------------------- [...] -- Testing: 15520 tests, 1 threads -- Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..make[1]: *** wait: No child processes. Stop. make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. test/CMakeFiles/check-llvm.dir/build.make:60: recipe for target 'test/CMakeFiles/check-llvm' failed make[5]: *** [test/CMakeFiles/check-llvm] Terminated CMakeFiles/Makefile2:46350: recipe for target 'test/CMakeFiles/check-llvm.dir/all' failed make[4]: *** [test/CMakeFiles/check-llvm.dir/all] Terminated debian/rules:135: recipe for target 'build-arch' failed make: *** [build-arch] Terminated CMakeFiles/Makefile2:46357: recipe for target 'test/CMakeFiles/check-llvm.dir/rule' failed make[3]: *** [test/CMakeFiles/check-llvm.dir/rule] Terminated Makefile:10314: recipe for target 'check-llvm' failed make[2]: *** [check-llvm] Terminated E: Caught signal âTerminatedâ: terminating immediately Build killed with signal TERM after 150 minutes of inactivity -------------------------------------------------------------------------------- I doubt "dpkg-buildpackage -A" is related to this failure, but since it takes 10 hours to build in a fast i5 machine, I have not had time to try without -A, sorry. The build machine was a QEMU/KVM virtual machine with 4GB + 4GB of RAM/swap in the first case and 8GB + 4GB of RAM/swap in the second case. BTW: I have not looked at debian/rules, but please do not hide output while the tests are running! We want to know what's happening! Thanks.

