#1141089 aflplusplus: FTBFS: Build killed with signal TERM after 150 minutes of inactivity

Package:
src:aflplusplus
Source:
src:aflplusplus
Submitter:
Andrey Rakhmatullin
Date:
2026-07-20 08:12:02 UTC
Severity:
normal
Tags:
#1141089#12
Date:
2026-07-14 08:31:05 UTC
From:
To:
Does anything use the Python support in aflplusplus?

Dropping python3-dev from Build-Depends seems to be enough to do this,
i.e. reverting [1].


[1] https://salsa.debian.org/pkg-security-team/aflplusplus/-/commit/e03fa356728a61932943d12cd0d93357b9268119

#1141089#17
Date:
2026-07-20 07:28:48 UTC
From:
To:
Le 14/07/2026 à 10:31, Graham Inggs a écrit :

Even after dropping python3-dev from Build-Depends, aflpluplus build
hangs in tests (a python script).

Cheers,

#1141089#22
Date:
2026-07-20 08:10:07 UTC
From:
To:
Dear maintainer,

I've prepared an NMU for aflplusplus (versioned as 4.33c-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should cancel it.

Regards.

diffstat for aflplusplus-4.33c aflplusplus-4.33c

 changelog              |    7 +++++++
 patches/afl-cmin-hangs |   16 ++++++++++++++++
 patches/series         |    1 +
 3 files changed, 24 insertions(+)

diff -Nru aflplusplus-4.33c/debian/changelog aflplusplus-4.33c/debian/changelog
--- aflplusplus-4.33c/debian/changelog	2026-02-01 10:15:31.000000000 +0100
+++ aflplusplus-4.33c/debian/changelog	2026-07-20 09:53:30.000000000 +0200
@@ -1,3 +1,10 @@
+aflplusplus (4.33c-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable afl-cmin test (Closes: #1141089)
+
+ -- Stéphane Glondu <glondu@debian.org>  Mon, 20 Jul 2026 09:53:30 +0200
+
 aflplusplus (4.33c-1.1) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru aflplusplus-4.33c/debian/patches/afl-cmin-hangs aflplusplus-4.33c/debian/patches/afl-cmin-hangs
--- aflplusplus-4.33c/debian/patches/afl-cmin-hangs	1970-01-01 01:00:00.000000000 +0100
+++ aflplusplus-4.33c/debian/patches/afl-cmin-hangs	2026-07-20 09:53:30.000000000 +0200
@@ -0,0 +1,16 @@
+From: Stéphane Glondu <glondu@debian.org>
+Subject: [PATCH] Disable afl-cmin test
+
+Bug-Debian: https://bugs.debian.org/1141089
+
+--- aflplusplus-4.33c.orig/test/test-basic.sh
++++ aflplusplus-4.33c/test/test-basic.sh
+@@ -83,7 +83,7 @@ $ECHO "$BLUE[*] Testing: ${AFL_COMPILER}
+     }
+     echo 000000000000000000000000 > in/in2
+     echo 111 > in/in3
+-    test "$OS" = "Darwin" && {
++    true && {
+       $ECHO "$GREY[*] afl-cmin not available on macOS, cannot test afl-cmin"
+     } || {
+       mkdir -p in2
diff -Nru aflplusplus-4.33c/debian/patches/series aflplusplus-4.33c/debian/patches/series
--- aflplusplus-4.33c/debian/patches/series	2026-02-01 10:15:31.000000000 +0100
+++ aflplusplus-4.33c/debian/patches/series	2026-07-20 09:53:30.000000000 +0200
@@ -2,3 +2,4 @@
 Disable-builds-trying-to-access-network.patch
 Ignore-laf-intel-compcov-test-failure-for-s390x-arch.patch
 Disable-unit_-rand-hash-tests.patch
+afl-cmin-hangs