Your message dated Thu, 11 Jun 2026 09:50:11 +0000
with message-id <[email protected]>
and subject line Bug#1138887: fixed in rabbitmq-server 4.3.0-3
has caused the Debian Bug report #1138887,
regarding rabbitmq-server: autopkgtest fails because of disabled deprecated 
feature transient_nonexcl_queues
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.)


-- 
1138887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138887
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rabbitmq-server
Version: 4.3.0-2
Severity: important
Tags: patch

Dear Maintainer,

Appears that rabbitmq-server 4.3.0-2 cannot go to testing because of
some failures in its autopkgtests. The problem is that the tests use a
deprecated feature transient_nonexcl_queues, which is now disabled by
default.

In order to fix the tests you can use the attached patch that just
adds the 'durable=True' argument to some queue_declare calls.

If you want to keep the transient_nonexcl_queues enabled to impose less
disruption to the users, you'd have to put

deprecated_features.permit.transient_nonexcl_queues = true

into the rabbitmq-server config file. Though the rabbitmq-server package
does not include any config file, so it might be not as trivial as
a one-liner patch.

Cheers!

-- System Information:
Debian Release: 13.5
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable-debug'), (500, 
'proposed-updates'), (500, 'oldstable-security'), (500, 
'oldstable-proposed-updates'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental'), (1, 'unstable'), (1, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.12.90+deb13.1-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru rabbitmq-server-4.3.0/debian/tests/hello-world 
rabbitmq-server-4.3.0/debian/tests/hello-world
--- rabbitmq-server-4.3.0/debian/tests/hello-world      2026-05-19 
12:53:35.000000000 +0300
+++ rabbitmq-server-4.3.0/debian/tests/hello-world      2026-05-19 
12:53:35.000000000 +0300
@@ -12,7 +12,7 @@
 connection = pika.BlockingConnection(pika.ConnectionParameters('localhost'))
 channel = connection.channel()
 
-channel.queue_declare(queue='hello', durable=True)
+channel.queue_declare(queue='hello')
 
 channel.basic_publish(exchange='',
                       routing_key='hello',
@@ -28,7 +28,7 @@
     connection = 
pika.BlockingConnection(pika.ConnectionParameters(host='localhost'))
     channel = connection.channel()
 
-    channel.queue_declare(queue='hello', durable=True)
+    channel.queue_declare(queue='hello')
 
     def callback(ch, method, properties, body):
         print(f" [x] Received {body}")
diff -Nru rabbitmq-server-4.3.0/debian/tests/rpc 
rabbitmq-server-4.3.0/debian/tests/rpc
--- rabbitmq-server-4.3.0/debian/tests/rpc      2026-05-19 12:53:35.000000000 
+0300
+++ rabbitmq-server-4.3.0/debian/tests/rpc      2026-05-19 12:53:35.000000000 
+0300
@@ -14,7 +14,7 @@
 
 channel = connection.channel()
 
-channel.queue_declare(queue='rpc_queue', durable=True)
+channel.queue_declare(queue='rpc_queue')
 
 def fib(n):
     if n == 0:

--- End Message ---
--- Begin Message ---
Source: rabbitmq-server
Source-Version: 4.3.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rabbitmq-server, 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.
Thomas Goirand <[email protected]> (supplier of updated rabbitmq-server 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: Thu, 11 Jun 2026 11:12:14 +0200
Source: rabbitmq-server
Architecture: source
Version: 4.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1138887 1139624
Changes:
 rabbitmq-server (4.3.0-3) unstable; urgency=medium
 .
   * Add do-not-deprecate-transient_nonexcl_queues.patch, thanks to Sergei
     Golovan <[email protected]> (Closes: #1138887).
   * Add erlang-29.patch thanks to Sergei Golovan also (Closes: #1139624).
Checksums-Sha1:
 04a6bba1cb9cfaa778b829694fbc13ff001a112f 2720 rabbitmq-server_4.3.0-3.dsc
 bc64db2e9c2d1e49f5d9a84b5e9095921e347497 47116 
rabbitmq-server_4.3.0-3.debian.tar.xz
 3389765c18cdb000ce64e2aa54071a8382af9f9e 8861 
rabbitmq-server_4.3.0-3_amd64.buildinfo
Checksums-Sha256:
 da4a639c4df55d3101c5581371a1dfb7555aca368d0744e951ecd55ce5ac3886 2720 
rabbitmq-server_4.3.0-3.dsc
 add73c7233aa07fd756aaf7803cb9f7a934be810edcff3b78b86cf5f7bc8761b 47116 
rabbitmq-server_4.3.0-3.debian.tar.xz
 aee5d5d1dfcb5e36de0944b4e909b19935a67a20070d2b1a481a4acc1b72082e 8861 
rabbitmq-server_4.3.0-3_amd64.buildinfo
Files:
 1bee86e60025e52fa3834e7e4f708f07 2720 net optional rabbitmq-server_4.3.0-3.dsc
 fd09ec6320ba1881ec0226ab8a891368 47116 net optional 
rabbitmq-server_4.3.0-3.debian.tar.xz
 1c217b3633a3e92293686b800ee08de5 8861 net optional 
rabbitmq-server_4.3.0-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmoqfwUACgkQ1BatFaxr
Q/5slg/+OpN8sm+CIOOuCt9WQ05yzyCUPBmPSnBH+mAsG0JnO8azJ95dKQL/SRpC
urJ1FZPOQ18PVOSYyUQffOs8ljRugxmI0VFo5yVtFybv4jRAr4oH70p2yYiCrGez
v4cdBTiJF4dgkCh9A0SPD3xxA9d0Xa2k72Ndw4DbzCfKQU+H3OH/pAXvuxkSu+sK
zJqR4hD6Awdf6a8V5/BNBgCXMbbTG89BmnNs9cvF50Gr8DFlqf5L+QasUIFu9du0
YjRElFZTpjdPXn38/PxIwv+LwFCdHwXg0fzxJreHcMu/D4M8DKKPQArMJ1g5mKkx
HuOrvU2/oaI39u8h0uh4uJW9TOmBdAGSfGMYHf1yUDRFFRUHot6os4qvyDRz7pWs
VtV/eyXpCh8xlS5kZPYEdh5fIksu7RytstKdlQbVZ5tGi2ekrynkvxcmGqtV2qnF
haqC0G1MMnVzadH2OpBFDJpC4I7WaRnDDlRxi6US4Wn5abAaTZlJPNIBVF8N7v97
ASjUd2ySCD4isrYuY6B3JLtMDKeHEdu5xWyRYgJ1N+xmAmuy6gk6a4/FD/EQLjOG
VirBNjccLPokIFAJjxSqH9BUxjoV/8AZj3CGeNmJFGQ5rUpQQxtamTzs6AzC2H+9
ZWxPQKB3GK5qtDw1//PbMZnzzh0KwxuGenZ5fm1Ib6FTJw7u5Qs=
=UJBr
-----END PGP SIGNATURE-----

Attachment: pgpmXRZbKx0Rn.pgp
Description: PGP signature


--- End Message ---

Reply via email to