Skip to content

Instantly share code, notes, and snippets.

@awead
Created April 22, 2013 20:36
Show Gist options
  • Save awead/5438313 to your computer and use it in GitHub Desktop.
Save awead/5438313 to your computer and use it in GitHub Desktop.
running rake ci
[Hydra CI] hydra-core
Generating rails app
Copying gemfile
Copying generator
Bundle install
running test_app_generator
insert config/routes.rb
create app/models/generic_content.rb
create app/controllers/downloads_controller.rb
create spec/fixtures/hydrangea_fixture_mods_article1.foxml.xml
create spec/fixtures/hydra_test_generic_content.foxml.xml
create lib/tasks/rspec.rake
warning GENERATING BL
generate blacklight
Updating Mime Types
insert config/initializers/mime_types.rb
gemfile unicode
gemfile devise
gemfile devise-guests (~> 0.3)
run bundle install from "."
/Users/adamw/.rbenv/versions/1.9.3-p286/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [actionmailer-3.2.12, actionpack-3.2.12, active-fedora-6.0.0, activemodel-3.2.12, activerecord-3.2.12, activeresource-3.2.12, activesupport-3.2.12, addressable-2.3.4, arel-3.0.2, backports-3.3.0, bcrypt-ruby-3.0.1, blacklight-4.2.0, block_helpers-0.3.3, bootstrap-sass-2.2.2.0, builder-3.0.4, cancan-1.6.9, childprocess-0.3.9, daemons-1.1.9, deprecation-0.0.5, devise-2.2.3, diff-lcs-1.2.4, equivalent-xml-0.3.0, erubis-2.7.0, factory_girl-4.2.0, factory_girl_rails-4.2.1, fastercsv-1.5.5, ffi-1.7.0, hike-1.2.2, hooks-0.2.2, i18n-0.6.4, jettywrapper-1.4.1, journey-1.0.4, json-1.7.7, kaminari-0.14.1, logger-1.2.8, mail-2.4.4, marc-0.5.0, mediashelf-loggable-0.4.9, mime-types-1.23, multi_json-1.7.2, nokogiri-1.5.9, nom-xml-0.5.1, om-2.0.0, orm_adapter-0.4.0, polyglot-0.3.3, rack-1.4.5, rack-cache-1.2, rack-ssl-1.3.3, rack-test-0.6.2, rails-3.2.12, railties-3.2.12, rake-10.0.4, rdf-1.0.5, rdf-rdfxml-1.0.1, rdf-xsd-1.0.0, rdoc-3.12.2, rest-client-1.6.7, rsolr-1.0.9, rspec-core-2.13.1, rspec-expectations-2.13.0, rspec-mocks-2.13.1, rspec-rails-2.13.0, rubydora-1.6.1, sass-3.2.8, sass-rails-3.2.6, solrizer-3.0.0, sprockets-2.2.2, sqlite3-1.3.7, stomp-1.2.9, thor-0.18.1, tilt-1.3.7, treetop-1.4.12, tzinfo-0.3.37, warden-1.2.1, xml-simple-1.1.2] (Gem::LoadError)
from /Users/adamw/.rbenv/versions/1.9.3-p286/lib/ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /Users/adamw/.rbenv/versions/1.9.3-p286/lib/ruby/1.9.1/rubygems.rb:1231:in `gem'
from /Users/adamw/Projects/Github/hydra-head/.bundle/bin/bundle:22:in `<main>'
generate devise:install
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
generate devise
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
generate devise_guests
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
generate devise:views
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
insert app/models/user.rb
/Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb:99:in `binread': No such file or directory - /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/app/models/user.rb (Errno::ENOENT)
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb:99:in `replace!'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb:60:in `invoke!'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/actions.rb:95:in `action'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb:31:in `insert_into_file'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/blacklight-4.2.0/lib/generators/blacklight/blacklight_generator.rb:95:in `generate_devise_assets'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/invocation.rb:127:in `block in invoke_all'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/invocation.rb:127:in `each'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/invocation.rb:127:in `map'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/invocation.rb:127:in `invoke_all'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/group.rb:233:in `dispatch'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/railties-3.2.12/lib/rails/generators.rb:171:in `invoke'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/railties-3.2.12/lib/rails/commands/generate.rb:12:in `<top (required)>'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/.bundle/gems/railties-3.2.12/lib/rails/commands.rb:29:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
warning GENERATING HH
generate hydra:head
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
running migrations
rake aborted!
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/resolver.rb:296:in `resolve'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/resolver.rb:168:in `start'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/resolver.rb:129:in `block in resolve'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/resolver.rb:128:in `catch'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/resolver.rb:128:in `resolve'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/definition.rb:179:in `resolve'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in `setup'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in `<top (required)>'
/Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/config/boot.rb:6:in `<top (required)>'
/Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/config/application.rb:1:in `<top (required)>'
/Users/adamw/Projects/Github/hydra-head/hydra-core/spec/internal/Rakefile:5:in `<top (required)>'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/rake_module.rb:25:in `load'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/rake_module.rb:25:in `load_rakefile'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:589:in `raw_load_rakefile'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:89:in `block in load_rakefile'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:88:in `load_rakefile'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:72:in `block in run'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
(See full trace by running task with --trace)
Running specs
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
Could not find gem 'devise-guests (~> 0.3) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
Error running hydra-core
E, [2013-04-22T16:34:15.428582 #99590] ERROR -- : *** Error starting jetty: test failures
D, [2013-04-22T16:34:15.443668 #99590] DEBUG -- : Instance stop method called for pid '99634'
rake aborted!
test failures
/Users/adamw/Projects/Github/hydra-head/Rakefile:163:in `block in <top (required)>'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/Users/adamw/Projects/Github/hydra-head/Rakefile:61:in `block (2 levels) in <top (required)>'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/jettywrapper-1.4.1/lib/jettywrapper.rb:204:in `wrap'
/Users/adamw/Projects/Github/hydra-head/Rakefile:60:in `block in <top (required)>'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:101:in `each'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/adamw/Projects/Github/hydra-head/.bundle/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
Tasks: TOP => spec
(See full trace by running task with --trace)
@jcoyne
Copy link

jcoyne commented Apr 22, 2013

The generator is trying to run bundler, but it doesn't seem to be available:

         run  bundle install from "."
/Users/adamw/.rbenv/versions/1.9.3-p286/lib/ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [actionmailer-3.2.12, actionpack-3.2.12, active-fedora-6.0.0, activemodel-3.2.12, activerecord-3.2.12, activeresource-3.2.12, activesupport-3.2.12, addressable-2.3.4, arel-3.0.2, backports-3.3.0, bcrypt-ruby-3.0.1, blacklight-4.2.0, block_helpers-0.3.3, bootstrap-sass-2.2.2.0, builder-3.0.4, cancan-1.6.9, childprocess-0.3.9, daemons-1.1.9, deprecation-0.0.5, devise-2.2.3, diff-lcs-1.2.4, equivalent-xml-0.3.0, erubis-2.7.0, factory_girl-4.2.0, factory_girl_rails-4.2.1, fastercsv-1.5.5, ffi-1.7.0, hike-1.2.2, hooks-0.2.2, i18n-0.6.4, jettywrapper-1.4.1, journey-1.0.4, json-1.7.7, kaminari-0.14.1, logger-1.2.8, mail-2.4.4, marc-0.5.0, mediashelf-loggable-0.4.9, mime-types-1.23, multi_json-1.7.2, nokogiri-1.5.9, nom-xml-0.5.1, om-2.0.0, orm_adapter-0.4.0, polyglot-0.3.3, rack-1.4.5, rack-cache-1.2, rack-ssl-1.3.3, rack-test-0.6.2, rails-3.2.12, railties-3.2.12, rake-10.0.4, rdf-1.0.5, rdf-rdfxml-1.0.1, rdf-xsd-1.0.0, rdoc-3.12.2, rest-client-1.6.7, rsolr-1.0.9, rspec-core-2.13.1, rspec-expectations-2.13.0, rspec-mocks-2.13.1, rspec-rails-2.13.0, rubydora-1.6.1, sass-3.2.8, sass-rails-3.2.6, solrizer-3.0.0, sprockets-2.2.2, sqlite3-1.3.7, stomp-1.2.9, thor-0.18.1, tilt-1.3.7, treetop-1.4.12, tzinfo-0.3.37, warden-1.2.1, xml-simple-1.1.2] (Gem::LoadError)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment