ManageIQ / polisher

Polisher is a Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications.
MIT License
14 stars 14 forks source link

Test failure: uninitialized constant ActiveSupport::Autoload #69

Closed Fryguy closed 10 years ago

Fryguy commented 10 years ago

Sporadically failing on different Rubies, but I can't reproduce locally. This partucular one is with Ruby 2.0, but it happened with 1.9.3 as well.

https://travis-ci.org/ManageIQ/polisher/jobs/23225407

/home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/number_helper.rb:3:in `<module:NumberHelper>': uninitialized constant ActiveSupport::Autoload (NameError)
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/number_helper.rb:2:in `<module:ActiveSupport>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/number_helper.rb:1:in `<top (required)>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext/numeric/conversions.rb:2:in `require'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext/numeric/conversions.rb:2:in `<top (required)>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext/numeric.rb:3:in `require'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext/numeric.rb:3:in `<top (required)>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext.rb:2:in `require'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext.rb:2:in `block in <top (required)>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext.rb:1:in `each'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/activesupport-4.1.0/lib/active_support/core_ext.rb:1:in `<top (required)>'
from /home/travis/build/ManageIQ/polisher/lib/polisher/rpm/spec.rb:8:in `require'
from /home/travis/build/ManageIQ/polisher/lib/polisher/rpm/spec.rb:8:in `<top (required)>'
from /home/travis/build/ManageIQ/polisher/spec/spec_helper.rb:14:in `require'
from /home/travis/build/ManageIQ/polisher/spec/spec_helper.rb:14:in `<top (required)>'
from /home/travis/build/ManageIQ/polisher/spec/core_spec.rb:6:in `require'
from /home/travis/build/ManageIQ/polisher/spec/core_spec.rb:6:in `<top (required)>'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `load'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `block in load_spec_files'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `each'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `load_spec_files'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/command_line.rb:22:in `run'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/runner.rb:80:in `run'
from /home/travis/.rvm/gems/ruby-2.0.0-p353/gems/rspec-core-2.14.8/lib/rspec/core/runner.rb:17:in `block in autorun'