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

Not able to get vagrant to install codes as expected; unable to use localhost:8888; final error seems to be outdated location for get - pip #289

Open 4Shubby opened 8 years ago

4Shubby commented 8 years ago

I have tried several times to get the vagrant up to load as it should be, even uninstalling and reinstalling virtual box and vagrant. I went ahead and tried to go to local host:8888 but it says safari can't access it.

Need some help.

After installing virtual box 5.0 and vagrant 1.8.1 I go to cd mining-the-social-web-2nd-edition and then run vagrant up, but it does not seem to do what is expected.

Here is the code I receive:

Williams-MacBook-Pro-2:Mining-the-Social-Web-2nd-Edition williamclarke$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8888 (guest) => 8888 (host) (adapter 1) default: 5000 (guest) => 5000 (host) (adapter 1) default: 27017 (guest) => 27017 (host) (adapter 1) default: 27018 (guest) => 27018 (host) (adapter 1) default: 27019 (guest) => 27019 (host) (adapter 1) default: 28017 (guest) => 28017 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not match the installed version of default: VirtualBox! In most cases this is fine, but in rare cases it can default: prevent things such as shared folders from working properly. If you see default: shared folder errors, please make sure the guest additions within the default: virtual machine match the version of VirtualBox you have installed on default: your host and reload your VM. default: default: Guest Additions Version: 4.2.0 default: VirtualBox Version: 5.0 ==> default: Mounting shared folders... default: /vagrant => /Users/williamclarke/Mining-the-Social-Web-2nd-Edition default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks => /Users/williamclarke/Mining-the-Social-Web-2nd-Edition/deploy/cookbooks ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: flag to force provisioning. Provisioners marked to run always will still run. Williams-MacBook-Pro-2:Mining-the-Social-Web-2nd-Edition williamclarke$

I also tried vagrant ssh as you suggested and then curl:

this is what i get:

Williams-MacBook-Pro-2:Mining-the-Social-Web-2nd-Edition williamclarke$ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)

Documentation: https://help.ubuntu.com/ 182 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:~$ curl http://localhost:8888 curl: (7) couldn't connect to host

The last thing I did was vagrant halt and vagrant provision... this seemed to allow for more install but then I got:

==> default: Running provisioner: chef_solo... ==> default: Detected Chef (latest) is already installed ==> default: Generating chef JSON and uploading... ==> default: Running chef-solo... ==> default: stdin: is not a tty ==> default: [2016-03-06T01:34:52+00:00] INFO: Forking chef instance to converge... ==> default: [2016-03-06T01:34:52+00:00] DEBUG: Fork successful. Waiting for new chef pid: 1558 ==> default: [2016-03-06T01:34:52+00:00] DEBUG: Forked instance now converging ==> default: Starting Chef Client, version 12.8.0 ==> default: [2016-03-06T01:34:52+00:00] INFO: * Chef 12.8.0 * ==> default: [2016-03-06T01:34:52+00:00] INFO: Chef-client pid: 1558 ==> default: [2016-03-06T01:34:52+00:00] DEBUG: Chef-client request_id: 23086bc0-4c58-48f8-95ea-407b8c6e993f ==> default: [2016-03-06T01:34:52+00:00] DEBUG: Could not load sigar gem. Skipping NetworkRoutes plugin ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Groovy threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/groovy.rb:29:inblock (2 levels) in

' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Nodejs threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/nodejs.rb:29:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: No data to collect for plugin Powershell. Continuing... ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Rust threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/rust.rb:25:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Elixir threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/elixir.rb:25:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Lua threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/lua.rb:29:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Mono threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/mono.rb:29:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Erlang threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/erlang.rb:28:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Go threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/go.rb:23:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin PHP threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/php.rb:29:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Plugin Java threw # ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:in exec' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:338:inblock in fork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:316:infork_subprocess' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:93:in run_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout.rb:259:inrun_command' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/mixin/command.rb:33:in shell_out' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/java.rb:25:inget_java_info' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/java.rb:68:in block (2 levels) in

' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:ininstance_eval' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in run_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:in safe_run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:inrun_v7_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:in run_plugin' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:inblock in run_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in each' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:inrun_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:in all_plugins' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:inrun_ohai' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:in run' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:inblock in fork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:in block in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:in run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:inblock in interval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in loop' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:in run_application' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:inrun' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in <top (required)>' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:inload' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: /usr/bin/chef-solo:50:in
' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: default route table is 'main' ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0 metric 100 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Parsing 10.0.2.0/24 dev eth0 proto kernel scope link src 10.0.2.15 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: default_interface set to eth0 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: default_gateway set to 10.0.2.2 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Parsing fe80::/64 dev eth0 proto kernel metric 256 ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Unable to determine 'default_inet6_interface' as no default routes were found for that interface family ==> default: [2016-03-06T01:34:53+00:00] DEBUG: Could not load sigar gem. Skipping NetworkListeners plugin ==> default: [2016-03-06T01:34:53+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-03-06T01:34:53+00:00] DEBUG: [inet6] no default interface, picking the first ipaddress ==> default: [2016-03-06T01:34:53+00:00] DEBUG: No data to collect for plugin SystemProfile. Continuing... ==> default: [2016-03-06T01:34:53+00:00] DEBUG: No data to collect for plugin Drivers. Continuing... ==> default: [2016-03-06T01:34:53+00:00] DEBUG: linode plugin: looks_like_linode? == false ==> default: [2016-03-06T01:34:53+00:00] DEBUG: eucalyptus plugin: has_euca_mac? == false ==> default: [2016-03-06T01:34:53+00:00] DEBUG: eucalyptus plugin: looks_like_euca? == false ==> default: [2016-03-06T01:34:53+00:00] DEBUG: digitalocean plugin: No hints present for and doesn't look like digitalocean ==> default: [2016-03-06T01:34:53+00:00] DEBUG: azure plugin: No hints present for azure and doesn't appear to be azure. ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Inactive ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: OEM-specific Type ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: Header and Data: ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected extended data line found before header; discarding: ==> default: 80 08 08 00 FF 9E 24 00 ==> default: [2016-03-06T01:34:54+00:00] DEBUG: unexpected data line found before header; discarding: ==> default: End Of Table ==> default: [2016-03-06T01:34:54+00:00] DEBUG: ip_scopes: cannot load gem, plugin disabled: cannot load such file -- ipaddr_extensions ==> default: [2016-03-06T01:34:54+00:00] DEBUG: ec2 plugin: has_ec2metadata_bin? == false ==> default: [2016-03-06T01:34:54+00:00] DEBUG: ec2 plugin: has_xen_mac? == false ==> default: [2016-03-06T01:34:54+00:00] DEBUG: ec2 plugin: looks_like_ec2? == false ==> default: [2016-03-06T01:34:54+00:00] DEBUG: softlayer plugin: looks_like_softlayer? == false ==> default: [2016-03-06T01:34:54+00:00] DEBUG: No data to collect for plugin Zpools. Continuing... ==> default: [2016-03-06T01:34:54+00:00] DEBUG: can_metadata_connect? == true ==> default: [2016-03-06T01:34:54+00:00] DEBUG: gce plugin: looks_like_gce? == true ==> default: [2016-03-06T01:34:54+00:00] DEBUG: NOT ohai openstack ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Plugin CloudV2 threw #<NoMethodError: undefined method[]' for nil:NilClass> ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/cloud_v2.rb:125:in get_gce_values' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/cloud_v2.rb:303:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Plugin Cloud threw # ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/cloud.rb:55:in get_gce_values' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/plugins/cloud.rb:276:inblock (2 levels) in ' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:in instance_eval' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin/versionvii.rb:90:inrun_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:98:in run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/dsl/plugin.rb:169:insafe_run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:84:in run_v7_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/runner.rb:43:inrun_plugin' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:98:in block in run_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:ineach' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:97:in run_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.11.0/lib/ohai/system.rb:75:inall_plugins' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:559:in run_ohai' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:262:inrun' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:301:in block in interval_run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:in load' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Building node object for vagrant-a4dc9400 ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Extracting run list from JSON attributes provided on command line ==> default: [2016-03-06T01:34:54+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from CLI options ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Applying attributes from json file ==> default: [2016-03-06T01:34:54+00:00] DEBUG: Platform is ubuntu version 12.04 ==> default: [2016-03-06T01:34:54+00:00] INFO: Run List is [recipe[mtsw2e::default]] ==> default: [2016-03-06T01:34:54+00:00] INFO: Run List expands to [mtsw2e::default] ==> default: [2016-03-06T01:34:54+00:00] INFO: Starting Chef Run for vagrant-a4dc9400 ==> default: [2016-03-06T01:34:54+00:00] INFO: Running start handlers ==> default: [2016-03-06T01:34:54+00:00] INFO: Start handlers complete. ==> default: [2016-03-06T01:34:54+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/chefignore no files will be ignored ==> default: Installing Cookbook Gems: ==> default: Compiling Cookbooks... ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Cookbooks to compile: [:apt, :"build-essential", :yum, :python, :runit, :mtsw2e] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/libraries/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/libraries/provider_runit_service.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook runit's library file: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/libraries/resource_runit_service.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook apt's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/attributes/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute apt::default ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook build-essential's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/build-essential/attributes/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute build-essential::default ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook yum's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/attributes/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute yum::default ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook yum's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/attributes/elrepo.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute yum::elrepo ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook yum's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/attributes/epel.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute yum::epel ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook yum's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/attributes/remi.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute yum::remi ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook python's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/attributes/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute python::default ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Node vagrant-a4dc9400 loading cookbook runit's attribute file /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/attributes/default.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading Attribute runit::default ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/providers/preference.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/providers/preference.rb into provider apt_preference (LWRP provider apt_preference from cookbook apt) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook apt's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/providers/repository.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/providers/repository.rb into provider apt_repository (LWRP provider apt_repository from cookbook apt) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/resources/preference.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/resources/preference.rb into resource apt_preference (Custom resource apt_preference from cookbook apt) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook apt's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/resources/repository.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/apt/resources/repository.rb into resource apt_repository (Custom resource apt_repository from cookbook apt) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/providers/key.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/providers/key.rb into provider yum_key (LWRP provider yum_key from cookbook yum) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook yum's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/providers/repository.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/providers/repository.rb into provider yum_repository (LWRP provider yum_repository from cookbook yum) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/resources/key.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/resources/key.rb into resource yum_key (Custom resource yum_key from cookbook yum) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook yum's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/resources/repository.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/yum/resources/repository.rb into resource yum_repository (Custom resource yum_repository from cookbook yum) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/providers/pip.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/providers/pip.rb into provider python_pip (LWRP provider python_pip from cookbook python) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook python's providers from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/providers/virtualenv.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/providers/virtualenv.rb into provider python_virtualenv (LWRP provider python_virtualenv from cookbook python) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/resources/pip.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/resources/pip.rb into resource python_pip (Custom resource python_pip from cookbook python) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading cookbook python's resources from /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/resources/virtualenv.rb ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loaded contents of /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/resources/virtualenv.rb into resource python_virtualenv (Custom resource python_virtualenv from cookbook python) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe mtsw2e::default via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe default in cookbook mtsw2e ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe apt via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe default in cookbook apt ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for directory is Chef::Resource::Directory ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for directory is Chef::Resource::Directory ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe runit via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe default in cookbook runit ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for service is Chef::Resource::Service ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform. ==> default: [2016-03-06T01:34:55+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint) ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/version_constraint.rb:113:in parse' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/version_constraint.rb:36:ininitialize' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:79:in new' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:79:inblock in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:77:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:77:inmatch_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:54:in value_for_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:147:invalue_for_platform' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:25:in block in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_builder.rb:76:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_builder.rb:76:in build' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/declare_resource.rb:104:inbuild_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/declare_resource.rb:62:in declare_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/resources.rb:40:inexecute' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:24:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/cookbook_version.rb:233:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:332:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:288:inblock in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:287:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:287:ininclude_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/include_recipe.rb:26:in include_recipe' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/mtsw2e/recipes/default.rb:3:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:332:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/run_context/cookbook_compiler.rb:138:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context/cookbook_compiler.rb:138:in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context/cookbook_compiler.rb:75:incompile' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:167:in load' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/client.rb:509:insetup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:277:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:50:inload' ==> default: /usr/bin/chef-solo:50:in
' ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform. ==> default: [2016-03-06T01:34:55+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint) ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/version_constraint.rb:113:inparse' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/version_constraint.rb:36:in initialize' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:79:innew' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/dsl/platform_introspection.rb:77:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:77:in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:54:invalue_for_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/platform_introspection.rb:147:in value_for_platform' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:85:inblock in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_builder.rb:76:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_builder.rb:76:inbuild' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/declare_resource.rb:104:in build_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/declare_resource.rb:62:indeclare_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/resources.rb:40:in package' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:80:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:infrom_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:332:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:288:in block in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:287:ineach' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:287:in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/dsl/include_recipe.rb:26:ininclude_recipe' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/mtsw2e/recipes/default.rb:3:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:ininstance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/cookbook_version.rb:233:inload_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:332:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/run_context/cookbook_compiler.rb:138:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context/cookbook_compiler.rb:138:incompile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context/cookbook_compiler.rb:75:in compile' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/run_context.rb:167:inload' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/client.rb:509:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:277:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:inblock in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:inrun_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/application/solo.rb:290:inloop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:inrun_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in' ==> default: /usr/bin/chef-solo:50:in load' ==> default: /usr/bin/chef-solo:50:in' ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe python via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe default in cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe python::package via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe package in cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe python::pip via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe pip in cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe python::virtualenv via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found recipe virtualenv in cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading recipe python::pip via include_recipe ==> default: [2016-03-06T01:34:55+00:00] DEBUG: I am not loading python::pip, because I have already seen it. ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic apt_repository resource enabled on node include: [Custom resource apt_repository from cookbook apt] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for apt_repository is Custom resource apt_repository from cookbook apt ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for service is Chef::Resource::Service ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resources for generic runit_service resource enabled on node include: [Chef::Resource::RunitService] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Resource for runit_service is Chef::Resource::RunitService ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Loading from cookbook_path: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks ==> default: Converging 37 resources ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Converging node vagrant-a4dc9400 ==> default: Recipe: apt::default ==> default:

==> default: * execute[apt-get-update] action run ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22) ==> default: (skipped due to not_if) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[apt-get-update] due to not_if ruby block ==> default: * execute[apt-get update] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[apt-get update] due to action :nothing ==> default: * execute[apt-get autoremove] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[apt-get autoremove] due to action :nothing ==> default: * execute[apt-get autoclean] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[apt-get autoclean] due to action :nothing ==> default: * apt_package[update-notifier-common] action install ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing apt_package[update-notifier-common] action install (apt::default line 48) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action install on resource apt_package[update-notifier-common] is Chef::Provider::Package::Apt ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[update-notifier-common] current version is 0.119ubuntu8.7 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[update-notifier-common] candidate version is 0.119ubuntu8.7 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[update-notifier-common] update-notifier-common 0.119ubuntu8.7 already installed ==> default: [2016-03-06T01:34:55+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-03-06T01:34:55+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52) ==> default: (skipped due to only_if) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block ==> default: * directory[/var/cache/local] action create ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local] is Chef::Provider::Directory ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found target_uid == current_uid, not updating owner ==> default: [2016-03-06T01:34:55+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-03-06T01:34:55+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local/preseeding] is Chef::Provider::Directory ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found target_uid == current_uid, not updating owner ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Found target_gid == current_gid, not updating group ==> default: (up to date) ==> default: Recipe: runit::default ==> default: * service[runit] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing service[runit] action nothing (runit::default line 20) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping service[runit] due to action :nothing ==> default: * execute[start-runsvdir] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[start-runsvdir] due to action :nothing ==> default: * execute[runit-hup-init] action nothing ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33) ==> default: (skipped due to action :nothing) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Skipping execute[runit-hup-init] due to action :nothing ==> default: * apt_package[runit] action install ==> default: [2016-03-06T01:34:55+00:00] INFO: Processing apt_package[runit] action install (runit::default line 80) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action install on resource apt_package[runit] is Chef::Provider::Package::Apt ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[runit] current version is 2.1.1-6.2ubuntu2.1 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[runit] candidate version is 2.1.1-6.2ubuntu2.1 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[runit] runit 2.1.1-6.2ubuntu2.1 already installed ==> default: [2016-03-06T01:34:55+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-03-06T01:34:55+00:00] INFO: Processing apt_package[python] action install (python::package line 40) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action install on resource apt_package[python] is Chef::Provider::Package::Apt ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[python] current version is 2.7.3-0ubuntu2.2 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[python] candidate version is 2.7.3-0ubuntu2.2 ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[python] python 2.7.3-0ubuntu2.2 already installed ==> default: [2016-03-06T01:34:55+00:00] DEBUG: apt_package[python] is already installed - nothing to do ==> default: (up to date) ==> default: * apt_package[python-dev] action install[2016-03-06T01:34:55+00:00] INFO: Processing apt_package[python-dev] action install (python::package line 40) ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt] ==> default: [2016-03-06T01:34:55+00:00] DEBUG: Provider for action install on resource apt_package[python-dev] is Chef::Provider::Package::Apt ==> default: [2016-03-06T01:34:56+00:00] DEBUG: apt_package[python-dev] current version is 2.7.3-0ubuntu2.2 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: apt_package[python-dev] candidate version is 2.7.3-0ubuntu2.2 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: apt_package[python-dev] python-dev 2.7.3-0ubuntu2.2 already installed ==> default: [2016-03-06T01:34:56+00:00] DEBUG: apt_package[python-dev] is already installed - nothing to do ==> default: (up to date) ==> default: Recipe: python::pip ==> default:

==> default: * remote_file[/var/chef/cache/ez_setup.py] action create ==> default: [2016-03-06T01:34:56+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-03-06T01:34:56+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-03-06T01:34:56+00:00] INFO: Processing remote_file[/var/chef/cache/get-pip.py] action create (python::pip line 42) ==> default: [2016-03-06T01:34:56+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checksumming file at /var/chef/cache/get-pip.py. ==> default: [2016-03-06T01:34:56+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for changes ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Cache control headers: {"if-modified-since"=>"Sat, 05 Mar 2016 20:32:41 GMT", "if-none-match"=>"\"9e48c87e8cce31fa8488e9f269e1534986a5afb5\""} ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Initiating GET to https://raw.github.com/pypa/pip/master/contrib/get-pip.py ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- HTTP Request Header Data: ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: if-modified-since: Sat, 05 Mar 2016 20:32:41 GMT ==> default: [2016-03-06T01:34:56+00:00] DEBUG: if-none-match: "9e48c87e8cce31fa8488e9f269e1534986a5afb5" ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- End HTTP Request Header Data ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- HTTP Status and Header Data: ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: HTTP 1.1 301 Moved Permanently ==> default: [2016-03-06T01:34:56+00:00] DEBUG: location: https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py ==> default: [2016-03-06T01:34:56+00:00] DEBUG: content-length: 0 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: accept-ranges: bytes ==> default: [2016-03-06T01:34:56+00:00] DEBUG: date: Sun, 06 Mar 2016 01:34:58 GMT ==> default: [2016-03-06T01:34:56+00:00] DEBUG: via: 1.1 varnish ==> default: [2016-03-06T01:34:56+00:00] DEBUG: age: 0 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: connection: close ==> default: [2016-03-06T01:34:56+00:00] DEBUG: x-served-by: cache-atl6227-ATL ==> default: [2016-03-06T01:34:56+00:00] DEBUG: x-cache: MISS ==> default: [2016-03-06T01:34:56+00:00] DEBUG: x-cache-hits: 0 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: vary: Accept-Encoding ==> default: [2016-03-06T01:34:56+00:00] DEBUG: x-fastly-request-id: 1dadd4d4dbd70a7a538dc893f0b4aa8a522aba2f ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- End HTTP Status/Header Data ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- HTTP Response Body ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- End HTTP Response Body ----- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_stream_complete ==> default: [2016-03-06T01:34:56+00:00] DEBUG: No content-length information collected for the streamed download, cannot identify streamed download. ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_stream_complete ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_stream_complete ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Following redirect 1/10 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Initiating GET to https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- HTTP Request Header Data: ---- ==> default: [2016-03-06T01:34:56+00:00] DEBUG: if-modified-since: Sat, 05 Mar 2016 20:32:41 GMT ==> default: [2016-03-06T01:34:56+00:00] DEBUG: if-none-match: "9e48c87e8cce31fa8488e9f269e1534986a5afb5" ==> default: [2016-03-06T01:34:56+00:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3 ==> default: [2016-03-06T01:34:56+00:00] DEBUG: ---- End HTTP Request Header Data ---- ==> default: [2016-03-06T01:34:57+00:00] DEBUG: ---- HTTP Status and Header Data: ---- ==> default: [2016-03-06T01:34:57+00:00] DEBUG: HTTP 1.1 200 OK ==> default: [2016-03-06T01:34:57+00:00] DEBUG: content-security-policy: default-src 'none' ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-xss-protection: 1; mode=block ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-frame-options: deny ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-content-type-options: nosniff ==> default: [2016-03-06T01:34:57+00:00] DEBUG: strict-transport-security: max-age=31536000 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: etag: "9e48c87e8cce31fa8488e9f269e1534986a5afb5" ==> default: [2016-03-06T01:34:57+00:00] DEBUG: content-type: text/plain; charset=utf-8 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: cache-control: max-age=300 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-github-request-id: 17EB2E29:6B85:7BCFD51:56DB88DE ==> default: [2016-03-06T01:34:57+00:00] DEBUG: content-encoding: gzip ==> default: [2016-03-06T01:34:57+00:00] DEBUG: content-length: 197 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: accept-ranges: bytes ==> default: [2016-03-06T01:34:57+00:00] DEBUG: date: Sun, 06 Mar 2016 01:34:58 GMT ==> default: [2016-03-06T01:34:57+00:00] DEBUG: via: 1.1 varnish ==> default: [2016-03-06T01:34:57+00:00] DEBUG: connection: close ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-served-by: cache-iad2135-IAD ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-cache: HIT ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-cache-hits: 1 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: vary: Authorization,Accept-Encoding ==> default: [2016-03-06T01:34:57+00:00] DEBUG: access-control-allow-origin: * ==> default: [2016-03-06T01:34:57+00:00] DEBUG: x-fastly-request-id: 4df53b82d1078ea4132728d6ff92a473a98470fd ==> default: [2016-03-06T01:34:57+00:00] DEBUG: expires: Sun, 06 Mar 2016 01:39:58 GMT ==> default: [2016-03-06T01:34:57+00:00] DEBUG: source-age: 100 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: ---- End HTTP Status/Header Data ---- ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Streaming download from https://raw.github.com/pypa/pip/master/contrib/get-pip.py to tempfile /tmp/chef-rest20160306-1558-8no9gk ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Initializing gzip stream deflator ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Chef::HTTP::StreamHandler calling Chef::HTTP::ValidateContentLength::ContentLengthCounter#handle_chunk ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Chef::HTTP::StreamHandler calling Chef::HTTP::Decompressor::GzipInflater#handle_chunk ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_stream_complete ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Content-Length validated correctly. ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_stream_complete ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_stream_complete ==> default: [2016-03-06T01:34:57+00:00] DEBUG: calculating checksum of /tmp/chef-rest20160306-1558-8no9gk to compare with 2718a1efcf4daff923a98c2058a1241da1e752f572f58eea92f082a3fa3dea96 ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Found target_mode == current_mode, not updating mode ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Found target_uid == nil, so no owner was specified on resource, not managing owner ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Found target_gid == nil, so no group was specified on resource, not managing group ==> default: (up to date) ==> default:

==> default: * execute[install-setuptools] action run ==> default: [2016-03-06T01:34:57+00:00] INFO: Processing execute[install-setuptools] action run (python::pip line 48) ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-03-06T01:34:57+00:00] INFO: Processing execute[Guard resource] action run (dynamically defined) ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute] ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Provider for action run on resource execute[Guard resource] is Chef::Provider::Execute ==> default: [2016-03-06T01:34:57+00:00] INFO: execute[Guard resource] ran successfully ==> default: (skipped due to not_if) ==> default: [2016-03-06T01:34:57+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-03-06T01:34:57+00:00] INFO: Processing execute[install-pip] action run (python::pip line 56) ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute] ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Provider for action run on resource execute[install-pip] is Chef::Provider::Execute ==> default: [execute] You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py ==> default:

