[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1111826: maildir-utils FTBFS on multiple architectures: 35/47 test-scm TIMEOUT



Source: maildir-utils
Version: 1.12.12-1
Severity: serious
Tags: ftbfs patch

https://buildd.debian.org/status/logs.php?pkg=maildir-utils&ver=1.12.12-1

...
=================================== 35/47 ====================================
test:         test-scm
start time:   17:26:08
duration:     30.08s
result:       killed by signal 15 SIGTERM
command:      MALLOC_PERTURB_=207 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /build/reproducible-path/maildir-utils-1.12.12/obj-riscv64-linux-gnu/scm/test-scm
----------------------------------- stdout -----------------------------------
TAP version 14
# random seed: R02S82e7712baf590ded20048d513fafbbe4
1..1
# Start of scm tests
==============================================================================


Summary of Failures:

35/47 test-scm              TIMEOUT        30.08s   killed by signal 15 SIGTERM

Ok:                 46  
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            1   
	rm -fr -- /tmp/dh-xdg-rundir-0M4BCK1T
dh_auto_test: error: cd obj-riscv64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test --verbose returned exit code 1
make: *** [debian/rules:26: binary-arch] Error 25


The following patch increasing the test timeout to 5 minutes fixes it
(tested on riscv64):

--- debian/rules.old	2025-08-22 12:37:32.049301075 +0000
+++ debian/rules	2025-08-22 12:38:34.029011605 +0000
@@ -40,3 +40,6 @@
 
 override_dh_compress:
 	dh_compress --exclude=NEWS.org
+
+override_dh_auto_test:
+	dh_auto_test -- --timeout-multiplier 10


Reply to: