ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

Chef Never Completed Successfully #298

Closed mattmarotta closed 8 years ago

mattmarotta commented 8 years ago

Here is where I'm at.

Running Windows 10 using Command Prompt during inital setup while following the 3 minute video titled "Mining The Social Web - Installing the Virtual Machine".

First issue was that I'd vagrant up and chef wouldn't complete successfully as a result of this error:

chef encountered an error attempting to load the node data for "vagrant-580e305f"

No matter what I do, I keep receiving error messages. There were a few steps I completed that got me much further in vagrant up but still no success.

  1. Add config.vm.provision :shell, inline: 'mkdir -p /tmp/vagrant-chef/cookbooks/nodes' to the Vagrantfile just before the Chef Provisioning. Source: https://github.com/mitchellh/vagrant/issues/6110
  2. Add chef.version = "12.10.40" into Chef's Provisioning in the Vagrantfile. Source: https://github.com/chef/chef/issues/4948
  3. Edit the file Mining-the-Social-Web-2nd-Edition/deploy/cookbooks/python/attributes/default.rb by changing default['python']['pip_script_url'] = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py to default['python']['pip_script_url'] = 'https://bootstrap.pypa.io/get-pip.py' Source: https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/288#issuecomment-178480300

I am quite sure that it is essential to complete each of the three steps above because each time I added a step, I was able to get further in the vagrant up process.

Now, the next issue is a familiar one that others have encountered, but the common solution is not working for me. See issue https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/243. After carrying out the solution, I still end up seeing the same error message. In that issue, there are some people claiming it only works for Vagrant version 1.7.1. I ended up uninstalling the most current version of Vagrant (1.8.1) and installing Vagrant 1.7.1. Turns out that 1.7.1 does not support VirtualBox 5.0.20 (the most recent version), so I installed the highest version of Virtual Box which it supports (4.3.38). The I started over from scratch, and I had to exclude Step 2 above to make it work. After doing so, I encountered the exact same error as I was having before, even after linking /bin/python as described in Issue https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/243.

Ultimately, I ended up spending that time reverting back to older versions to get no further ahead. I have reverted again back to the newest versions of Vagrant and Virtual Box and have tried the process over again, still with no success. The error message is still as follows:

Error executing actioninstallon resource 'python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2]'

Here is the complete log (note that the log starts at the first error message appearing after completing steps 1-3 and then vagrant up. From there, you'll see I did the python linking fix followed by vagrant provision and received the same error.) :

==> default: ================================================================================ ==> default: ==> default: Error executing action install on resource 'python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2]' ==> default: ==> default: ================================================================================ ==> default: ==> default: ==> default: ==> default: ==> default: Mixlib::ShellOut::ShellCommandFailed ==> default: ==> default: ------------------------------------ ==> default: ==> default: Expected process to exit with [0], but received '1' ==> default: ==> default: ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: ==> default: ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ==> default: ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: ==> default: ==> default: SNIMissingWarning ==> default: ==> default: ==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: ==> default: ==> default: InsecurePlatformWarning ==> default: ==> default: ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ==> default: ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ==> default: ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ==> default: ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: ==> default: ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: ==> default: ==> default: ==> default: ==> default: Cookbook Trace: ==> default: ==> default: --------------- ==> default: ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: ==> default: ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: ==> default: ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: ==> default: ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: ==> default: ==> default: ==> default: ==> default: Resource Declaration: ==> default: ==> default: --------------------- ==> default: ==> default: # In /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: 51: python_pip package do ==> default: ==> default: ==> default: 52: action :install ==> default: ==> default: ==> default: 53: end ==> default: ==> default: ==> default: 54: end ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: Compiled Resource: ==> default: ==> default: ------------------ ==> default: ==> default: # Declared in /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb:51:in block in from_file' ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: python_pip("https://fuxi.googlecode.com/hg/layercake-python.tar.bz2") do ==> default: ==> default: ==> default: action [:install] ==> default: ==> default: ==> default: retries 0 ==> default: ==> default: ==> default: retry_delay 2 ==> default: ==> default: ==> default: default_guard_interpreter :default ==> default: ==> default: ==> default: declared_type :python_pip ==> default: ==> default: ==> default: cookbook_name :mtsw2e ==> default: ==> default: ==> default: recipe_name "default" ==> default: ==> default: ==> default: package_name "https://fuxi.googlecode.com/hg/layercake-python.tar.bz2" ==> default: ==> default: ==> default: end ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: Platform: ==> default: ==> default: --------- ==> default: ==> default: x86_64-linux ==> default: ==> default: ==> default: ==> default: [2016-06-04T20:54:37+00:00] INFO: Running queued delayed notifications before re-raising exception ==> default: [2016-06-04T20:54:37+00:00] DEBUG: Re-raising exception: Mixlib::ShellOut::ShellCommandFailed - python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] (mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:289:ininvalid!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/shell_out.rb:45:inshell_out!' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:176:in converge_by' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:inblock in action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:96:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:667:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:701:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:281:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in <main>' ==> default: ==> default: Running handlers: ==> default: [2016-06-04T20:54:37+00:00] ERROR: Running exception handlers ==> default: Running handlers complete ==> default: ==> default: [2016-06-04T20:54:37+00:00] ERROR: Exception handlers complete ==> default: Chef Client failed. 32 resources updated in 07 minutes 32 seconds ==> default: [2016-06-04T20:54:37+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2016-06-04T20:54:37+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report ==> default: [2016-06-04T20:54:37+00:00] DEBUG: Mixlib::ShellOut::ShellCommandFailed: python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] (mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:289:ininvalid!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/shell_out.rb:45:inshell_out!' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:176:in converge_by' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:inblock in action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:96:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:667:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:701:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:281:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in `

' ==> default: [2016-06-04T20:54:37+00:00] ERROR: python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2](mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: [2016-06-04T20:54:37+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.

C:\Users\Matt Marotta\Mining-the-Social-Web-2nd-Edition>vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)