==> default: ================================================================================ ==> default: Error executing action run on resource 'execute[install-pip]' ==> default: ================================================================================ ==> default:

==> default: Mixlib::ShellOut::ShellCommandFailed ==> default: ------------------------------------ ==> default: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of /usr/bin/python get-pip.py ==> default: ---- ==> default: STDOUT: ==> default: STDERR: You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py ==> default: ---- End output of /usr/bin/python get-pip.py ==> default: ---- ==> default: Ran /usr/bin/python get-pip.py ==> default: returned 1 ==> default:

==> default: Resource Declaration: ==> default: --------------------- ==> default: # In /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/recipes/pip.rb ==> default:

==> default: 56: execute "install-pip" do ==> default: 57: cwd Chef::Config[:file_cache_path] ==> default: 58: command <<-EOF ==> default: 59: #{node['python']['binary']} get-pip.py ==> default: 60: EOF ==> default: 61: not_if { ::File.exists?(pip_binary) } ==> default: 62: end ==> default:

==> default: Compiled Resource: ==> default: ------------------ ==> default: # Declared in /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/python/recipes/pip.rb:56:in from_file' ==> default: ==> default: execute("install-pip") do ==> default: action [:run] ==> default: retries 0 ==> default: retry_delay 2 ==> default: default_guard_interpreter :execute ==> default: command " /usr/bin/python get-pip.py\n" ==> default: backup 5 ==> default: cwd "/var/chef/cache" ==> default: returns 0 ==> default: declared_type :execute ==> default: cookbook_name :python ==> default: recipe_name "pip" ==> default: not_if { #code block } ==> default: end ==> default: ==> default: [2016-03-06T01:34:57+00:00] INFO: Running queued delayed notifications before re-raising exception ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Re-raising exception: Mixlib::ShellOut::ShellCommandFailed - execute[install-pip](python::pip line 56) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of /usr/bin/python get-pip.py ==> default: ---- ==> default: STDOUT: ==> default: STDERR: You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py ==> default: ---- End output of /usr/bin/python get-pip.py ==> default: ---- ==> default: Ran /usr/bin/python get-pip.py ==> default: 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.8.0/lib/chef/mixin/shell_out.rb:56:inshell_out!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider/execute.rb:62:in block in action_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider.rb:175:in converge_by' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider/execute.rb:60:inaction_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider.rb:144:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:73:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/resource_list.rb:84:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/resource_list.rb:82:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:104:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:668:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:663:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:663:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:702:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:280:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:50:inload' ==> default: /usr/bin/chef-solo:50:in

