Your message dated Sat, 14 Feb 2026 09:52:43 +0000
with message-id <[email protected]>
and subject line Bug#1127636: fixed in frr 10.5.1-2
has caused the Debian Bug report #1127636,
regarding frr: autopkgtest small improvement
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1127636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127636
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: frr
Version: 10.5.1-1
Priority: normal

Dear Maintainer,

here is a patch to the autopkgtests that you may find useful. It shows
extra logs when there is a test failure.
diff --git a/debian/tests/bgpd-snmp-rpki b/debian/tests/bgpd-snmp-rpki
index 1a25311c67..7957a985c7 100755
--- a/debian/tests/bgpd-snmp-rpki
+++ b/debian/tests/bgpd-snmp-rpki
@@ -3,6 +3,8 @@ set -e
 
 . debian/tests/utils
 
+trap cleanup EXIT
+
 # enable bgpd with SNMP & RPKI modules
 cat >> /etc/frr/daemons << EOF
 bgpd=yes
diff --git a/debian/tests/py-frr-reload b/debian/tests/py-frr-reload
index 658f1605bb..13ab297244 100755
--- a/debian/tests/py-frr-reload
+++ b/debian/tests/py-frr-reload
@@ -4,6 +4,8 @@ set -e
 
 . debian/tests/utils
 
+trap cleanup EXIT
+
 # should have been started on install, but policy may have inhibited that
 service frr restart
 
diff --git a/debian/tests/utils b/debian/tests/utils
index 66e113cd19..b2c7b1fcde 100644
--- a/debian/tests/utils
+++ b/debian/tests/utils
@@ -24,3 +24,29 @@ Wait_for_service ()
 
 	echo " done."
 }
+
+cleanup() {
+    result=$?
+    set +e
+    if [ "$result" -ne 0 ]; then
+        echo "### Something failed, showing logs"
+        echo
+        echo "### Last 100 lines of syslog:"
+        tail -n 100 /var/log/syslog
+        echo
+        for f in /var/log/frr/*.log; do
+            if [ -f "$f" ]; then
+                echo "### Last 100 lines of $f:"
+                tail -n 100 "$f"
+                echo
+            fi
+        done
+        echo "### ps output:"
+        ps fauxwZ
+        echo
+        echo "### Last 100 dmesg lines:"
+        dmesg -T | tail -n 100 || :
+    else
+        echo "### ALL TESTS PASSED"
+    fi
+}
diff --git a/debian/tests/zebra-lo b/debian/tests/zebra-lo
index 4b8a09070e..e16ed6a7b6 100755
--- a/debian/tests/zebra-lo
+++ b/debian/tests/zebra-lo
@@ -4,6 +4,8 @@ set -e
 
 . debian/tests/utils
 
+trap cleanup EXIT
+
 # should have been started on install, but policy may have inhibited that
 service frr status >/dev/null || service frr restart
 

--- End Message ---
--- Begin Message ---
Source: frr
Source-Version: 10.5.1-2
Done: Daniel Baumann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
frr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated frr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 Feb 2026 10:30:44 +0100
Source: frr
Architecture: source
Version: 10.5.1-2
Distribution: sid
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Closes: 1127636
Changes:
 frr (10.5.1-2) sid; urgency=medium
 .
   * Adding patch from Andreas Hasenack <[email protected]> to
     make autopkgtests show extra logs when there is a test failure
     (Closes: #1127636).
   * Harmonize indenting in autopkgtests.
Checksums-Sha1:
 be4ab7d0552cf16dec20a245f6eb536107061dc1 2134 frr_10.5.1-2.dsc
 f038c7db16e4e54cd64360713eadebda31eab52c 32532 frr_10.5.1-2.debian.tar.xz
 2bcd3c37f3da35297edd93c12cd64c34906a0d6c 10958 frr_10.5.1-2_amd64.buildinfo
Checksums-Sha256:
 03a3ab89fd98bdd3e292d09b6eec3452644f429de6dca49e42824e18c3aef3e8 2134 
frr_10.5.1-2.dsc
 8424f25ee38364f9c4b6f06d9ac2e37beab4312adef188a956bdf1c1949e9613 32532 
frr_10.5.1-2.debian.tar.xz
 56b0dc817b0ed1a53e57db78d841efa09169cf9a7d188ff6529261c2db443163 10958 
frr_10.5.1-2_amd64.buildinfo
Files:
 563affe4a3a28bdd23fc069466bbd505 2134 net optional frr_10.5.1-2.dsc
 4f2c50253c1b6777224bcf0be4a3b31d 32532 net optional frr_10.5.1-2.debian.tar.xz
 944e3f44131bc5ae94e83154866cf967 10958 net optional 
frr_10.5.1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQQmmGg4gLaoSj0ERgL7tPDoCoAiLwUCaZBBPgAKCRD7tPDoCoAi
L9jBAQDbMYXdg0Hq4C2VKHpc7oW2CAPu0EaFH+79rDxMlKlrwAD+JzIOH3vKxDoP
x2ubUTzHEGH870/iXNRjQcE7M5P5/g0=
=WEer
-----END PGP SIGNATURE-----

Attachment: pgpEj023O_mqk.pgp
Description: PGP signature


--- End Message ---

Reply via email to