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

Bug#1061551: sndfile-tools: Please disable autopkgtest on armhf



Source: sndfile-tools
Version: 1.5-2
Severity: serious
User: debian-arm@lists.debian.org
Usertags: 32bit-stackclash
Tags: patch

Hi,

the autopkgtest "upstream-tests" is currently failing on armhf due to
valgrind bug https://bugs.debian.org/1061496.

 tests/test-wrapper.sh: line 15: 2957099 Segmentation fault      $valgrind $@ > $logfile 2>&1
 valgrind /usr/bin/sndfile-generate-chirp : ok
 valgrind /usr/bin/sndfile-resample    : 1 errors, 0 bytes leaked
 valgrind /usr/bin/sndfile-resample    : 1 errors, 0 bytes leaked
 valgrind /usr/bin/sndfile-resample    : 1 errors, 0 bytes leaked
 valgrind /usr/bin/sndfile-spectrogram : 0 errors, 280 bytes leaked
 valgrind /usr/bin/sndfile-waveform    : 0 errors, 336 bytes leaked

Please disable the test for now, it can be re-enabled once the valgrind
issue is fixed. Patch attached.

Thanks,
  Emanuele
diff -Nru sndfile-tools-1.5/debian/changelog sndfile-tools-1.5/debian/changelog
--- sndfile-tools-1.5/debian/changelog	2022-09-28 18:49:01.000000000 +0200
+++ sndfile-tools-1.5/debian/changelog	2024-01-26 11:02:37.000000000 +0100
@@ -1,3 +1,10 @@
+sndfile-tools (1.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't run autopkgtests on armhf due to valgrind bug #1061496. (Closes: #XXX)
+
+ -- Emanuele Rocca <ema@debian.org>  Fri, 26 Jan 2024 11:02:37 +0100
+
 sndfile-tools (1.5-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru sndfile-tools-1.5/debian/tests/control sndfile-tools-1.5/debian/tests/control
--- sndfile-tools-1.5/debian/tests/control	2022-09-28 18:49:01.000000000 +0200
+++ sndfile-tools-1.5/debian/tests/control	2024-01-26 11:02:36.000000000 +0100
@@ -2,3 +2,4 @@
 Depends:
  valgrind,
  @,
+Architecture: !armhf

Reply to: