Source: network-manager Version: 1.48.4-1 Severity: normal Tags: ftbfs patch
Dear Maintainer, The build fails here: =================================== 73/73 ==================================== test: check-local-tests-client start time: 21:36:42 duration: 120.18s result: killed by signal 15 SIGTERM command: ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 LIBTOOL='' UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=93 /<<PKGBUILDDIR>>/src/tests/client/test-client.sh /<<PKGBUILDDIR>>/obj-hppa-linux-gnu /<<PKGBUILDDIR>> /usr/bin/python3 -- TestNmcli ============================================================================== Summary of Failures: 73/73 check-local-tests-client TIMEOUT 120.18s killed by signal 15 SIGTERM Ok: 72 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 1 dh_auto_test: error: cd obj-hppa-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test returned exit code 1 Full log is here: https://buildd.debian.org/status/fetch.php?pkg=network-manager&arch=hppa&ver=1.48.4-1&stamp=1720301948&raw=0 I changed the timeout for the test to 240 seconds and the test passes: 73/73 check-local-tests-client OK 132.97s Ok: 73 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log is here: https://buildd.debian.org/status/fetch.php?pkg=network-manager&arch=hppa&ver=1.48.4-1&stamp=1720379156&raw=0 Attached is a patch to change the timeout for the test. Please install. Regards, Dave Anglin -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 6.10.0-rc6+ (SMP w/4 CPU threads) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
Index: network-manager-1.48.4/src/tests/client/meson.build =================================================================== --- network-manager-1.48.4.orig/src/tests/client/meson.build +++ network-manager-1.48.4/src/tests/client/meson.build @@ -13,7 +13,7 @@ test( env: [ 'LIBTOOL=', ], - timeout: 120, + timeout: 240, ) if enable_nm_cloud_setup
_______________________________________________ Pkg-utopia-maintainers mailing list Pkg-utopia-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers