Your message dated Sun, 11 Dec 2016 16:35:21 +0000
with message-id <e1cg75t-000cwm...@fasolo.debian.org>
and subject line Bug#847741: fixed in ruby-bunny 2.6.1-2
has caused the Debian Bug report #847741,
regarding ruby-bunny: FTBFS: Bunny::Session initialized via connection URI 
handles amqp:// URIs w/o path part
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.)


-- 
847741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-bunny
Version: 2.6.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Dear Maintainer,

ruby-bunny fails to build from source in unstable/amd64:

  […]

  Bunny::Exchange
    recovery
      recovers exchange bindings, unless already unbound
  
  Bunny::VersionedDeliveryTag#stale?
    when delivery tag version < provided version
      returns true
    when delivery tag version = provided version
      returns false
    when delivery tag version > provided version
      returns true
  
  Failures:
  
    1) Bunny::Session initialized via connection URI handles amqp:// URIs w/o 
path part
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:24:in `block (3 
levels) in <top (required)>'
  
    2) Bunny::Session initialized with all defaults provides a way to fine tune 
socket options
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:54:in `block (3 
levels) in <top (required)>'
  
    3) Bunny::Session initialized with all defaults successfully negotiates the 
connection
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:62:in `block (3 
levels) in <top (required)>'
  
    4) Bunny::Session initialized with TCP connection timeout = 5 successfully 
connects
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:82:in `block (3 
levels) in <top (required)>'
  
    5) Bunny::Session initialized with :channel_max => 4096 negotiates channel 
max to be 1024
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:310:in `block 
(3 levels) in <top (required)>'
  
    6) Bunny::Session initialized with a custom logger object uses provided 
logger
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/connection_spec.rb:548:in `block 
(3 levels) in <top (required)>'
  
    7) A server-named Bunny::Queue can be bound to a pre-declared exchange
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:61:in `block (2 
levels) in <top (required)>'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:66:in `block (2 
levels) in <top (required)>'
  
    8) A server-named Bunny::Queue can be unbound from a pre-declared exchange
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:61:in `block (2 
levels) in <top (required)>'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:76:in `block (2 
levels) in <top (required)>'
  
    9) A server-named Bunny::Queue can be bound to a custom exchange
       Failure/Error: @origin_thread.raise(e)
  
       Bunny::NotAllowedError:
         Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
       # ./lib/bunny/session.rb:1157:in `raise'
       # ./lib/bunny/session.rb:1157:in `open_connection'
       # ./lib/bunny/session.rb:304:in `start'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:61:in `block (2 
levels) in <top (required)>'
       # ./spec/higher_level_api/integration/queue_bind_spec.rb:87:in `block (2 
levels) in <top (required)>'
  
    10) A server-named Bunny::Queue can be bound from a custom exchange
        Failure/Error: @origin_thread.raise(e)
  
        Bunny::NotAllowedError:
          Connection-level error: NOT_ALLOWED - access to vhost '/' refused for 
user 'guest'
        # ./lib/bunny/session.rb:1157:in `raise'
        # ./lib/bunny/session.rb:1157:in `open_connection'
        # ./lib/bunny/session.rb:304:in `start'
        # ./spec/higher_level_api/integration/queue_bind_spec.rb:61:in `block 
(2 levels) in <top (required)>'
        # ./spec/higher_level_api/integration/queue_bind_spec.rb:98:in `block 
(2 levels) in <top (required)>'
  
  Finished in 6 minutes 45 seconds (files took 0.31765 seconds to load)
  636 examples, 10 failures
  
  Failed examples:
  
  rspec ./spec/higher_level_api/integration/connection_spec.rb:22 # 
Bunny::Session initialized via connection URI handles amqp:// URIs w/o path part
  rspec ./spec/higher_level_api/integration/connection_spec.rb:52 # 
Bunny::Session initialized with all defaults provides a way to fine tune socket 
options
  rspec ./spec/higher_level_api/integration/connection_spec.rb:60 # 
Bunny::Session initialized with all defaults successfully negotiates the 
connection
  rspec ./spec/higher_level_api/integration/connection_spec.rb:80 # 
Bunny::Session initialized with TCP connection timeout = 5 successfully connects
  rspec ./spec/higher_level_api/integration/connection_spec.rb:309 # 
Bunny::Session initialized with :channel_max => 4096 negotiates channel max to 
be 1024
  rspec ./spec/higher_level_api/integration/connection_spec.rb:546 # 
Bunny::Session initialized with a custom logger object uses provided logger
  rspec ./spec/higher_level_api/integration/queue_bind_spec.rb:65 # A 
