[DRE-maint] Bug#738434: ruby-capybara: FTBFS: ERROR: Test "ruby1.9.1" failed

David Suárez david.sephirot at gmail.com
Sun Feb 9 16:13:07 UTC 2014


Source: ruby-capybara
Version: 2.1.0-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140208 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>   1) Capybara::Session DSL #select should return value of the first option
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   2) Capybara::Session DSL #select should return value of the selected option
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   3) Capybara::Session DSL #select should allow selecting options where there are inexact matches
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   4) Capybara::Session DSL #select should allow selecting options where they are the only inexact match
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   5) Capybara::Session DSL #select should not allow selecting options where they are the only inexact match if `Capybara.exact_options = true`
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   6) Capybara::Session DSL #select should not allow selecting an option if the match is ambiguous
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   7) Capybara::Session DSL #select should return the value attribute rather than content if present
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   8) Capybara::Session DSL #select should select an option from a select box by id
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
> 
>   9) Capybara::Session DSL #select should select an option from a select box by label
>      Failure/Error: @session.visit('/form')
>      NoMethodError:
>        undefined method `mappings' for Tilt:Module
>      # ./lib/capybara/spec/test_app.rb:126:in `block in <class:TestApp>'
>      # ./lib/capybara/rack_test/browser.rb:59:in `process'
>      # ./lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
>      # ./lib/capybara/rack_test/browser.rb:21:in `visit'
>      # ./lib/capybara/rack_test/driver.rb:42:in `visit'
>      # ./lib/capybara/session.rb:193:in `visit'
>      # ./lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
>      # ./lib/capybara/spec/session/select_spec.rb:3:in `block (2 levels) in <top (required)>'
>
[cutted here]
>
> ERROR: Test "ruby1.9.1" failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/02/08/ruby-capybara_2.1.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



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