' ==> default: ==> default: Running handlers: ==> default: [2016-03-06T01:34:57+00:00] ERROR: Running exception handlers ==> default: Running handlers complete ==> default: [2016-03-06T01:34:57+00:00] ERROR: Exception handlers complete ==> default: Chef Client failed. 0 resources updated in 04 seconds ==> default: [2016-03-06T01:34:57+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2016-03-06T01:34:57+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report ==> default: [2016-03-06T01:34:57+00:00] DEBUG: Mixlib::ShellOut::ShellCommandFailed: execute[install-pip](python::pip line 56) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of /usr/bin/python get-pip.py ==> default: ---- ==> default: STDOUT: ==> default: STDERR: You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py ==> default: ---- End output of /usr/bin/python get-pip.py ==> default: ---- ==> default: Ran /usr/bin/python get-pip.py ==> default: 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.8.0/lib/chef/mixin/shell_out.rb:56:inshell_out!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider/execute.rb:62:in block in action_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/mixin/why_run.rb:52:inadd_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider.rb:175:in converge_by' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider/execute.rb:60:inaction_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/provider.rb:144:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource.rb:596:inrun_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:73:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:inblock (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:105:inblock in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/resource_list.rb:84:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:116:incall' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/resource_collection/stepable_iterator.rb:85:instep' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/resource_collection/resource_list.rb:82:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/runner.rb:104:inconverge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:668:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:663:incatch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:663:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:702:inconverge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/client.rb:280:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:270:inblock in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:258:infork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:223:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/local_mode.rb:44:inwith_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:211:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/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.8.0/lib/chef/application/solo.rb:290:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:290:ininterval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application/solo.rb:269:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/lib/chef/application.rb:58:inrun' ==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.0/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:50:inload' ==> default: /usr/bin/chef-solo:50:in `' ==> default: [2016-03-06T01:34:57+00:00] ERROR: executeinstall-pip had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1' ==> default: ---- Begin output of /usr/bin/python get-pip.py ==> default: ---- ==> default: STDOUT: ==> default: STDERR: You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py ==> default: ---- End output of /usr/bin/python get-pip.py ==> default: ---- ==> default: Ran /usr/bin/python get-pip.py ==> default: returned 1 ==> default: [2016-03-06T01:34:57+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.

bmalonson commented 8 years ago

Great minds must think alike, I am having the exact same problem. Was going to post and you beat me by 13 minutes! Visited https://bootstrap.pypa.io/get-pip.py but it is not help.

bmalonson commented 8 years ago

The question is answered here: Several people have had the same problem.

https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/288

You can open the installation file in notepad and fix the path to: https://bootstrap.pypa.io/get-pip.py

Corrected the path and I am in the process of rerunning "vagrant provision" from the command line.

So far so good.

4Shubby commented 8 years ago

I tried the suggestion in #288 to go to the cookbooks/python/attributes etc in my github and make the change but that didn't work.

Not sure what you mean by go to the installation file? Where do I find the file?

mensahdx commented 8 years ago

I am having the same issue, I changed the path and I'm still getting:

"Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete." Please help. Thanks

terencebeh commented 8 years ago

I having the same issue. Cannot access http://localhost:8888. And if I use http://127.0.0.1:2222 the system display error:

SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1 Protocol mismatch.

Someone please help me