179 packages can be updated. 105 updates are security updates.

New release '14.04.4 LTS' available. Run 'do-release-upgrade' to upgrade to it.

Welcome to your Vagrant-built virtual machine. Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2 vagrant@precise64:~$ sudo ln -s /usr/bin/python /bin/python vagrant@precise64:~$ exit logout Connection to 127.0.0.1 closed.

C:\Users\Matt Marotta\Mining-the-Social-Web-2nd-Edition>vagrant provision ==> default: Running provisioner: shell... default: Running: inline script ==> default: stdin: is not a tty ==> default: Running provisioner: chef_solo... ==> default: Detected Chef (12.10.40) is already installed ==> default: Generating chef JSON and uploading... ==> default: Running chef-solo... ==> default: stdin: is not a tty ==> default: [2016-06-04T20:56:17+00:00] INFO: Forking chef instance to converge... ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Fork successful. Waiting for new chef pid: 21444 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Forked instance now converging ==> default: Starting Chef Client, version 12.10.40 ==> default: [2016-06-04T20:56:17+00:00] INFO: *\ Chef 12.10.40 *** ==> default: [2016-06-04T20:56:17+00:00] INFO: Platform: x86_64-linux ==> default: [2016-06-04T20:56:17+00:00] INFO: Chef-client pid: 21444 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Chef-client request_id: 04458fa5-30bc-42d1-840e-afe0574493f0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Could not load sigar gem. Skipping NetworkRoutes plugin ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -s' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -r' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -v' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -m' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -p' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'uname -o' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Kernel ran 'env lsmod' and returned 0 ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Groovy ran 'groovy -v' and failed #<Errno::ENOENT: No such file or directory - groovy> ==> default: [2016-06-04T20:56:17+00:00] DEBUG: Plugin Groovy threw #<Ohai::Exceptions::Exec: No such file or directory - groovy> ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:in rescue in shell_out' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:inshell_out' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/groovy.rb:29:in block (2 levels) in <main>' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:ininstance_eval' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in run_plugin' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:inrun' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:in safe_run' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:inrun_v7_plugin' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:in run_plugin' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:inblock in run_plugins' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in each' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:inrun_plugins' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:in all_plugins' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:inrun_ohai' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:in run' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /usr/bin/chef-solo:52:inload' ==> default: [2016-06-04T20:56:17+00:00] DEBUG: /usr/bin/chef-solo:52:in <main>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Python ran 'python -c "import sys; print (sys.version)"' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Nodejs ran 'node -v' and failed #<Errno::ENOENT: No such file or directory - node> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Nodejs threw #<Ohai::Exceptions::Exec: No such file or directory - node> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:inrescue in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/nodejs.rb:29:inblock (2 levels) in

' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:ineach' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:in run_ohai' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:in block in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:inblock in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:inrun_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in<top (required)>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in load' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in
' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: No data to collect for plugin Powershell. Continuing... ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'gcc -v' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran '/lib/libc.so.6' and failed #<Errno::ENOENT: No such file or directory - /lib/libc.so.6> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran '/lib64/libc.so.6' and failed #<Errno::ENOENT: No such file or directory - /lib64/libc.so.6> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'cl /?' and returned 127 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'devenv.com /?' and returned 127 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'xlc -qversion' and failed #<Errno::ENOENT: No such file or directory - xlc> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'cc -V -flags' and returned 4 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin C ran 'what /opt/ansic/bin/cc' and failed #<Errno::ENOENT: No such file or directory - what> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Scala ran 'scala -version' and failed #<Errno::ENOENT: No such file or directory - scala> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Scala ran 'sbt --version' and failed #<Errno::ENOENT: No such file or directory - sbt> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Rust ran 'rustc --version' and failed #<Errno::ENOENT: No such file or directory - rustc> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Rust threw #<Ohai::Exceptions::Exec: No such file or directory - rustc> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:in rescue in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:inshell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/rust.rb:25:in block (2 levels) in <main>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:ininstance_eval' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in run_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:in safe_run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:inrun_v7_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:in run_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:inblock in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in each' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:inrun_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:in all_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:inrun_ohai' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:inload' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in <main>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Elixir ran 'elixir -v' and failed #<Errno::ENOENT: No such file or directory - elixir> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Elixir plugin: Could not shell_out "elixir -v". Skipping plugin ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Perl ran 'perl -V:version -V:archname' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Lua ran 'lua -v' and failed #<Errno::ENOENT: No such file or directory - lua> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Lua threw #<Ohai::Exceptions::Exec: No such file or directory - lua> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:inrescue in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/lua.rb:29:inblock (2 levels) in
' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:ineach' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:in run_ohai' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:in block in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:inblock in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:inrun_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in<top (required)>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in load' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in
' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Ruby ran 'ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{RbConfig::CONFIG['target']},target_cpu=#{RbConfig::CONFIG['target_cpu']},target_vendor=#{RbConfig::CONFIG['target_vendor']},target_os=#{RbConfig::CONFIG['target_os']},host=#{RbConfig::CONFIG['host']},host_cpu=#{RbConfig::CONFIG['host_cpu']},host_os=#{RbConfig::CONFIG['host_os']},host_vendor=#{RbConfig::CONFIG['host_vendor']},bin_dir=#{RbConfig::CONFIG['bindir']},ruby_bin=#{::File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])},)"' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Ruby ran 'ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'"' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Ruby ran 'ruby -e "require 'rbconfig'; puts %x{/opt/vagrant_ruby/bin/ruby /opt/vagrant_ruby/bin/gem env gemdir}.chomp!"' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Mono ran 'mono -V' and failed #<Errno::ENOENT: No such file or directory - mono> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Mono plugin: Could not shell_out "mono -V". Skipping plugin ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Erlang ran 'erl -eval 'erlang:display(erlang:system_info(otp_release)), erlang:display(erlang:system_info(version)), erlang:display(erlang:system_info(nif_version)), halt().' -noshell' and returned 127 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Erlang ran 'erl +V' and failed #<Errno::ENOENT: No such file or directory - erl> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Erlang plugin: Could not shell_out "erl +V". Skipping data ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Go ran 'go version' and failed #<Errno::ENOENT: No such file or directory - go> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Go threw #<Ohai::Exceptions::Exec: No such file or directory - go> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:in rescue in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:inshell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/go.rb:23:in block (2 levels) in <main>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:ininstance_eval' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in run_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:in safe_run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:inrun_v7_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:in run_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:inblock in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in each' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:inrun_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:in all_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:inrun_ohai' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:inload' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in <main>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin PHP ran 'php -v' and failed #<Errno::ENOENT: No such file or directory - php> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin PHP threw #<Ohai::Exceptions::Exec: No such file or directory - php> ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:43:inrescue in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/mixin/command.rb:37:in shell_out' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/plugins/php.rb:29:inblock (2 levels) in
' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:ineach' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.15.1/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:558:in run_ohai' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:263:inrun' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:in block in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:inblock in run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:inrun_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:in run' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in<top (required)>' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in load' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: /usr/bin/chef-solo:52:in
' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Java ran 'java -mx64m -version' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: default route table is 'main' ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip addr' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip -d -s link' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip -f inet neigh show' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip -o -f inet route show table main' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0 metric 100 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Parsing 10.0.2.0/24 dev eth0 proto kernel scope link src 10.0.2.15 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: default_interface set to eth0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: default_gateway set to 10.0.2.2 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip -f inet6 neigh show' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Network ran 'ip -o -f inet6 route show table main' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Parsing fe80::/64 dev eth0 proto kernel metric 256 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Unable to determine 'default_inet6_interface' as no default routes were found for that interface family ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Could not load sigar gem. Skipping NetworkListeners plugin ==> default: [2016-06-04T20:56:18+00:00] DEBUG: [inet] Using default interface eth0 and default gateway 10.0.2.2 to set the default ip to 10.0.2.15 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: [inet6] no default interface, picking the first ipaddress ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Virtualization plugin: did not find nova ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Virtualization ran 'dmidecode' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Virtualization plugin: did not find lxc-version ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'df -P' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'df -iP' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'mount' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'lsblk -P -n -o NAME,FSTYPE' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'lsblk -P -n -o NAME,UUID' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem ran 'lsblk -P -n -o NAME,LABEL' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: No data to collect for plugin SystemProfile. Continuing... ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem2 ran 'df -P' and returned 0 ==> default: [2016-06-04T20:56:18+00:00] DEBUG: Plugin Filesystem2 ran 'df -iP' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Filesystem2 ran 'mount' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Filesystem2 ran 'lsblk -n -P -o NAME,UUID,LABEL,FSTYPE' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: No data to collect for plugin Drivers. Continuing... ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint linode.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: linode plugin: looks_like_linode? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Sessions plugin: did not find loginctl ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint eucalyptus.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: eucalyptus plugin: has_euca_mac? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: eucalyptus plugin: looks_like_euca? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Virtualbox ran 'VBoxControl guestproperty enumerate' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint digital_ocean.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: digitalocean plugin: No hints present for and doesn't look like digitalocean ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint azure.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: azure plugin: No hints present for azure and doesn't appear to be azure. ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin DMI ran 'dmidecode' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: OEM-specific Type ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Header and Data: ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected extended data line found before header; discarding: ==> default: 80 08 08 00 01 CE 36 00 ==> default: ==> default: [2016-06-04T20:56:19+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: End Of Table ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint rackspace.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Rackspace ran 'xenstore-read vm-data/provider_data/provider' and failed #<Errno::ENOENT: No such file or directory - xenstore-read> ==> default: [2016-06-04T20:56:19+00:00] DEBUG: ip_scopes: cannot load gem, plugin disabled: cannot load such file -- ipaddr_extensions ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Hostname ran 'hostname -s' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Hostname ran 'hostname' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Hostname ran 'hostname --fqdn' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint ec2.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: ec2 plugin: has_ec2_xen_uuid? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: ec2 plugin: has_ec2_dmi? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: ec2 plugin: has_amazon_org? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: ec2 plugin: looks_like_ec2? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint softlayer.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: softlayer plugin: looks_like_softlayer? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: No data to collect for plugin Zpools. Continuing... ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Plugin Packages ran 'dpkg-query -W' and returned 0 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint gce.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: gce mixin: can_metadata_connect? failed setting up socket: getaddrinfo: Name or service not known ==> default: [2016-06-04T20:56:19+00:00] DEBUG: gce plugin: looks_like_gce? == false ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint openstack.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Did not find hint hp.json in the hint path(s): /etc/chef/ohai/hints ==> default: [2016-06-04T20:56:19+00:00] DEBUG: NOT ohai openstack ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Building node object for vagrant-21c99989 ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Extracting run list from JSON attributes provided on command line ==> default: [2016-06-04T20:56:19+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from CLI options ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Applying attributes from json file ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Platform is ubuntu version 12.04 ==> default: [2016-06-04T20:56:19+00:00] INFO: Run List is [recipe[mtsw2e::default]] ==> default: [2016-06-04T20:56:19+00:00] INFO: Run List expands to [mtsw2e::default] ==> default: [2016-06-04T20:56:19+00:00] INFO: Starting Chef Run for vagrant-21c99989 ==> default: [2016-06-04T20:56:19+00:00] INFO: Running start handlers ==> default: [2016-06-04T20:56:19+00:00] INFO: Start handlers complete. ==> default: [2016-06-04T20:56:19+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/chefignore no files will be ignored ==> default: Installing Cookbook Gems: ==> default: Compiling Cookbooks... ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Cookbooks to compile: [:apt, :"build-essential", :yum, :python, :runit, :mtsw2e] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/libraries/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/libraries/provider_runit_service.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/libraries/resource_runit_service.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook apt's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/attributes/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute apt::default ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook build-essential's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/build-essential/attributes/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute build-essential::default ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook yum's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/attributes/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute yum::default ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook yum's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/attributes/elrepo.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute yum::elrepo ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook yum's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/attributes/epel.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute yum::epel ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook yum's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/attributes/remi.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute yum::remi ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook python's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/attributes/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute python::default ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Node vagrant-21c99989 loading cookbook runit's attribute file /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/attributes/default.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading Attribute runit::default ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/providers/preference.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/providers/preference.rb into provider apt_preference (LWRP provider apt_preference from cookbook apt) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/providers/repository.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/providers/repository.rb into provider apt_repository (LWRP provider apt_repository from cookbook apt) ==> default: [2016-06-04T20:56:19+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/resources/preference.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/resources/preference.rb into resource apt_preference (Custom resource apt_preference from cookbook apt) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/resources/repository.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/apt/resources/repository.rb into resource apt_repository (Custom resource apt_repository from cookbook apt) ==> default: [2016-06-04T20:56:19+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/providers/key.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/providers/key.rb into provider yum_key (LWRP provider yum_key from cookbook yum) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/providers/repository.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/providers/repository.rb into provider yum_repository (LWRP provider yum_repository from cookbook yum) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/resources/key.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/resources/key.rb into resource yum_key (Custom resource yum_key from cookbook yum) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/resources/repository.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/yum/resources/repository.rb into resource yum_repository (Custom resource yum_repository from cookbook yum) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb into provider python_pip (LWRP provider python_pip from cookbook python) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/virtualenv.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/virtualenv.rb into provider python_virtualenv (LWRP provider python_virtualenv from cookbook python) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/resources/pip.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/resources/pip.rb into resource python_pip (Custom resource python_pip from cookbook python) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/resources/virtualenv.rb ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/resources/virtualenv.rb into resource python_virtualenv (Custom resource python_virtualenv from cookbook python) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe mtsw2e::default via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe default in cookbook mtsw2e ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe apt via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe default in cookbook apt ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for directory is Chef::Resource::Directory ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for directory is Chef::Resource::Directory ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe runit via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe default in cookbook runit ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for service is Chef::Resource::Service ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform. ==> default: [2016-06-04T20:56:19+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint) ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/version_constraint.rb:113:in parse' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/version_constraint.rb:36:ininitialize' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:79:in new' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:79:inblock in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:77:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:77:inmatch_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:54:in value_for_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:147:invalue_for_platform' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/recipes/default.rb:25:in block in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_builder.rb:76:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_builder.rb:76:in build' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/declare_resource.rb:277:inbuild_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/declare_resource.rb:234:in declare_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/resources.rb:40:inexecute' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/recipes/default.rb:24:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/cookbook_version.rb:233:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:354:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:310:inblock in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:309:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:309:ininclude_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/include_recipe.rb:26:in include_recipe' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb:3:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:354:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:140:in block in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:138:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:138:in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:75:incompile' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:176:in load' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/policy_builder/expand_node_object.rb:97:insetup_run_context' ==> default: /opt/chef/embedded/lib/ruby/2.1.0/forwardable.rb:183:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:508:insetup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:278:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in <main>' ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform. ==> default: [2016-06-04T20:56:19+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint) ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/version_constraint.rb:113:inparse' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/version_constraint.rb:36:in initialize' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:79:innew' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:79:in block in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:77:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:77:in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:54:invalue_for_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/platform_introspection.rb:147:in value_for_platform' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/recipes/default.rb:85:inblock in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_builder.rb:76:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_builder.rb:76:inbuild' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/declare_resource.rb:277:in build_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/declare_resource.rb:234:indeclare_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/resources.rb:40:in package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/runit/recipes/default.rb:80:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:354:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:310:in block in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:309:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:309:in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/dsl/include_recipe.rb:26:ininclude_recipe' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb:3:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/cookbook_version.rb:233:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:354:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:140:inblock in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:138:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:138:incompile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context/cookbook_compiler.rb:75:in compile' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/run_context.rb:176:inload' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/policy_builder/expand_node_object.rb:97:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/2.1.0/forwardable.rb:183:insetup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:508:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:278:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:inblock in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:inrun_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:inloop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:inrun_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in<top (required)>' ==> default: /usr/bin/chef-solo:52:in load' ==> default: /usr/bin/chef-solo:52:in
' ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe python via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe default in cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe python::package via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe package in cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe python::pip via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe pip in cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe python::virtualenv via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Found recipe virtualenv in cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading recipe python::pip via include_recipe ==> default: [2016-06-04T20:56:19+00:00] DEBUG: I am not loading python::pip, because I have already seen it. ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic apt_repository resource enabled on node include: [Chef::Resource::AptRepository, Custom resource apt_repository from cookbook apt] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for apt_repository is Chef::Resource::AptRepository ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for service is Chef::Resource::Service ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resources for generic runit_service resource enabled on node include: [Chef::Resource::RunitService] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Resource for runit_service is Chef::Resource::RunitService ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks ==> default: Converging 37 resources ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Converging node vagrant-21c99989 ==> default: Recipe: apt::default ==> default: * execute[apt-get-update] action run ==> default: [2016-06-04T20:56:19+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Skipping execute[apt-get-update] due to not_if ruby block ==> default: * execute[apt-get update] action nothing ==> default: [2016-06-04T20:56:19+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Skipping execute[apt-get update] due to action :nothing ==> default: * execute[apt-get autoremove] action nothing ==> default: [2016-06-04T20:56:19+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Skipping execute[apt-get autoremove] due to action :nothing ==> default: * execute[apt-get autoclean] action nothing ==> default: [2016-06-04T20:56:19+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Skipping execute[apt-get autoclean] due to action :nothing ==> default: * apt_package[update-notifier-common] action install ==> default: [2016-06-04T20:56:19+00:00] INFO: Processing apt_package[update-notifier-common] action install (apt::default line 48) ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:19+00:00] DEBUG: Provider for action install on resource apt_package[update-notifier-common] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[update-notifier-common] installed version for update-notifier-common is 0.119ubuntu8.7 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[update-notifier-common] candidate version for update-notifier-common is 0.119ubuntu8.7 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[update-notifier-common] update-notifier-common 0.119ubuntu8.7 already installed ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[update-notifier-common] is already installed - nothing to do ==> default: (up to date) ==> default: * execute[apt-get-update-periodic] action run ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) ==> default: (skipped due to only_if) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block ==> default: * directory[/var/cache/local] action create ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local] is Chef::Provider::Directory ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_uid == current_uid, not updating owner ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_gid == current_gid, not updating group ==> default: (up to date) ==> default: * directory[/var/cache/local/preseeding] action create ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local/preseeding] is Chef::Provider::Directory ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_uid == current_uid, not updating owner ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Found target_gid == current_gid, not updating group ==> default: (up to date) ==> default: Recipe: runit::default ==> default: * service[runit] action nothing[2016-06-04T20:56:20+00:00] INFO: Processing service[runit] action nothing (runit::default line 20) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping service[runit] due to action :nothing ==> default: ==> default: * execute[start-runsvdir] action nothing ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping execute[start-runsvdir] due to action :nothing ==> default: * execute[runit-hup-init] action nothing[2016-06-04T20:56:20+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping execute[runit-hup-init] due to action :nothing ==> default: * apt_package[runit] action install[2016-06-04T20:56:20+00:00] INFO: Processing apt_package[runit] action install (runit::default line 80) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action install on resource apt_package[runit] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[runit] installed version for runit is 2.1.1-6.2ubuntu2.1 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[runit] candidate version for runit is 2.1.1-6.2ubuntu2.1 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[runit] runit 2.1.1-6.2ubuntu2.1 already installed ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[runit] is already installed - nothing to do ==> default: (up to date) ==> default: Recipe: python::package ==> default: * apt_package[python] action install[2016-06-04T20:56:20+00:00] INFO: Processing apt_package[python] action install (python::package line 40) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action install on resource apt_package[python] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python] installed version for python is 2.7.3-0ubuntu2.2 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python] candidate version for python is 2.7.3-0ubuntu2.2 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python] python 2.7.3-0ubuntu2.2 already installed ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[python-dev] action install[2016-06-04T20:56:20+00:00] INFO: Processing apt_package[python-dev] action install (python::package line 40) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action install on resource apt_package[python-dev] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python-dev] installed version for python-dev is 2.7.3-0ubuntu2.2 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python-dev] candidate version for python-dev is 2.7.3-0ubuntu2.2 ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python-dev] python-dev 2.7.3-0ubuntu2.2 already installed ==> default: [2016-06-04T20:56:20+00:00] DEBUG: apt_package[python-dev] is already installed - nothing to do ==> default: (up to date) ==> default: Recipe: python::pip ==> default: * remote_file[/var/chef/cache/ez_setup.py] action create[2016-06-04T20:56:20+00:00] INFO: Processing remote_file[/var/chef/cache/ez_setup.py] action create (python::pip line 36) ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping remote_file[/var/chef/cache/ez_setup.py] due to not_if command /usr/bin/python -c 'import setuptools' ==> default: ==> default: * remote_file[/var/chef/cache/get-pip.py] action create ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing remote_file[/var/chef/cache/get-pip.py] action create (python::pip line 42) ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping remote_file[/var/chef/cache/get-pip.py] due to not_if ruby block ==> default: ==> default: * execute[install-setuptools] action run ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[install-setuptools] action run (python::pip line 48) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[Guard resource] action run (dynamically defined) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action run on resource execute[Guard resource] is Chef::Provider::Execute ==> default: [2016-06-04T20:56:20+00:00] INFO: execute[Guard resource] ran successfully ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping execute[install-setuptools] due to not_if command /usr/bin/python -c 'import setuptools' ==> default: ==> default: * execute[install-pip] action run ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[install-pip] action run (python::pip line 56) ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Skipping execute[install-pip] due to not_if ruby block ==> default: Recipe: python::virtualenv ==> default: ==> default: * python_pip[virtualenv] action install ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing python_pip[virtualenv] action install (python::virtualenv line 23) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic python_pip resource enabled on node include: [LWRP provider python_pip from cookbook python] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action install on resource python_pip[virtualenv] is LWRP provider python_pip from cookbook python ==> default: (up to date) ==> default: Recipe: mtsw2e::default ==> default: * apt_repository[mongodb-10gen] action add[2016-06-04T20:56:20+00:00] INFO: Processing apt_repository[mongodb-10gen] action add (mtsw2e::default line 6) ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Providers for generic apt_repository resource enabled on node include: [Chef::Provider::AptRepository, LWRP provider apt_repository from cookbook apt] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Provider for action add on resource apt_repository[mongodb-10gen] is Chef::Provider::AptRepository ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:20+00:00] DEBUG: key 7F0CEB10 is valid ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resources for generic apt_update resource enabled on node include: [Chef::Resource::AptUpdate] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resource for apt_update is Chef::Resource::AptUpdate ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resources for generic file resource enabled on node include: [Chef::Resource::File] ==> default: [2016-06-04T20:56:20+00:00] DEBUG: Resource for file is Chef::Resource::File ==> default: ==> default: * execute[install-key 7F0CEB10] action run ==> default: [2016-06-04T20:56:20+00:00] INFO: Processing execute[install-key 7F0CEB10] action run (/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/apt_repository.rb line 201) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: key 7F0CEB10 is valid ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Skipping execute[install-key 7F0CEB10] due to not_if ruby block ==> default: ==> default: * execute[apt-cache gencaches] action nothing ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing execute[apt-cache gencaches] action nothing (/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/apt_repository.rb line 52) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Skipping execute[apt-cache gencaches] due to action :nothing ==> default: ==> default: * apt_update[mongodb-10gen] action nothing ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing apt_update[mongodb-10gen] action nothing (/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/apt_repository.rb line 57) ==> default: (skipped due to action :nothing) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Skipping apt_update[mongodb-10gen] due to action :nothing ==> default: ==> default: * file[/etc/apt/sources.list.d/mongodb-10gen.list] action create ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing file[/etc/apt/sources.list.d/mongodb-10gen.list] action create (/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/apt_repository.rb line 77) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic file resource enabled on node include: [Chef::Provider::File] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action create on resource file[/etc/apt/sources.list.d/mongodb-10gen.list] is Chef::Provider::File ==> default: [2016-06-04T20:56:21+00:00] DEBUG: file[/etc/apt/sources.list.d/mongodb-10gen.list] checksumming file at /etc/apt/sources.list.d/mongodb-10gen.list. ==> default: [2016-06-04T20:56:21+00:00] DEBUG: calculating checksum of /etc/apt/sources.list.d/.chef-mongodb-10gen.list20160604-21444-vmn8dt to compare with 622a57730ab8bb7f1d8eb23b5ff45faa3b76c2790120614093a5bbae2d341a2b ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Found target_uid == current_uid, not updating owner ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Found target_gid == current_gid, not updating group ==> default: (up to date) ==> default: ==> default: (up to date) ==> default: ==> default: * apt_package[mongodb-10gen] action install ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing apt_package[mongodb-10gen] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[mongodb-10gen] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[mongodb-10gen] installed version for mongodb-10gen is 2.4.14 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[mongodb-10gen] candidate version for mongodb-10gen is 2.4.14 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[mongodb-10gen] mongodb-10gen 2.4.14 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[mongodb-10gen] is already installed - nothing to do ==> default: (up to date) ==> default: ==> default: * apt_package[openjdk-6-jdk] action install ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing apt_package[openjdk-6-jdk] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[openjdk-6-jdk] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[openjdk-6-jdk] installed version for openjdk-6-jdk is 6b39-1.13.11-0ubuntu0.12.04.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[openjdk-6-jdk] candidate version for openjdk-6-jdk is 6b39-1.13.11-0ubuntu0.12.04.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[openjdk-6-jdk] openjdk-6-jdk 6b39-1.13.11-0ubuntu0.12.04.1 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[openjdk-6-jdk] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[libfreetype6-dev] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[libfreetype6-dev] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[libfreetype6-dev] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libfreetype6-dev] installed version for libfreetype6-dev is 2.4.8-1ubuntu2.3 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libfreetype6-dev] candidate version for libfreetype6-dev is 2.4.8-1ubuntu2.3 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libfreetype6-dev] libfreetype6-dev 2.4.8-1ubuntu2.3 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libfreetype6-dev] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[libpng-dev] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[libpng-dev] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[libpng-dev] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] installed version for libpng-dev is (none) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] candidate version for libpng-dev is (none) ==> default: [2016-06-04T20:56:21+00:00] INFO: apt_package[libpng-dev] is a virtual package, actually acting on package[libpng12-dev] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] installed version for libpng12-dev is 1.2.46-3ubuntu4.2 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] candidate version for libpng12-dev is 1.2.46-3ubuntu4.2 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] libpng-dev 1.2.46-3ubuntu4.2 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libpng-dev] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[libncurses5-dev] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[libncurses5-dev] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[libncurses5-dev] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libncurses5-dev] installed version for libncurses5-dev is 5.9-4 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libncurses5-dev] candidate version for libncurses5-dev is 5.9-4 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libncurses5-dev] libncurses5-dev 5.9-4 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[libncurses5-dev] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[vim] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[vim] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[vim] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[vim] installed version for vim is 2:7.3.429-2ubuntu2.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[vim] candidate version for vim is 2:7.3.429-2ubuntu2.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[vim] vim 2:7.3.429-2ubuntu2.1 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[vim] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[git-core] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[git-core] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[git-core] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[git-core] installed version for git-core is 1:1.7.9.5-1ubuntu0.3 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[git-core] candidate version for git-core is 1:1.7.9.5-1ubuntu0.3 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[git-core] git-core 1:1.7.9.5-1ubuntu0.3 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[git-core] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[build-essential] action install[2016-06-04T20:56:21+00:00] INFO: Processing apt_package[build-essential] action install (mtsw2e::default line 24) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource apt_package[build-essential] is Chef::Provider::Package::Apt ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[build-essential] installed version for build-essential is 11.5ubuntu2.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[build-essential] candidate version for build-essential is 11.5ubuntu2.1 ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[build-essential] build-essential 11.5ubuntu2.1 already installed ==> default: [2016-06-04T20:56:21+00:00] DEBUG: apt_package[build-essential] is already installed - nothing to do ==> default: (up to date) ==> default: * service[mongodb] action enable[2016-06-04T20:56:21+00:00] INFO: Processing service[mongodb] action enable (mtsw2e::default line 29) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic service resource enabled on node include: [Chef::Provider::Service::Upstart, Chef::Provider::Service::Debian, Chef::Provider::Service::Invokercd, Chef::Provider::Service::Init] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action enable on resource service[mongodb] is Chef::Provider::Service::Upstart ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] found /etc/init/mongodb.conf ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] enabled: start on runlevel [2345] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] already enabled - nothing to do ==> default: (up to date) ==> default: ==> default: * service[mongodb] action start ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing service[mongodb] action start (mtsw2e::default line 29) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic service resource enabled on node include: [Chef::Provider::Service::Upstart, Chef::Provider::Service::Debian, Chef::Provider::Service::Invokercd, Chef::Provider::Service::Init] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action start on resource service[mongodb] is Chef::Provider::Service::Upstart ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] found /etc/init/mongodb.conf ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] enabled: start on runlevel [2345] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: service[mongodb] already running - nothing to do ==> default: (up to date) ==> default: ==> default: * execute[mongodb_textsearch] action run ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing execute[mongodb_textsearch] action run (mtsw2e::default line 33) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing execute[Guard resource] action run (dynamically defined) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action run on resource execute[Guard resource] is Chef::Provider::Execute ==> default: [2016-06-04T20:56:21+00:00] INFO: execute[Guard resource] ran successfully ==> default: (skipped due to not_if) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Skipping execute[mongodb_textsearch] due to not_if command grep textSearchEnabled /etc/mongodb.conf ==> default: ==> default: * python_pip[numpy==1.7.1] action install ==> default: [2016-06-04T20:56:21+00:00] INFO: Processing python_pip[numpy==1.7.1] action install (mtsw2e::default line 51) ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Providers for generic python_pip resource enabled on node include: [LWRP provider python_pip from cookbook python] ==> default: [2016-06-04T20:56:21+00:00] DEBUG: Provider for action install on resource python_pip[numpy==1.7.1] is LWRP provider python_pip from cookbook python ==> default: [2016-06-04T20:56:21+00:00] INFO: Installing python_pip[numpy==1.7.1] version latest ==> default: ==> default: - install package python_pip[numpy==1.7.1] version latest ==> default: * python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] action install[2016-06-04T20:56:22+00:00] INFO: Processing python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] action install (mtsw2e::default line 51) ==> default: [2016-06-04T20:56:22+00:00] DEBUG: Providers for generic python_pip resource enabled on node include: [LWRP provider python_pip from cookbook python] ==> default: [2016-06-04T20:56:22+00:00] DEBUG: Provider for action install on resource python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] is LWRP provider python_pip from cookbook python ==> default: [2016-06-04T20:56:22+00:00] INFO: Installing python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] version latest ==> default: ==> default: - install package python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] version latest ==> default: * python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] action install[2016-06-04T20:56:23+00:00] INFO: Processing python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] action install (mtsw2e::default line 51) ==> default: [2016-06-04T20:56:23+00:00] DEBUG: Providers for generic python_pip resource enabled on node include: [LWRP provider python_pip from cookbook python] ==> default: [2016-06-04T20:56:23+00:00] DEBUG: Provider for action install on resource python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] is LWRP provider python_pip from cookbook python ==> default: [2016-06-04T20:56:24+00:00] INFO: Installing python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] version latest ==> default: ==> default: ==> default: ================================================================================ ==> default: Error executing action install on resource 'python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2]' ==> default: ================================================================================ ==> default: ==> default: Mixlib::ShellOut::ShellCommandFailed ==> default: ------------------------------------ ==> default: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: ==> default: Cookbook Trace: ==> default: --------------- ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: ==> default: Resource Declaration: ==> default: --------------------- ==> default: # In /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb ==> default: ==> default: 51: python_pip package do ==> default: 52: action :install ==> default: 53: end ==> default: 54: end ==> default: ==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/mtsw2e/recipes/default.rb:51:in block in from_file' ==> default: ==> default: python_pip("https://fuxi.googlecode.com/hg/layercake-python.tar.bz2") do ==> default: action [:install] ==> default: retries 0 ==> default: retry_delay 2 ==> default: default_guard_interpreter :default ==> default: declared_type :python_pip ==> default: cookbook_name :mtsw2e ==> default: recipe_name "default" ==> default: package_name "https://fuxi.googlecode.com/hg/layercake-python.tar.bz2" ==> default: end ==> default: ==> default: Platform: ==> default: --------- ==> default: x86_64-linux ==> default: ==> default: [2016-06-04T20:56:25+00:00] INFO: Running queued delayed notifications before re-raising exception ==> default: [2016-06-04T20:56:25+00:00] DEBUG: Re-raising exception: Mixlib::ShellOut::ShellCommandFailed - python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] (mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:289:ininvalid!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/shell_out.rb:45:inshell_out!' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:176:in converge_by' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:inblock in action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:96:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:667:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:701:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:281:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in <main>' ==> default: ==> default: Running handlers: ==> default: [2016-06-04T20:56:25+00:00] ERROR: Running exception handlers ==> default: Running handlers complete ==> default: ==> default: [2016-06-04T20:56:25+00:00] ERROR: Exception handlers complete ==> default: Chef Client failed. 2 resources updated in 07 seconds ==> default: [2016-06-04T20:56:25+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2016-06-04T20:56:25+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report ==> default: [2016-06-04T20:56:25+00:00] DEBUG: Mixlib::ShellOut::ShellCommandFailed: python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2] (mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:289:ininvalid!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/shell_out.rb:45:inshell_out!' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:139:ininstall_package' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:176:in converge_by' ==> default: /tmp/vagrant-chef/ec1e4f07f887dfc98a0d7b93eef08855/cookbooks/python/providers/pip.rb:44:inblock in class_from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider/lwrp_base.rb:87:inblock in action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:97:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/runner.rb:96:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:667:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:662:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:701:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/client.rb:281:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:285:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:273:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:238:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:226:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.10.40/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in `
' ==> default: [2016-06-04T20:56:25+00:00] ERROR: python_pip[https://fuxi.googlecode.com/hg/layercake-python.tar.bz2](mtsw2e::default line 51) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: STDOUT: Collecting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. ==> default: SNIMissingWarning ==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. ==> default: InsecurePlatformWarning ==> default: HTTP error 404 while getting https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: Could not install requirement https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 because of HTTP error 404 Client Error: Not Found for url: https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 for URL https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ==> default: ---- End output of pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 ---- ==> default: Ran pip install https://fuxi.googlecode.com/hg/layercake-python.tar.bz2 returned 1 ==> default: [2016-06-04T20:56:25+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.

Evaderei commented 8 years ago

My problem is like this one.

==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:426:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:59:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/solo.rb:217:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/bin/chef-solo:25:in<top (required)>' ==> default: /usr/bin/chef-solo:52:in load' ==> default: /usr/bin/chef-solo:52:in

' ==> default: [2016-06-04T07:35:28+00:00] DEBUG: ==> default: --- RESPONSE (404) --- ==> default: { ==> default: "error": [ ==> default: "Parent not found: chefzero://localhost:8889/nodes" ==> default: ] ==> default: } ==> default: --- END RESPONSE --- ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads. ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response ==> default: [2016-06-04T07:35:28+00:00] INFO: HTTP Request Returned 404 Not Found: Parent not found: chefzero://localhost:8889/nodes ==> default: ================================================================================ ==> default: Chef encountered an error attempting to load the node data for "vagrant-3bb77b93" ==> default: ================================================================================ ==> default: Resource Not Found: ==> default: ------------------- ==> default: The server returned a HTTP 404. This usually indicates that your chef_server_url is incorrect. ==> default: Relevant Config Settings: ==> default: ------------------------- ==> default: chef_server_url "chefzero://localhost:8889" ==> default: Platform: ==> default: --------- ==> default: i686-linux ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Re-raising exception: Net::HTTPServerException - 404 "Not Found" ==> default: /opt/chef/embedded/lib/ruby/2.1.0/net/http/response.rb:119:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:146:inrequest' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:127:in post' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:639:increate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:592:in rescue in find_or_create' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:588:infind_or_create' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/policy_builder/dynamic.rb:72:in load_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:467:inload_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:269:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:286:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:239:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:227:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:456:insleep_then_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:443:in block in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:inloop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:426:inrun_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:59:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/solo.rb:217:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:52:inload' ==> default: /usr/bin/chef-solo:52:in <main>' ==> default: Running handlers: ==> default: ==> default: [2016-06-04T07:35:28+00:00] ERROR: Running exception handlers ==> default: Running handlers complete ==> default: [2016-06-04T07:35:28+00:00] ERROR: Exception handlers complete ==> default: Chef Client failed. 0 resources updated in 04 seconds ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Audit Reports are disabled. Skipping sending reports. ==> default: [2016-06-04T07:35:28+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2016-06-04T07:35:28+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report ==> default: [2016-06-04T07:35:28+00:00] DEBUG: Net::HTTPServerException: 404 "Not Found" ==> default: /opt/chef/embedded/lib/ruby/2.1.0/net/http/response.rb:119:inerror!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:146:in request' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/http.rb:127:inpost' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:639:in create' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:592:inrescue in find_or_create' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/node.rb:588:in find_or_create' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/policy_builder/dynamic.rb:72:inload_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:467:in load_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/client.rb:269:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:286:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:infork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:274:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:239:inblock in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:227:inrun_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:456:in sleep_then_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:443:inblock in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:442:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/client.rb:426:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application.rb:59:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/lib/chef/application/solo.rb:217:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.11.18/bin/chef-solo:25:in<top (required)>' ==> default: /usr/bin/chef-solo:52:in load' ==> default: /usr/bin/chef-solo:52:in
' ==> default: [2016-06-04T07:35:28+00:00] ERROR: 404 "Not Found" ==> default: [2016-06-04T07:35:28+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.

ErrorVagrant100.txt

alvanson commented 8 years ago

A few things have changed since the author was last seen in these parts. As of today (June 18, 2016), the following needs to be done to get vagrant up to run successfully:

    chef.channel = "stable"
    chef.version = "12.10.24"
default['python']['pip_script_url'] = 'https://bootstrap.pypa.io/get-pip.py'

Google Code is now in archive mode, so the direct link to layercake-python.tar.bz2 no longer works. To work around the issue:

  "/vagrant/layercake-python.tar.bz2",

I was able to successfully run vagrant up after completing the above.

mattmarotta commented 8 years ago

Thank you so much @alvanson I can now continue after using your fixes!!!