Skip to content

Instantly share code, notes, and snippets.

@danielsdeleo
Created October 26, 2009 13:19
Show Gist options
  • Select an option

  • Save danielsdeleo/218634 to your computer and use it in GitHub Desktop.

Select an option

Save danielsdeleo/218634 to your computer and use it in GitHub Desktop.
$ sudo rake features:client
(in /Users/danielsdeleo/ruby/chef)
/opt/local/bin/ruby -I "/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/lib:lib" "/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/cucumber" --profile client
Using the client profile...
[Sun, 25 Oct 2009 23:00:05 -0600] INFO: Compiling routes... (totally normal to see 'Cannot find resource model')
[Sun, 25 Oct 2009 23:00:05 -0600] INFO: [setup] setting log level to ERROR
@client
Feature: Synchronize cookbooks from the server
In order to configure a system according to a centralized repository
As an Administrator
I want to synchronize cookbooks to the edge nodes
Scenario: Synchronize specific cookbooks # features/chef-client/cookbook_sync.feature:7
/opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1375:in `mtime': No such file or directory - ./features/support/../../chef-server/app/helpers/global_helpers.rb (Errno::ENOENT)
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1375:in `reload'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1373:in `each'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1373:in `reload'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1360:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1327:in `every'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1325:in `loop'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1325:in `every'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `initialize'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `new'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `every'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1358:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in `bootup'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in `start'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start'
from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:183:in `start_environment'
from ./features/support/env.rb:108
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `polyglot_original_require'
from /opt/local/lib/ruby/gems/1.8/gems/polyglot-0.2.8/lib/polyglot.rb:68:in `require'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/rb_support/rb_language.rb:101:in `load_code_file'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/rb_support/rb_language.rb:46:in `step_definitions_for'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:91:in `load_code_file'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:83:in `load_code_files'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:82:in `each'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:82:in `load_code_files'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/cli/main.rb:45:in `execute!'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/cli/main.rb:23:in `execute'
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/cucumber:9
/opt/local/lib/ruby/gems/1.8/gems/amqp-0.6.4/lib/amqp/buffer.rb:252: [BUG] Segmentation fault
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment