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

Problem with localhost #160

Closed zaducu closed 10 years ago

zaducu commented 10 years ago

Hi,

I managed to install VirtualBox and Vagrant. I managed to have the system running at vagrant up:

Alexs-MacBook-Air:Mining-the-Social-Web-2nd-Edition aleand$ vagrant status Current machine states:

default running (virtualbox)

The VM is running. To stop this VM, you can run vagrant halt to shut it down forcefully, or you can run vagrant suspend to simply suspend the virtual machine. In either case, to restart it again, simply run vagrant up.

But when I go to localhost:8888 it says "No data received". I did restart the vagrant (vagrant halt and then vagrant up). But the same thing happened "No data received".

ptwobrussell commented 10 years ago

When you say that you managed to have the system running, do you happen to have the last ~100 lines of your console output from that "vagrant up" that you ran? It should show something to the effect of IPython Notebook running on 0.0.0.0 or something to that effect.

Can you type "vagrant ssh" to shell into the VM and then run this command:

curl http://localhost:8888

This will return the HTML for the IPython Notebook main page IPython Notebook is in fact running. You could also try "ps aux | grep python" while you're in there to see if you see it running.

Let me know, and we can take it from there...

zaducu commented 10 years ago

Hi Matthew,

Thank you for your quick reply. When I write only vagrant up this is what I receive: "Alexs-MacBook-Air:Mining-the-Social-Web-2nd-Edition aleand$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: VirtualBox VM is already running."

If I kill the process with "vagrant halt" and then run again "vagrant up", this is what I receive:

"Alexs-MacBook-Air:Mining-the-Social-Web-2nd-Edition aleand$ vagrant halt ==> default: Attempting graceful shutdown of VM... Alexs-MacBook-Air:Mining-the-Social-Web-2nd-Edition aleand$ 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: 22 => 2222 (adapter 1) default: 8888 => 8888 (adapter 1) default: 5000 => 5000 (adapter 1) default: 27017 => 27017 (adapter 1) default: 27018 => 27018 (adapter 1) default: 27019 => 27019 (adapter 1) default: 28017 => 28017 (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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/aleand/Mining-the-Social-Web-2nd-Edition default: /tmp/vagrant-chef-1/chef-solo-1/cookbooks => /Users/aleand/Mining-the-Social-Web-2nd-Edition/deploy/cookbooks ==> default: VM already provisioned. Run vagrant provision or use --provision to force it"

If I type "vagrant ssh" and then "curl http://localhost:8888" this is what I get. Should I install the program "curl"?

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

Welcome to your Vagrant-built virtual machine. Last login: Fri Apr 4 15:43:29 2014 from 10.0.2.2 vagrant@precise64:~$ curl http://localhost:8888 The program 'curl' is currently not installed. You can install it by typing: sudo apt-get install curl

ptwobrussell commented 10 years ago

Ah, right. You can use wget http://localhost:8888 or install curl with sudo apt-get install curl

zaducu commented 10 years ago

I've run curl http://localhost:8888 and it seems it cannot connect to host see below: vagrant@precise64:~$ curl http://localhost:8888 curl: (7) couldn't connect to host

Also I run "ps aux | grep python" as you told me here is the output: vagrant@precise64:~$ ps aux | grep python vagrant 1708 0.0 0.2 11676 948 pts/0 S+ 16:58 0:00 grep --color=auto python

ptwobrussell commented 10 years ago

That's a little bit odd. For some reason, your ipython notebook server isn't running, though it should be if your install really worked as expected. Try this before we dig any deeper since this might be the easiest fix:

What that should do is try to re-run all of the Chef recipes and start IPython Notebook for you. If anything went awry the first time through, this should fix it. And if it doesn't, well, then we can dig a little bit deeper and see what the root issue. It's just that this might be the easiest way through it.

Sound good?

zaducu commented 10 years ago

Definitely, I will do it now and tell you if it worked. Thank you very much for taking your time with a newbie like me.

zaducu commented 10 years ago

It worked now, thank you very much!

GaneshIdhant commented 9 years ago

I am getting the below error, with the command - vigrant up, Please help.

==> default: [2014-12-11T00:08:52+00:00] INFO: Starting Chef Run for precise64 ==> default: [2014-12-11T00:08:52+00:00] INFO: Running start handlers ==> default: [2014-12-11T00:08:52+00:00] INFO: Start handlers complete. ==> default: [2014-12-11T00:08:52+00:00] DEBUG: Re-raising exception: ArgumentError - You must specify at least one cookbook repo path ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/cookbook_loader.rb:40:in initialize' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:188:innew' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:188:in setup_run_context' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:418:indo_run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:176:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:230:inrun_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in loop' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:inrun_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application.rb:70:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/chef-solo:25 ==> default: /opt/vagrant_ruby/bin/chef-solo:19:inload' ==> default: /opt/vagrant_ruby/bin/chef-solo:19 ==> default: [2014-12-11T00:08:52+00:00] ERROR: Running exception handlers ==> default: [2014-12-11T00:08:52+00:00] ERROR: Exception handlers complete ==> default: [2014-12-11T00:08:52+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out ==> default: [2014-12-11T00:08:52+00:00] DEBUG: ArgumentError: You must specify at least one cookbook repo path ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/cookbook_loader.rb:40:in initialize' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:188:innew' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:188:in setup_run_context' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:418:indo_run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/client.rb:176:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:230:inrun_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:in loop' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application/solo.rb:218:inrun_application' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/../lib/chef/application.rb:70:in run' ==> default: /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/chef-10.14.2/bin/chef-solo:25 ==> default: /opt/vagrant_ruby/bin/chef-solo:19:inload' ==> default: /opt/vagrant_ruby/bin/chef-solo:19 ==> default: [2014-12-11T00:08:52+00:00] FATAL: ArgumentError: You must specify at least one cookbook repo path Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete.

ptwobrussell commented 9 years ago

Did you follow the instructions in Appendix A? There's a video that you can watch as well that's linked on GitHub. It looks like you are starting from a different starting point. I see that you are running "$ vagrant init hashicorp/precise32", which is nowhere in the startup instructions and not what you'd want to do. This causes you to kickoff the process from a newly minted Vagrantfile instead of using the one that's provided as part of the GitHub source code repo's checkout.

Checkout the Getting Started video and see if that helps...

On Sat, Feb 7, 2015 at 12:34 PM, luishestres notifications@github.com wrote:

I got the book and I'm really eager to start trying it out, but I tried to set up this virtual machine and it's not working. Pasted code of the many tries below (sorry it will be so repetitive). No prior experience with Python whatsoever so please ELI5.

Last login: Wed Feb 4 15:18:03 on console MacBook-Pro:~ lqj394$ vagrant -v Vagrant 1.7.2 MacBook-Pro:~ lqj394$ vagrant init hashicorp/precise32 A Vagrantfile has been placed in this directory. You are now ready to vagrant up your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on vagrantup.com for more information on using Vagrant. MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'hashicorp/precise32' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'hashicorp/precise32' default: URL: https://atlas.hashicorp.com/hashicorp/precise32 ==> default: Adding box 'hashicorp/precise32' (v1.0.0) for provider: virtualbox default: Downloading: https://atlas.hashicorp.com/hashicorp/boxes/precise32/versions/1.0.0/providers/virtualbox.box ==> default: Successfully added box 'hashicorp/precise32' (v1.0.0) for 'virtualbox'! ==> default: Importing base box 'hashicorp/precise32'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> default: Setting the name of the VM: lqj394_default_1423304066050_28676 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> 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: default: Vagrant insecure key detected. Vagrant will automatically replace default: this with a newly generated keypair for better security. default: default: Inserting generated public key within guest... default: Removing insecure key from the guest if its present... default: Key inserted! Disconnecting and reconnecting using new SSH 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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/lqj394 MacBook-Pro:~ lqj394$ git clone git@github.com /ptwobrussell/Mining-the-Social-Web-2nd-Edition.git xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. MacBook-Pro:~ lqj394$ git clone git@github.com /ptwobrussell/Mining-the-Social-Web-2nd-Edition.git xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. MacBook-Pro:~ lqj394$ git clone git@github.com /ptwobrussell/Mining-the-Social-Web-2nd-Edition.git fatal: repository 'git@github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition.git' does not exist MacBook-Pro:~ lqj394$ git clone git@github.com /ptwobrussell/Mining-the-Social-Web-2nd-Edition.git fatal: repository 'git@github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition.git' does not exist MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> default: VirtualBox VM is already running. MacBook-Pro:~ lqj394$ git clone git@github.com :ptwobrussell/Mining-the-Social-Web-2nd-Edition.git Cloning into 'Mining-the-Social-Web-2nd-Edition'... The authenticity of host 'github.com (192.30.252.131)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? y Please type 'yes' or 'no': yes Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. MacBook-Pro:~ lqj394$ git clone https://github.com:ptwobrussell/Mining-the-Social-Web-2nd-Edition.git Cloning into 'Mining-the-Social-Web-2nd-Edition'... fatal: repository ' https://github.com:ptwobrussell/Mining-the-Social-Web-2nd-Edition.git/' not found MacBook-Pro:~ lqj394$ git clone https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition.git Cloning into 'Mining-the-Social-Web-2nd-Edition'... remote: Counting objects: 1725, done. remote: Total 1725 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1725/1725), 29.72 MiB | 1.74 MiB/s, done. Resolving deltas: 100% (850/850), done. Checking connectivity... done. MacBook-Pro:~ lqj394$ vagrant status Current machine states:

default running (virtualbox)

The VM is running. To stop this VM, you can run vagrant halt to shut it down forcefully, or you can run vagrant suspend to simply suspend the virtual machine. In either case, to restart it again, simply run vagrant up. MacBook-Pro:~ lqj394$ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic-pae i686)

  • Documentation: https://help.ubuntu.com/ New release '14.04.1 LTS' available. Run 'do-release-upgrade' to upgrade to it.

Welcome to your Vagrant-built virtual machine. Last login: Fri Sep 14 06:22:31 2012 from 10.0.2.2 vagrant@precise32:~$ [Restored] Last login: Sat Feb 7 04:52:40 on console MacBook-Pro:~ lqj394$ vagrant status Current machine states:

default aborted (virtualbox)

The VM is in an aborted state. This means that it was abruptly stopped without properly closing the session. Run vagrant up to resume this virtual machine. If any problems persist, you may have to destroy and restart the virtual machine. MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> 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: 22 => 2222 (adapter 1) ==> 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: Warning: Connection timeout. Retrying... ==> 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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/lqj394 ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: to force provisioning. Provisioners marked to run always will still run. MacBook-Pro:~ lqj394$ vagrant status Current machine states:

default running (virtualbox)

The VM is running. To stop this VM, you can run vagrant halt to shut it down forcefully, or you can run vagrant suspend to simply suspend the virtual machine. In either case, to restart it again, simply run vagrant up. MacBook-Pro:~ lqj394$ vagrant halt ==> default: Attempting graceful shutdown of VM... MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> 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: 22 => 2222 (adapter 1) ==> 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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/lqj394 ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: to force provisioning. Provisioners marked to run always will still run. MacBook-Pro:~ lqj394$ wget http://localhost:8888 -bash: wget: command not found MacBook-Pro:~ lqj394$ sudo apt-get install curl Password: sudo: apt-get: command not found MacBook-Pro:~ lqj394$ vagrant ssh Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic-pae i686)

  • Documentation: https://help.ubuntu.com/ New release '14.04.1 LTS' available. Run 'do-release-upgrade' to upgrade to it.

Welcome to your Vagrant-built virtual machine. Last login: Sat Feb 7 10:48:45 2015 from 10.0.2.2 vagrant@precise32:~$ wget http://localhost:8888 --2015-02-07 18:15:12-- http://localhost:8888/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:8888... failed: Connection refused. vagrant@precise32:~$ sudo apt-get install curl Reading package lists... Done Building dependency tree

