Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net::HTTPServerException: 412 "Precondition Failed" with fresh cookbook #45

Closed
astlock opened this issue Aug 29, 2013 · 18 comments
Closed

Comments

@astlock
Copy link
Contributor

astlock commented Aug 29, 2013

Hello. I have an issue with bootstrap and sample run list. I used Berkshelf to upload cookbook to my own chef server.

Error Resolving Cookbooks for Run List:

Missing Cookbooks:

Expanded Run List:

vim
htop
iotop
mc
git
newrelic
zabbix
motd-tail
sudo
users::root
chef-client
chef-client::delete_validation
etc_hosts
nexus

[2013-08-29T15:44:18+00:00] ERROR: Running exception handlers
[2013-08-29T15:44:18+00:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2013-08-29T15:44:18+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2013-08-29T15:44:18+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-08-29T15:44:18+00:00] FATAL: Net::HTTPServerException: 412 "Precondition Failed"

/var/chef/cache/chef-stacktrace.out

Generated at 2013-08-29 15:45:30 +0000
Net::HTTPServerException: 412 "Precondition Failed"
/opt/chef/embedded/lib/ruby/1.9.1/net/http.rb:2632:in error!' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:199:inblock in raw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:280:in retriable_rest_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:164:inraw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:158:in api_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:118:inpost'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:377:in sync_cookbooks' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:218:insetup_run_context'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:467:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in

@josephholsten
Copy link
Contributor

Could you run this again with --log-level debug?

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

yep. Thanks for the prompt answer.

