Guest User

Untitled

a guest
Apr 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. $ sudo rake features:client
  2. (in /Users/danielsdeleo/ruby/chef)
  3. /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
  4. Using the client profile...
  5. [Sun, 25 Oct 2009 23:00:05 -0600] INFO: Compiling routes... (totally normal to see 'Cannot find resource model')
  6. [Sun, 25 Oct 2009 23:00:05 -0600] INFO: [setup] setting log level to ERROR
  7. @client
  8. Feature: Synchronize cookbooks from the server
  9. In order to configure a system according to a centralized repository
  10. As an Administrator
  11. I want to synchronize cookbooks to the edge nodes
  12.  
  13. Scenario: Synchronize specific cookbooks # features/chef-client/cookbook_sync.feature:7
  14. /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)
  15. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1375:in `reload'
  16. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1373:in `each'
  17. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1373:in `reload'
  18. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1360:in `run'
  19. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1327:in `every'
  20. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1325:in `loop'
  21. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1325:in `every'
  22. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `initialize'
  23. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `new'
  24. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1324:in `every'
  25. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:1358:in `run'
  26. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/bootloader.rb:99:in `run'
  27. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:172:in `bootup'
  28. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core/server.rb:42:in `start'
  29. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:170:in `start'
  30. from /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.12/lib/merb-core.rb:183:in `start_environment'
  31. from ./features/support/env.rb:108
  32. from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  33. from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `polyglot_original_require'
  34. from /opt/local/lib/ruby/gems/1.8/gems/polyglot-0.2.8/lib/polyglot.rb:68:in `require'
  35. 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'
  36. 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'
  37. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:91:in `load_code_file'
  38. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:83:in `load_code_files'
  39. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:82:in `each'
  40. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/step_mother.rb:82:in `load_code_files'
  41. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/cli/main.rb:45:in `execute!'
  42. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/../lib/cucumber/cli/main.rb:23:in `execute'
  43. from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.3.100/bin/cucumber:9
  44. /opt/local/lib/ruby/gems/1.8/gems/amqp-0.6.4/lib/amqp/buffer.rb:252: [BUG] Segmentation fault
  45. ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
Add Comment
Please, Sign In to add comment