Your message dated Mon, 02 Jan 2023 13:22:19 +0000
with message-id <e1pcklf-009h7n...@fasolo.debian.org>
and subject line Bug#1027067: fixed in ruby-bunny 2.19.0-2
has caused the Debian Bug report #1027067,
regarding ruby-bunny: FTBFS with ruby-rspec 3.12: ERROR: Test "ruby3.1" failed: 
     Failure/Error: expect(ch).to receive(:exchange_bind).with(src1, dst, 
routing_key: "abc")
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 ow...@bugs.debian.org
immediately.)


-- 
1027067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-bunny
Version: 2.19.0-1
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby-rspec-3.12

Hi,

I'm about to upload ruby-rspec 3.12. During a test rebuild with that version,
ruby-bunny failed to build.

Relevant part of the build log (hopefully):
>      Failure/Error: expect(ch).to receive(:exchange_bind).with(src1, dst, 
> routing_key: "abc")
> 
>        #<InstanceDouble(Bunny::Channel) (anonymous)> received :exchange_bind 
> with unexpected arguments
>          expected: (#<Bunny::Exchange:0x00007f6e848ee488 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="s...nowait=>false}, @durable=nil, @auto_delete=nil, @internal=nil, 
> @arguments=nil, @bindings=#<Set: {}>>, #<Bunny::Exchange:0x00007f6e848f1840 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="d...o_delete=nil, @internal=nil, @arguments=nil, @bindings=#<Set: 
> {}>>, :opts=>{:routing_key=>"jkl"}}}>>, {:routing_key=>"abc"}) (keyword 
> arguments)
>               got: (#<Bunny::Exchange:0x00007f6e848ee488 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="s...nowait=>false}, @durable=nil, @auto_delete=nil, @internal=nil, 
> @arguments=nil, @bindings=#<Set: {}>>, #<Bunny::Exchange:0x00007f6e848f1840 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="d...o_delete=nil, @internal=nil, @arguments=nil, @bindings=#<Set: 
> {}>>, :opts=>{:routing_key=>"jkl"}}}>>, {:routing_key=>"abc"}) (1 time)
>                    (#<Bunny::Exchange:0x00007f6e848f3ed8 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="s...nowait=>false}, @durable=nil, @auto_delete=nil, @internal=nil, 
> @arguments=nil, @bindings=#<Set: {}>>, #<Bunny::Exchange:0x00007f6e848f1840 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="d...o_delete=nil, @internal=nil, @arguments=nil, @bindings=#<Set: 
> {}>>, :opts=>{:routing_key=>"jkl"}}}>>, {:routing_key=>"ghi"}) (1 time)
>                    (#<Bunny::Exchange:0x00007f6e848f2b78 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="s...nowait=>false}, @durable=nil, @auto_delete=nil, @internal=nil, 
> @arguments=nil, @bindings=#<Set: {}>>, #<Bunny::Exchange:0x00007f6e848f1840 
> @channel=#<InstanceDouble(Bunny::Channel) (anonymous)>, 
> @name="d...o_delete=nil, @internal=nil, @arguments=nil, @bindings=#<Set: 
> {}>>, :opts=>{:routing_key=>"jkl"}}}>>, {:routing_key=>"jkl"}) (1 time) 
> (options hash)
>      # ./spec/unit/exchange_recovery_spec.rb:31:in `block (3 levels) in 
> <module:Bunny>'
> 
> Finished in 4 minutes 0.2 seconds (files took 0.24523 seconds to load)
> 324 examples, 1 failure
> 
> Failed examples:
> 
> rspec ./spec/unit/exchange_recovery_spec.rb:7 # Bunny::Exchange recovery 
> recovers exchange bindings, unless already unbound
> 
> /usr/bin/ruby3.1 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/exe/rspec 
> spec/higher_level_api/integration/basic_ack_spec.rb 
> spec/higher_level_api/integration/basic_cancel_spec.rb 
> spec/higher_level_api/integration/basic_consume_spec.rb 
> spec/higher_level_api/integration/basic_consume_with_objects_spec.rb 
> spec/higher_level_api/integration/basic_get_spec.rb 
> spec/higher_level_api/integration/basic_nack_spec.rb 
> spec/higher_level_api/integration/basic_publish_spec.rb 
> spec/higher_level_api/integration/basic_qos_spec.rb 
> spec/higher_level_api/integration/basic_reject_spec.rb 
> spec/higher_level_api/integration/basic_return_spec.rb 
> spec/higher_level_api/integration/channel_close_spec.rb 
> spec/higher_level_api/integration/channel_open_spec.rb 
> spec/higher_level_api/integration/consumer_cancellation_notification_spec.rb 
> spec/higher_level_api/integration/dead_lettering_spec.rb 
> spec/higher_level_api/integration/exchange_bind_spec.rb 
> spec/higher_level_api/integration/exchange_declare_spec.rb 
> spec/higher_level_api/integration/exchange_delete_spec.rb 
> spec/higher_level_api/integration/exchange_unbind_spec.rb 
> spec/higher_level_api/integration/exclusive_queue_spec.rb 
> spec/higher_level_api/integration/heartbeat_spec.rb 
> spec/higher_level_api/integration/predeclared_exchanges_spec.rb 
> spec/higher_level_api/integration/publisher_confirms_spec.rb 
> spec/higher_level_api/integration/publishing_edge_cases_spec.rb 
> spec/higher_level_api/integration/queue_bind_spec.rb 
> spec/higher_level_api/integration/queue_delete_spec.rb 
> spec/higher_level_api/integration/queue_purge_spec.rb 
> spec/higher_level_api/integration/queue_unbind_spec.rb 
> spec/higher_level_api/integration/read_only_consumer_spec.rb 
> spec/higher_level_api/integration/sender_selected_distribution_spec.rb 
> spec/higher_level_api/integration/tx_commit_spec.rb 
> spec/higher_level_api/integration/tx_rollback_spec.rb 
> spec/higher_level_api/integration/with_channel_spec.rb 
> spec/issues/issue100_spec.rb spec/issues/issue141_spec.rb 
> spec/issues/issue202_spec.rb spec/issues/issue224_spec.rb 
> spec/issues/issue465_spec.rb spec/issues/issue609_spec.rb 
> spec/issues/issue78_spec.rb spec/issues/issue83_spec.rb 
> spec/issues/issue97_spec.rb 
> spec/lower_level_api/integration/basic_cancel_spec.rb 
> spec/lower_level_api/integration/basic_consume_spec.rb 
> spec/unit/bunny_spec.rb spec/unit/concurrent/atomic_fixnum_spec.rb 
> spec/unit/concurrent/condition_spec.rb 
> spec/unit/concurrent/linked_continuation_queue_spec.rb 
> spec/unit/exchange_recovery_spec.rb spec/unit/version_delivery_tag_spec.rb 
> --format documentation failed
> Stopping and halting node bunny@lemur ...
> Gracefully halting Erlang VM
> pkill: killing pid 1616 failed: Operation not permitted
> ERROR: Test "ruby3.1" failed: 

The ull build log is attached.

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

Attachment: ruby-bunny.log.gz
Description: application/gzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-bunny
Source-Version: 2.19.0-2
Done: HIGUCHI Daisuke (VDR dai) <d...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-bunny, 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 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <d...@debian.org> (supplier of updated ruby-bunny 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 02 Jan 2023 21:17:53 +0900
Source: ruby-bunny
Architecture: source
Version: 2.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Closes: 1027067
Changes:
 ruby-bunny (2.19.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Antonio Terceiro ]
   * debian/rules: exclude benchmarks/profiling scripts from installation.
     This requires gem2deb >= 1.6
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * fix FTBFS with ruby-rspec-3.12 (Closes: #1027067)
   * eliminate lintian warning: trailing-whitespace
   * eliminate lintian warning: patch-not-forwarded-upstream
   * Drop XS-Ruby-Version and XB-Ruby-Version.
   * Bump Standards-Version to 4.6.1
Checksums-Sha1:
 725636ca7adf9c15bc2b743edd7948ebdf5e1858 2175 ruby-bunny_2.19.0-2.dsc
 e23c01b1b6fe2537aff4e049de44d088a2696b4d 7360 ruby-bunny_2.19.0-2.debian.tar.xz
Checksums-Sha256:
 a370f459f3210c2783576d397a6d620942fdb0cbe749da5dba241d50e414a988 2175 
ruby-bunny_2.19.0-2.dsc
 54e6fc94790e923c1affc22aa4c009e52d1cd9d93f08c4ae5f0f3ac8dc5260ed 7360 
ruby-bunny_2.19.0-2.debian.tar.xz
Files:
 59d7442ec0652eeba9df65e890883a75 2175 ruby optional ruby-bunny_2.19.0-2.dsc
 d702dbbb6ec854c6016c5043076825db 7360 ruby optional 
ruby-bunny_2.19.0-2.debian.tar.xz

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

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAmOy0TAACgkQeDlhndQ5
Zo7HTRAAyRqak6k8iA3MrPNZFJQb4Ij89lATfhbsjrRRiU3l0u2Hp6ab2c2+/CBG
tA5P44hjVy5qY2qkHLJ5vwQCzOyldbkq95I5SiFhRKqi17HGMlQC9q3rRNoSNe8A
rTKBAKMvAO2qDupwE3YcbATFslfzZZrTWzl4aNNhpDo9PMGcwNOHOA2p60PFTEpO
ETXKvqF7RQRNFMMCsGa4kC/8iP3OIMfsnOmdp0mWHNyT79RDM+yeqeXOqkeOH5x5
cMYLcw/OEc7HfjVq/nwMM88lZz8seNRPvEedWGIvzOdaACJbdZqgY5I5+hchO7Cg
IGl2PpXJ1WBMzZymJ2rjWv4fzXHEO98b1Q3oeRax6Tds13MDgyUJt/RxrXW0bMOb
mwB8dzNYepbuOa0w0VH2nQEhrgVRgh4vzZT6pRd/OeNEAWOUJX+6kyTRoyKFNTop
ZDYI5Y7x3RpWfsgwe2P0IuV+FxW9OlGOlepu2mhioFRaSUW14bSyHZQoZPZ6jtEz
e9DKR5rGkMRT1Ll6v2VqxGriqMYrdb1Hpycpm5uILPuJCKGBgCKEvYe7ZXcBCZ8R
jRhr8EZVYAEnv7eJqMY9+iYtxE3jzP3swMtxUntN2xPiT4ZFWEUme2jwIl/w6ZRm
lm8gAFgAOvfWqYNJl21LO2ezXvWmxVl4dp+DX/zYLCP+C/QRRYA=
=gMf3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to