server-named Bunny::Queue can be bound to a pre-declared exchange
  rspec ./spec/higher_level_api/integration/queue_bind_spec.rb:75 # A 
server-named Bunny::Queue can be unbound from a pre-declared exchange
  rspec ./spec/higher_level_api/integration/queue_bind_spec.rb:86 # A 
server-named Bunny::Queue can be bound to a custom exchange
  rspec ./spec/higher_level_api/integration/queue_bind_spec.rb:97 # A 
server-named Bunny::Queue can be bound from a custom exchange
  
  /usr/bin/ruby2.3 /usr/bin/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_recover_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/connection_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/merry_go_round_spec.rb 
spec/higher_level_api/integration/message_properties_access_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_declare_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/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/concurrent/synchronized_sorted_set_spec.rb 
spec/unit/exchange_recovery_spec.rb spec/unit/version_delivery_tag_spec.rb 
--format documentation failed
  Stopping and halting node bunny@5d1369470cc7 ...
  Gracefully halting Erlang VM
  ERROR: Test "ruby2.3" failed. Exiting.
  dh_auto_install: dh_ruby --install «BUILDDIR»/debian/ruby-bunny returned exit 
code 1
  debian/rules:10: recipe for target 'override_dh_auto_install' failed
  make[1]: *** [override_dh_auto_install] Error 1
  make[1]: Leaving directory '«BUILDDIR»'
  debian/rules:6: recipe for target 'binary' failed
  make: *** [binary] Error 2
  dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
2
  

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: ruby-bunny.2.6.1-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: ruby-bunny
Source-Version: 2.6.1-2

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 847...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@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: Sun, 11 Dec 2016 14:10:15 -0200
Source: ruby-bunny
Binary: ruby-bunny
Architecture: source
Version: 2.6.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Description:
 ruby-bunny - Synchronous Ruby AMQP client
Closes: 847741
Changes:
 ruby-bunny (2.6.1-2) unstable; urgency=medium
 .
   * debian/ruby-tests.rake: wait for rabbitmq-server to be online before
     starting the tests (Closes: #847741)
Checksums-Sha1:
 56330777637803afb91be1207af941eba12b0348 2127 ruby-bunny_2.6.1-2.dsc
 aa2bd9960a717c628136ede5184e80b679f8031a 4072 ruby-bunny_2.6.1-2.debian.tar.xz
Checksums-Sha256:
 b69e23d212575837f432b601596da4b7d808b8ef88a2c9896dda10954041b802 2127 
ruby-bunny_2.6.1-2.dsc
 4dd94e8d4f12765e1266a23cc95e67957eec348c863c6610a963ee0c9740a24b 4072 
ruby-bunny_2.6.1-2.debian.tar.xz
Files:
 6c22acfd19e4eb36de6b65a711492aae 2127 ruby optional ruby-bunny_2.6.1-2.dsc
 b8c21604f4d9e9254df152fe29ed8c99 4072 ruby optional 
ruby-bunny_2.6.1-2.debian.tar.xz

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

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAlhNfKUACgkQ/A2xu81G
C97twhAAw1i/WaM+npwKTMa+h8SGbQPTSItLwDoIrA+aNO3NoEPWAqSsEElmEbX+
mozB73qr27ujdwJM59d0rRiYe/gODgwWiYkhS78zMJuUbeaKDch2d3kzsF2hfiVb
+r5+yg0wYQ4W/RgYFo5fkYpTVbDkWLu/SvPLom0mwH1ezz7bi7Mys5iC6/w6K77u
L7OIgv5iAftXRGo1EnNh/LtSm6LYXv4pjxM/r4jpQtDgq198LiTNbHgZBnRgT6Oq
a5Pkqa9bKjFE9V9cMfCnBtep6vY1XtG2jEVlJEe+ThhHD9qPn8kqG39Zf4yxt99W
H0Zrfp1hLUPttdiZET/wLh49Cx/TptJoitV2H44sjQ8gc/LTtfJsbS+QuBSmKZQe
hkL7xotW9W04e84PKMVqqvy8ghtPQPPwfVF4WFu4m5/44tgmVFE004xroL5awqlX
xfkIfx+VXr3lA36KB0Hwmvf1xjxFyNn2jqztmmqjBbew5nkkQQgROWx5By3L9MqZ
6YHbVjGraFGBQ3RMRQZR2W5C8SjVM2De2mztA3VxTey6wbIgt4++VQVyxe8qwfe3
MkRid6QdAeJu2j2+Au9jBcmBOrxcHRSnWoJJ355gQhnho/aiGBco+UJLoc3WJAVG
Yh7D2a4S3WCoRgvFkEh3gwOfGxwSN07BQvTM1KhnjJmDeRSkQW8=
=kXei
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to