Reading state information... Done The following extra packages will be installed: libcurl3 The following NEW packages will be installed: curl libcurl3 0 upgraded, 2 newly installed, 0 to remove and 66 not upgraded. Need to get 379 kB of archives. After this operation, 899 kB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libcurl3 i386 7.22.0-3ubuntu4 [242 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main curl i386 7.22.0-3ubuntu4 [137 kB] Fetched 379 kB in 1s (360 kB/s) Selecting previously unselected package libcurl3. (Reading database ... 29361 files and directories currently installed.) Unpacking libcurl3 (from .../libcurl3_7.22.0-3ubuntu4_i386.deb) ... Selecting previously unselected package curl. Unpacking curl (from .../curl_7.22.0-3ubuntu4_i386.deb) ... Processing triggers for man-db ... Setting up libcurl3 (7.22.0-3ubuntu4) ... Setting up curl (7.22.0-3ubuntu4) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place vagrant@precise32:~$ curl http://localhost:8888 curl: (7) couldn't connect to host vagrant@precise32:~$ vagrant halt The program 'vagrant' is currently not installed. You can install it by typing: sudo apt-get install vagrant vagrant@precise32:~$ exit logout Connection to 127.0.0.1 closed. MacBook-Pro:~ lqj394$ vagrant status Current machine states:

default running (virtualbox)

The VM is running. To stop this VM, you can run vagrant halt to shut it down forcefully, or you can run vagrant suspend to simply suspend the virtual machine. In either case, to restart it again, simply run vagrant up. MacBook-Pro:~ lqj394$ vagrant halt ==> default: Attempting graceful shutdown of VM... MacBook-Pro:~ lqj394$ vagrant provision ==> default: VM is not currently running. Please, first bring it up with vagrant up then run this command. MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> 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: 22 => 2222 (adapter 1) ==> 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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/lqj394 ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: to force provisioning. Provisioners marked to run always will still run. MacBook-Pro:~ lqj394$ vagrant provision MacBook-Pro:~ lqj394$ [Restored] Last login: Sat Feb 7 12:21:47 on console MacBook-Pro:~ lqj394$ vagrant status Current machine states:

default aborted (virtualbox)

The VM is in an aborted state. This means that it was abruptly stopped without properly closing the session. Run vagrant up to resume this virtual machine. If any problems persist, you may have to destroy and restart the virtual machine. MacBook-Pro:~ lqj394$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'hashicorp/precise32' is up to date... ==> 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: 22 => 2222 (adapter 1) ==> 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: Warning: Remote connection disconnect. Retrying... ==> 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: 4.3 ==> default: Mounting shared folders... default: /vagrant => /Users/lqj394 ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: to force provisioning. Provisioners marked to run always will still run. MacBook-Pro:~ lqj394$

— Reply to this email directly or view it on GitHub https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/160#issuecomment-73376574 .

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)

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 #<Errno::ENOENT: No such file or directory - groovy> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - node> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - rustc> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - elixir> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - lua> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - mono> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - erl> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - go> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - php> ==> 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<top (required)>' ==> 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 #<Errno::ENOENT: No such file or directory - java> ==> 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 <main>' ==> 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 <main>' ==> 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<top (required)>' ==> 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 #<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.rb:55:inget_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 <main>' ==> 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:ininstance_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:inrun' ==> 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:inrun_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:inblock 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:inrun_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:inrun_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:inblock 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:infork_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:inwith_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:inblock 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:ininterval_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:inrun' ==> 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<top (required)>' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:inload' ==> default: [2016-03-06T01:34:54+00:00] DEBUG: /usr/bin/chef-solo:50:in<main>' ==> 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:inparse' ==> 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:innew' ==> 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:ineach' ==> 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: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:invalue_for_platform' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:25: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:ininstance_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:inbuild_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:inexecute' ==> default: /tmp/vagrant-chef/9fb7051bc641ab680f76af112c712886/cookbooks/runit/recipes/default.rb:24:infrom_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:infrom_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:inload_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:ineach' ==> 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:ininclude_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:ininstance_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:inload_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: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:ineach' ==> 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:incompile' ==> 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:insetup_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:insetup_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: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:infork' ==> 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: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:inwith_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: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:inloop' ==> 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:inrun_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:ininitialize' ==> 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: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:ineach' ==> 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: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:invalue_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:ininstance_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:inbuild_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:inpackage' ==> 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:ininstance_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:inload_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: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:ineach' ==> 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:ininclude_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:ininstance_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:inload_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: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:ineach' ==> 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:incompile' ==> 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:insetup_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:insetup_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: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:infork' ==> 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: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:inwith_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: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:inloop' ==> 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:inrun_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<main>' ==> 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 actionrunon 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:infrom_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:inerror!' ==> 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:inblock 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:inconverge_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:inrun_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:inrun_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:ineach' ==> 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:inblock 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:incall_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:initerate' ==> 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:inexecute_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:inblock 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:inconverge' ==> 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:inrun' ==> 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:infork' ==> 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: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:inwith_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: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:inloop' ==> 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:inrun_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:inerror!' ==> 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:inblock 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:inconverge_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:inrun_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:inrun_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:ineach' ==> 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:inblock 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:incall_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:initerate' ==> 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:inexecute_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:inblock 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:inconverge' ==> 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:inrun' ==> 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:infork' ==> 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: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:inwith_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: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:inloop' ==> 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:inrun_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: 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: [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.