[DRE-maint] Bug#743980: FTBFS: DataObjects::Mysql::Connection it should behave like a Connection with authentication support ...

Christian Hofstaedtler zeha at debian.org
Tue Apr 8 23:12:10 UTC 2014


Package: ruby-dataobjects-mysql
Version: 0.10.13-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

In a test rebuild your package failed to build from source, with this output:

Failures:

  1) DataObjects::Mysql::Connection it should behave like a Connection with authentication support with an invalid URI should raise an error with a meaningless URI
     Failure/Error: connecting_with("#{@driver}://peekaboo$2!@#4543").should raise_error(Addressable::URI::InvalidURIError)
       expected Addressable::URI::InvalidURIError, got #<DataObjects::ConnectionError: Access denied for user 'peekaboo$2!'@'localhost' (using password: NO) (code: 1045, sql state: 28000, query: , uri: )> with backtrace:
         # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `initialize'
         # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `new'
         # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:181:in `block in new'
         # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `synchronize'
         # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `new'
         # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:121:in `new'
         # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:68:in `new'
         # /usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:113:in `block in connecting_with'
         # /usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:36:in `call'
         # /usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:36:in `matches?'
         # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:24:in `handle_matcher'
         # /usr/lib/ruby/vendor_ruby/rspec/expectations/syntax.rb:53:in `should'
         # /usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:133:in `block (3 levels) in <top (required)>'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in `instance_eval'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in `block in run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in `with_around_each_hooks'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:111:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:390:in `block in run_examples'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in `map'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in `run_examples'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:371:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `block in run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `map'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `block in run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `map'
         # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block (2 levels) in run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `map'
         # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block in run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:58:in `report'
         # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:25:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:80:in `run'
         # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:17:in `block in autorun'
     Shared Example Group: "a Connection with authentication support" called from ./spec/connection_spec.rb:20

Finished in 0.39874 seconds
77 examples, 1 failure, 1 pending

Failed examples:

rspec /usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:132 # DataObjects::Mysql::Connection it should behave like a Connection with authentication support with an invalid URI should raise an error with a meaningless URI
/usr/bin/ruby2.0 -S rspec ./spec/command_spec.rb ./spec/connection_spec.rb ./spec/encoding_spec.rb ./spec/reader_spec.rb ./spec/result_spec.rb failed
ERROR: Test "ruby2.0" failed. Exiting.



More information about the Pkg-ruby-extras-maintainers mailing list