On 15 March 2017 at 23:36, Adrian Bunk wrote: | On Wed, Mar 08, 2017 at 04:23:24AM -0600, Dirk Eddelbuettel wrote: | > | > On 8 March 2017 at 11:01, Adrian Bunk wrote: | > | Source: quantlib | > | Version: 1.9.1-1 | > | Severity: important | > | | > | https://buildd.debian.org/status/logs.php?pkg=quantlib&arch=mips64el | > | | > | ... | > | ============================================================================ | > | Testsuite summary for QuantLib 1.9.2 | > | ============================================================================ | > | # TOTAL: 1 | > | # PASS: 1 | > | # SKIP: 0 | > | # XFAIL: 0 | > | # FAIL: 0 | > | # XPASS: 0 | > | # ERROR: 0 | > | ============================================================================ | > | make[5]: Leaving directory '/«PKGBUILDDIR»/Examples/Swap' | > | make[4]: Leaving directory '/«PKGBUILDDIR»/Examples/Swap' | > | make[3]: Leaving directory '/«PKGBUILDDIR»/Examples/Swap' | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | make[3]: Entering directory '/«PKGBUILDDIR»/Examples' | > | make[3]: Nothing to be done for 'check-am'. | > | make[3]: Leaving directory '/«PKGBUILDDIR»/Examples' | > | make[2]: Leaving directory '/«PKGBUILDDIR»/Examples' | > | Making check in test-suite | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | make[2]: Entering directory '/«PKGBUILDDIR»/test-suite' | > | /usr/bin/make check-TESTS | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | make[3]: Entering directory '/«PKGBUILDDIR»/test-suite' | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | make[4]: Entering directory '/«PKGBUILDDIR»/test-suite' | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | make[4]: *** Deleting file 'quantlib-test-suite.log' | > | debian/rules:136: recipe for target 'test-stamp' failed | > | make: [test-stamp] Terminated (ignored) | > | Makefile:1455: recipe for target 'quantlib-test-suite.log' failed | > | make[4]: *** [quantlib-test-suite.log] Terminated | > | E: Caught signal ‘Terminated’: terminating immediately | > | Makefile:602: recipe for target 'check-recursive' failed | > | make[1]: *** [check-recursive] Terminated | > | Makefile:1434: recipe for target 'check-TESTS' failed | > | make[3]: *** [check-TESTS] Terminated | > | Makefile:1510: recipe for target 'check-am' failed | > | make[2]: *** [check-am] Terminated | > | Terminated | > | ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | > | Build killed with signal TERM after 150 minutes of inactivity | > | > | > That's "normal". It is a huge package with large memory requirements for its | > C++ compilation. | | If I understand the log correctly, the compilation went fine but what | failed is executing the test-suite. | | Could the test-suite print something once per hour when running?
That's a fair point. I'll ask upstream if someone knows a Boost test trick to get a heart beat. | Or if no better solution is available, add mips64el here: | | ifeq "$(findstring $(cpu), m68k arm aarch64 armeb armel mipsel mips hppa)" "" | -LD_LIBRARY_PATH=$(CURDIR)/ql/.libs $(MAKE) check | #-LD_LIBRARY_PATH=$(CURDIR)/ql/.libs $(MAKE) benchmark | endif I will definitely do that now. Dirk | | > Can you push back and request a higher timeout? | | I am just a normal DD, without any special powers regarding the buildds. | | > Dirk | | cu | Adrian | | -- | | "Is there not promise of rain?" Ling Tan asked suddenly out | of the darkness. There had been need of rain for many days. | "Only a promise," Lao Er said. | Pearl S. Buck - Dragon Seed | -- http://dirk.eddelbuettel.com | @eddelbuettel | [email protected]