root@oss:~# chef-client -l debug
Starting Chef Client, version 11.4.4
[2013-08-29T17:49:17+00:00] INFO: *** Chef 11.4.4 ***
[2013-08-29T17:49:17+00:00] DEBUG: Loading plugin os
[2013-08-29T17:49:17+00:00] DEBUG: Loading plugin kernel
[2013-08-29T17:49:17+00:00] DEBUG: Loading plugin ruby
[2013-08-29T17:49:17+00:00] DEBUG: Loading plugin languages
[2013-08-29T17:49:17+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDOUT ----
[2013-08-29T17:49:17+00:00] DEBUG: platform=x86_64-linux,version=1.9.3,release_date=2012-10-12,target=x86_64-unknown-linux-gnu,target_cpu=x86_64,target_vendor=unknown,target_os=linux,host=x86_64-unknown-linux-gnu,host_cpu=x86_64,host_os=linux-gnu,host_vendor=unknown,bin_dir=/opt/chef/embedded/bin,ruby_bin=/opt/chef/embedded/bin/ruby,
[2013-08-29T17:49:17+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDOUT ----
[2013-08-29T17:49:17+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDERR ----
[2013-08-29T17:49:17+00:00] DEBUG: -e:1: Use RbConfig instead of obsolete and deprecated Config.
[2013-08-29T17:49:17+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)" STDERR ----
[2013-08-29T17:49:17+00:00] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{::Config::CONFIG['target']},target_cpu=#{::Config::CONFIG['target_cpu']},target_vendor=#{::Config::CONFIG['target_vendor']},target_os=#{::Config::CONFIG['target_os']},host=#{::Config::CONFIG['host']},host_cpu=#{::Config::CONFIG['host_cpu']},host_os=#{::Config::CONFIG['host_os']},host_vendor=#{::Config::CONFIG['host_vendor']},bin_dir=#{::Config::CONFIG['bindir']},ruby_bin=#{::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])},)") returned 0
[2013-08-29T17:49:17+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDOUT ----
[2013-08-29T17:49:17+00:00] DEBUG: gem
[2013-08-29T17:49:17+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDOUT ----
[2013-08-29T17:49:17+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDERR ----
[2013-08-29T17:49:17+00:00] DEBUG:
[2013-08-29T17:49:17+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'" STDERR ----
[2013-08-29T17:49:17+00:00] DEBUG: Ran (ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'") returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{/opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/gem env gemdir}.chomp!" STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/1.9.1
[2013-08-29T17:49:18+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{/opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/gem env gemdir}.chomp!" STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin ruby -e "require 'rbconfig'; puts %x{/opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/gem env gemdir}.chomp!" STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End ruby -e "require 'rbconfig'; puts %x{/opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/gem env gemdir}.chomp!" STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (ruby -e "require 'rbconfig'; puts %x{/opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/gem env gemdir}.chomp!") returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -s STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: Linux
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -s STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -s STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -s STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (uname -s) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -r STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: 3.2.0-40-virtual
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -r STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -r STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -r STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (uname -r) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -v STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: #64-Ubuntu SMP Mon Mar 25 21:42:18 UTC 2013
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -v STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -v STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -v STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (uname -v) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -m STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: x86_64
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -m STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin uname -m STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End uname -m STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (uname -m) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin command
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin dmi_common
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin virtualization
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linux::virtualization
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin erlang
[2013-08-29T17:49:18+00:00] DEBUG: Plugin erlang threw exception #<Ohai::Exceptions::Exec: command erl +V doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/erlang.rb:26:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in

'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linode
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin network
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin hostname
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linux::hostname
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin hostname -s STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: oss
[2013-08-29T17:49:18+00:00] DEBUG: ---- End hostname -s STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin hostname -s STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End hostname -s STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (hostname -s) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin hostname --fqdn STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: oss.hostly.com
[2013-08-29T17:49:18+00:00] DEBUG: ---- End hostname --fqdn STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin hostname --fqdn STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End hostname --fqdn STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (hostname --fqdn) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linux::network
[2013-08-29T17:49:18+00:00] DEBUG: default_interface set to eth0
[2013-08-29T17:49:18+00:00] DEBUG: default_gateway set to 10.141.201.65
[2013-08-29T17:49:18+00:00] DEBUG: Unable to determine default inet6 interface
[2013-08-29T17:49:18+00:00] DEBUG: [inet] Using default interface eth0 and default gateway 10.141.201.65 to set the default ip to 10.141.201.75
[2013-08-29T17:49:18+00:00] INFO: [inet6] no default interface, picking the first ipaddress
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin eucalyptus
[2013-08-29T17:49:18+00:00] DEBUG: has_euca_mac? == false
[2013-08-29T17:49:18+00:00] DEBUG: has_euca_mac? == false
[2013-08-29T17:49:18+00:00] DEBUG: has_euca_mac? == false
[2013-08-29T17:49:18+00:00] DEBUG: looks_like_euca? == false
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin platform
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linux::platform
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin linux::lsb
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin openstack
[2013-08-29T17:49:18+00:00] DEBUG: NOT ohai openstack
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin c
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin gcc -v STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End gcc -v STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin gcc -v STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
[2013-08-29T17:49:18+00:00] DEBUG: ---- End gcc -v STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (gcc -v) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: Plugin c threw exception #<Ohai::Exceptions::Exec: command /lib/libc.so.6 doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/c.rb:41:in block in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/c.rb:40:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/c.rb:40:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin ohai
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin rackspace
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin ssh_host_key
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin keys
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin php
[2013-08-29T17:49:18+00:00] DEBUG: Plugin php threw exception #<Ohai::Exceptions::Exec: command php -v doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/php.rb:27:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin perl
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin perl -V:version -V:archname STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: version='5.14.2';
archname='x86_64-linux-gnu-thread-multi';
[2013-08-29T17:49:18+00:00] DEBUG: ---- End perl -V:version -V:archname STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin perl -V:version -V:archname STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End perl -V:version -V:archname STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (perl -V:version -V:archname) returned 0
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin dmi
[2013-08-29T17:49:18+00:00] DEBUG: unrecognized output line; discarding:

No SMBIOS nor DMI entry point found, sorry.

[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin mono
[2013-08-29T17:49:18+00:00] DEBUG: Plugin mono threw exception #<Ohai::Exceptions::Exec: command mono -V doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/mono.rb:27:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in

'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin ec2
[2013-08-29T17:49:18+00:00] DEBUG: looks_like_ec2? == true
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin passwd
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin lua
[2013-08-29T17:49:18+00:00] DEBUG: Plugin lua threw exception #<Ohai::Exceptions::Exec: command lua -v doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/lua.rb:27:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin java
[2013-08-29T17:49:18+00:00] DEBUG: Plugin java threw exception #<Ohai::Exceptions::Exec: command java -version doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/java.rb:30:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin python
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin python -c "import sys; print sys.version" STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
[2013-08-29T17:49:18+00:00] DEBUG: ---- End python -c "import sys; print sys.version" STDOUT ----
[2013-08-29T17:49:18+00:00] DEBUG: ---- Begin python -c "import sys; print sys.version" STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG:
[2013-08-29T17:49:18+00:00] DEBUG: ---- End python -c "import sys; print sys.version" STDERR ----
[2013-08-29T17:49:18+00:00] DEBUG: Ran (python -c "import sys; print sys.version") returned 0
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin uptime
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin cloud
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin nodejs
[2013-08-29T17:49:18+00:00] DEBUG: Plugin nodejs threw exception #<Ohai::Exceptions::Exec: command node -v doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/nodejs.rb:27:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin network_listeners
[2013-08-29T17:49:18+00:00] DEBUG: Plugin network_listeners threw exception #<LoadError: cannot load such file -- sigar> /opt/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' /opt/chef/embedded/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/network_listeners.rb:19:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin ip_scopes
[2013-08-29T17:49:18+00:00] DEBUG: ip_scopes: cannot load gem, plugin disabled: cannot load such file -- ipaddr_extensions
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin chef
[2013-08-29T17:49:18+00:00] DEBUG: Loading plugin groovy
[2013-08-29T17:49:19+00:00] DEBUG: Plugin groovy threw exception #<Ohai::Exceptions::Exec: command groovy -v doesn't exist or is not in the PATH> /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:341:in rescue in popen4' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:345:inpopen4'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:98:in run_command_unix' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:50:inblock in run_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:in chdir' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/command.rb:49:inrun_command'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/plugins/groovy.rb:27:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:ininstance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/mixin/from_file.rb:29:in from_file' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:216:inblock in require_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:in each' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:211:inrequire_plugin'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:140:in block (2 levels) in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:133:in block in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:ineach'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-6.16.0/lib/ohai/system.rb:131:in all_plugins' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:241:inrun_ohai'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:452:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin ohai_time
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::ps
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::cpu
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::memory
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::filesystem
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::block_device
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::uptime
[2013-08-29T17:49:19+00:00] DEBUG: Loading plugin linux::kernel
[2013-08-29T17:49:19+00:00] DEBUG: ---- Begin uname -o STDOUT ----
[2013-08-29T17:49:19+00:00] DEBUG: GNU/Linux
[2013-08-29T17:49:19+00:00] DEBUG: ---- End uname -o STDOUT ----
[2013-08-29T17:49:19+00:00] DEBUG: ---- Begin uname -o STDERR ----
[2013-08-29T17:49:19+00:00] DEBUG:
[2013-08-29T17:49:19+00:00] DEBUG: ---- End uname -o STDERR ----
[2013-08-29T17:49:19+00:00] DEBUG: Ran (uname -o) returned 0
[2013-08-29T17:49:19+00:00] DEBUG: Client key /etc/chef/client.pem is present - skipping registration
[2013-08-29T17:49:19+00:00] DEBUG: Building node object for oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: Signing the request as oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: String to sign: 'Method:GET
Hashed Path:heuvfeX3Sn50NH9TtfiwtkxHgro=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2013-08-29T17:49:19Z
X-Ops-UserId:oss.hostly.com'
Header hash: {"X-Ops-Sign"=>"algorithm=sha1;version=1.0;", "X-Ops-Userid"=>"oss.hostly.com", "X-Ops-Timestamp"=>"2013-08-29T17:49:19Z", "X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"kbFZVfz7y4Oc6HvKXK3McIwDD60HZdS2uRGjdOCWOC9jI6AgpBImCMkqVL4Y", "X-Ops-Authorization-2"=>"0hbLAQH61ibPEGrSOkZRddY+hHpzmaoPi+t7SBF3BcUwttyxRsZ9dDOUVe3V", "X-Ops-Authorization-3"=>"glCDNxddulLa6m0uXV8tOCi1eOnUp4W/5KfFmMnPlVk05F84GvH7gHIJrA6V", "X-Ops-Authorization-4"=>"dIGyU4+8bP3a+lExfJFjSjXiGzEKSUF75u+sW85PXSzBm5ID+rtg0pWaVKSr", "X-Ops-Authorization-5"=>"MsT+p5CAgiBEm5Z4cxleE1S8BXTHtrguiJVPZO7zNsATkcNstZuDyNscQEY5", "X-Ops-Authorization-6"=>"IgsVVjSUIq6dncp+MIIAmPebD07F2EqNEes7z96MhA=="}
[2013-08-29T17:49:19+00:00] DEBUG: Sending HTTP Request via GET to chef.hostly.com:443/nodes/oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: ---- HTTP Status and Header Data: ----
[2013-08-29T17:49:19+00:00] DEBUG: HTTP 1.1 200 OK
[2013-08-29T17:49:19+00:00] DEBUG: server: nginx/1.2.3
[2013-08-29T17:49:19+00:00] DEBUG: date: Thu, 29 Aug 2013 17:49:19 GMT
[2013-08-29T17:49:19+00:00] DEBUG: content-type: application/json
[2013-08-29T17:49:19+00:00] DEBUG: transfer-encoding: chunked
[2013-08-29T17:49:19+00:00] DEBUG: connection: close
[2013-08-29T17:49:19+00:00] DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.2.6
[2013-08-29T17:49:19+00:00] DEBUG: content-encoding: gzip
[2013-08-29T17:49:19+00:00] DEBUG: ---- End HTTP Status/Header Data ----
[2013-08-29T17:49:19+00:00] DEBUG: decompressing gzip response
[2013-08-29T17:49:19+00:00] DEBUG: Extracting run list from JSON attributes provided on command line
[2013-08-29T17:49:19+00:00] DEBUG: Applying attributes from json file
[2013-08-29T17:49:19+00:00] DEBUG: Platform is ubuntu version 12.04
[2013-08-29T17:49:19+00:00] DEBUG: Signing the request as oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: String to sign: 'Method:GET
Hashed Path:LfcMyEWLnNc52dkMKjBcQ0vxyLg=
X-Ops-Content-Hash:2jmj7l5rSw0yVb/vlWAYkK/YBwk=
X-Ops-Timestamp:2013-08-29T17:49:19Z
X-Ops-UserId:oss.hostly.com'
Header hash: {"X-Ops-Sign"=>"algorithm=sha1;version=1.0;", "X-Ops-Userid"=>"oss.hostly.com", "X-Ops-Timestamp"=>"2013-08-29T17:49:19Z", "X-Ops-Content-Hash"=>"2jmj7l5rSw0yVb/vlWAYkK/YBwk=", "X-Ops-Authorization-1"=>"DyX5KGm0bOKEr2Xgz+AVjoeMobPNPTcv8i6rnXFNBzhBFXKLD1RBJyGntMvc", "X-Ops-Authorization-2"=>"8XkwBvHIHftRjeRk6KihUHvZbKf2Xi0qRu+MeQoGPqrDMjqHv0h8BMxVhYOs", "X-Ops-Authorization-3"=>"IoAU+ejgiLDfN+ankZJ+PV5zAKzGFMIroPCXRxMQv0YmBcV6AH000CeCfIVd", "X-Ops-Authorization-4"=>"r3yQVGk51bYlFOuisI8UqolqO/y3V5ajtdk7LXOYShYFAQwEH+37FphjaRYX", "X-Ops-Authorization-5"=>"aEAH9rK8f3+oZhXV0gTR3CXTlsa3H4jjmfP6iEDn4Eu5LxmpespUXJE4qs9Y", "X-Ops-Authorization-6"=>"PvjZBU/P39Qa56Lr9JHpi5mZHP3Vc47sTfBTFmNZKw=="}
[2013-08-29T17:49:19+00:00] DEBUG: Sending HTTP Request via GET to chef.hostly.com:443/roles/base_server
[2013-08-29T17:49:19+00:00] DEBUG: ---- HTTP Status and Header Data: ----
[2013-08-29T17:49:19+00:00] DEBUG: HTTP 1.1 200 OK
[2013-08-29T17:49:19+00:00] DEBUG: server: nginx/1.2.3
[2013-08-29T17:49:19+00:00] DEBUG: date: Thu, 29 Aug 2013 17:49:19 GMT
[2013-08-29T17:49:19+00:00] DEBUG: content-type: application/json
[2013-08-29T17:49:19+00:00] DEBUG: transfer-encoding: chunked
[2013-08-29T17:49:19+00:00] DEBUG: connection: close
[2013-08-29T17:49:19+00:00] DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.2.6
[2013-08-29T17:49:19+00:00] DEBUG: content-encoding: gzip
[2013-08-29T17:49:19+00:00] DEBUG: ---- End HTTP Status/Header Data ----
[2013-08-29T17:49:19+00:00] DEBUG: decompressing gzip response
[2013-08-29T17:49:19+00:00] INFO: Run List is [role[base_server], recipe[etc_hosts], recipe[nexus]]
[2013-08-29T17:49:19+00:00] INFO: Run List expands to [vim, htop, iotop, mc, git, newrelic, zabbix, motd-tail, sudo, users::root, chef-client, chef-client::delete_validation, etc_hosts, nexus]
[2013-08-29T17:49:19+00:00] DEBUG: Signing the request as oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: String to sign: 'Method:POST
Hashed Path:7vvkAsVhjh78xHmbpxN3HvD1kXs=
X-Ops-Content-Hash:MRhBuIXLswtWBb0IZgchGZ33/pg=
X-Ops-Timestamp:2013-08-29T17:49:19Z
X-Ops-UserId:oss.hostly.com'
Header hash: {"X-Ops-Sign"=>"algorithm=sha1;version=1.0;", "X-Ops-Userid"=>"oss.hostly.com", "X-Ops-Timestamp"=>"2013-08-29T17:49:19Z", "X-Ops-Content-Hash"=>"MRhBuIXLswtWBb0IZgchGZ33/pg=", "X-Ops-Authorization-1"=>"H+LOc9o0JtcZ3A2xo4kdl//jRqihSV5xwC3nLSdF3qIslhYRdgFwXOuj4ox0", "X-Ops-Authorization-2"=>"i+LLTFgVOL4ITLmTpvZ4gfm1SKtmCdiUJNBLWTy/pzxW0nUuAvTUbjaxX3HH", "X-Ops-Authorization-3"=>"xPH0WJYdoLltTdCthRStNtowQs5OiiSbLzqyzT42uK5IKQFKanarGTuBLxQ+", "X-Ops-Authorization-4"=>"gnFxG6N2DskaoHavCHXy9YlOZgB8lc0J2lDnHg6ViSXH7fIBbKmLTVYsgkU6", "X-Ops-Authorization-5"=>"vGuWJx6Z1ef3tIob32TKTOxjSfkrn5h0Y25mTfnWC+iYtod7Az9Jan4abyCb", "X-Ops-Authorization-6"=>"OpV0wr0X878AYF7kEP6fcNzT9hXMJtEOd1QgB+Lh2A=="}
[2013-08-29T17:49:19+00:00] DEBUG: Sending HTTP Request via POST to chef.hostly.com:443/reports/nodes/oss.hostly.com/runs
[2013-08-29T17:49:19+00:00] DEBUG: ---- HTTP Status and Header Data: ----
[2013-08-29T17:49:19+00:00] DEBUG: HTTP 1.1 404 Object Not Found
[2013-08-29T17:49:19+00:00] DEBUG: server: nginx/1.2.3
[2013-08-29T17:49:19+00:00] DEBUG: date: Thu, 29 Aug 2013 17:49:19 GMT
[2013-08-29T17:49:19+00:00] DEBUG: content-type: text/html
[2013-08-29T17:49:19+00:00] DEBUG: transfer-encoding: chunked
[2013-08-29T17:49:19+00:00] DEBUG: connection: close
[2013-08-29T17:49:19+00:00] DEBUG: content-encoding: gzip
[2013-08-29T17:49:19+00:00] DEBUG: ---- End HTTP Status/Header Data ----
[2013-08-29T17:49:19+00:00] DEBUG: decompressing gzip response
[2013-08-29T17:49:19+00:00] DEBUG: Received 404 attempting to generate run history id (URL Path: reports/nodes/oss.hostly.com/runs), assuming feature is not supported on server.
[2013-08-29T17:49:19+00:00] INFO: Starting Chef Run for oss.hostly.com
[2013-08-29T17:49:19+00:00] INFO: Running start handlers
[2013-08-29T17:49:19+00:00] INFO: Start handlers complete.
[2013-08-29T17:49:19+00:00] DEBUG: Synchronizing cookbooks
resolving cookbooks for run list: ["vim", "htop", "iotop", "mc", "git", "newrelic", "zabbix", "motd-tail", "sudo", "users::root", "chef-client", "chef-client::delete_validation", "etc_hosts", "nexus"]
[2013-08-29T17:49:19+00:00] DEBUG: Signing the request as oss.hostly.com
[2013-08-29T17:49:19+00:00] DEBUG: String to sign: 'Method:POST
Hashed Path:zXHyJOjo6pCoVGEbbPQWMq1P1mY=
X-Ops-Content-Hash:6grcppo+ZfECCUDIAuPV1OWvfxI=
X-Ops-Timestamp:2013-08-29T17:49:19Z
X-Ops-UserId:oss.hostly.com'
Header hash: {"X-Ops-Sign"=>"algorithm=sha1;version=1.0;", "X-Ops-Userid"=>"oss.hostly.com", "X-Ops-Timestamp"=>"2013-08-29T17:49:19Z", "X-Ops-Content-Hash"=>"6grcppo+ZfECCUDIAuPV1OWvfxI=", "X-Ops-Authorization-1"=>"DLmBPZqpye1T2C/nBD01vAihJPmQmeMmmq9o6WoO3H0xfV1rEIhCBrEUk/eh", "X-Ops-Authorization-2"=>"ziHl/61WlDdGamc2cyUlRi2Z0x5ZPf7EJCVE49lew7g7NeGhku6hLcKtbtyD", "X-Ops-Authorization-3"=>"g1/BeRnzE8GI4zJd8ml9dXmbWZ3VxKQrF1ueuZx1fFRcn19Mvm+rxx9VC9ZE", "X-Ops-Authorization-4"=>"v73NTL/yMTunOAREhNEWwNZngeOll8NuAqC3intYVWXf7DrwasMyVoExZv1D", "X-Ops-Authorization-5"=>"NGbJzXwrMcYNGYx3LllHIX0uhWrE0kYj4K/x51B/bUMyZEe3TZI+mLWRZyl3", "X-Ops-Authorization-6"=>"aMjr7UD4MfSmIqir8FZq8nPByyE+HoJqSbavRp0e5w=="}
[2013-08-29T17:49:19+00:00] DEBUG: Sending HTTP Request via POST to chef.hostly.com:443/environments/_default/cookbook_versions
[2013-08-29T17:49:19+00:00] DEBUG: ---- HTTP Status and Header Data: ----
[2013-08-29T17:49:19+00:00] DEBUG: HTTP 1.1 412 Precondition Failed
[2013-08-29T17:49:19+00:00] DEBUG: server: nginx/1.2.3
[2013-08-29T17:49:19+00:00] DEBUG: date: Thu, 29 Aug 2013 17:49:19 GMT
[2013-08-29T17:49:19+00:00] DEBUG: content-type: application/json
[2013-08-29T17:49:19+00:00] DEBUG: content-length: 3601
[2013-08-29T17:49:19+00:00] DEBUG: connection: close
[2013-08-29T17:49:19+00:00] DEBUG: x-ops-api-info: flavor=osc;version=11.0.2;erchef=1.2.6
[2013-08-29T17:49:19+00:00] DEBUG: ---- End HTTP Status/Header Data ----
[2013-08-29T17:49:19+00:00] INFO: HTTP Request Returned 412 Precondition Failed: {"message"=>"Unable to solve constraints, the following solutions were attempted \n\n Unable to satisfy goal constraints nexus, etc_hosts, chef-client, users, sudo, motd-tail, zabbix, newrelic, git, mc, iotop, htop, vim due to constraint on windows\n (chef-client = 3.0.4) -> (cron = 1.2.6)\n (etc_hosts = 1.0.9)\n (git = 2.6.0) -> (build-essential = 1.4.0)\n (git = 2.6.0) -> (dmg = 2.0.0)\n (git = 2.6.0) -> (runit = 1.1.4) -> (build-essential = 1.4.0)\n (git = 2.6.0) -> (runit = 1.1.4) -> (yum = 2.2.2)\n (git = 2.6.0) -> (windows = 1.9.0) -> (chef_handler = 1.1.4)\n (git = 2.6.0) -> (yum = 2.2.2)\n (htop = 1.1.0) -> (yum = 2.2.2)\n (iotop = 1.1.0)\n (mc = 0.1.0)\n (motd-tail = 1.2.1)\n (newrelic = 0.4.7)\n (nexus = 2.3.0) -> (artifact = 1.6.1) -> (windows ~> 1.8.0)\n (nexus = 2.3.0) -> (java = 1.12.0) -> (windows = 1.9.0) -> (chef_handler = 1.1.4)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (apt = 1.10.0)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (build-essential = 1.4.0)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (ohai = 1.1.8)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (runit = 1.1.4) -> (build-essential = 1.4.0)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (runit = 1.1.4) -> (yum = 2.2.2)\n (nexus = 2.3.0) -> (nginx = 1.6.0) -> (yum = 2.2.2)\n (sudo = 2.1.5)\n (users = 1.4.9)\n (vim = 1.0.2)\n (zabbix = 0.0.104) -> (apache2 = 1.6.2)\n (zabbix = 0.0.104) -> (ark = 0.3.2)\n (zabbix = 0.0.104) -> (chocolatey = 0.0.5) -> (powershell = 1.0.8) -> (windows = 1.9.0) -> (chef_handler = 1.1.4)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (aws = 0.101.0)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (mysql = 3.0.0) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (mysql = 3.0.0) -> (openssl = 1.0.2)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (postgresql = 3.0.0) -> (apt = 1.10.0)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (postgresql = 3.0.0) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (postgresql = 3.0.0) -> (openssl = 1.0.2)\n (zabbix = 0.0.104) -> (database = 1.4.0) -> (xfs = 1.1.0)\n (zabbix = 0.0.104) -> (mysql = 3.0.0) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (mysql = 3.0.0) -> (openssl = 1.0.2)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (apt = 1.10.0)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (ohai = 1.1.8)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (runit = 1.1.4) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (runit = 1.1.4) -> (yum = 2.2.2)\n (zabbix = 0.0.104) -> (nginx = 1.6.0) -> (yum = 2.2.2)\n (zabbix = 0.0.104) -> (php-fpm = 0.4.3) -> (apt = 1.10.0)\n (zabbix = 0.0.104) -> (php-fpm = 0.4.3) -> (yum = 2.2.2)\n (zabbix = 0.0.104) -> (postgresql = 3.0.0) -> (apt = 1.10.0)\n (zabbix = 0.0.104) -> (postgresql = 3.0.0) -> (build-essential = 1.4.0)\n (zabbix = 0.0.104) -> (postgresql = 3.0.0) -> (openssl = 1.0.2)\n (zabbix = 0.0.104) -> (ufw = 0.6.1) -> (firewall = 0.10.2)\n (zabbix = 0.0.104) -> (yum = 2.2.2)\n", "unsatisfiable_run_list_item"=>["vim", "htop", "iotop", "mc", "git", "newrelic", "zabbix", "motd-tail", "sudo", "users", "chef-client", "etc_hosts", "nexus"], "non_existent_cookbooks"=>[], "most_constrained_cookbooks"=>["(windows ~> 1.8.0)"]}

Error Resolving Cookbooks for Run List:

Missing Cookbooks:

Expanded Run List:

  • vim
  • htop
  • iotop
  • mc
  • git
  • newrelic
  • zabbix
  • motd-tail
  • sudo
  • users::root
  • chef-client
  • chef-client::delete_validation
  • etc_hosts
  • nexus

[2013-08-29T17:49:19+00:00] DEBUG: Re-raising exception: Net::HTTPServerException - 412 "Precondition Failed"
/opt/chef/embedded/lib/ruby/1.9.1/net/http.rb:2632:in error!' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:199:inblock in raw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:280:in retriable_rest_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:164:inraw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:158:in api_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:118:inpost'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:377:in sync_cookbooks' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:218:insetup_run_context'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:467:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in

'
[2013-08-29T17:49:19+00:00] ERROR: Running exception handlers
[2013-08-29T17:49:19+00:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2013-08-29T17:49:19+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2013-08-29T17:49:19+00:00] DEBUG: Server doesn't support resource history, skipping resource report.
[2013-08-29T17:49:19+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-08-29T17:49:19+00:00] DEBUG: Net::HTTPServerException: 412 "Precondition Failed"
/opt/chef/embedded/lib/ruby/1.9.1/net/http.rb:2632:in error!' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:199:inblock in raw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:280:in retriable_rest_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:164:inraw_http_request'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:158:in api_request' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/rest.rb:118:inpost'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:377:in sync_cookbooks' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:218:insetup_run_context'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:467:in do_run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/client.rb:200:inrun'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:190:in run_chef_client' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:297:inblock in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:in loop' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application/client.rb:290:inrun_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/lib/chef/application.rb:73:in run' /opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.4.4/bin/chef-client:26:in<top (required)>'
/usr/bin/chef-client:23:in load' /usr/bin/chef-client:23:in'
[2013-08-29T17:49:19+00:00] FATAL: Net::HTTPServerException: 412 "Precondition Failed"
root@oss:~#

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

berks upload nexus
Using nexus (2.3.0)
Using java (1.12.0)
Using windows (1.9.0)
Using chef_handler (1.1.4)
Using nginx (1.6.0)
Using build-essential (1.4.0)
Using yum (2.2.2)
Using apt (1.10.0)
Using runit (1.1.4)
Using ohai (1.1.8)
Using artifact (1.6.1)
Uploading nexus (2.3.0) to: 'https://chef.hostly.com:443/'
Uploading java (1.12.0) to: 'https://chef.hostly.com:443/'
Uploading windows (1.9.0) to: 'https://chef.hostly.com:443/'
Uploading chef_handler (1.1.4) to: 'https://chef.hostly.com:443/'
Uploading nginx (1.6.0) to: 'https://chef.hostly.com:443/'
Uploading build-essential (1.4.0) to: 'https://chef.hostly.com:443/'
Uploading yum (2.2.2) to: 'https://chef.hostly.com:443/'
Uploading apt (1.10.0) to: 'https://chef.hostly.com:443/'
Uploading runit (1.1.4) to: 'https://chef.hostly.com:443/'
Uploading ohai (1.1.8) to: 'https://chef.hostly.com:443/'
Uploading artifact (1.6.1) to: 'https://chef.hostly.com:443/'

@reset
Copy link
Contributor

reset commented Aug 29, 2013

@astlock what version of Berkshelf are you using?

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

@reset Berkshelf (2.0.9)

@reset
Copy link
Contributor

reset commented Aug 29, 2013

@astlock could you attempt to resolve the same Berksfile with Berkshelf 3.0.0 (master branch or the release candidate on rubygems) and print the output of a Berks install? I'd love to help identify or rule out Berkshelf's resolver as the culprit.

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

gem install berkshelf --pre
Password:
Fetching: ridley-1.4.1.gem (100%)
Fetching: berkshelf-3.0.0.beta2.gem (100%)
Successfully installed ridley-1.4.1
Successfully installed berkshelf-3.0.0.beta2
2 gems installed
Installing ri documentation for ridley-1.4.1...
Installing ri documentation for berkshelf-3.0.0.beta2...
Installing RDoc documentation for ridley-1.4.1...
Installing RDoc documentation for berkshelf-3.0.0.beta2...

berks install
You are using the old lockfile format. Attempting to convert...
Fetching 'ark' from git: '[email protected]:opscode-cookbooks/ark.git' with branch: 'master' at ref: 'master'
Fetching 'mc' from git: '[email protected]:lunsher/chef-mc.git' with branch: 'master' at ref: '34d161564ff9b5a7984f22da6a8c9bf2df5a30f5'

building universe...

And it's stuck in this position

@reset
Copy link
Contributor

reset commented Aug 29, 2013

@astlock are you not able to access http://api.berkshelf.com/universe?

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

@reset Seems to ok with this URL.

curl -I http://api.berkshelf.com/universe
HTTP/1.1 200 OK
Content-length: 832241
Content-Type: application/json
Connection: keep-alive

@reset
Copy link
Contributor

reset commented Aug 29, 2013

@astlock can you can try to run the install command with the -d flag for debugging

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

berks install -d
You are using the old lockfile format. Attempting to convert...
D, [2013-08-29T23:09:13.773184 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/editor/chefignore'
D, [2013-08-29T23:09:13.783848 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:13.815524 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:13.831194 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:13.909312 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:13.926677 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:13.935286 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:13.947511 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
Fetching 'ark' from git: '[email protected]:opscode-cookbooks/ark.git' with branch: 'master' at ref: 'master'
D, [2013-08-29T23:09:13.963365 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
Fetching 'mc' from git: '[email protected]:lunsher/chef-mc.git' with branch: 'master' at ref: '34d161564ff9b5a7984f22da6a8c9bf2df5a30f5'
D, [2013-08-29T23:09:13.985262 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.211516 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.222367 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:14.232253 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.238774 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.244545 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.249451 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.264195 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.271584 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.276486 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.284349 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.288238 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.294614 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:14.298879 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.312796 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.315549 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.320514 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.322759 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:14.327266 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.330664 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.335036 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:14.340046 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.342656 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:14.345636 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.347758 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.350819 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.351996 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:14.356686 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.359402 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.362118 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.365120 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.368670 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.371500 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.373327 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.375401 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.379329 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.392008 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.394977 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.398434 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.402044 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.406486 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.410431 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.539542 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.557999 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.564286 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.567987 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.611537 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.617552 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:14.620795 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:14.623592 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.627482 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.632598 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:14.637161 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.575262 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.686919 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.691481 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.695541 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.704817 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:15.711424 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:15.714093 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:15.716642 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.721715 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.727792 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.731554 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.733537 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.740641 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.746182 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.748385 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:15.752296 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.758814 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.762811 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.765570 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:15.769897 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.772380 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.775424 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.784271 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.789095 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.791403 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.794926 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.800967 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.804241 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.807741 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.809567 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.812275 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.817155 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.820265 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.822908 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.826661 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.829430 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.832024 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:15.835475 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.837925 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.842394 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.845375 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.848434 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.850624 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.852851 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.855524 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.858214 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:15.860846 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.862524 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:15.865403 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.867969 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.869768 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.879657 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:15.882221 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:16.974232 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:17.033075 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.072531 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.077711 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.082590 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.092028 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.108179 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:17.123460 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.131562 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.143284 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.146916 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:17.161849 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.163795 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:17.167027 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.169331 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.173553 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.182454 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.186039 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.192401 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.198822 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.200461 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:17.202839 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.206308 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.209160 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.211368 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.213370 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:17.215448 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:17.220111 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.222675 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.225189 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.232471 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:17.236004 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.239052 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.240872 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.243745 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.246203 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.249973 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.254096 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.256344 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.261199 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.264888 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.266817 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.269490 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.276364 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.278812 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.280925 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.283521 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.287980 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.292705 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.295281 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.331635 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.336238 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:17.337705 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:18.453609 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:18.459546 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.471375 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.481264 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.486278 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.506444 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:18.510515 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.513512 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.516835 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.519785 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.524071 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.527303 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.532417 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.538513 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.541348 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.549844 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:18.552240 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.555001 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.559851 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.565427 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.568663 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.571723 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.572613 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:18.575139 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:18.578015 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.581841 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.618697 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.623795 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.626756 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.634341 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.635715 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:18.642310 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.645356 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.649855 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.653365 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.655552 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.656705 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:18.659581 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.661462 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.665390 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.668018 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.672928 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.683011 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.687590 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.689580 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.692523 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.696812 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:18.705942 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.712462 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.714533 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.727022 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:18.734515 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.725416 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.822433 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.832508 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.836723 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.842441 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.848163 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.852326 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.857248 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.872969 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.878188 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.885059 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:19.888199 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.890915 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.892419 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:19.895582 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.896902 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

D, [2013-08-29T23:09:19.900692 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.904882 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.907712 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.909651 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.917303 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.922530 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.924428 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:19.928708 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:19.931530 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.934566 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.938014 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.940101 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.941854 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.943806 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.946360 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.948246 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.952229 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.954905 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.959058 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.960807 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.963191 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.965597 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.968064 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.971051 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.972094 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:19.974020 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.976279 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.978352 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.980522 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.983123 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.984973 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.989804 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:19.993753 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:20.029132 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:20.033493 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:20.035568 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:20.038611 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:21.082845 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.169781 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.179022 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.187288 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.190528 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.193899 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.198586 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.201584 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.204266 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.210354 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.213348 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.223280 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.226804 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.230654 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.232567 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.234814 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.238479 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.245481 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:21.249274 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.252177 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.255421 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.256858 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:21.259317 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.261556 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.264822 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.267238 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.269492 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.271987 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.275581 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.278624 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.283675 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.287063 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:21.290949 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.293215 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.295312 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.297249 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.299594 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.300384 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:21.303025 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.306176 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.307567 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:21.309726 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.311908 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:21.318811 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.321730 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:21.325191 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.328259 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.331570 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:21.334365 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.341692 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.380542 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.383688 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:21.385877 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.451091 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.525066 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.529107 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.531824 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:22.535284 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.542220 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:22.545495 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.547768 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:22.551422 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.553195 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.556414 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.559324 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.569959 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.573524 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.577887 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.579950 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:22.586097 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.593927 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.596687 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.600688 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.604367 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.606154 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.608279 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.610475 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.613104 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.619659 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:22.622766 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.625312 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.629801 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.634169 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.637065 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.639607 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.642558 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.652692 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.655757 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.657904 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.660989 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.663457 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.665095 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:22.668933 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.671633 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.674280 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.676170 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.680026 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.685213 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.687309 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.697654 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.700230 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.705221 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.707457 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:22.711446 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:22.715137 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:22.745627 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.798263 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.877104 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.881242 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.884917 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:23.894593 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:23.899683 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.906946 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.915849 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.919576 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.921213 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:23.925214 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:23.929728 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.932536 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.934978 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.937443 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.941379 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.947353 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:23.951747 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.954234 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.957650 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.959171 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:23.960226 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:23.962154 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.966922 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.972070 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.976970 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.979386 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.982523 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.986403 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.989258 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.991167 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.993078 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.995207 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:23.997876 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.009448 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.012234 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.015701 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.018478 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.023143 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.026231 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.028605 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.030896 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.032404 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:24.040577 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.044376 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.046330 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.050456 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.053207 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.056832 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.060012 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.062416 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.094639 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:24.096977 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.170963 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.246424 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.259301 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:25.263525 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.267818 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.273719 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.280498 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.283131 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.285986 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.288289 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.291410 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.293651 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.296528 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.299222 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.301312 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.306749 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.310413 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.314545 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.317772 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.321736 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:25.324700 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.329943 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.338402 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.342470 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.344899 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.348339 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.350323 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.353871 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.357596 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.359787 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.361535 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.363593 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.365465 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:25.370407 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.373752 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:25.376420 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.380260 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.382044 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.385008 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.386884 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.387975 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:25.389826 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.392114 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:25.395119 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.399272 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.407336 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.413312 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:25.415252 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.418375 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.422896 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:25.425181 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.427781 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:25.454028 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.535192 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.616763 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.634533 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.647375 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.659284 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.667804 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.694792 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.715430 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.716951 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:26.719266 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.721426 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.724901 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.726600 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:26.732932 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.738163 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.742147 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.750743 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.756430 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:26.760041 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.765340 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.766934 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:26.768399 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:26.771112 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.775169 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.778719 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.780604 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.783011 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.786510 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.795139 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.796928 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:26.800532 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.807654 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:26.812280 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.815692 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.818742 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.822589 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.826229 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.830559 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.839341 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.842022 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.844259 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.846271 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.848695 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.851189 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.853400 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.855715 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.857533 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.888806 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.891998 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

D, [2013-08-29T23:09:26.895725 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:26.907441 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.916691 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:26.921534 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:27.948575 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:27.992447 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:27.996608 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.004421 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.010437 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.013467 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:28.017593 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:28.018740 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:28.051334 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.053107 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:28.056275 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.058768 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.064581 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.068489 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.071250 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:28.077412 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.080967 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.090792 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:28.096776 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.105626 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.110942 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.113291 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.118460 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.123201 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.125857 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.134820 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.137126 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.140022 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.141729 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.143799 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.148362 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.150634 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.154712 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.158317 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:28.161250 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.163926 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.165862 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.168857 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.170769 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.173737 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.174824 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:28.177744 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.181337 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.188749 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.190821 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.192865 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.195883 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.197695 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.200300 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.202274 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.204266 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.207123 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:28.212163 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.304465 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.345338 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.350091 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.354482 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.358653 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.371150 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:29.376048 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.379213 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.381171 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.385675 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.389018 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.394760 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.402104 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.405788 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.410050 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.412254 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:29.414156 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.417801 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.421765 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.450842 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.461416 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.464575 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.466309 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.468796 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.472238 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.476291 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.479948 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.481211 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:29.484180 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.486305 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.489917 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.491576 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:29.496342 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.499014 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.509199 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.513550 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.515553 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.517814 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.519769 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.522739 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:29.523846 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:29.529080 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.532349 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.535070 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.537921 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.539894 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.542271 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.548928 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:29.550908 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:29.553735 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.556496 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.558786 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:29.563771 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.650905 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.690809 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.712772 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.716925 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.724134 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:30.728810 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.733808 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.738459 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.744022 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:30.747155 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.750354 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.753792 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:30.758302 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:30.760031 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:30.764264 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.766585 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.770544 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.773516 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.777033 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.786463 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.789145 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.792472 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.803195 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.809713 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.816536 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.819154 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.821947 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.855981 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.859030 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.865853 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.869935 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.873943 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.876259 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.879323 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.882149 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.886156 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.888842 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.890751 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.894070 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.898575 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.900670 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.903094 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.906062 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:30.908215 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.910025 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.912818 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.913893 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:30.920604 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.923924 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.925710 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:30.927822 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.931230 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:30.942313 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:31.990485 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.063147 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.067565 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.073071 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.077303 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.080597 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:32.099840 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.101051 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:32.104705 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.127649 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.129791 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.132571 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.135784 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.145122 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:32.151668 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.155877 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.165876 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.173296 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.178739 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:32.182120 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.185082 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.186784 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.188916 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.191236 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.192884 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:32.196175 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.200965 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.202632 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:32.205050 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.206971 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.209248 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.211542 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.213510 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.217645 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.220163 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:32.222967 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.226973 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.229250 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.231066 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.233186 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.235013 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.236607 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:32.238602 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.242245 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.280935 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.284465 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.287016 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.290844 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.292786 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.297866 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.299800 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.305181 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:32.307236 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.352169 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.459301 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:33.466649 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.470868 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.473568 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:33.478169 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.483274 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.489533 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.497317 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.502018 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.509998 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.514083 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.522740 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.525696 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.529955 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.532851 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.534249 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:33.537668 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.540668 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.544753 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.549110 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.553188 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.560233 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:33.562765 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.566073 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.569072 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.571909 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.575972 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.579554 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.583939 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:33.587035 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.589045 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.591576 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.595097 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.597853 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:33.599718 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.601630 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.604123 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.606426 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.613615 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.616156 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.624667 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.626898 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.629383 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.631228 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:33.634127 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.637152 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.638984 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.673727 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.676717 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.679622 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:33.682003 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:33.685151 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.742021 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.844877 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.853643 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.858741 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.861526 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:34.864924 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.872032 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.886775 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.900163 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.903247 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.905387 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.907823 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.910159 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.912165 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.918150 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:34.923045 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.925847 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.933663 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.936806 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.939024 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.942204 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.943250 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:34.946038 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.947850 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.950239 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.953500 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.955585 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.956449 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:34.958572 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.959721 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:34.960944 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:34.962429 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:34.964754 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.968288 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.970844 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.974426 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.977807 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.979859 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.987424 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.996800 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:34.999542 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.002102 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.004906 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.008150 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.010238 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.013054 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.015122 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.017353 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.019588 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.021655 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.024555 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.059529 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:35.068497 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:36.093511 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
building universe...
D, [2013-08-29T23:09:38.845061 #95000] DEBUG -- : ==> parsing Chef response body as JSON
D, [2013-08-29T23:09:40.668271 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.675099 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.688452 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.695455 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/zabbix-master/chefignore'
D, [2013-08-29T23:09:40.703854 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.713690 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nginx-1.6.0/chefignore'
D, [2013-08-29T23:09:40.716228 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.719159 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.722062 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.727641 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.733339 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.737513 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.740856 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.744378 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.752537 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.755346 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/vagrant-editor/chefignore'
D, [2013-08-29T23:09:40.759474 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.763718 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.767199 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.770321 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.773493 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.775175 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/nexus-2.3.0/chefignore'
D, [2013-08-29T23:09:40.777994 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.781101 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.783324 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.785338 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.788526 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/artifact-1.6.1/chefignore'
D, [2013-08-29T23:09:40.791969 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.794030 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.797259 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.804575 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.807239 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.813125 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.814964 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.816521 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-master/chefignore'
D, [2013-08-29T23:09:40.819764 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.821834 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.824636 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.829504 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.832179 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.834041 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.835960 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ark-0.2.2/chefignore'
D, [2013-08-29T23:09:40.837676 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.840748 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.842509 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/cookbooks/ant-1.0.2/chefignore'
D, [2013-08-29T23:09:40.888317 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.891099 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.899421 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.904401 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.908269 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.911913 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'
D, [2013-08-29T23:09:40.915870 #95000] DEBUG -- : Using Chefignore at '/Users/astlock/chef-repo/chefignore'

@astlock
Copy link
Contributor Author

astlock commented Aug 29, 2013

then it stuck and start consume my CPU :)

@astlock
Copy link
Contributor Author

astlock commented Aug 30, 2013

I've changed at cookbooks/artifact-1.6.1/metadata.rb

-depends "windows", "> 1.8.0"
+depends "windows", "
> 1.9.0"

berks upload artifact

and the problem is gone.

@josephholsten
Copy link
Contributor

@astlock sounds like an issue with the artifact cookbook. Can we close this?

@KAllan357
Copy link
Contributor

Possibly related to RiotGamesCookbooks/artifact-cookbook#108, which was fixed in the 1.11.1 release.

@astlock astlock closed this as completed Dec 4, 2013
@babu517
Copy link

babu517 commented Apr 9, 2020

Hi
I am getting the below error. Can you please suggest me to move further.

[2020-04-09T08:09:14+00:00] ERROR: Running exception handlers
Running handlers complete
[2020-04-09T08:09:14+00:00] ERROR: Exception handlers complete
Chef Infra Client failed. 0 resources updated in 05 seconds
[2020-04-09T08:09:14+00:00] FATAL: Stacktrace dumped to C:/Users/Administrator/.chef/local-mode-cache/cache/chef-stacktrace.out
[2020-04-09T08:09:14+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2020-04-09T08:09:14+00:00] FATAL: Net::HTTPServerException: 412 "Precondition Failed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants