Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Chef never successfully completed #317

Open
almo0033 opened this issue Dec 5, 2016 · 38 comments
Open

Chef never successfully completed #317

almo0033 opened this issue Dec 5, 2016 · 38 comments

Comments

@almo0033
Copy link

almo0033 commented Dec 5, 2016

I am on a Mac OS X Yosemite
version 10.10.5
and I get this problem

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

I downloaded vagrant and virtual box sometime during the last week or two so its the most recent version I think

what should I do ?

Thanks in advance

@rreben
Copy link

rreben commented Dec 5, 2016

Have a look at #304

@almo0033
Copy link
Author

almo0033 commented Dec 6, 2016

Thanks for the reply. I wish there was a video for this. It would be easier. I am a computer dummy. I wish there was a more detailed instructions like "go there" "press this" "do that". The only thing that I successfully did so far is getting the source code.

@rreben
Copy link

rreben commented Dec 6, 2016

May I point you to this: https://github.com/rreben/learn-how-to-code repo? It should be pretty easy to install (you can see how everything should be working) and come back here then.

Actually there is a link to a how to tutorial on youtube on the books web site.

@rreben
Copy link

rreben commented Dec 6, 2016

Here is the video link. It is on the landing page of this repo. you have to scroll down quite a bit to see it:

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

@almo0033
Copy link
Author

almo0033 commented Dec 7, 2016

Thanks again for the reply, I did check out the links you shared and I promise I will invest more time learning about whats there but for now

is there a video for these steps:

"let us assume that /project is the folder where the vagrant file lives.
So then goto /project/.vagrant/mashines/default/virtualtbox and copy the file to a local folder /home folder (let us assume /Users/username/certificates/), where you can change the file permissions via chmod 0600 key_file
now set the vagrant system to find the file in this folder:
open the vagrant file and add the last line below the two lines (so this block look as follows:) sh override.vm.box = "precise64" override.vm.box_url = "http://files.vagrantup.com/precise64.box" config.ssh.private_key_path = "/Users/username/certificates/private_key"
After using vagrant destroy you first have to deactivate config.ssh.private_key_path again in the Vagrantfile, because the next vagrant up will create a new guest virtual machine, with a new and different certificate"

I am super sorry if this looks too simple
It would be cool to see a video that shows this process entirely
I do not know how to do several things mentioned here

Thanks in advance and sorry if I am way too big of a computer dummy

@rreben
Copy link

rreben commented Dec 7, 2016

No need to feel sorry ...

To my knowledge there is not a video / screencast on this.

You would only need to work with the key file and change file permissions, if your project lives on a usb stick or something similar (like a flash drive).

So 1st I need to see what is your problem exactly. Please copy your log output and post it here.

also use vagrant -v to check your vagrant, pls post it here as well.

Also use the about dialog to find out the version of your virtual box.

@almo0033
Copy link
Author

almo0033 commented Dec 8, 2016

Last login: Thu Dec 8 18:22:57 on ttys000
Mohsins-MacBook-Pro:~ mohsinalmoshawer$ cd Mining-the-Social-Web-2nd-Edition/
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ ls
CONTRIBUTING.md Vagrantfile ipynb
LICENSE.txt deploy mtsw2e-requirements.txt
README.md images
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ 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.
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ vagrant provision
==> 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-12-08T15:22:46+00:00] DEBUG: Current chef_repo_path is ["/tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2"]
==> default: [2016-12-08T15:22:46+00:00] DEBUG: Sleeping for 0 seconds
==> default: [2016-12-08T15:22:47+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2
==> default: One version per cookbook
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Running Ohai with the following configuration: {:log_location=>#<IO:>, :node_name=>"vagrant-06d1c7d5", :file_cache_path=>"/var/chef/cache", :file_backup_path=>"/var/chef/backup", :cookbook_path=>["/tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/cookbooks"], :log_level=>:debug, :verbose_logging=>false, :encrypted_data_bag_secret=>nil, :http_proxy=>nil, :http_proxy_user=>nil, :http_proxy_pass=>nil, :https_proxy=>nil, :https_proxy_user=>nil, :https_proxy_pass=>nil, :no_proxy=>nil, :config_file=>"/tmp/vagrant-chef/solo.rb", :force_logger=>false, :force_formatter=>true, :profile_ruby=>false, :color=>true, :json_attribs=>"/tmp/vagrant-chef/dna.json", :specific_recipes=>[], :solo=>true, :local_mode=>true, :chef_server_url=>"chefzero://localhost:8889"}
==> default: [2016-12-08T15:22:47+00:00] INFO: Forking chef instance to converge...
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Fork successful. Waiting for new chef pid: 3879
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Forked instance now converging
==> default: Starting Chef Client, version 12.16.42
==> default: [2016-12-08T15:22:47+00:00] INFO: *** Chef 12.16.42 ***
==> default: [2016-12-08T15:22:47+00:00] INFO: Platform: x86_64-linux
==> default: [2016-12-08T15:22:47+00:00] INFO: Chef-client pid: 3879
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Chef-client request_id: 1605e7c9-b361-43f1-a38e-43a841ace9c2
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Running Ohai with the following configuration: {:log_location=>#<IO:>, :node_name=>"vagrant-06d1c7d5", :file_cache_path=>"/var/chef/cache", :file_backup_path=>"/var/chef/backup", :cookbook_path=>["/tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/cookbooks"], :log_level=>:debug, :verbose_logging=>false, :encrypted_data_bag_secret=>nil, :http_proxy=>nil, :http_proxy_user=>nil, :http_proxy_pass=>nil, :https_proxy=>nil, :https_proxy_user=>nil, :https_proxy_pass=>nil, :no_proxy=>nil, :config_file=>"/tmp/vagrant-chef/solo.rb", :force_logger=>false, :force_formatter=>true, :profile_ruby=>false, :color=>true, :json_attribs=>"/tmp/vagrant-chef/dna.json", :specific_recipes=>[], :solo=>true, :local_mode=>true, :chef_server_url=>"chefzero://localhost:8889", :formatters=>[], :event_handlers=>[]}
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Searching for Ohai plugins in /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/os.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/groovy.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dragonflybsd/os.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dragonflybsd/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dragonflybsd/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dragonflybsd/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dragonflybsd/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/system_profiler.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/hardware.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/darwin/filesystem2.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/python.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/nodejs.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/init_package.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/powershell.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/fips.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/drivers.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/windows/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/c.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linode.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/timezone.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/block_device.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/machineid.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/fips.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/lsb.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/hostnamectl.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/mdadm.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/sessions.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/linux/filesystem2.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/eucalyptus.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/scala.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/virtualbox.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/os.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/uptime.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/kernel.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/aix/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/rust.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/digital_ocean.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ohai_time.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/azure.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/elixir.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/dmi.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/netbsd/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/netbsd/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/netbsd/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/netbsd/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/uptime.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/rackspace.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ip_scopes.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/perl.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/lua.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/hostname.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ec2.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ps.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ruby.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/mono.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/keys.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/shard.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/softlayer.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ohai.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/ssh_host_key.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/network_route.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Could not load sigar gem. Skipping NetworkRoutes plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/sigar/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/joyent.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/kernel.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/dmi.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/zpools.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/solaris2/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/packages.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/cloud_v2.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/erlang.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/passwd.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/gce.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/languages.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/cloud.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/go.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/root_group.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/php.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/vmware.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/chef.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/network_listeners.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/freebsd/os.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/freebsd/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/freebsd/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/freebsd/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/freebsd/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/shells.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/command.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/openstack.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/openbsd/memory.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/openbsd/platform.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/openbsd/network.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/openbsd/cpu.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/java.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/bsd/virtualization.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Loading plugin at /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/ohai-8.21.0/lib/ohai/plugins/bsd/filesystem.rb
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -s' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -r' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -v' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -m' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -p' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'uname -o' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Kernel: ran 'env lsmod' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Groovy: ran 'groovy -v' and failed #<Errno::ENOENT: No such file or directory - groovy>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Groovy plugin: Could not shell_out "groovy -v". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Python: ran 'python -c "import sys; print (sys.version)"' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Nodejs: ran 'node -v' and failed #<Errno::ENOENT: No such file or directory - node>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Nodejs plugin: Could not shell_out "node -v". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Powershell: No data to collect. Skipping...
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'gcc -v' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran '/lib/libc.so.6' and failed #<Errno::ENOENT: No such file or directory - /lib/libc.so.6>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C '/lib/libc.so.6' binary could not be found. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran '/lib64/libc.so.6' and failed #<Errno::ENOENT: No such file or directory - /lib64/libc.so.6>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C '/lib64/libc.so.6' binary could not be found. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'cl /?' and returned 127
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C 'cl /?' failed. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'devenv.com /?' and returned 127
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C 'devenv.com /?' failed. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'xlc -qversion' and failed #<Errno::ENOENT: No such file or directory - xlc>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'cc -V -flags' and returned 4
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C 'cc -V -flags' failed. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C: ran 'what /opt/ansic/bin/cc' and failed #<Errno::ENOENT: No such file or directory - what>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin C 'what /opt/ansic/bin/cc' binary could not be found. Skipping data.
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Scala: ran 'scala -version' and failed #<Errno::ENOENT: No such file or directory - scala>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Scala plugin: Could not shell_out "scala -version". Skipping data
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Scala: ran 'sbt --version' and failed #<Errno::ENOENT: No such file or directory - sbt>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Scala plugin: Could not shell_out "sbt --version". Skipping data
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Rust: ran 'rustc --version' and failed #<Errno::ENOENT: No such file or directory - rustc>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Rust plugin: Could not shell_out "rustc --version". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Elixir: ran 'elixir -v' and failed #<Errno::ENOENT: No such file or directory - elixir>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Elixir plugin: Could not shell_out "elixir -v". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Perl: ran 'perl -V:version -V:archname' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Lua: ran 'lua -v' and failed #<Errno::ENOENT: No such file or directory - lua>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Lua plugin: Could not shell_out "lua -v". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Ruby: ran 'ruby -e "require 'rbconfig'; puts %Q(platform=#{RUBY_PLATFORM},version=#{RUBY_VERSION},release_date=#{RUBY_RELEASE_DATE},target=#{RbConfig::CONFIG['target']},target_cpu=#{RbConfig::CONFIG['target_cpu']},target_vendor=#{RbConfig::CONFIG['target_vendor']},target_os=#{RbConfig::CONFIG['target_os']},host=#{RbConfig::CONFIG['host']},host_cpu=#{RbConfig::CONFIG['host_cpu']},host_os=#{RbConfig::CONFIG['host_os']},host_vendor=#{RbConfig::CONFIG['host_vendor']},bin_dir=#{RbConfig::CONFIG['bindir']},ruby_bin=#{::File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])},)"' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Ruby: ran 'ruby -e "require 'rbconfig'; require 'rubygems'; puts ::Gem.default_exec_format % 'gem'"' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Ruby: ran 'ruby -e "require 'rbconfig'; puts %x{/opt/vagrant_ruby/bin/ruby /opt/vagrant_ruby/bin/gem env gemdir}.chomp!"' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Mono: ran 'mono -V' and failed #<Errno::ENOENT: No such file or directory - mono>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Mono plugin: Could not shell_out "mono -V". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Erlang: ran 'erl -eval 'erlang:display(erlang:system_info(otp_release)), erlang:display(erlang:system_info(version)), erlang:display(erlang:system_info(nif_version)), halt().' -noshell' and returned 127
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Erlang: ran 'erl +V' and failed #<Errno::ENOENT: No such file or directory - erl>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Erlang plugin: Could not shell_out "erl +V". Skipping data
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Go: ran 'go version' and failed #<Errno::ENOENT: No such file or directory - go>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Go plugin: Could not shell_out "go version". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin PHP: ran 'php -v' and failed #<Errno::ENOENT: No such file or directory - php>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Php plugin: Could not shell_out "php -v". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Java: ran 'java -mx64m -version' and failed #<Errno::ENOENT: No such file or directory - java>
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Java plugin: Could not shell_out "java -mx64m -version". Skipping plugin
==> default: [2016-12-08T15:22:47+00:00] DEBUG: default route table is 'main'
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip addr' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip -d -s link' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip -f inet neigh show' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip -o -f inet route show table main' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Parsing default via 10.0.2.2 dev eth0 metric 100
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Parsing 10.0.2.0/24 dev eth0 proto kernel scope link src 10.0.2.15
==> default: [2016-12-08T15:22:47+00:00] DEBUG: default_interface set to eth0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: default_gateway set to 10.0.2.2
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip -f inet6 neigh show' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Network: ran 'ip -o -f inet6 route show table main' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Parsing fe80::/64 dev eth0 proto kernel metric 256
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Unable to determine 'default_inet6_interface' as no default routes were found for that interface family
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Could not load sigar gem. Skipping NetworkListeners plugin
==> default: [2016-12-08T15:22:47+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-12-08T15:22:47+00:00] DEBUG: [inet6] no default interface, picking the first ipaddress
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Virtualization plugin: did not find nova
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Virtualization: ran 'dmidecode' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Virtualization plugin: did not find lxc-version
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Filesystem: ran 'df -P' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Filesystem: ran 'df -iP' and returned 0
==> default: [2016-12-08T15:22:47+00:00] DEBUG: Plugin Filesystem: ran 'mount' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem: ran 'lsblk -P -n -o NAME,FSTYPE' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem: ran 'lsblk -P -n -o NAME,UUID' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem: ran 'lsblk -P -n -o NAME,LABEL' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin SystemProfile: No data to collect. Skipping...
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Hardware: No data to collect. Skipping...
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem2: ran 'df -P' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem2: ran 'df -iP' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem2: ran 'mount' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Filesystem2: ran 'lsblk -n -P -o NAME,UUID,LABEL,FSTYPE' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Drivers: No data to collect. Skipping...
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint linode.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Linode: looks_like_linode? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Hostnamectl plugin: did not find hostnamectl
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Sessions plugin: did not find loginctl
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint eucalyptus.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Eucalyptus: has_euca_mac? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Eucalyptus: looks_like_euca? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Virtualbox: ran 'VBoxControl guestproperty enumerate' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint digital_ocean.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Digitalocean: No hints present for and doesn't look like digitalocean
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint azure.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: azure plugin: No hints present for azure and doesn't appear to be azure.
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin DMI: ran 'dmidecode' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: Inactive
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: Inactive
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: Inactive
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: OEM-specific Type
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: Header and Data:
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected extended data line found before header; discarding:
==> default: 80 08 08 00 1F 40 2C 00
==> default: [2016-12-08T15:22:48+00:00] DEBUG: unexpected data line found before header; discarding:
==> default: End Of Table
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint rackspace.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Rackspace: ran 'xenstore-read vm-data/provider_data/provider' and failed #<Errno::ENOENT: No such file or directory - xenstore-read>
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin ip_scopes: cannot load gem, plugin disabled: cannot load such file -- ipaddr_extensions
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Hostname: ran 'hostname -s' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Hostname: ran 'hostname' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Hostname: ran 'hostname --fqdn' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint ec2.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin EC2: has_ec2_xen_uuid? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin EC2: has_ec2_dmi? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin EC2: has_amazon_org? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin EC2: looks_like_ec2? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint softlayer.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Softlayer: looks_like_softlayer? == false
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Zpools: No data to collect. Skipping...
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Plugin Packages: ran 'dpkg-query -W -f='${Package}\t${Version}\t${Architecture}\n'' and returned 0
==> default: [2016-12-08T15:22:48+00:00] DEBUG: Did not find hint gce.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Mixin GCE: can_metadata_connect? failed setting up socket: getaddrinfo: Temporary failure in name resolution
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Plugin GCE: looks_like_gce? == false
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Did not find hint openstack.json in the hint path(s): /etc/chef/ohai/hints
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Plugin Openstack: openstack hint not present
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Plugin Openstack: has_openstack_dmi? == false
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Plugin Openstack: Node does not appear to be an Openstack node
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Client key is unspecified - skipping registration
==> default: [2016-12-08T15:23:08+00:00] DEBUG: data collector URL is not configured, disabling data collector
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Building node object for vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: GET /organizations/chef/nodes/vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] DEBUG: #<ChefZero::RestRequest:0x00000003560790
==> default: @env=
==> default: {"SCRIPT_NAME"=>"",
==> default: "SERVER_NAME"=>"localhost",
==> default: "REQUEST_METHOD"=>"GET",
==> default: "PATH_INFO"=>"/nodes/vagrant-06d1c7d5",
==> default: "QUERY_STRING"=>nil,
==> default: "SERVER_PORT"=>8889,
==> default: "HTTP_HOST"=>"localhost:8889",
==> default: "rack.url_scheme"=>"chefzero",
==> default: "rack.input"=>#StringIO:0x00000003560830},
==> default: @rest_base_prefix=["organizations", "chef"],
==> default: @rest_path=["organizations", "chef", "nodes", "vagrant-06d1c7d5"]>
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: Detecting file extension for vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: got a file path of /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/nodes/vagrant-06d1c7d5.json for vagrant-06d1c7d5.json
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: Detecting file extension for vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: got a file path of /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/nodes/vagrant-06d1c7d5.json for vagrant-06d1c7d5.json
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: Detecting file extension for vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] DEBUG: BaseFile: got a file path of /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/nodes/vagrant-06d1c7d5.json for vagrant-06d1c7d5.json
==> default: [2016-12-08T15:23:08+00:00] DEBUG:
==> default: --- RESPONSE (200) ---
==> default: {
==> default: "name": "vagrant-06d1c7d5",
==> default: "json_class": "Chef::Node",
==> default: "chef_type": "node",
==> default: "chef_environment": "_default",
==> default: "override": {
==> default:
==> default: },
==> default: "normal": {
==> default: "tags": [
==> default:
==> default: ]
==> default: },
==> default: "default": {
==> default:
==> default: },
==> default: "automatic": {
==> default:
==> default: },
==> default: "run_list": [
==> default:
==> default: ]
==> default: }
==> default: --- END RESPONSE ---
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Extracting run list from JSON attributes provided on command line
==> default: [2016-12-08T15:23:08+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from CLI options
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Applying attributes from json file
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Platform is ubuntu version 12.04
==> default: [2016-12-08T15:23:08+00:00] INFO: Run List is [recipe[mtsw2e::default]]
==> default: [2016-12-08T15:23:08+00:00] INFO: Run List expands to [mtsw2e::default]
==> default: [2016-12-08T15:23:08+00:00] INFO: Starting Chef Run for vagrant-06d1c7d5
==> default: [2016-12-08T15:23:08+00:00] INFO: Running start handlers
==> default: [2016-12-08T15:23:08+00:00] INFO: Start handlers complete.
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: POST /organizations/chef/reports/nodes/vagrant-06d1c7d5/runs
==> default: --- POST BODY ---
==> default: {"action":"start","run_id":"1605e7c9-b361-43f1-a38e-43a841ace9c2","start_time":"2016-12-08 15:23:08 +0000"}
==> default: --- END POST BODY ---
==> default: [2016-12-08T15:23:08+00:00] DEBUG: #<ChefZero::RestRequest:0x0000000344c818
==> default: @Body=
==> default: "{"action":"start","run_id":"1605e7c9-b361-43f1-a38e-43a841ace9c2","start_time":"2016-12-08 15:23:08 +0000"}",
==> default: @env=
==> default: {"SCRIPT_NAME"=>"",
==> default: "SERVER_NAME"=>"localhost",
==> default: "REQUEST_METHOD"=>"POST",
==> default: "PATH_INFO"=>"/reports/nodes/vagrant-06d1c7d5/runs",
==> default: "QUERY_STRING"=>nil,
==> default: "SERVER_PORT"=>8889,
==> default: "HTTP_HOST"=>"localhost:8889",
==> default: "rack.url_scheme"=>"chefzero",
==> default: "rack.input"=>#StringIO:0x0000000344c890},
==> default: @rest_base_prefix=["organizations", "chef"],
==> default: @rest_path=
==> default: ["organizations", "chef", "reports", "nodes", "vagrant-06d1c7d5", "runs"]>
==> default: [2016-12-08T15:23:08+00:00] DEBUG:
==> default: --- RESPONSE (404) ---
==> default: {
==> default: "error": [
==> default: "Object not found: "
==> default: ]
==> default: }
==> default: --- END RESPONSE ---
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-12-08T15:23:08+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found:
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Reporting error starting run. URL: reports/nodes/vagrant-06d1c7d5/runs Received 404. Disabling reporting for run.
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Synchronizing cookbooks
==> default: resolving cookbooks for run list: ["mtsw2e::default"]
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-12-08T15:23:08+00:00] DEBUG: POST /organizations/chef/environments/_default/cookbook_versions
==> default: --- POST BODY ---
==> default: {"run_list":["mtsw2e::default"]}
==> default: --- END POST BODY ---
==> default: [2016-12-08T15:23:08+00:00] DEBUG: #<ChefZero::RestRequest:0x00000003422810
==> default: @Body="{"run_list":["mtsw2e::default"]}",
==> default: @env=
==> default: {"SCRIPT_NAME"=>"",
==> default: "SERVER_NAME"=>"localhost",
==> default: "REQUEST_METHOD"=>"POST",
==> default: "PATH_INFO"=>"/environments/_default/cookbook_versions",
==> default: "QUERY_STRING"=>nil,
==> default: "SERVER_PORT"=>8889,
==> default: "HTTP_HOST"=>"localhost:8889",
==> default: "rack.url_scheme"=>"chefzero",
==> default: "rack.input"=>#StringIO:0x00000003422860},
==> default: @rest_base_prefix=["organizations", "chef"],
==> default: @rest_path=
==> default: ["organizations", "chef", "environments", "_default", "cookbook_versions"]>
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:08+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/chefignore no files will be ignored
==> default: [2016-12-08T15:23:09+00:00] DEBUG:
==> default: --- RESPONSE (200) ---
==> default: {
==> default: "mtsw2e": {
==> default: "recipes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "a5c09098f0c56b8ddeabd819a82ff4f5",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/recipes/default.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default:
==> default: ],
==> default: "attributes": [
==> default:
==> default: ],
==> default: "files": [
==> default:
==> default: ],
==> default: "templates": [
==> default: {
==> default: "name": "sv-ipython-run.erb",
==> default: "path": "templates/default/sv-ipython-run.erb",
==> default: "checksum": "7d7a97d2fbbdd9cbea2e5675eee0352d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/templates/default/sv-ipython-run.erb"
==> default: }
==> default: ],
==> default: "resources": [
==> default:
==> default: ],
==> default: "providers": [
==> default:
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "55f36bc35590c20349cc9cbf04c3df7d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/metadata.rb"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "32a739c98a0c54b7fb5b3dc11fa956a1",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/README.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "mtsw2e",
==> default: "description": "Installs/Configures mtsw2e",
==> default: "maintainer": "marsam",
==> default: "maintainer_email": "rodasmario2@gmail.com",
==> default: "license": "Simplified BSD",
==> default: "platforms": {
==> default: "ubuntu": ">= 0.0.0"
==> default: },
==> default: "dependencies": {
==> default: "apt": "> 2.0.0",
==> default: "runit": "<= 1.0.4",
==> default: "python": "
> 1.3.6",
==> default: "build-essential": "> 1.4.2",
==> default: "yum": "
> 2.3.0"
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default:
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "mtsw2e": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "mtsw2e": ""
==> default: },
==> default: "version": "0.2.0",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "0.2.0",
==> default: "name": "mtsw2e-0.2.0",
==> default: "cookbook_name": "mtsw2e",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: },
==> default: "apt": {
==> default: "recipes": [
==> default: {
==> default: "name": "cacher-client.rb",
==> default: "path": "recipes/cacher-client.rb",
==> default: "checksum": "d9185210bfff17a9c10b01db85b2bf80",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-client.rb"
==> default: },
==> default: {
==> default: "name": "cacher-ng.rb",
==> default: "path": "recipes/cacher-ng.rb",
==> default: "checksum": "01ce00a8489b8df7234154cdb727cc3f",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-ng.rb"
==> default: },
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "7e045cac9adc849c10138f5bdb5d5e21",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/default.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default:
==> default: ],
==> default: "attributes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "attributes/default.rb",
==> default: "checksum": "f8bfe95851e9a721e1e5c1c189d48bf9",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/attributes/default.rb"
==> default: }
==> default: ],
==> default: "files": [
==> default: {
==> default: "name": "apt-proxy-v2.conf",
==> default: "path": "files/default/apt-proxy-v2.conf",
==> default: "checksum": "a67a0204d4c54848aad67a8e9de5cad1",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/files/default/apt-proxy-v2.conf"
==> default: }
==> default: ],
==> default: "templates": [
==> default: {
==> default: "name": "acng.conf.erb",
==> default: "path": "templates/debian-6.0/acng.conf.erb",
==> default: "checksum": "ae5b60711fc0c514f2b6e85c678dc22d",
==> default: "specificity": "debian-6.0",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/debian-6.0/acng.conf.erb"
==> default: },
==> default: {
==> default: "name": "01proxy.erb",
==> default: "path": "templates/default/01proxy.erb",
==> default: "checksum": "e4a9e94fce67b2c1ec07ac4f087a3cb4",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/01proxy.erb"
==> default: },
==> default: {
==> default: "name": "acng.conf.erb",
==> default: "path": "templates/default/acng.conf.erb",
==> default: "checksum": "682e45ee1003c6ef291c4988bf33277f",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/acng.conf.erb"
==> default: },
==> default: {
==> default: "name": "acng.conf.erb",
==> default: "path": "templates/ubuntu-10.04/acng.conf.erb",
==> default: "checksum": "7e6dd820a14b854e791fbbd2ec339e37",
==> default: "specificity": "ubuntu-10.04",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb"
==> default: }
==> default: ],
==> default: "resources": [
==> default: {
==> default: "name": "preference.rb",
==> default: "path": "resources/preference.rb",
==> default: "checksum": "401ab2639ae2a79cb3d42eaa802b0e61",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/preference.rb"
==> default: },
==> default: {
==> default: "name": "repository.rb",
==> default: "path": "resources/repository.rb",
==> default: "checksum": "5eb9ca124dbf06f2f3f52fb8b44fd19c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/repository.rb"
==> default: }
==> default: ],
==> default: "providers": [
==> default: {
==> default: "name": "preference.rb",
==> default: "path": "providers/preference.rb",
==> default: "checksum": "c419633c2acf50f4e7fcd7cc627d334b",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/preference.rb"
==> default: },
==> default: {
==> default: "name": "repository.rb",
==> default: "path": "providers/repository.rb",
==> default: "checksum": "062f895a6e55601652416bd88d943bc2",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/repository.rb"
==> default: }
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": ".gitignore",
==> default: "path": ".gitignore",
==> default: "checksum": "09688a2e0bf9edd0eabf6cd8abbe7314",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/.gitignore"
==> default: },
==> default: {
==> default: "name": ".kitchen.yml",
==> default: "path": ".kitchen.yml",
==> default: "checksum": "cfb8c338b182ce90cd8a280f7f0d25f6",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/.kitchen.yml"
==> default: },
==> default: {
==> default: "name": "Berksfile",
==> default: "path": "Berksfile",
==> default: "checksum": "2a029eb956002d4e498abab63818307d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/Berksfile"
==> default: },
==> default: {
==> default: "name": "CHANGELOG.md",
==> default: "path": "CHANGELOG.md",
==> default: "checksum": "d7c439b012a515f149369dbba2ac513a",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/CHANGELOG.md"
==> default: },
==> default: {
==> default: "name": "CONTRIBUTING",
==> default: "path": "CONTRIBUTING",
==> default: "checksum": "e5600a5296cb1b69f978b6c2c4a1b1c1",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/CONTRIBUTING"
==> default: },
==> default: {
==> default: "name": "LICENSE",
==> default: "path": "LICENSE",
==> default: "checksum": "8f7bb094c7232b058c7e9f2e431f389c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/LICENSE"
==> default: },
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "6120bc0e32a6fcac6a14c36f4b44dba2",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/metadata.rb"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "186c5f9feef835dce4d24e729799f007",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/README.md"
==> default: },
==> default: {
==> default: "name": "TESTING.md",
==> default: "path": "TESTING.md",
==> default: "checksum": "86b3efa8d1e1187732cac5f058221374",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/apt/TESTING.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "apt",
==> default: "description": "Configures apt and apt services and LWRPs for managing apt repositories and preferences",
==> default: "maintainer": "Opscode, Inc.",
==> default: "maintainer_email": "cookbooks@opscode.com",
==> default: "license": "Apache 2.0",
==> default: "platforms": {
==> default: "ubuntu": ">= 0.0.0",
==> default: "debian": ">= 0.0.0"
==> default: },
==> default: "dependencies": {
==> default:
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default:
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "apt::cacher-client": ">= 0.0.0",
==> default: "apt::cacher-ng": ">= 0.0.0",
==> default: "apt": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "apt": "Runs apt-get update during compile phase and sets up preseed directories",
==> default: "apt::cacher-ng": "Set up an apt-cacher-ng caching proxy",
==> default: "apt::cacher-client": "Client for the apt::cacher-ng caching proxy"
==> default: },
==> default: "version": "2.0.1",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "2.0.1",
==> default: "name": "apt-2.0.1",
==> default: "cookbook_name": "apt",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: },
==> default: "runit": {
==> default: "recipes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "eb1a8172ab0145a7908361b6f5e6c1ac",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/recipes/default.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "libraries/default.rb",
==> default: "checksum": "d41d8cd98f00b204e9800998ecf8427e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/default.rb"
==> default: },
==> default: {
==> default: "name": "provider_runit_service.rb",
==> default: "path": "libraries/provider_runit_service.rb",
==> default: "checksum": "08f4f31132c92577101b463c548c523c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/provider_runit_service.rb"
==> default: },
==> default: {
==> default: "name": "resource_runit_service.rb",
==> default: "path": "libraries/resource_runit_service.rb",
==> default: "checksum": "7c367e1e368ceb85aba6a81d154ede8d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/resource_runit_service.rb"
==> default: }
==> default: ],
==> default: "attributes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "attributes/default.rb",
==> default: "checksum": "781ac25e06c817f20b5a545586ac0068",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/attributes/default.rb"
==> default: }
==> default: ],
==> default: "files": [
==> default: {
==> default: "name": "runit.seed",
==> default: "path": "files/default/runit.seed",
==> default: "checksum": "722f120f4eab8f0421aab6807d6cce9d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runit.seed"
==> default: },
==> default: {
==> default: "name": "runsvdir",
==> default: "path": "files/default/runsvdir",
==> default: "checksum": "d41d8cd98f00b204e9800998ecf8427e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runsvdir"
==> default: },
==> default: {
==> default: "name": "runsvdir",
==> default: "path": "files/ubuntu-6.10/runsvdir",
==> default: "checksum": "5bfc2e29dbee3bbd4da615ee0779ad4f",
==> default: "specificity": "ubuntu-6.10",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-6.10/runsvdir"
==> default: },
==> default: {
==> default: "name": "runsvdir",
==> default: "path": "files/ubuntu-7.04/runsvdir",
==> default: "checksum": "6672a3917f0d938bdcc019097b630f6e",
==> default: "specificity": "ubuntu-7.04",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.04/runsvdir"
==> default: },
==> default: {
==> default: "name": "runsvdir",
==> default: "path": "files/ubuntu-7.10/runsvdir",
==> default: "checksum": "6672a3917f0d938bdcc019097b630f6e",
==> default: "specificity": "ubuntu-7.10",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.10/runsvdir"
==> default: },
==> default: {
==> default: "name": "runsvdir",
==> default: "path": "files/ubuntu-8.04/runsvdir",
==> default: "checksum": "6672a3917f0d938bdcc019097b630f6e",
==> default: "specificity": "ubuntu-8.04",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-8.04/runsvdir"
==> default: }
==> default: ],
==> default: "templates": [
==> default: {
==> default: "name": "init.d.erb",
==> default: "path": "templates/debian/init.d.erb",
==> default: "checksum": "c71dd5da64b7556db00ba0321be56a69",
==> default: "specificity": "debian",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/debian/init.d.erb"
==> default: },
==> default: {
==> default: "name": "runit-start.sh.erb",
==> default: "path": "templates/gentoo/runit-start.sh.erb",
==> default: "checksum": "bd03533917da171167995131c075ea43",
==> default: "specificity": "gentoo",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/gentoo/runit-start.sh.erb"
==> default: }
==> default: ],
==> default: "resources": [
==> default:
==> default: ],
==> default: "providers": [
==> default:
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": ".gitignore",
==> default: "path": ".gitignore",
==> default: "checksum": "aa2c7ea1e51a4dc80843854832f7f1af",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/.gitignore"
==> default: },
==> default: {
==> default: "name": "CHANGELOG.md",
==> default: "path": "CHANGELOG.md",
==> default: "checksum": "3047dad7ed360a899e6cf7a6d0dfd60d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/CHANGELOG.md"
==> default: },
==> default: {
==> default: "name": "CONTRIBUTING.md",
==> default: "path": "CONTRIBUTING.md",
==> default: "checksum": "a40d9c63cfee2c07bbb1a608588232be",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/CONTRIBUTING.md"
==> default: },
==> default: {
==> default: "name": "Gemfile",
==> default: "path": "Gemfile",
==> default: "checksum": "77023fbe80749774dcc21ad3ed528626",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/Gemfile"
==> default: },
==> default: {
==> default: "name": "LICENSE",
==> default: "path": "LICENSE",
==> default: "checksum": "8f7bb094c7232b058c7e9f2e431f389c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/LICENSE"
==> default: },
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "a916795e6a2d3068458b3ccb5b6da562",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/metadata.rb"
==> default: },
==> default: {
==> default: "name": "Rakefile",
==> default: "path": "Rakefile",
==> default: "checksum": "61a9a86a19679debd6df7d7c6f2373ec",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/Rakefile"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "2ded8e4432cc9a4099c803dc1f4b94cf",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/runit/README.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "runit",
==> default: "description": "Installs runit and provides runit_service definition",
==> default: "maintainer": "Opscode, Inc.",
==> default: "maintainer_email": "cookbooks@opscode.com",
==> default: "license": "Apache 2.0",
==> default: "platforms": {
==> default: "ubuntu": ">= 0.0.0",
==> default:
==> default: "debian": ">= 0.0.0",
==> default: "gentoo": ">= 0.0.0",
==> default: "centos": ">= 0.0.0",
==> default: "redhat": ">= 0.0.0",
==> default: "amazon": ">= 0.0.0",
==> default: "scientific": ">= 0.0.0",
==> default: "oracle": ">= 0.0.0",
==> default: "enterpriseenterprise": ">= 0.0.0"
==> default: },
==> default: "dependencies": {
==> default: "build-essential": ">= 0.0.0"
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default:
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "runit": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "runit": "Installs and configures runit"
==> default: },
==> default: "version": "1.0.4",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "1.0.4",
==> default: "name": "runit-1.0.4",
==> default: "cookbook_name": "runit",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: },
==> default: "python": {
==> default: "recipes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "0c4ff14b44567012d42140a5ff93bd38",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/default.rb"
==> default: },
==> default: {
==> default: "name": "package.rb",
==> default: "path": "recipes/package.rb",
==> default: "checksum": "b9291eb90313132eabf9f60bbf7eb97f",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/package.rb"
==> default: },
==> default: {
==> default: "name": "pip.rb",
==> default: "path": "recipes/pip.rb",
==> default: "checksum": "c84ff9d1f520df6b65f951bdf5b6c25c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/pip.rb"
==> default: },
==> default: {
==> default: "name": "source.rb",
==> default: "path": "recipes/source.rb",
==> default: "checksum": "a35ff17a782b2954860a61df674aed56",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/source.rb"
==> default: },
==> default: {
==> default: "name": "virtualenv.rb",
==> default: "path": "recipes/virtualenv.rb",
==> default: "checksum": "eee5c176494ba192feb11292423176b3",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/virtualenv.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default:
==> default: ],
==> default: "attributes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "attributes/default.rb",
==> default: "checksum": "8bdddef1f3571ba36ca8fc943c8bf937",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/attributes/default.rb"
==> default: }
==> default: ],
==> default: "files": [
==> default:
==> default: ],
==> default: "templates": [
==> default:
==> default: ],
==> default: "resources": [
==> default: {
==> default: "name": "pip.rb",
==> default: "path": "resources/pip.rb",
==> default: "checksum": "4f8ca69687061ca4cc4a49caee635d96",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/pip.rb"
==> default: },
==> default: {
==> default: "name": "virtualenv.rb",
==> default: "path": "resources/virtualenv.rb",
==> default: "checksum": "0dd1973da70576eab1dd5c3109ad992d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/virtualenv.rb"
==> default: }
==> default: ],
==> default: "providers": [
==> default: {
==> default: "name": "pip.rb",
==> default: "path": "providers/pip.rb",
==> default: "checksum": "e10b79f1f16e6bcbd04789de435dc62c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/providers/pip.rb"
==> default: },
==> default: {
==> default: "name": "virtualenv.rb",
==> default: "path": "providers/virtualenv.rb",
==> default: "checksum": "5f3427852813b254c9acffc9fa5ade9e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/providers/virtualenv.rb"
==> default: }
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": ".gitignore",
==> default: "path": ".gitignore",
==> default: "checksum": "c39b89b1255b08a6a7dc3bf69216d5ad",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/.gitignore"
==> default: },
==> default: {
==> default: "name": ".kitchen.yml",
==> default: "path": ".kitchen.yml",
==> default: "checksum": "68d1238a47470b8765b2d2b177f78f54",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/.kitchen.yml"
==> default: },
==> default: {
==> default: "name": "Berksfile",
==> default: "path": "Berksfile",
==> default: "checksum": "da4e7a58c6e331633f51250b67785e92",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/Berksfile"
==> default: },
==> default: {
==> default: "name": "CHANGELOG.md",
==> default: "path": "CHANGELOG.md",
==> default: "checksum": "75f0a484d52ccdc6eae5d07990f84c2c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/CHANGELOG.md"
==> default: },
==> default: {
==> default: "name": "CONTRIBUTING",
==> default: "path": "CONTRIBUTING",
==> default: "checksum": "e5600a5296cb1b69f978b6c2c4a1b1c1",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/CONTRIBUTING"
==> default: },
==> default: {
==> default: "name": "Gemfile",
==> default: "path": "Gemfile",
==> default: "checksum": "00ccff9dd64561cf4114f1fab91aebbd",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/Gemfile"
==> default: },
==> default: {
==> default: "name": "LICENSE",
==> default: "path": "LICENSE",
==> default: "checksum": "8f7bb094c7232b058c7e9f2e431f389c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/LICENSE"
==> default: },
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "898689a003988eaad9e5184146241d0e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/metadata.rb"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "478671d648386f7d2724b388b821fb88",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/README.md"
==> default: },
==> default: {
==> default: "name": "TESTING.md",
==> default: "path": "TESTING.md",
==> default: "checksum": "396e568d67b99737876673e1b81ff28d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/python/TESTING.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "python",
==> default: "description": "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with pip and virtualenv isolated Python environments.",
==> default: "maintainer": "Opscode, Inc.",
==> default: "maintainer_email": "cookbooks@opscode.com",
==> default: "license": "Apache 2.0",
==> default: "platforms": {
==> default: "debian": ">= 0.0.0",
==> default: "ubuntu": ">= 0.0.0",
==> default: "centos": ">= 0.0.0",
==> default: "redhat": ">= 0.0.0",
==> default: "fedora": ">= 0.0.0",
==> default: "freebsd": ">= 0.0.0",
==> default: "smartos": ">= 0.0.0"
==> default: },
==> default: "dependencies": {
==> default: "build-essential": ">= 0.0.0",
==> default: "yum": ">= 0.0.0"
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default:
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "python": ">= 0.0.0",
==> default: "python::package": ">= 0.0.0",
==> default: "python::pip": ">= 0.0.0",
==> default: "python::source": ">= 0.0.0",
==> default: "python::virtualenv": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "python": "Installs python, pip, and virtualenv",
==> default: "python::package": "Installs python using packages.",
==> default: "python::source": "Installs python from source.",
==> default: "python::pip": "Installs pip from source.",
==> default: "python::virtualenv": "Installs virtualenv using the python_pip resource."
==> default: },
==> default: "version": "1.3.6",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "1.3.6",
==> default: "name": "python-1.3.6",
==> default: "cookbook_name": "python",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: },
==> default: "build-essential": {
==> default: "recipes": [
==> default: {
==> default: "name": "debian.rb",
==> default: "path": "recipes/debian.rb",
==> default: "checksum": "6d6cb9bf61727422226a78a81557a346",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/debian.rb"
==> default: },
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "757b09bf08f22f7e49264523a721b92d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/default.rb"
==> default: },
==> default: {
==> default: "name": "fedora.rb",
==> default: "path": "recipes/fedora.rb",
==> default: "checksum": "367b45cea38aa677ad0255dec33d794e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/fedora.rb"
==> default: },
==> default: {
==> default: "name": "mac_os_x.rb",
==> default: "path": "recipes/mac_os_x.rb",
==> default: "checksum": "fad508be3371ea014ec77387f1f033a2",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/mac_os_x.rb"
==> default: },
==> default: {
==> default: "name": "omnios.rb",
==> default: "path": "recipes/omnios.rb",
==> default: "checksum": "d429cb3e4c843f09396db1104384ece6",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/omnios.rb"
==> default: },
==> default: {
==> default: "name": "rhel.rb",
==> default: "path": "recipes/rhel.rb",
==> default: "checksum": "572f7911745a6b0a6185455796318ab4",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/rhel.rb"
==> default: },
==> default: {
==> default: "name": "smartos.rb",
==> default: "path": "recipes/smartos.rb",
==> default: "checksum": "c1dba0333f817f7d3f88c88542f7db9e",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/smartos.rb"
==> default: },
==> default: {
==> default: "name": "solaris2.rb",
==> default: "path": "recipes/solaris2.rb",
==> default: "checksum": "31b3c178eaa0965f6176c971289a49ea",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/solaris2.rb"
==> default: },
==> default: {
==> default: "name": "suse.rb",
==> default: "path": "recipes/suse.rb",
==> default: "checksum": "18791ddf339b8cbaedb6be81249b7d29",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/suse.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default:
==> default: ],
==> default: "attributes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "attributes/default.rb",
==> default: "checksum": "6f52a44c5a3b48359a1b370705444dc5",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/attributes/default.rb"
==> default: }
==> default: ],
==> default: "files": [
==> default:
==> default: ],
==> default: "templates": [
==> default:
==> default: ],
==> default: "resources": [
==> default:
==> default: ],
==> default: "providers": [
==> default:
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": "CHANGELOG.md",
==> default: "path": "CHANGELOG.md",
==> default: "checksum": "a4b403c004f2fd561b2ba5f41209b378",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/CHANGELOG.md"
==> default: },
==> default: {
==> default: "name": "metadata.json",
==> default: "path": "metadata.json",
==> default: "checksum": "ab77839e0bafca6a134dd5e586e4e29f",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.json"
==> default: },
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "77e20fda48aa4c08e9a4fd1c579f1949",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.rb"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "954a198c7e17c54c9d1d7727512877d7",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/README.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "build-essential",
==> default: "description": "Installs C compiler / build tools",
==> default: "maintainer": "Opscode, Inc.",
==> default: "maintainer_email": "cookbooks@opscode.com",
==> default: "license": "Apache 2.0",
==> default: "platforms": {
==> default: "fedora": ">= 0.0.0",
==> default: "redhat": ">= 0.0.0",
==> default: "centos": ">= 0.0.0",
==> default: "ubuntu": ">= 0.0.0",
==> default: "debian": ">= 0.0.0",
==> default: "amazon": ">= 0.0.0",
==> default: "suse": ">= 0.0.0",
==> default: "scientific": ">= 0.0.0",
==> default: "oracle": ">= 0.0.0",
==> default: "smartos": ">= 0.0.0",
==> default: "mac_os_x": ">= 10.6.0",
==> default: "mac_os_x_server": ">= 10.6.0"
==> default: },
==> default: "dependencies": {
==> default:
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default: "pkgutil": ">= 0.0.0"
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "build-essential::debian": ">= 0.0.0",
==> default: "build-essential": ">= 0.0.0",
==> default: "build-essential::fedora": ">= 0.0.0",
==> default: "build-essential::mac_os_x": ">= 0.0.0",
==> default: "build-essential::omnios": ">= 0.0.0",
==> default: "build-essential::rhel": ">= 0.0.0",
==> default: "build-essential::smartos": ">= 0.0.0",
==> default: "build-essential::solaris2": ">= 0.0.0",
==> default: "build-essential::suse": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "build-essential": "Installs packages required for compiling C software from source.",
==> default: "build-essential::debian": "",
==> default: "build-essential::fedora": "",
==> default: "build-essential::mac_os_x": "",
==> default: "build-essential::omnios": "",
==> default: "build-essential::rhel": "",
==> default: "build-essential::smartos": "",
==> default: "build-essential::solaris2": "",
==> default: "build-essential::suse": ""
==> default: },
==> default: "version": "1.4.2",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "1.4.2",
==> default: "name": "build-essential-1.4.2",
==> default: "cookbook_name": "build-essential",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: },
==> default: "yum": {
==> default: "recipes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "recipes/default.rb",
==> default: "checksum": "988dd776843dc69c47e91906496f76c8",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/default.rb"
==> default: },
==> default: {
==> default: "name": "elrepo.rb",
==> default: "path": "recipes/elrepo.rb",
==> default: "checksum": "ce4456d70fbb2d5e9a8e66726734a84d",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/elrepo.rb"
==> default: },
==> default: {
==> default: "name": "epel.rb",
==> default: "path": "recipes/epel.rb",
==> default: "checksum": "16a94b586f273c9cd938307672d4d2cc",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/epel.rb"
==> default: },
==> default: {
==> default: "name": "ius.rb",
==> default: "path": "recipes/ius.rb",
==> default: "checksum": "f4148733e58be622468e45739a794ed0",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/ius.rb"
==> default: },
==> default: {
==> default: "name": "remi.rb",
==> default: "path": "recipes/remi.rb",
==> default: "checksum": "76111312ddc2e4ba93e1e45dcd8bcc03",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/remi.rb"
==> default: },
==> default: {
==> default: "name": "repoforge.rb",
==> default: "path": "recipes/repoforge.rb",
==> default: "checksum": "85be53eac9ceeecfa7c6e47c43253a9f",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/repoforge.rb"
==> default: },
==> default: {
==> default: "name": "test.rb",
==> default: "path": "recipes/test.rb",
==> default: "checksum": "9d31f4b62f0ee9579ff16778a9c1cb06",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/test.rb"
==> default:
==> default: },
==> default: {
==> default: "name": "yum.rb",
==> default: "path": "recipes/yum.rb",
==> default: "checksum": "6b94519ff07cd2c311ea59388d2596b0",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/yum.rb"
==> default: }
==> default: ],
==> default: "definitions": [
==> default:
==> default: ],
==> default: "libraries": [
==> default:
==> default: ],
==> default: "attributes": [
==> default: {
==> default: "name": "default.rb",
==> default: "path": "attributes/default.rb",
==> default: "checksum": "27a9954ecd91a0781adfa2c96128bff2",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/default.rb"
==> default: },
==> default: {
==> default: "name": "elrepo.rb",
==> default: "path": "attributes/elrepo.rb",
==> default: "checksum": "fef2fb2e595cb4314e021d2511eacfdd",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/elrepo.rb"
==> default: },
==> default: {
==> default: "name": "epel.rb",
==> default: "path": "attributes/epel.rb",
==> default: "checksum": "aea86fc782d788c57180d2108b5db15a",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/epel.rb"
==> default: },
==> default: {
==> default: "name": "remi.rb",
==> default: "path": "attributes/remi.rb",
==> default: "checksum": "232444845037d016a7ec87d1e2c5cbb3",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/remi.rb"
==> default: }
==> default: ],
==> default: "files": [
==> default: {
==> default: "name": "default_test.rb",
==> default: "path": "files/default/tests/minitest/default_test.rb",
==> default: "checksum": "ba7a24681017e280b9408ec3323c7253",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/default_test.rb"
==> default: },
==> default: {
==> default: "name": "helpers.rb",
==> default: "path": "files/default/tests/minitest/support/helpers.rb",
==> default: "checksum": "20eef817efb05670008f979eebceea39",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/support/helpers.rb"
==> default: },
==> default: {
==> default: "name": "test_test.rb",
==> default: "path": "files/default/tests/minitest/test_test.rb",
==> default: "checksum": "5a4bbb72aca8011eb9cadebc73648344",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/test_test.rb"
==> default: }
==> default: ],
==> default: "templates": [
==> default: {
==> default: "name": "repo.erb",
==> default: "path": "templates/default/repo.erb",
==> default: "checksum": "5912bc236f0af06ad492785af89cffc9",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/repo.erb"
==> default: },
==> default: {
==> default: "name": "yum-rhel5.conf.erb",
==> default: "path": "templates/default/yum-rhel5.conf.erb",
==> default: "checksum": "9612a4a8e45693269114c89cd7e0a751",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel5.conf.erb"
==> default: },
==> default: {
==> default: "name": "yum-rhel6.conf.erb",
==> default: "path": "templates/default/yum-rhel6.conf.erb",
==> default: "checksum": "2d6420c38ddb065eb6f5f3179dbe918c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel6.conf.erb"
==> default: }
==> default: ],
==> default: "resources": [
==> default: {
==> default: "name": "key.rb",
==> default: "path": "resources/key.rb",
==> default: "checksum": "7772f372e6d6f65ed5ddcb2ee2319c51",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/key.rb"
==> default: },
==> default: {
==> default: "name": "repository.rb",
==> default: "path": "resources/repository.rb",
==> default: "checksum": "f9bfc097725a7a07583599e9addd13f0",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/repository.rb"
==> default: }
==> default: ],
==> default: "providers": [
==> default: {
==> default: "name": "key.rb",
==> default: "path": "providers/key.rb",

@almo0033
Copy link
Author

almo0033 commented Dec 8, 2016

==> default: "checksum": "9f91c7416c2ef3974058543a0bc4769c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/key.rb"
==> default: },
==> default: {
==> default: "name": "repository.rb",
==> default: "path": "providers/repository.rb",
==> default: "checksum": "37617b9b690edc93f672ba03fe7e1c60",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/repository.rb"
==> default: }
==> default: ],
==> default: "root_files": [
==> default: {
==> default: "name": ".gitignore",
==> default: "path": ".gitignore",
==> default: "checksum": "09688a2e0bf9edd0eabf6cd8abbe7314",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/.gitignore"
==> default: },
==> default: {
==> default: "name": ".kitchen.yml",
==> default: "path": ".kitchen.yml",
==> default: "checksum": "026fec035cddf37769ea03c1bb1e42bf",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/.kitchen.yml"
==> default: },
==> default: {
==> default: "name": "Berksfile",
==> default: "path": "Berksfile",
==> default: "checksum": "ff6f0011c0aa2bb452db537723e491bb",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/Berksfile"
==> default: },
==> default: {
==> default: "name": "CHANGELOG.md",
==> default: "path": "CHANGELOG.md",
==> default: "checksum": "e001500973d565a8884c417609ad0b29",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/CHANGELOG.md"
==> default: },
==> default: {
==> default: "name": "CONTRIBUTING.md",
==> default: "path": "CONTRIBUTING.md",
==> default: "checksum": "a40d9c63cfee2c07bbb1a608588232be",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/CONTRIBUTING.md"
==> default: },
==> default: {
==> default: "name": "LICENSE",
==> default: "path": "LICENSE",
==> default: "checksum": "8f7bb094c7232b058c7e9f2e431f389c",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/LICENSE"
==> default: },
==> default: {
==> default: "name": "metadata.json",
==> default: "path": "metadata.json",
==> default: "checksum": "34d58cf9fb9103ee09620e6264e299d7",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.json"
==> default: },
==> default: {
==> default: "name": "metadata.rb",
==> default: "path": "metadata.rb",
==> default: "checksum": "4e2e0392e292f629120d5e4395fe9d26",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.rb"
==> default: },
==> default: {
==> default: "name": "README.md",
==> default: "path": "README.md",
==> default: "checksum": "54b467b8d857f3aa4a07a1a61b260106",
==> default: "specificity": "default",
==> default: "url": "chefzero://localhost:8889/file_store/repo/cookbooks/yum/README.md"
==> default: }
==> default: ],
==> default: "metadata": {
==> default: "name": "yum",
==> default: "description": "",
==> default: "maintainer": "Opscode, Inc.",
==> default: "maintainer_email": "cookbooks@opscode.com",
==> default: "license": "Apache 2.0",
==> default: "platforms": {
==> default: "redhat": ">= 5.0",
==> default: "centos": ">= 5.0",
==> default: "scientific": ">= 5.0",
==> default: "amazon": ">= 5.0"
==> default: },
==> default: "dependencies": {
==> default:
==> default: },
==> default: "recommendations": {
==> default:
==> default: },
==> default: "suggestions": {
==> default:
==> default: },
==> default: "conflicting": {
==> default:
==> default: },
==> default: "providing": {
==> default: "yum": ">= 0.0.0",
==> default: "yum::elrepo": ">= 0.0.0",
==> default: "yum::epel": ">= 0.0.0",
==> default: "yum::ius": ">= 0.0.0",
==> default: "yum::remi": ">= 0.0.0",
==> default: "yum::repoforge": ">= 0.0.0",
==> default: "yum::test": ">= 0.0.0",
==> default: "yum::yum": ">= 0.0.0"
==> default: },
==> default: "replacing": {
==> default:
==> default: },
==> default: "groupings": {
==> default:
==> default: },
==> default: "recipes": {
==> default: "yum": "Empty recipe.",
==> default: "yum::yum": "Manages yum configuration",
==> default: "yum::elrepo": "",
==> default: "yum::epel": "",
==> default: "yum::ius": "",
==> default: "yum::remi": "",
==> default: "yum::repoforge": "",
==> default: "yum::test": ""
==> default: },
==> default: "version": "2.3.0",
==> default: "source_url": "",
==> default: "issues_url": "",
==> default: "privacy": false,
==> default: "chef_versions": [
==> default:
==> default: ],
==> default: "ohai_versions": [
==> default:
==> default: ],
==> default: "gems": [
==> default:
==> default: ]
==> default: },
==> default: "version": "2.3.0",
==> default: "name": "yum-2.3.0",
==> default: "cookbook_name": "yum",
==> default: "frozen?": false,
==> default: "chef_type": "cookbook_version",
==> default: "json_class": "Chef::CookbookVersion"
==> default: }
==> default: }
==> default: --- END RESPONSE ---
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-12-08T15:23:09+00:00] INFO: Loading cookbooks [mtsw2e@0.2.0, apt@2.0.1, runit@1.0.4, python@1.3.6, build-essential@1.4.2, yum@2.3.0]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Cookbooks detail: [#<Chef::CookbookVersion:0x000000039c37d8 @name="mtsw2e", @root_paths=[], @Frozen=false, @attribute_filenames=[], @definition_filenames=[], @template_filenames=["sv-ipython-run.erb"], @file_filenames=[], @recipe_filenames=["default.rb"], @recipe_filenames_by_name={"default"=>"default.rb"}, @library_filenames=[], @resource_filenames=[], @provider_filenames=[], @metadata_filenames=[], @root_filenames=["metadata.rb", "README.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x000000039c2f68 @name="mtsw2e", @description="Installs/Configures mtsw2e", @long_description="", @license="Simplified BSD", @maintainer="marsam", @maintainer_email="rodasmario2@gmail.com", @platforms={"ubuntu"=>">= 0.0.0"}, @Dependencies={"apt"=>"> 2.0.0", "runit"=>"<= 1.0.4", "python"=>"> 1.3.6", "build-essential"=>"> 1.4.2", "yum"=>"> 2.3.0"}, @recommendations={}, @suggestions={}, @conflicting={}, @providing={"mtsw2e"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"mtsw2e"=>""}, @Version="0.2.0", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={}, @cookbook_manifest=#<Chef::CookbookManifest:0x000000039c1f28 @cookbook_version=#<Chef::CookbookVersion:0x000000039c37d8 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"a5c09098f0c56b8ddeabd819a82ff4f5", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/recipes/default.rb"}], "definitions"=>[], "libraries"=>[], "attributes"=>[], "files"=>[], "templates"=>[{"name"=>"sv-ipython-run.erb", "path"=>"templates/default/sv-ipython-run.erb", "checksum"=>"7d7a97d2fbbdd9cbea2e5675eee0352d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/templates/default/sv-ipython-run.erb"}], "resources"=>[], "providers"=>[], "root_files"=>[{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"55f36bc35590c20349cc9cbf04c3df7d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/metadata.rb"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"32a739c98a0c54b7fb5b3dc11fa956a1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/README.md"}], "metadata"=>{"name"=>"mtsw2e", "description"=>"Installs/Configures mtsw2e", "long_description"=>"", "maintainer"=>"marsam", "maintainer_email"=>"rodasmario2@gmail.com", "license"=>"Simplified BSD", "platforms"=>{"ubuntu"=>">= 0.0.0"}, "dependencies"=>{"apt"=>"> 2.0.0", "runit"=>"<= 1.0.4", "python"=>"> 1.3.6", "build-essential"=>"> 1.4.2", "yum"=>"> 2.3.0"}, "recommendations"=>{}, "suggestions"=>{}, "conflicting"=>{}, "providing"=>{"mtsw2e"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"mtsw2e"=>""}, "version"=>"0.2.0", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"0.2.0", "name"=>"mtsw2e-0.2.0", "cookbook_name"=>"mtsw2e", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"a5c09098f0c56b8ddeabd819a82ff4f5"=>nil, "7d7a97d2fbbdd9cbea2e5675eee0352d"=>nil, "55f36bc35590c20349cc9cbf04c3df7d"=>nil, "32a739c98a0c54b7fb5b3dc11fa956a1"=>nil}, @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"a5c09098f0c56b8ddeabd819a82ff4f5", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/recipes/default.rb"}, "templates/default/sv-ipython-run.erb"=>{"name"=>"sv-ipython-run.erb", "path"=>"templates/default/sv-ipython-run.erb", "checksum"=>"7d7a97d2fbbdd9cbea2e5675eee0352d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/templates/default/sv-ipython-run.erb"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"55f36bc35590c20349cc9cbf04c3df7d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/metadata.rb"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"32a739c98a0c54b7fb5b3dc11fa956a1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/mtsw2e/README.md"}}>>, #<Chef::CookbookVersion:0x000000039ae478 @name="apt", @root_paths=[], @Frozen=false, @attribute_filenames=["default.rb"], @definition_filenames=[], @template_filenames=["acng.conf.erb", "01proxy.erb", "acng.conf.erb", "acng.conf.erb"], @file_filenames=["apt-proxy-v2.conf"], @recipe_filenames=["cacher-client.rb", "cacher-ng.rb", "default.rb"], @recipe_filenames_by_name={"cacher-client"=>"cacher-client.rb", "cacher-ng"=>"cacher-ng.rb", "default"=>"default.rb"}, @library_filenames=[], @resource_filenames=["preference.rb", "repository.rb"], @provider_filenames=["preference.rb", "repository.rb"], @metadata_filenames=[], @root_filenames=[".gitignore", ".kitchen.yml", "Berksfile", "CHANGELOG.md", "CONTRIBUTING", "LICENSE", "metadata.rb", "README.md", "TESTING.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x000000039ada28 @name="apt", @description="Configures apt and apt services and LWRPs for managing apt repositories and preferences", @long_description="", @license="Apache 2.0", @maintainer="Opscode, Inc.", @maintainer_email="cookbooks@opscode.com", @platforms={"ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0"}, @Dependencies={}, @recommendations={}, @suggestions={}, @conflicting={}, @providing={"apt::cacher-client"=>">= 0.0.0", "apt::cacher-ng"=>">= 0.0.0", "apt"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"apt"=>"Runs apt-get update during compile phase and sets up preseed directories", "apt::cacher-ng"=>"Set up an apt-cacher-ng caching proxy", "apt::cacher-client"=>"Client for the apt::cacher-ng caching proxy"}, @Version="2.0.1", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @cookbook_manifest=#<Chef::CookbookManifest:0x000000039acf38 @cookbook_version=#<Chef::CookbookVersion:0x000000039ae478 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"cacher-client.rb", "path"=>"recipes/cacher-client.rb", "checksum"=>"d9185210bfff17a9c10b01db85b2bf80", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-client.rb"}, {"name"=>"cacher-ng.rb", "path"=>"recipes/cacher-ng.rb", "checksum"=>"01ce00a8489b8df7234154cdb727cc3f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-ng.rb"}, {"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"7e045cac9adc849c10138f5bdb5d5e21", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/default.rb"}], "definitions"=>[], "libraries"=>[], "attributes"=>[{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"f8bfe95851e9a721e1e5c1c189d48bf9", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/attributes/default.rb"}], "files"=>[{"name"=>"apt-proxy-v2.conf", "path"=>"files/default/apt-proxy-v2.conf", "checksum"=>"a67a0204d4c54848aad67a8e9de5cad1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/files/default/apt-proxy-v2.conf"}], "templates"=>[{"name"=>"acng.conf.erb", "path"=>"templates/debian-6.0/acng.conf.erb", "checksum"=>"ae5b60711fc0c514f2b6e85c678dc22d", "specificity"=>"debian-6.0", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/debian-6.0/acng.conf.erb"}, {"name"=>"01proxy.erb", "path"=>"templates/default/01proxy.erb", "checksum"=>"e4a9e94fce67b2c1ec07ac4f087a3cb4", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/01proxy.erb"}, {"name"=>"acng.conf.erb", "path"=>"templates/default/acng.conf.erb", "checksum"=>"682e45ee1003c6ef291c4988bf33277f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/acng.conf.erb"}, {"name"=>"acng.conf.erb", "path"=>"templates/ubuntu-10.04/acng.conf.erb", "checksum"=>"7e6dd820a14b854e791fbbd2ec339e37", "specificity"=>"ubuntu-10.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb"}], "resources"=>[{"name"=>"preference.rb", "path"=>"resources/preference.rb", "checksum"=>"401ab2639ae2a79cb3d42eaa802b0e61", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/preference.rb"}, {"name"=>"repository.rb", "path"=>"resources/repository.rb", "checksum"=>"5eb9ca124dbf06f2f3f52fb8b44fd19c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/repository.rb"}], "providers"=>[{"name"=>"preference.rb", "path"=>"providers/preference.rb", "checksum"=>"c419633c2acf50f4e7fcd7cc627d334b", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/preference.rb"}, {"name"=>"repository.rb", "path"=>"providers/repository.rb", "checksum"=>"062f895a6e55601652416bd88d943bc2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/repository.rb"}], "root_files"=>[{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"09688a2e0bf9edd0eabf6cd8abbe7314", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/.gitignore"}, {"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"cfb8c338b182ce90cd8a280f7f0d25f6", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/.kitchen.yml"}, {"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"2a029eb956002d4e498abab63818307d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/Berksfile"}, {"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"d7c439b012a515f149369dbba2ac513a", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/CHANGELOG.md"}, {"name"=>"CONTRIBUTING", "path"=>"CONTRIBUTING", "checksum"=>"e5600a5296cb1b69f978b6c2c4a1b1c1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/CONTRIBUTING"}, {"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/LICENSE"}, {"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"6120bc0e32a6fcac6a14c36f4b44dba2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/metadata.rb"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"186c5f9feef835dce4d24e729799f007", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/README.md"}, {"name"=>"TESTING.md", "path"=>"TESTING.md", "checksum"=>"86b3efa8d1e1187732cac5f058221374", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/TESTING.md"}], "metadata"=>{"name"=>"apt", "description"=>"Configures apt and apt services and LWRPs for managing apt repositories and preferences", "long_description"=>"", "maintainer"=>"Opscode, Inc.", "maintainer_email"=>"cookbooks@opscode.com", "license"=>"Apache 2.0", "platforms"=>{"ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0"}, "dependencies"=>{}, "recommendations"=>{}, "suggestions"=>{}, "conflicting"=>{}, "providing"=>{"apt::cacher-client"=>">= 0.0.0", "apt::cacher-ng"=>">= 0.0.0", "apt"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"apt"=>"Runs apt-get update during compile phase and sets up preseed directories", "apt::cacher-ng"=>"Set up an apt-cacher-ng caching proxy", "apt::cacher-client"=>"Client for the apt::cacher-ng caching proxy"}, "version"=>"2.0.1", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"2.0.1", "name"=>"apt-2.0.1", "cookbook_name"=>"apt", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"401ab2639ae2a79cb3d42eaa802b0e61"=>nil, "5eb9ca124dbf06f2f3f52fb8b44fd19c"=>nil, "c419633c2acf50f4e7fcd7cc627d334b"=>nil, "062f895a6e55601652416bd88d943bc2"=>nil, "d9185210bfff17a9c10b01db85b2bf80"=>nil, "01ce00a8489b8df7234154cdb727cc3f"=>nil, "7e045cac9adc849c10138f5bdb5d5e21"=>nil, "f8bfe95851e9a721e1e5c1c189d48bf9"=>nil, "a67a0204d4c54848aad67a8e9de5cad1"=>nil, "ae5b60711fc0c514f2b6e85c678dc22d"=>nil, "e4a9e94fce67b2c1ec07ac4f087a3cb4"=>nil, "682e45ee1003c6ef291c4988bf33277f"=>nil, "7e6dd820a14b854e791fbbd2ec339e37"=>nil, "09688a2e0bf9edd0eabf6cd8abbe7314"=>nil, "cfb8c338b182ce90cd8a280f7f0d25f6"=>nil, "2a029eb956002d4e498abab63818307d"=>nil, "d7c439b012a515f149369dbba2ac513a"=>nil, "e5600a5296cb1b69f978b6c2c4a1b1c1"=>nil, "8f7bb094c7232b058c7e9f2e431f389c"=>nil, "6120bc0e32a6fcac6a14c36f4b44dba2"=>nil, "186c5f9feef835dce4d24e729799f007"=>nil, "86b3efa8d1e1187732cac5f058221374"=>nil}, @manifest_records_by_path={"resources/preference.rb"=>{"name"=>"preference.rb", "path"=>"resources/preference.rb", "checksum"=>"401ab2639ae2a79cb3d42eaa802b0e61", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/preference.rb"}, "resources/repository.rb"=>{"name"=>"repository.rb", "path"=>"resources/repository.rb", "checksum"=>"5eb9ca124dbf06f2f3f52fb8b44fd19c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/resources/repository.rb"}, "providers/preference.rb"=>{"name"=>"preference.rb", "path"=>"providers/preference.rb", "checksum"=>"c419633c2acf50f4e7fcd7cc627d334b", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/preference.rb"}, "providers/repository.rb"=>{"name"=>"repository.rb", "path"=>"providers/repository.rb", "checksum"=>"062f895a6e55601652416bd88d943bc2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/providers/repository.rb"}, "recipes/cacher-client.rb"=>{"name"=>"cacher-client.rb", "path"=>"recipes/cacher-client.rb", "checksum"=>"d9185210bfff17a9c10b01db85b2bf80", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-client.rb"}, "recipes/cacher-ng.rb"=>{"name"=>"cacher-ng.rb", "path"=>"recipes/cacher-ng.rb", "checksum"=>"01ce00a8489b8df7234154cdb727cc3f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/cacher-ng.rb"}, "recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"7e045cac9adc849c10138f5bdb5d5e21", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/recipes/default.rb"}, "attributes/default.rb"=>{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"f8bfe95851e9a721e1e5c1c189d48bf9", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/attributes/default.rb"}, "files/default/apt-proxy-v2.conf"=>{"name"=>"apt-proxy-v2.conf", "path"=>"files/default/apt-proxy-v2.conf", "checksum"=>"a67a0204d4c54848aad67a8e9de5cad1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/files/default/apt-proxy-v2.conf"}, "templates/debian-6.0/acng.conf.erb"=>{"name"=>"acng.conf.erb", "path"=>"templates/debian-6.0/acng.conf.erb", "checksum"=>"ae5b60711fc0c514f2b6e85c678dc22d", "specificity"=>"debian-6.0", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/debian-6.0/acng.conf.erb"}, "templates/default/01proxy.erb"=>{"name"=>"01proxy.erb", "path"=>"templates/default/01proxy.erb", "checksum"=>"e4a9e94fce67b2c1ec07ac4f087a3cb4", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/01proxy.erb"}, "templates/default/acng.conf.erb"=>{"name"=>"acng.conf.erb", "path"=>"templates/default/acng.conf.erb", "checksum"=>"682e45ee1003c6ef291c4988bf33277f", "specificity"=>"default", "url"
==> default: =>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/default/acng.conf.erb"}, "templates/ubuntu-10.04/acng.conf.erb"=>{"name"=>"acng.conf.erb", "path"=>"templates/ubuntu-10.04/acng.conf.erb", "checksum"=>"7e6dd820a14b854e791fbbd2ec339e37", "specificity"=>"ubuntu-10.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb"}, ".gitignore"=>{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"09688a2e0bf9edd0eabf6cd8abbe7314", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/.gitignore"}, ".kitchen.yml"=>{"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"cfb8c338b182ce90cd8a280f7f0d25f6", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/.kitchen.yml"}, "Berksfile"=>{"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"2a029eb956002d4e498abab63818307d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/Berksfile"}, "CHANGELOG.md"=>{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"d7c439b012a515f149369dbba2ac513a", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/CHANGELOG.md"}, "CONTRIBUTING"=>{"name"=>"CONTRIBUTING", "path"=>"CONTRIBUTING", "checksum"=>"e5600a5296cb1b69f978b6c2c4a1b1c1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/CONTRIBUTING"}, "LICENSE"=>{"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/LICENSE"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"6120bc0e32a6fcac6a14c36f4b44dba2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/metadata.rb"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"186c5f9feef835dce4d24e729799f007", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/README.md"}, "TESTING.md"=>{"name"=>"TESTING.md", "path"=>"TESTING.md", "checksum"=>"86b3efa8d1e1187732cac5f058221374", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/apt/TESTING.md"}}>>, #<Chef::CookbookVersion:0x0000000398b5b8 @name="runit", @root_paths=[], @Frozen=false, @attribute_filenames=["default.rb"], @definition_filenames=[], @template_filenames=["init.d.erb", "runit-start.sh.erb"], @file_filenames=["runit.seed", "runsvdir", "runsvdir", "runsvdir", "runsvdir", "runsvdir"], @recipe_filenames=["default.rb"], @recipe_filenames_by_name={"default"=>"default.rb"}, @library_filenames=["default.rb", "provider_runit_service.rb", "resource_runit_service.rb"], @resource_filenames=[], @provider_filenames=[], @metadata_filenames=[], @root_filenames=[".gitignore", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "LICENSE", "metadata.rb", "Rakefile", "README.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x0000000398aca8 @name="runit", @description="Installs runit and provides runit_service definition", @long_description="", @license="Apache 2.0", @maintainer="Opscode, Inc.", @maintainer_email="cookbooks@opscode.com", @platforms={"ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0", "gentoo"=>">= 0.0.0", "centos"=>">= 0.0.0", "redhat"=>">= 0.0.0", "amazon"=>">= 0.0.0", "scientific"=>">= 0.0.0", "oracle"=>">= 0.0.0", "enterpriseenterprise"=>">= 0.0.0"}, @Dependencies={"build-essential"=>">= 0.0.0"}, @recommendations={}, @suggestions={}, @conflicting={}, @providing={"runit"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"runit"=>"Installs and configures runit"}, @Version="1.0.4", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @cookbook_manifest=#<Chef::CookbookManifest:0x0000000398a118 @cookbook_version=#<Chef::CookbookVersion:0x0000000398b5b8 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"eb1a8172ab0145a7908361b6f5e6c1ac", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/recipes/default.rb"}], "definitions"=>[], "libraries"=>[{"name"=>"default.rb", "path"=>"libraries/default.rb", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/default.rb"}, {"name"=>"provider_runit_service.rb", "path"=>"libraries/provider_runit_service.rb", "checksum"=>"08f4f31132c92577101b463c548c523c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/provider_runit_service.rb"}, {"name"=>"resource_runit_service.rb", "path"=>"libraries/resource_runit_service.rb", "checksum"=>"7c367e1e368ceb85aba6a81d154ede8d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/resource_runit_service.rb"}], "attributes"=>[{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"781ac25e06c817f20b5a545586ac0068", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/attributes/default.rb"}], "files"=>[{"name"=>"runit.seed", "path"=>"files/default/runit.seed", "checksum"=>"722f120f4eab8f0421aab6807d6cce9d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runit.seed"}, {"name"=>"runsvdir", "path"=>"files/default/runsvdir", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runsvdir"}, {"name"=>"runsvdir", "path"=>"files/ubuntu-6.10/runsvdir", "checksum"=>"5bfc2e29dbee3bbd4da615ee0779ad4f", "specificity"=>"ubuntu-6.10", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-6.10/runsvdir"}, {"name"=>"runsvdir", "path"=>"files/ubuntu-7.04/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-7.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.04/runsvdir"}, {"name"=>"runsvdir", "path"=>"files/ubuntu-7.10/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-7.10", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.10/runsvdir"}, {"name"=>"runsvdir", "path"=>"files/ubuntu-8.04/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-8.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-8.04/runsvdir"}], "templates"=>[{"name"=>"init.d.erb", "path"=>"templates/debian/init.d.erb", "checksum"=>"c71dd5da64b7556db00ba0321be56a69", "specificity"=>"debian", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/debian/init.d.erb"}, {"name"=>"runit-start.sh.erb", "path"=>"templates/gentoo/runit-start.sh.erb", "checksum"=>"bd03533917da171167995131c075ea43", "specificity"=>"gentoo", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/gentoo/runit-start.sh.erb"}], "resources"=>[], "providers"=>[], "root_files"=>[{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"aa2c7ea1e51a4dc80843854832f7f1af", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/.gitignore"}, {"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"3047dad7ed360a899e6cf7a6d0dfd60d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/CHANGELOG.md"}, {"name"=>"CONTRIBUTING.md", "path"=>"CONTRIBUTING.md", "checksum"=>"a40d9c63cfee2c07bbb1a608588232be", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/CONTRIBUTING.md"}, {"name"=>"Gemfile", "path"=>"Gemfile", "checksum"=>"77023fbe80749774dcc21ad3ed528626", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/Gemfile"}, {"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/LICENSE"}, {"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"a916795e6a2d3068458b3ccb5b6da562", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/metadata.rb"}, {"name"=>"Rakefile", "path"=>"Rakefile", "checksum"=>"61a9a86a19679debd6df7d7c6f2373ec", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/Rakefile"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"2ded8e4432cc9a4099c803dc1f4b94cf", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/README.md"}], "metadata"=>{"name"=>"runit", "description"=>"Installs runit and provides runit_service definition", "long_description"=>"", "maintainer"=>"Opscode, Inc.", "maintainer_email"=>"cookbooks@opscode.com", "license"=>"Apache 2.0", "platforms"=>{"ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0", "gentoo"=>">= 0.0.0", "centos"=>">= 0.0.0", "redhat"=>">= 0.0.0", "amazon"=>">= 0.0.0", "scientific"=>">= 0.0.0", "oracle"=>">= 0.0.0", "enterpriseenterprise"=>">= 0.0.0"}, "dependencies"=>{"build-essential"=>">= 0.0.0"}, "recommendations"=>{}, "suggestions"=>{}, "conflicting"=>{}, "providing"=>{"runit"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"runit"=>"Installs and configures runit"}, "version"=>"1.0.4", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"1.0.4", "name"=>"runit-1.0.4", "cookbook_name"=>"runit", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"eb1a8172ab0145a7908361b6f5e6c1ac"=>nil, "d41d8cd98f00b204e9800998ecf8427e"=>nil, "08f4f31132c92577101b463c548c523c"=>nil, "7c367e1e368ceb85aba6a81d154ede8d"=>nil, "781ac25e06c817f20b5a545586ac0068"=>nil, "722f120f4eab8f0421aab6807d6cce9d"=>nil, "5bfc2e29dbee3bbd4da615ee0779ad4f"=>nil, "6672a3917f0d938bdcc019097b630f6e"=>nil, "c71dd5da64b7556db00ba0321be56a69"=>nil, "bd03533917da171167995131c075ea43"=>nil, "aa2c7ea1e51a4dc80843854832f7f1af"=>nil, "3047dad7ed360a899e6cf7a6d0dfd60d"=>nil, "a40d9c63cfee2c07bbb1a608588232be"=>nil, "77023fbe80749774dcc21ad3ed528626"=>nil, "8f7bb094c7232b058c7e9f2e431f389c"=>nil, "a916795e6a2d3068458b3ccb5b6da562"=>nil, "61a9a86a19679debd6df7d7c6f2373ec"=>nil, "2ded8e4432cc9a4099c803dc1f4b94cf"=>nil}, @manifest_records_by_path={"recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"eb1a8172ab0145a7908361b6f5e6c1ac", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/recipes/default.rb"}, "libraries/default.rb"=>{"name"=>"default.rb", "path"=>"libraries/default.rb", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/default.rb"}, "libraries/provider_runit_service.rb"=>{"name"=>"provider_runit_service.rb", "path"=>"libraries/provider_runit_service.rb", "checksum"=>"08f4f31132c92577101b463c548c523c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/provider_runit_service.rb"}, "libraries/resource_runit_service.rb"=>{"name"=>"resource_runit_service.rb", "path"=>"libraries/resource_runit_service.rb", "checksum"=>"7c367e1e368ceb85aba6a81d154ede8d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/libraries/resource_runit_service.rb"}, "attributes/default.rb"=>{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"781ac25e06c817f20b5a545586ac0068", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/attributes/default.rb"}, "files/default/runit.seed"=>{"name"=>"runit.seed", "path"=>"files/default/runit.seed", "checksum"=>"722f120f4eab8f0421aab6807d6cce9d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runit.seed"}, "files/default/runsvdir"=>{"name"=>"runsvdir", "path"=>"files/default/runsvdir", "checksum"=>"d41d8cd98f00b204e9800998ecf8427e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/default/runsvdir"}, "files/ubuntu-6.10/runsvdir"=>{"name"=>"runsvdir", "path"=>"files/ubuntu-6.10/runsvdir", "checksum"=>"5bfc2e29dbee3bbd4da615ee0779ad4f", "specificity"=>"ubuntu-6.10", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-6.10/runsvdir"}, "files/ubuntu-7.04/runsvdir"=>{"name"=>"runsvdir", "path"=>"files/ubuntu-7.04/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-7.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.04/runsvdir"}, "files/ubuntu-7.10/runsvdir"=>{"name"=>"runsvdir", "path"=>"files/ubuntu-7.10/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-7.10", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-7.10/runsvdir"}, "files/ubuntu-8.04/runsvdir"=>{"name"=>"runsvdir", "path"=>"files/ubuntu-8.04/runsvdir", "checksum"=>"6672a3917f0d938bdcc019097b630f6e", "specificity"=>"ubuntu-8.04", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/files/ubuntu-8.04/runsvdir"}, "templates/debian/init.d.erb"=>{"name"=>"init.d.erb", "path"=>"templates/debian/init.d.erb", "checksum"=>"c71dd5da64b7556db00ba0321be56a69", "specificity"=>"debian", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/debian/init.d.erb"}, "templates/gentoo/runit-start.sh.erb"=>{"name"=>"runit-start.sh.erb", "path"=>"templates/gentoo/runit-start.sh.erb", "checksum"=>"bd03533917da171167995131c075ea43", "specificity"=>"gentoo", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/templates/gentoo/runit-start.sh.erb"}, ".gitignore"=>{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"aa2c7ea1e51a4dc80843854832f7f1af", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/.gitignore"}, "CHANGELOG.md"=>{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"3047dad7ed360a899e6cf7a6d0dfd60d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/CHANGELOG.md"}, "CONTRIBUTING.md"=>{"name"=>"CONTRIBUTING.md", "path"=>"CONTRIBUTING.md", "checksum"=>"a40d9c63cfee2c07bbb1a608588232be", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/CONTRIBUTING.md"}, "Gemfile"=>{"name"=>"Gemfile", "path"=>"Gemfile", "checksum"=>"77023fbe80749774dcc21ad3ed528626", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/Gemfile"}, "LICENSE"=>{"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/LICENSE"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"a916795e6a2d3068458b3ccb5b6da562", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/metadata.rb"}, "Rakefile"=>{"name"=>"Rakefile", "path"=>"Rakefile", "checksum"=>"61a9a86a19679debd6df7d7c6f2373ec", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/Rakefile"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"2ded8e4432cc9a4099c803dc1f4b94cf", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/runit/README.md"}}>>, #<Chef::CookbookVersion:0x00000003963428 @name="python", @root_paths=[], @Frozen=false, @attribute_filenames=["default.rb"], @definition_filenames=[], @template_filenames=[], @file_filenames=[], @recipe_filenames=["default.rb", "package.rb", "pip.rb", "source.rb", "virtualenv.rb"], @recipe_filenames_by_name={"default"=>"default.rb", "package"=>"package.rb", "pip"=>"pip.rb", "source"=>"source.rb", "virtualenv"=>"virtualenv.rb"}, @library_filenames=[], @resource_filenames=["pip.rb", "virtualenv.rb"], @provider_filenames=["pip.rb", "virtualenv.rb"], @meta
==> default: data_filenames=[], @root_filenames=[".gitignore", ".kitchen.yml", "Berksfile", "CHANGELOG.md", "CONTRIBUTING", "Gemfile", "LICENSE", "metadata.rb", "README.md", "TESTING.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x00000003962780 @name="python", @description="Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with pip and virtualenv isolated Python environments.", @long_description="", @license="Apache 2.0", @maintainer="Opscode, Inc.", @maintainer_email="cookbooks@opscode.com", @platforms={"debian"=>">= 0.0.0", "ubuntu"=>">= 0.0.0", "centos"=>">= 0.0.0", "redhat"=>">= 0.0.0", "fedora"=>">= 0.0.0", "freebsd"=>">= 0.0.0", "smartos"=>">= 0.0.0"}, @Dependencies={"build-essential"=>">= 0.0.0", "yum"=>">= 0.0.0"}, @recommendations={}, @suggestions={}, @conflicting={}, @providing={"python"=>">= 0.0.0", "python::package"=>">= 0.0.0", "python::pip"=>">= 0.0.0", "python::source"=>">= 0.0.0", "python::virtualenv"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"python"=>"Installs python, pip, and virtualenv", "python::package"=>"Installs python using packages.", "python::source"=>"Installs python from source.", "python::pip"=>"Installs pip from source.", "python::virtualenv"=>"Installs virtualenv using the python_pip resource."}, @Version="1.3.6", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @cookbook_manifest=#<Chef::CookbookManifest:0x00000003961588 @cookbook_version=#<Chef::CookbookVersion:0x00000003963428 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"0c4ff14b44567012d42140a5ff93bd38", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/default.rb"}, {"name"=>"package.rb", "path"=>"recipes/package.rb", "checksum"=>"b9291eb90313132eabf9f60bbf7eb97f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/package.rb"}, {"name"=>"pip.rb", "path"=>"recipes/pip.rb", "checksum"=>"c84ff9d1f520df6b65f951bdf5b6c25c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/pip.rb"}, {"name"=>"source.rb", "path"=>"recipes/source.rb", "checksum"=>"a35ff17a782b2954860a61df674aed56", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/source.rb"}, {"name"=>"virtualenv.rb", "path"=>"recipes/virtualenv.rb", "checksum"=>"eee5c176494ba192feb11292423176b3", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/virtualenv.rb"}], "definitions"=>[], "libraries"=>[], "attributes"=>[{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"8bdddef1f3571ba36ca8fc943c8bf937", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/attributes/default.rb"}], "files"=>[], "templates"=>[], "resources"=>[{"name"=>"pip.rb", "path"=>"resources/pip.rb", "checksum"=>"4f8ca69687061ca4cc4a49caee635d96", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/pip.rb"}, {"name"=>"virtualenv.rb", "path"=>"resources/virtualenv.rb", "checksum"=>"0dd1973da70576eab1dd5c3109ad992d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/virtualenv.rb"}], "providers"=>[{"name"=>"pip.rb", "path"=>"providers/pip.rb", "checksum"=>"e10b79f1f16e6bcbd04789de435dc62c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/providers/pip.rb"}, {"name"=>"virtualenv.rb", "path"=>"providers/virtualenv.rb", "checksum"=>"5f3427852813b254c9acffc9fa5ade9e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/providers/virtualenv.rb"}], "root_files"=>[{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"c39b89b1255b08a6a7dc3bf69216d5ad", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/.gitignore"}, {"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"68d1238a47470b8765b2d2b177f78f54", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/.kitchen.yml"}, {"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"da4e7a58c6e331633f51250b67785e92", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/Berksfile"}, {"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"75f0a484d52ccdc6eae5d07990f84c2c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/CHANGELOG.md"}, {"name"=>"CONTRIBUTING", "path"=>"CONTRIBUTING", "checksum"=>"e5600a5296cb1b69f978b6c2c4a1b1c1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/CONTRIBUTING"}, {"name"=>"Gemfile", "path"=>"Gemfile", "checksum"=>"00ccff9dd64561cf4114f1fab91aebbd", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/Gemfile"}, {"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/LICENSE"}, {"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"898689a003988eaad9e5184146241d0e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/metadata.rb"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"478671d648386f7d2724b388b821fb88", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/README.md"}, {"name"=>"TESTING.md", "path"=>"TESTING.md", "checksum"=>"396e568d67b99737876673e1b81ff28d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/TESTING.md"}], "metadata"=>{"name"=>"python", "description"=>"Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with pip and virtualenv isolated Python environments.", "long_description"=>"", "maintainer"=>"Opscode, Inc.", "maintainer_email"=>"cookbooks@opscode.com", "license"=>"Apache 2.0", "platforms"=>{"debian"=>">= 0.0.0", "ubuntu"=>">= 0.0.0", "centos"=>">= 0.0.0", "redhat"=>">= 0.0.0", "fedora"=>">= 0.0.0", "freebsd"=>">= 0.0.0", "smartos"=>">= 0.0.0"}, "dependencies"=>{"build-essential"=>">= 0.0.0", "yum"=>">= 0.0.0"}, "recommendations"=>{}, "suggestions"=>{}, "conflicting"=>{}, "providing"=>{"python"=>">= 0.0.0", "python::package"=>">= 0.0.0", "python::pip"=>">= 0.0.0", "python::source"=>">= 0.0.0", "python::virtualenv"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"python"=>"Installs python, pip, and virtualenv", "python::package"=>"Installs python using packages.", "python::source"=>"Installs python from source.", "python::pip"=>"Installs pip from source.", "python::virtualenv"=>"Installs virtualenv using the python_pip resource."}, "version"=>"1.3.6", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"1.3.6", "name"=>"python-1.3.6", "cookbook_name"=>"python", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"4f8ca69687061ca4cc4a49caee635d96"=>nil, "0dd1973da70576eab1dd5c3109ad992d"=>nil, "e10b79f1f16e6bcbd04789de435dc62c"=>nil, "5f3427852813b254c9acffc9fa5ade9e"=>nil, "0c4ff14b44567012d42140a5ff93bd38"=>nil, "b9291eb90313132eabf9f60bbf7eb97f"=>nil, "c84ff9d1f520df6b65f951bdf5b6c25c"=>nil, "a35ff17a782b2954860a61df674aed56"=>nil, "eee5c176494ba192feb11292423176b3"=>nil, "8bdddef1f3571ba36ca8fc943c8bf937"=>nil, "c39b89b1255b08a6a7dc3bf69216d5ad"=>nil, "68d1238a47470b8765b2d2b177f78f54"=>nil, "da4e7a58c6e331633f51250b67785e92"=>nil, "75f0a484d52ccdc6eae5d07990f84c2c"=>nil, "e5600a5296cb1b69f978b6c2c4a1b1c1"=>nil, "00ccff9dd64561cf4114f1fab91aebbd"=>nil, "8f7bb094c7232b058c7e9f2e431f389c"=>nil, "898689a003988eaad9e5184146241d0e"=>nil, "478671d648386f7d2724b388b821fb88"=>nil, "396e568d67b99737876673e1b81ff28d"=>nil}, @manifest_records_by_path={"resources/pip.rb"=>{"name"=>"pip.rb", "path"=>"resources/pip.rb", "checksum"=>"4f8ca69687061ca4cc4a49caee635d96", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/pip.rb"}, "resources/virtualenv.rb"=>{"name"=>"virtualenv.rb", "path"=>"resources/virtualenv.rb", "checksum"=>"0dd1973da70576eab1dd5c3109ad992d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/resources/virtualenv.rb"}, "providers/pip.rb"=>{"name"=>"pip.rb", "path"=>"providers/pip.rb", "checksum"=>"e10b79f1f16e6bcbd04789de435dc62c", "specificity"=>"default", "url"=>"chefzero://l
==> default: ocalhost:8889/file_store/repo/cookbooks/python/providers/pip.rb"}, "providers/virtualenv.rb"=>{"name"=>"virtualenv.rb", "path"=>"providers/virtualenv.rb", "checksum"=>"5f3427852813b254c9acffc9fa5ade9e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/providers/virtualenv.rb"}, "recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"0c4ff14b44567012d42140a5ff93bd38", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/default.rb"}, "recipes/package.rb"=>{"name"=>"package.rb", "path"=>"recipes/package.rb", "checksum"=>"b9291eb90313132eabf9f60bbf7eb97f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/package.rb"}, "recipes/pip.rb"=>{"name"=>"pip.rb", "path"=>"recipes/pip.rb", "checksum"=>"c84ff9d1f520df6b65f951bdf5b6c25c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/pip.rb"}, "recipes/source.rb"=>{"name"=>"source.rb", "path"=>"recipes/source.rb", "checksum"=>"a35ff17a782b2954860a61df674aed56", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/source.rb"}, "recipes/virtualenv.rb"=>{"name"=>"virtualenv.rb", "path"=>"recipes/virtualenv.rb", "checksum"=>"eee5c176494ba192feb11292423176b3", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/recipes/virtualenv.rb"}, "attributes/default.rb"=>{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"8bdddef1f3571ba36ca8fc943c8bf937", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/attributes/default.rb"}, ".gitignore"=>{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"c39b89b1255b08a6a7dc3bf69216d5ad", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/.gitignore"}, ".kitchen.yml"=>{"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"68d1238a47470b8765b2d2b177f78f54", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/.kitchen.yml"}, "Berksfile"=>{"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"da4e7a58c6e331633f51250b67785e92", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/Berksfile"}, "CHANGELOG.md"=>{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"75f0a484d52ccdc6eae5d07990f84c2c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/CHANGELOG.md"}, "CONTRIBUTING"=>{"name"=>"CONTRIBUTING", "path"=>"CONTRIBUTING", "checksum"=>"e5600a5296cb1b69f978b6c2c4a1b1c1", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/CONTRIBUTING"}, "Gemfile"=>{"name"=>"Gemfile", "path"=>"Gemfile", "checksum"=>"00ccff9dd64561cf4114f1fab91aebbd", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/Gemfile"}, "LICENSE"=>{"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/LICENSE"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"898689a003988eaad9e5184146241d0e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/metadata.rb"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"478671d648386f7d2724b388b821fb88", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/README.md"}, "TESTING.md"=>{"name"=>"TESTING.md", "path"=>"TESTING.md", "checksum"=>"396e568d67b99737876673e1b81ff28d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/python/TESTING.md"}}>>, #<Chef::CookbookVersion:0x00000003943fb0 @name="build-essential", @root_paths=[], @Frozen=false, @attribute_filenames=["default.rb"], @definition_filenames=[], @template_filenames=[], @file_filenames=[], @recipe_filenames=["debian.rb", "default.rb", "fedora.rb", "mac_os_x.rb", "omnios.rb", "rhel.rb", "smartos.rb", "solaris2.rb", "suse.rb"], @recipe_filenames_by_name={"debian"=>"debian.rb", "default"=>"default.rb", "fedora"=>"fedora.rb", "mac_os_x"=>"mac_os_x.rb", "omnios"=>"omnios.rb", "rhel"=>"rhel.rb", "smartos"=>"smartos.rb", "solaris2"=>"solaris2.rb", "suse"=>"suse.rb"}, @library_filenames=[], @resource_filenames=[], @provider_filenames=[], @metadata_filenames=[], @root_filenames=["CHANGELOG.md", "metadata.json", "metadata.rb", "README.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x00000003943740 @name="build-essential", @description="Installs C compiler / build tools", @long_description="", @license="Apache 2.0", @maintainer="Opscode, Inc.", @maintainer_email="cookbooks@opscode.com", @platforms={"fedora"=>">= 0.0.0", "redhat"=>">= 0.0.0", "centos"=>">= 0.0.0", "ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0", "amazon"=>">= 0.0.0", "suse"=>">= 0.0.0", "scientific"=>">= 0.0.0", "oracle"=>">= 0.0.0", "smartos"=>">= 0.0.0", "mac_os_x"=>">= 10.6.0", "mac_os_x_server"=>">= 10.6.0"}, @Dependencies={}, @recommendations={}, @suggestions={"pkgutil"=>">= 0.0.0"}, @conflicting={}, @providing={"build-essential::debian"=>">= 0.0.0", "build-essential"=>">= 0.0.0", "build-essential::fedora"=>">= 0.0.0", "build-essential::mac_os_x"=>">= 0.0.0", "build-essential::omnios"=>">= 0.0.0", "build-essential::rhel"=>">= 0.0.0", "build-essential::smartos"=>">= 0.0.0", "build-essential::solaris2"=>">= 0.0.0", "build-essential::suse"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"build-essential"=>"Installs packages required for compiling C software from source.", "build-essential::debian"=>"", "build-essential::fedora"=>"", "build-essential::mac_os_x"=>"", "build-essential::omnios"=>"", "build-essential::rhel"=>"", "build-essential::smartos"=>"", "build-essential::solaris2"=>"", "build-essential::suse"=>""}, @Version="1.4.2", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={"default"=>"default.rb"}, @cookbook_manifest=#<Chef::CookbookManifest:0x00000003942bb0 @cookbook_version=#<Chef::CookbookVersion:0x00000003943fb0 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"debian.rb", "path"=>"recipes/debian.rb", "checksum"=>"6d6cb9bf61727422226a78a81557a346", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/debian.rb"}, {"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"757b09bf08f22f7e49264523a721b92d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/default.rb"}, {"name"=>"fedora.rb", "path"=>"recipes/fedora.rb", "checksum"=>"367b45cea38aa677ad0255dec33d794e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/fedora.rb"}, {"name"=>"mac_os_x.rb", "path"=>"recipes/mac_os_x.rb", "checksum"=>"fad508be3371ea014ec77387f1f033a2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/mac_os_x.rb"}, {"name"=>"omnios.rb", "path"=>"recipes/omnios.rb", "checksum"=>"d429cb3e4c843f09396db11043
==> default: 84ece6", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/omnios.rb"}, {"name"=>"rhel.rb", "path"=>"recipes/rhel.rb", "checksum"=>"572f7911745a6b0a6185455796318ab4", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/rhel.rb"}, {"name"=>"smartos.rb", "path"=>"recipes/smartos.rb", "checksum"=>"c1dba0333f817f7d3f88c88542f7db9e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/smartos.rb"}, {"name"=>"solaris2.rb", "path"=>"recipes/solaris2.rb", "checksum"=>"31b3c178eaa0965f6176c971289a49ea", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/solaris2.rb"}, {"name"=>"suse.rb", "path"=>"recipes/suse.rb", "checksum"=>"18791ddf339b8cbaedb6be81249b7d29", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/suse.rb"}], "definitions"=>[], "libraries"=>[], "attributes"=>[{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"6f52a44c5a3b48359a1b370705444dc5", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/attributes/default.rb"}], "files"=>[], "templates"=>[], "resources"=>[], "providers"=>[], "root_files"=>[{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"a4b403c004f2fd561b2ba5f41209b378", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/CHANGELOG.md"}, {"name"=>"metadata.json", "path"=>"metadata.json", "checksum"=>"ab77839e0bafca6a134dd5e586e4e29f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.json"}, {"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"77e20fda48aa4c08e9a4fd1c579f1949", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.rb"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"954a198c7e17c54c9d1d7727512877d7", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/README.md"}], "metadata"=>{"name"=>"build-essential", "description"=>"Installs C compiler / build tools", "long_description"=>"", "maintainer"=>"Opscode, Inc.", "maintainer_email"=>"cookbooks@opscode.com", "license"=>"Apache 2.0", "platforms"=>{"fedora"=>">= 0.0.0", "redhat"=>">= 0.0.0", "centos"=>">= 0.0.0", "ubuntu"=>">= 0.0.0", "debian"=>">= 0.0.0", "amazon"=>">= 0.0.0", "suse"=>">= 0.0.0", "scientific"=>">= 0.0.0", "oracle"=>">= 0.0.0", "smartos"=>">= 0.0.0", "mac_os_x"=>">= 10.6.0", "mac_os_x_server"=>">= 10.6.0"}, "dependencies"=>{}, "recommendations"=>{}, "suggestions"=>{"pkgutil"=>">= 0.0.0"}, "conflicting"=>{}, "providing"=>{"build-essential::debian"=>">= 0.0.0", "build-essential"=>">= 0.0.0", "build-essential::fedora"=>">= 0.0.0", "build-essential::mac_os_x"=>">= 0.0.0", "build-essential::omnios"=>">= 0.0.0", "build-essential::rhel"=>">= 0.0.0", "build-essential::smartos"=>">= 0.0.0", "build-essential::solaris2"=>">= 0.0.0", "build-essential::suse"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"build-essential"=>"Installs packages required for compiling C software from source.", "build-essential::debian"=>"", "build-essential::fedora"=>"", "build-essential::mac_os_x"=>"", "build-essential::omnios"=>"", "build-essential::rhel"=>"", "build-essential::smartos"=>"", "build-essential::solaris2"=>"", "build-essential::suse"=>""}, "version"=>"1.4.2", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"1.4.2", "name"=>"build-essential-1.4.2", "cookbook_name"=>"build-essential", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"6d6cb9bf61727422226a78a81557a346"=>nil, "757b09bf08f22f7e49264523a721b92d"=>nil, "367b45cea38aa677ad0255dec33d794e"=>nil, "fad508be3371ea014ec77387f1f033a2"=>nil, "d429cb3e4c843f09396db1104384ece6"=>nil, "572f7911745a6b0a6185455796318ab4"=>nil, "c1dba0333f817f7d3f88c88542f7db9e"=>nil, "31b3c178eaa0965f6176c971289a49ea"=>nil, "18791ddf339b8cbaedb6be81249b7d29"=>nil, "6f52a44c5a3b48359a1b370705444dc5"=>nil, "a4b403c004f2fd561b2ba5f41209b378"=>nil, "ab77839e0bafca6a134dd5e586e4e29f"=>nil, "77e20fda48aa4c08e9a4fd1c579f1949"=>nil, "954a198c7e17c54c9d1d7727512877d7"=>nil}, @manifest_records_by_path={"recipes/debian.rb"=>{"name"=>"debian.rb", "path"=>"recipes/debian.rb", "checksum"=>"6d6cb9bf61727422226a78a81557a346", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/debian.rb"}, "recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"757b09bf08f22f7e49264523a721b92d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/default.rb"}, "recipes/fedora.rb"=>{"name"=>"fedora.rb", "path"=>"recipes/fedora.rb", "checksum"=>"367b45cea38aa677ad0255dec33d794e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/fedora.rb"}, "recipes/mac_os_x.rb"=>{"name"=>"mac_os_x.rb", "path"=>"recipes/mac_os_x.rb", "checksum"=>"fad508be3371ea014ec77387f1f033a2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/mac_os_x.rb"}, "recipes/omnios.rb"=>{"name"=>"omnios.rb", "path"=>"recipes/omnios.rb", "checksum"=>"d429cb3e4c843f09396db1104384ece6", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/omnios.rb"}, "recipes/rhel.rb"=>{"name"=>"rhel.rb", "path"=>"recipes/rhel.rb", "checksum"=>"572f7911745a6b0a6185455796318ab4", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/rhel.rb"}, "recipes/smartos.rb"=>{"name"=>"smartos.rb", "path"=>"recipes/smartos.rb", "checksum"=>"c1dba0333f817f7d3f88c88542f7db9e", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/smartos.rb"}, "recipes/solaris2.rb"=>{"name"=>"solaris2.rb", "path"=>"recipes/solaris2.rb", "checksum"=>"31b3c178eaa0965f6176c971289a49ea", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/solaris2.rb"}, "recipes/suse.rb"=>{"name"=>"suse.rb", "path"=>"recipes/suse.rb", "checksum"=>"18791ddf339b8cbaedb6be81249b7d29", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/recipes/suse.rb"}, "attributes/default.rb"=>{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"6f52a44c5a3b48359a1b370705444dc5", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/attributes/default.rb"}, "CHANGELOG.md"=>{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"a4b403c004f2fd561b2ba5f41209b378", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/CHANGELOG.md"}, "metadata.json"=>{"name"=>"metadata.json", "path"=>"metadata.json", "checksum"=>"ab77839e0bafca6a134dd5e586e4e29f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.json"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"77e20fda48aa4c08e9a4fd1c579f1949", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/metadata.rb"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"954a198c7e17c54c9d1d7727512877d7", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/build-essential/README.md"}}>>, #<Chef::CookbookVersion:0x0000000391a188 @name="yum", @root_paths=[], @Frozen=false, @attribute_filenames=["default.rb", "elrepo.rb", "epel.rb", "remi.rb"], @definition_filenames=[], @template_filenames=["repo.erb", "yum-rhel5.conf.erb", "yum-rhel6.conf.erb"], @file_filenames=["default_test.rb", "helpers.rb", "test_test.rb"], @recipe_filenames=["default.rb", "elrepo.rb", "epel.rb", "ius.rb", "remi.rb", "repoforge.rb", "test.rb", "yum.rb"], @recipe_filenames_by_name={"default"=>"default.rb", "elrepo"=>"elrepo.rb", "epel"=>"epel.rb", "ius"=>"ius.rb", "remi"=>"remi.rb", "repoforge"=>"repoforge.rb", "test"=>"test.rb", "yum"=>"yum.rb"}, @library_filenames=[], @resource_filenames=["key.rb", "repository.rb"], @provider_filenames=["key.rb", "repository.rb"], @metadata_filenames=[], @root_filenames=[".gitignore", ".kitchen.yml", "Berksfile", "CHANGELOG.md", "CONTRIBUTING.md", "LICENSE", "metadata.json", "metadata.rb", "README.md"], @all_files=[], @status=:ready, @file_vendor=nil, @metadata=#<Chef::Cookbook::Metadata:0x00000003919918 @name="yum", @description="", @long_description="", @license="Apache 2.0", @maintainer="Opscode, Inc.", @maintainer_email="cookbooks@opscode.com", @platforms={"redhat"=>">= 5.0", "centos"=>">= 5.0", "scientific"=>">= 5.0", "amazon"=>">= 5.0"}, @Dependencies={}, @recommendations={}, @suggestions={}, @conflicting={}, @providing={"yum"=>">= 0.0.0", "yum::elrepo"=>">= 0.0.0", "yum::epel"=>">= 0.0.0", "yum::ius"=>">= 0.0.0", "yum::remi"=>">= 0.0.0", "yum::repoforge"=>">= 0.0.0", "yum::test"=>">= 0.0.0", "yum::yum"=>">= 0.0.0"}, @replacing={}, @attributes={}, @groupings={}, @recipes={"yum"=>"Empty recipe.", "yum::yum"=>"Manages yum configuration", "yum::elrepo"=>"", "yum::epel"=>"", "yum::ius"=>"", "yum::remi"=>"", "yum::repoforge"=>"", "yum::test"=>""}, @Version="2.3.0", @source_url="", @issues_url="", @privacy=false, @chef_versions=[], @ohai_versions=[], @Gems=[], @errors=[]>, @chef_server_rest=nil, @attribute_filenames_by_short_filename={"default"=>"default.rb", "elrepo"=>"elrepo.rb", "epel"=>"epel.rb", "remi"=>"remi.rb"}, @cookbook_manifest=#<Chef::CookbookManifest:0x00000003918ea0 @cookbook_version=#<Chef::CookbookVersion:0x0000000391a188 ...>, @policy_mode=false, @manifest={"recipes"=>[{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"988dd776843dc69c47e91906496f76c8", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/default.rb"}, {"name"=>"elrepo.rb", "path"=>"recipes/elrepo.rb", "checksum"=>"ce4456d70fbb2d5e9a8e66726734a84d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/elrepo.rb"}, {"name"=>"epel.rb", "path"=>"recipes/epel.rb", "checksum"=>"16a94b586f273c9cd938307672d4d2cc", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/epel.rb"}, {"name"=>"ius.rb", "path"=>"recipes/ius.rb", "checksum"=>"f4148733e58be622468e45739a794ed0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/ius.rb"}, {"name"=>"remi.rb", "path"=>"recipes/remi.rb", "checksum"=>"76111312ddc2e4ba93e1e45dcd8bcc03", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/remi.rb"}, {"name"=>"repoforge.rb", "path"=>"recipes/repoforge.rb", "checksum"=>"85be53eac9ceeecfa7c6e47c43253a9f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/repoforge.rb"}, {"name"=>"test.rb", "path"=>"recipes/test.rb", "checksum"=>"9d31f4b62f0ee9579ff16778a9c1cb06", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/test.rb"}, {"name"=>"yum.rb", "path"=>"recipes/yum.rb", "checksum"=>"6b94519ff07cd2c311ea59388d2596b0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/yum.rb"}], "definitions"=>[], "libraries"=>[], "attributes"=>[{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"27a9954ecd91a0781adfa2c96128bff2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/default.rb"}, {"name"=>"elrepo.rb", "path"=>"attributes/elrepo.rb", "checksum"=>"fef2fb2e595cb4314e021d2511eacfdd", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/elrepo.rb"}, {"name"=>"epel.rb", "path"=>"attributes/epel.rb", "checksum"=>"aea86fc782d788c57180d2108b5db15a", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/epel.rb"}, {"name"=>"remi.rb", "path"=>"attributes/remi.rb", "checksum"=>"232444845037d016a7ec87d1e2c5cbb3", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/remi.rb"}], "files"=>[{"name"=>"default_test.rb", "path"=>"files/default/tests/minitest/default_test.rb", "checksum"=>"ba7a24681017e280b9408ec3323c7253", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/default_test.rb"}, {"name"=>"helpers.rb", "path"=>"files/default/tests/minitest/support/helpers.rb", "checksum"=>"20eef817efb05670008f979eebceea39", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/support/helpers.rb"}, {"name"=>"test_test.rb", "path"=>"files/default/tests/minitest/test_test.rb", "checksum"=>"5a4bbb72aca8011eb9cadebc73648344", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/test_test.rb"}], "templates"=>[{"name"=>"repo.erb", "path"=>"templates/default/repo.erb", "checksum"=>"5912bc236f0af06ad492785af89cffc9", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/repo.erb"}, {"name"=>"yum-rhel5.conf.erb", "path"=>"templates/default/yum-rhel5.conf.erb", "checksum"=>"9612a4a8e45693269114c89cd7e0a751", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel5.conf.erb"}, {"name"=>"yum-rhel6.conf.erb", "path"=>"templates/default/yum-rhel6.conf.erb", "checksum"=>"2d6420c38ddb065eb6f5f3179dbe918c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel6.conf.erb"}], "resources"=>[{"name"=>"key.rb", "path"=>"resources/key.rb", "checksum"=>"7772f372e6d6f65ed5ddcb2ee2319c51", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/key.rb"}, {"name"=>"repository.rb", "path"=>"resources/repository.rb", "checksum"=>"f9bfc097725a7a07583599e9addd13f0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/repository.rb"}], "providers"=>[{"name"=>"key.rb", "path"=>"providers/key.rb", "checksum"=>"9f91c7416c2ef3974058543a0bc4769c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/key.rb"}, {"name"=>"repository.rb", "path"=>"providers/repository.rb", "checksum"=>"37617b9b690edc93f672ba03fe7e1c60", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/repository.rb"}], "root_files"=>[{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"09688a2e0bf9edd0eabf6cd8abbe7314", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/.gitignore"}, {"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"026fec035cddf37769ea03c1bb1e42bf", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/.kitchen.yml"}, {"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"ff6f0011c0aa2bb452db537723e491bb", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/Berksfile"}, {"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"e001500973d565a8884c417609ad0b29", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/CHANGELOG.md"}, {"name"=>"CONTRIBUTING.md", "path"=>"CONTRIBUTING.md", "checksum"=>"a40d9c63cfee2c07bbb1a608588232be", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/CONTRIBUTING.md"}, {"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/LICENSE"}, {"name"
==> default: =>"metadata.json", "path"=>"metadata.json", "checksum"=>"34d58cf9fb9103ee09620e6264e299d7", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.json"}, {"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"4e2e0392e292f629120d5e4395fe9d26", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.rb"}, {"name"=>"README.md", "path"=>"README.md", "checksum"=>"54b467b8d857f3aa4a07a1a61b260106", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/README.md"}], "metadata"=>{"name"=>"yum", "description"=>"", "long_description"=>"", "maintainer"=>"Opscode, Inc.", "maintainer_email"=>"cookbooks@opscode.com", "license"=>"Apache 2.0", "platforms"=>{"redhat"=>">= 5.0", "centos"=>">= 5.0", "scientific"=>">= 5.0", "amazon"=>">= 5.0"}, "dependencies"=>{}, "recommendations"=>{}, "suggestions"=>{}, "conflicting"=>{}, "providing"=>{"yum"=>">= 0.0.0", "yum::elrepo"=>">= 0.0.0", "yum::epel"=>">= 0.0.0", "yum::ius"=>">= 0.0.0", "yum::remi"=>">= 0.0.0", "yum::repoforge"=>">= 0.0.0", "yum::test"=>">= 0.0.0", "yum::yum"=>">= 0.0.0"}, "replacing"=>{}, "attributes"=>{}, "groupings"=>{}, "recipes"=>{"yum"=>"Empty recipe.", "yum::yum"=>"Manages yum configuration", "yum::elrepo"=>"", "yum::epel"=>"", "yum::ius"=>"", "yum::remi"=>"", "yum::repoforge"=>"", "yum::test"=>""}, "version"=>"2.3.0", "source_url"=>"", "issues_url"=>"", "privacy"=>false, "chef_versions"=>[], "ohai_versions"=>[], "gems"=>[]}, "version"=>"2.3.0", "name"=>"yum-2.3.0", "cookbook_name"=>"yum", "frozen?"=>false, "chef_type"=>"cookbook_version", "json_class"=>"Chef::CookbookVersion"}, @Checksums={"7772f372e6d6f65ed5ddcb2ee2319c51"=>nil, "f9bfc097725a7a07583599e9addd13f0"=>nil, "9f91c7416c2ef3974058543a0bc4769c"=>nil, "37617b9b690edc93f672ba03fe7e1c60"=>nil, "988dd776843dc69c47e91906496f76c8"=>nil, "ce4456d70fbb2d5e9a8e66726734a84d"=>nil, "16a94b586f273c9cd938307672d4d2cc"=>nil, "f4148733e58be622468e45739a794ed0"=>nil, "76111312ddc2e4ba93e1e45dcd8bcc03"=>nil, "85be53eac9ceeecfa7c6e47c43253a9f"=>nil, "9d31f4b62f0ee9579ff16778a9c1cb06"=>nil, "6b94519ff07cd2c311ea59388d2596b0"=>nil, "27a9954ecd91a0781adfa2c96128bff2"=>nil, "fef2fb2e595cb4314e021d2511eacfdd"=>nil, "aea86fc782d788c57180d2108b5db15a"=>nil, "232444845037d016a7ec87d1e2c5cbb3"=>nil, "ba7a24681017e280b9408ec3323c7253"=>nil, "20eef817efb05670008f979eebceea39"=>nil, "5a4bbb72aca8011eb9cadebc73648344"=>nil, "5912bc236f0af06ad492785af89cffc9"=>nil, "9612a4a8e45693269114c89cd7e0a751"=>nil, "2d6420c38ddb065eb6f5f3179dbe918c"=>nil, "09688a2e0bf9edd0eabf6cd8abbe7314"=>nil, "026fec035cddf37769ea03c1bb1e42bf"=>nil, "ff6f0011c0aa2bb452db537723e491bb"=>nil, "e001500973d565a8884c417609ad0b29"=>nil, "a40d9c63cfee2c07bbb1a608588232be"=>nil, "8f7bb094c7232b058c7e9f2e431f389c"=>nil, "34d58cf9fb9103ee09620e6264e299d7"=>nil, "4e2e0392e292f629120d5e4395fe9d26"=>nil, "54b467b8d857f3aa4a07a1a61b260106"=>nil}, @manifest_records_by_path={"resources/key.rb"=>{"name"=>"key.rb", "path"=>"resources/key.rb", "checksum"=>"7772f372e6d6f65ed5ddcb2ee2319c51", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/key.rb"}, "resources/repository.rb"=>{"name"=>"repository.rb", "path"=>"resources/repository.rb", "checksum"=>"f9bfc097725a7a07583599e9addd13f0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/resources/repository.rb"}, "providers/key.rb"=>{"name"=>"key.rb", "path"=>"providers/key.rb", "checksum"=>"9f91c7416c2ef3974058543a0bc4769c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/key.rb"}, "providers/repository.rb"=>{"name"=>"repository.rb", "path"=>"providers/repository.rb", "checksum"=>"37617b9b690edc93f672ba03fe7e1c60", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/providers/repository.rb"}, "recipes/default.rb"=>{"name"=>"default.rb", "path"=>"recipes/default.rb", "checksum"=>"988dd776843dc69c47e91906496f76c8", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/default.rb"}, "recipes/elrepo.rb"=>{"name"=>"elrepo.rb", "path"=>"recipes/elrepo.rb", "checksum"=>"ce4456d70fbb2d5e9a8e66726734a84d", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/elrepo.rb"}, "recipes/epel.rb"=>{"name"=>"epel.rb", "path"=>"recipes/epel.rb", "checksum"=>"16a94b586f273c9cd938307672d4d2cc", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/epel.rb"}, "recipes/ius.rb"=>{"name"=>"ius.rb", "path"=>"recipes/ius.rb", "checksum"=>"f4148733e58be622468e45739a794ed0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/ius.rb"}, "recipes/remi.rb"=>{"name"=>"remi.rb", "path"=>"recipes/remi.rb", "checksum"=>"76111312ddc2e4ba93e1e45dcd8bcc03", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/remi.rb"}, "recipes/repoforge.rb"=>{"name"=>"repoforge.rb", "path"=>"recipes/repoforge.rb", "checksum"=>"85be53eac9ceeecfa7c6e47c43253a9f", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/repoforge.rb"}, "recipes/test.rb"=>{"name"=>"test.rb", "path"=>"recipes/test.rb", "checksum"=>"9d31f4b62f0ee9579ff16778a9c1cb06", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/test.rb"}, "recipes/yum.rb"=>{"name"=>"yum.rb", "path"=>"recipes/yum.rb", "checksum"=>"6b94519ff07cd2c311ea59388d2596b0", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/recipes/yum.rb"}, "attributes/default.rb"=>{"name"=>"default.rb", "path"=>"attributes/default.rb", "checksum"=>"27a9954ecd91a0781adfa2c96128bff2", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/default.rb"}, "attributes/elrepo.rb"=>{"name"=>"elrepo.rb", "path"=>"attributes/elrepo.rb", "checksum"=>"fef2fb2e595cb4314e021d2511eacfdd", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/elrepo.rb"}, "attributes/epel.rb"=>{"name"=>"epel.rb", "path"=>"attributes/epel.rb", "checksum"=>"aea86fc782d788c57180d2108b5db15a", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/epel.rb"}, "attributes/remi.rb"=>{"name"=>"remi.rb", "path"=>"attributes/remi.rb", "checksum"=>"232444845037d016a7ec87d1e2c5cbb3", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/attributes/remi.rb"}, "files/default/tests/minitest/default_test.rb"=>{"name"=>"default_test.rb", "path"=>"files/default/tests/minitest/default_test.rb", "checksum"=>"ba7a24681017e280b9408ec3323c7253", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/default_test.rb"}, "files/default/tests/minitest/support/helpers.rb"=>{"name"=>"helpers.rb", "path"=>"files/default/tests/minitest/support/helpers.rb", "checksum"=>"20eef817efb05670008f979eebceea39", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/support/helpers.rb"}, "files/default/tests/minitest/test_test.rb"=>{"name"=>"test_test.rb", "path"=>"files/default/tests/minitest/test_test.rb", "checksum"=>"5a4bbb72aca8011eb9cadebc73648344", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/files/default/tests/minitest/test_test.rb"}, "templates/default/repo.erb"=>{"name"=>"repo.erb", "path"=>"templates/default/repo.erb", "checksum"=>"5912bc236f0af06ad492785af89cffc9", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/repo.erb"}, "templates/default/yum-rhel5.conf.erb"=>{"name"=>"yum-rhel5.conf.erb", "path"=>"templates/default/yum-rhel5.conf.erb", "checksum"=>"9612a4a8e45693269114c89cd7e0a751", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel5.conf.erb"}, "templates/default/yum-rhel6.conf.erb"=>{"name"=>"yum-rhel6.conf.erb", "path"=>"templates/default/yum-rhel6.conf.erb", "checksum"=>"2d6420c38ddb065eb6f5f3179dbe918c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/templates/default/yum-rhel6.conf.erb"}, ".gitignore"=>{"name"=>".gitignore", "path"=>".gitignore", "checksum"=>"09688a2e0bf9edd0eabf6cd8abbe7314", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/.gitignore"}, ".kitchen.yml"=>{"name"=>".kitchen.yml", "path"=>".kitchen.yml", "checksum"=>"026fec035cddf37769ea03c1bb1e42bf", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/.kitchen.yml"}, "Berksfile"=>{"name"=>"Berksfile", "path"=>"Berksfile", "checksum"=>"ff6f0011c0aa2bb452db537723e491bb", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/Berksfile"}, "CHANGELOG.md"=>{"name"=>"CHANGELOG.md", "path"=>"CHANGELOG.md", "checksum"=>"e001500973d565a8884c417609ad0b29", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/CHANGELOG.md"}, "CONTRIBUTING.md"=>{"name"=>"CONTRIBUTING.md", "path"=>"CONTRIBUTING.md", "checksum"=>"a40d9c63cfee2c07bbb1a608588232be", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/CONTRIBUTING.md"}, "LICENSE"=>{"name"=>"LICENSE", "path"=>"LICENSE", "checksum"=>"8f7bb094c7232b058c7e9f2e431f389c", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/LICENSE"}, "metadata.json"=>{"name"=>"metadata.json", "path"=>"metadata.json", "checksum"=>"34d58cf9fb9103ee09620e6264e299d7", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.json"}, "metadata.rb"=>{"name"=>"metadata.rb", "path"=>"metadata.rb", "checksum"=>"4e2e0392e292f629120d5e4395fe9d26", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/metadata.rb"}, "README.md"=>{"name"=>"README.md", "path"=>"README.md", "checksum"=>"54b467b8d857f3aa4a07a1a61b260106", "specificity"=>"default", "url"=>"chefzero://localhost:8889/file_store/repo/cookbooks/yum/README.md"}}>>]
==> default: Synchronizing Cookbooks:
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/mtsw2e/templates/default/sv-ipython-run.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/mtsw2e/metadata.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/mtsw2e/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/mtsw2e/recipes/default.rb, as the cache is up to date.
==> default:
==> default: - mtsw2e (0.2.0)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/recipes/cacher-client.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/recipes/cacher-ng.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/files/default/apt-proxy-v2.conf, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/templates/debian-6.0/acng.conf.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/templates/default/01proxy.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/templates/default/acng.conf.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/.gitignore, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/.kitchen.yml, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/Berksfile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/CHANGELOG.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/CONTRIBUTING, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/LICENSE, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/TESTING.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/libraries/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/resources/preference.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/attributes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/resources/repository.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/default/runit.seed, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/default/runsvdir, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/ubuntu-6.10/runsvdir, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/ubuntu-7.04/runsvdir, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/ubuntu-7.10/runsvdir, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/files/ubuntu-8.04/runsvdir, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/templates/debian/init.d.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/templates/gentoo/runit-start.sh.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/.gitignore, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/CHANGELOG.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/CONTRIBUTING.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/Gemfile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/LICENSE, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/metadata.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/Rakefile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/libraries/provider_runit_service.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/recipes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/providers/preference.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/libraries/resource_runit_service.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/providers/repository.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/runit/attributes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/recipes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/recipes/pip.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/recipes/source.rb, as the cache is up to date.
==> default: - runit (1.0.4)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/resources/virtualenv.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/.gitignore, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/.kitchen.yml, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/Berksfile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/CHANGELOG.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/CONTRIBUTING, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/attributes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/LICENSE, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/metadata.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/TESTING.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/debian.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/recipes/virtualenv.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/mac_os_x.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/omnios.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/rhel.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/smartos.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/solaris2.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/suse.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/recipes/package.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/CHANGELOG.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/metadata.json, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/metadata.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/recipes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/providers/pip.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/resources/repository.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/providers/key.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/default.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/elrepo.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/epel.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/ius.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/remi.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/repoforge.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/test.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/recipes/yum.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/providers/virtualenv.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/providers/repository.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/resources/key.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/attributes/elrepo.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/files/default/tests/minitest/default_test.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/files/default/tests/minitest/support/helpers.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/files/default/tests/minitest/test_test.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/templates/default/repo.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/templates/default/yum-rhel5.conf.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/templates/default/yum-rhel6.conf.erb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/attributes/epel.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/.kitchen.yml, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/Berksfile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/CHANGELOG.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/CONTRIBUTING.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/LICENSE, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/metadata.json, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/metadata.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/README.md, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/attributes/remi.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/apt/metadata.rb, as the cache is up to date.
==> default:
==> default: - apt (2.0.1)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/recipes/fedora.rb, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/.gitignore, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/yum/attributes/default.rb, as the cache is up to date.
==> default:
==> default: - yum (2.3.0)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/Gemfile, as the cache is up to date.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/build-essential/attributes/default.rb, as the cache is up to date.
==> default: - build-essential (1.4.2)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Not storing cookbooks/python/resources/pip.rb, as the cache is up to date.
==> default:
==> default: - python (1.3.6)
==> default: Installing Cookbook Gems:
==> default: Compiling Cookbooks...
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Cookbooks to compile: [:apt, :"build-essential", :yum, :python, :runit, :mtsw2e]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook runit's library file: /var/chef/cache/cookbooks/runit/libraries/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook runit's library file: /var/chef/cache/cookbooks/runit/libraries/provider_runit_service.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook runit's library file: /var/chef/cache/cookbooks/runit/libraries/resource_runit_service.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook apt's attribute file /var/chef/cache/cookbooks/apt/attributes/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute apt::default
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook build-essential's attribute file /var/chef/cache/cookbooks/build-essential/attributes/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute build-essential::default
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook yum's attribute file /var/chef/cache/cookbooks/yum/attributes/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute yum::default
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook yum's attribute file /var/chef/cache/cookbooks/yum/attributes/elrepo.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute yum::elrepo
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook yum's attribute file /var/chef/cache/cookbooks/yum/attributes/epel.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute yum::epel
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook yum's attribute file /var/chef/cache/cookbooks/yum/attributes/remi.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute yum::remi
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook python's attribute file /var/chef/cache/cookbooks/python/attributes/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute python::default
==> default: python
==> default: platform
==> default: python
==> default: python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Node vagrant-06d1c7d5 loading cookbook runit's attribute file /var/chef/cache/cookbooks/runit/attributes/default.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading Attribute runit::default
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook apt's providers from /var/chef/cache/cookbooks/apt/providers/preference.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/apt/providers/preference.rb into provider apt_preference (LWRP provider apt_preference from cookbook apt)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook apt's providers from /var/chef/cache/cookbooks/apt/providers/repository.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/apt/providers/repository.rb into provider apt_repository (LWRP provider apt_repository from cookbook apt)
==> default: [2016-12-08T15:23:09+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook apt's resources from /var/chef/cache/cookbooks/apt/resources/preference.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/apt/resources/preference.rb into resource apt_preference (Custom resource apt_preference from cookbook apt)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook apt's resources from /var/chef/cache/cookbooks/apt/resources/repository.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/apt/resources/repository.rb into resource apt_repository (Custom resource apt_repository from cookbook apt)
==> default: [2016-12-08T15:23:09+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook yum's providers from /var/chef/cache/cookbooks/yum/providers/key.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/yum/providers/key.rb into provider yum_key (LWRP provider yum_key from cookbook yum)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook yum's providers from /var/chef/cache/cookbooks/yum/providers/repository.rb
==> default: /var/chef/cache/cookbooks/yum/providers/repository.rb:111: warning: key :type is duplicated and overwritten on line 118
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/yum/providers/repository.rb into provider yum_repository (LWRP provider yum_repository from cookbook yum)
==> default: [2016-12-08T15:23:09+00:00] WARN: Chef::Provider::YumRepository already exists! Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook yum's resources from /var/chef/cache/cookbooks/yum/resources/key.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/yum/resources/key.rb into resource yum_key (Custom resource yum_key from cookbook yum)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook yum's resources from /var/chef/cache/cookbooks/yum/resources/repository.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/yum/resources/repository.rb into resource yum_repository (Custom resource yum_repository from cookbook yum)
==> default: [2016-12-08T15:23:09+00:00] WARN: YumRepository already exists! Deprecation class overwrites Custom resource yum_repository from cookbook yum
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook python's providers from /var/chef/cache/cookbooks/python/providers/pip.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/python/providers/pip.rb into provider python_pip (LWRP provider python_pip from cookbook python)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook python's providers from /var/chef/cache/cookbooks/python/providers/virtualenv.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/python/providers/virtualenv.rb into provider python_virtualenv (LWRP provider python_virtualenv from cookbook python)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook python's resources from /var/chef/cache/cookbooks/python/resources/pip.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/python/resources/pip.rb into resource python_pip (Custom resource python_pip from cookbook python)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading cookbook python's resources from /var/chef/cache/cookbooks/python/resources/virtualenv.rb
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loaded contents of /var/chef/cache/cookbooks/python/resources/virtualenv.rb into resource python_virtualenv (Custom resource python_virtualenv from cookbook python)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe mtsw2e::default via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe default in cookbook mtsw2e
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe apt via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe default in cookbook apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for directory is Chef::Resource::Directory
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic directory resource enabled on node include: [Chef::Resource::Directory]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for directory is Chef::Resource::Directory
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe runit via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe default in cookbook runit
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for service is Chef::Resource::Service
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint)
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/version_constraint.rb:113:in parse' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/version_constraint.rb:36:in initialize'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:79:in new' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:79:in block in match_versions'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:77:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:77:in match_versions'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:54:in value_for_node' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:147:in value_for_platform'
==> default: /var/chef/cache/cookbooks/runit/recipes/default.rb:25:in block in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_builder.rb:76:in instance_eval'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_builder.rb:76:in build' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/declare_resource.rb:291:in build_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/declare_resource.rb:248:in declare_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/resources.rb:40:in execute'
==> default: /var/chef/cache/cookbooks/runit/recipes/default.rb:24:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in instance_eval'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/cookbook_version.rb:233:in load_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:338:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:294:in block in include_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:293:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:293:in include_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/include_recipe.rb:26:in include_recipe' ==> default: /var/chef/cache/cookbooks/mtsw2e/recipes/default.rb:3:in from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:338:in load_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:141:in block in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:138:in each'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:138:in compile_recipes' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:75:in compile'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:187:in load' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/policy_builder/expand_node_object.rb:97:in setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/2.3.0/forwardable.rb:189:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:510:in setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:280:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:294:in block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:247:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/local_mode.rb:44:in with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:235:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:464:in sleep_then_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:451:in block in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:434:in run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:59:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/solo.rb:226:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:54:in load'
==> default: /usr/bin/chef-solo:54:in <main>' ==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute] ==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute ==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package] ==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage ==> default: [2016-12-08T15:23:09+00:00] DEBUG: Caught InvalidVersionConstraint. This means that a key in value_for_platform cannot be interpreted as a Chef::VersionConstraint::Platform. ==> default: [2016-12-08T15:23:09+00:00] DEBUG: 'default' (Chef::Exceptions::InvalidVersionConstraint) ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/version_constraint.rb:113:in parse'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/version_constraint.rb:36:in initialize' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:79:in new'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:79:in block in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:77:in each'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:77:in match_versions' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:54:in value_for_node'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/platform_introspection.rb:147:in value_for_platform' ==> default: /var/chef/cache/cookbooks/runit/recipes/default.rb:85:in block in from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_builder.rb:76:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_builder.rb:76:in build'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/declare_resource.rb:291:in build_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/declare_resource.rb:248:in declare_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/resources.rb:40:in package' ==> default: /var/chef/cache/cookbooks/runit/recipes/default.rb:80:in from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in instance_eval' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in from_file'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/cookbook_version.rb:233:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:338:in load_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:294:in block in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:293:in each'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:293:in include_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/dsl/include_recipe.rb:26:in include_recipe'
==> default: /var/chef/cache/cookbooks/mtsw2e/recipes/default.rb:3:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in instance_eval'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/from_file.rb:30:in from_file' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/cookbook_version.rb:233:in load_recipe'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:338:in load_recipe' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:141:in block in compile_recipes'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:138:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:138:in compile_recipes'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context/cookbook_compiler.rb:75:in compile' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/run_context.rb:187:in load'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/policy_builder/expand_node_object.rb:97:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/2.3.0/forwardable.rb:189:in setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:510:in setup_run_context' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:280:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:294:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:247:in block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:235:in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:464:in sleep_then_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:451:in block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:434:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:59:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/solo.rb:226:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/bin/chef-solo:25:in <top (required)>'
==> default: /usr/bin/chef-solo:54:in load' ==> default: /usr/bin/chef-solo:54:in

'
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe python via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe default in cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe python::package via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe package in cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe python::pip via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe pip in cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic remote_file resource enabled on node include: [Chef::Resource::RemoteFile]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for remote_file is Chef::Resource::RemoteFile
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe python::virtualenv via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found recipe virtualenv in cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Loading recipe python::pip via include_recipe
==> default: [2016-12-08T15:23:09+00:00] DEBUG: I am not loading python::pip, because I have already seen it.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic apt_repository resource enabled on node include: [Chef::Resource::AptRepository, Custom resource apt_repository from cookbook apt]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for apt_repository is Chef::Resource::AptRepository
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic package resource enabled on node include: [Chef::Resource::AptPackage, Chef::Resource::Package]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for package is Chef::Resource::AptPackage
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic service resource enabled on node include: [Chef::Resource::Service]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for service is Chef::Resource::Service
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic python_pip resource enabled on node include: [Custom resource python_pip from cookbook python]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for python_pip is Custom resource python_pip from cookbook python
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resources for generic runit_service resource enabled on node include: [Chef::Resource::RunitService]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Resource for runit_service is Chef::Resource::RunitService
==> default: Converging 37 resources
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Converging node vagrant-06d1c7d5
==> default: Recipe: apt::default
==> default: * execute[apt-get-update] action run
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[apt-get-update] action run (apt::default line 22)
==> default: (skipped due to not_if)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[apt-get-update] due to not_if ruby block
==> default:
==> default: * execute[apt-get update] action nothing
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[apt-get update] action nothing (apt::default line 29)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[apt-get update] due to action :nothing
==> default:
==> default: * execute[apt-get autoremove] action nothing
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[apt-get autoremove] action nothing (apt::default line 36)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[apt-get autoremove] due to action :nothing
==> default:
==> default: * execute[apt-get autoclean] action nothing
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[apt-get autoclean] action nothing (apt::default line 42)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[apt-get autoclean] due to action :nothing
==> default:
==> default: * apt_package[update-notifier-common] action install
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing apt_package[update-notifier-common] action install (apt::default line 48)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action install on resource apt_package[update-notifier-common] is Chef::Provider::Package::Apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[update-notifier-common] installed version for update-notifier-common is 0.119ubuntu8.7
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[update-notifier-common] candidate version for update-notifier-common is 0.119ubuntu8.7
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[update-notifier-common] update-notifier-common 0.119ubuntu8.7 already installed
==> default: [2016-12-08T15:23:09+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[2016-12-08T15:23:09+00:00] INFO: Processing execute[apt-get-update-periodic] action run (apt::default line 52)
==> default: (skipped due to only_if)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[apt-get-update-periodic] due to only_if ruby block
==> default: * directory[/var/cache/local] action create
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing directory[/var/cache/local] action create (apt::default line 62)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local] is Chef::Provider::Directory
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found target_mode == current_mode, not updating mode
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found target_uid == current_uid, not updating owner
==> default: [2016-12-08T15:23:09+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-12-08T15:23:09+00:00] INFO: Processing directory[/var/cache/local/preseeding] action create (apt::default line 62)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic directory resource enabled on node include: [Chef::Provider::Directory]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action create on resource directory[/var/cache/local/preseeding] is Chef::Provider::Directory
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found target_mode == current_mode, not updating mode
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Found target_uid == current_uid, not updating owner
==> default: [2016-12-08T15:23:09+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-12-08T15:23:09+00:00] INFO: Processing service[runit] action nothing (runit::default line 20)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping service[runit] due to action :nothing
==> default: * execute[start-runsvdir] action nothing
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[start-runsvdir] action nothing (runit::default line 24)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[start-runsvdir] due to action :nothing
==> default: * execute[runit-hup-init] action nothing
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing execute[runit-hup-init] action nothing (runit::default line 33)
==> default: (skipped due to action :nothing)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Skipping execute[runit-hup-init] due to action :nothing
==> default: * apt_package[runit] action install
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing apt_package[runit] action install (runit::default line 80)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action install on resource apt_package[runit] is Chef::Provider::Package::Apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[runit] installed version for runit is 2.1.1-6.2ubuntu2.1
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[runit] candidate version for runit is 2.1.1-6.2ubuntu2.1
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[runit] runit 2.1.1-6.2ubuntu2.1 already installed
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[runit] is already installed - nothing to do
==> default: (up to date)
==> default: Recipe: python::package
==> default:
==> default: * apt_package[python] action install
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing apt_package[python] action install (python::package line 40)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action install on resource apt_package[python] is Chef::Provider::Package::Apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python] installed version for python is 2.7.3-0ubuntu2.2
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python] candidate version for python is 2.7.3-0ubuntu2.2
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python] python 2.7.3-0ubuntu2.2 already installed
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python] is already installed - nothing to do
==> default: (up to date)
==> default:
==> default: * apt_package[python-dev] action install
==> default: [2016-12-08T15:23:09+00:00] INFO: Processing apt_package[python-dev] action install (python::package line 40)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Providers for generic apt_package resource enabled on node include: [Chef::Provider::Package::Apt]
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Provider for action install on resource apt_package[python-dev] is Chef::Provider::Package::Apt
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python-dev] installed version for python-dev is 2.7.3-0ubuntu2.2
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python-dev] candidate version for python-dev is 2.7.3-0ubuntu2.2
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python-dev] python-dev 2.7.3-0ubuntu2.2 already installed
==> default: [2016-12-08T15:23:09+00:00] DEBUG: apt_package[python-dev] is already installed - nothing to do
==> default: (up to date)
==> default: Recipe: python::pip
==> default: * remote_file[/var/chef/cache/ez_setup.py] action create[2016-12-08T15:23:09+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-12-08T15:23:09+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-12-08T15:23:09+00:00] INFO: Processing remote_file[/var/chef/cache/get-pip.py] action create (python::pip line 42)
==> default: [2016-12-08T15:23:09+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checksumming file at /var/chef/cache/get-pip.py.
==> default: [2016-12-08T15:23:09+00:00] DEBUG: remote_file[/var/chef/cache/get-pip.py] checking for changes
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Cache control headers: {"if-modified-since"=>"Thu, 08 Dec 2016 15:25:32 GMT", "if-none-match"=>""9e48c87e8cce31fa8488e9f269e1534986a5afb5""}
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Initiating GET to https://raw.github.com/pypa/pip/master/contrib/get-pip.py
==> default: [2016-12-08T15:23:09+00:00] DEBUG: ---- HTTP Request Header Data: ----
==> default: [2016-12-08T15:23:09+00:00] DEBUG: if-modified-since: Thu, 08 Dec 2016 15:25:32 GMT
==> default: [2016-12-08T15:23:09+00:00] DEBUG: if-none-match: "9e48c87e8cce31fa8488e9f269e1534986a5afb5"
==> default: [2016-12-08T15:23:09+00:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
==> default: [2016-12-08T15:23:09+00:00] DEBUG: ---- End HTTP Request Header Data ----
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- HTTP Status and Header Data: ----
==> default: [2016-12-08T15:23:12+00:00] DEBUG: HTTP 1.1 301 Moved Permanently
==> default: [2016-12-08T15:23:12+00:00] DEBUG: location: https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
==> default: [2016-12-08T15:23:12+00:00] DEBUG: content-length: 0
==> default: [2016-12-08T15:23:12+00:00] DEBUG: accept-ranges: bytes
==> default: [2016-12-08T15:23:12+00:00] DEBUG: date: Thu, 08 Dec 2016 15:33:24 GMT
==> default: [2016-12-08T15:23:12+00:00] DEBUG: via: 1.1 varnish
==> default: [2016-12-08T15:23:12+00:00] DEBUG: age: 0
==> default: [2016-12-08T15:23:12+00:00] DEBUG: connection: close
==> default: [2016-12-08T15:23:12+00:00] DEBUG: x-served-by: cache-lhr6338-LHR
==> default: [2016-12-08T15:23:12+00:00] DEBUG: x-cache: MISS
==> default: [2016-12-08T15:23:12+00:00] DEBUG: x-cache-hits: 0
==> default: [2016-12-08T15:23:12+00:00] DEBUG: vary: Accept-Encoding
==> default: [2016-12-08T15:23:12+00:00] DEBUG: x-fastly-request-id: 1ab6dc4fbb91d24044f7f54f24e4ac4996e701f3
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- End HTTP Status/Header Data ----
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- HTTP Response Body ----
==> default: [2016-12-08T15:23:12+00:00] DEBUG:
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- End HTTP Response Body -----
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_stream_complete
==> default: [2016-12-08T15:23:12+00:00] DEBUG: No content-length information collected for the streamed download, cannot identify streamed download.
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_stream_complete
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_stream_complete
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Following redirect 1/10
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Initiating GET to https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- HTTP Request Header Data: ----
==> default: [2016-12-08T15:23:12+00:00] DEBUG: if-modified-since: Thu, 08 Dec 2016 15:25:32 GMT
==> default: [2016-12-08T15:23:12+00:00] DEBUG: if-none-match: "9e48c87e8cce31fa8488e9f269e1534986a5afb5"
==> default: [2016-12-08T15:23:12+00:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
==> default: [2016-12-08T15:23:12+00:00] DEBUG: ---- End HTTP Request Header Data ----
==> default: [2016-12-08T15:23:15+00:00] DEBUG: ---- HTTP Status and Header Data: ----
==> default: [2016-12-08T15:23:15+00:00] DEBUG: HTTP 1.1 200 OK
==> default: [2016-12-08T15:23:15+00:00] DEBUG: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
==> default: [2016-12-08T15:23:15+00:00] DEBUG: strict-transport-security: max-age=31536000
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-content-type-options: nosniff
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-frame-options: deny
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-xss-protection: 1; mode=block
==> default: [2016-12-08T15:23:15+00:00] DEBUG: etag: "9e48c87e8cce31fa8488e9f269e1534986a5afb5"
==> default: [2016-12-08T15:23:15+00:00] DEBUG: content-type: text/plain; charset=utf-8
==> default: [2016-12-08T15:23:15+00:00] DEBUG: cache-control: max-age=300
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-geo-block-list:
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-github-request-id: B91F1329:14D4:13982CED:58497D1C
==> default: [2016-12-08T15:23:15+00:00] DEBUG: content-encoding: gzip
==> default: [2016-12-08T15:23:15+00:00] DEBUG: content-length: 197
==> default: [2016-12-08T15:23:15+00:00] DEBUG: accept-ranges: bytes
==> default: [2016-12-08T15:23:15+00:00] DEBUG: date: Thu, 08 Dec 2016 15:33:27 GMT
==> default: [2016-12-08T15:23:15+00:00] DEBUG: via: 1.1 varnish
==> default: [2016-12-08T15:23:15+00:00] DEBUG: connection: close
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-served-by: cache-lhr6350-LHR
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-cache: HIT
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-cache-hits: 1
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-timer: S1481211207.585660,VS0,VE0
==> default: [2016-12-08T15:23:15+00:00] DEBUG: vary: Authorization,Accept-Encoding
==> default: [2016-12-08T15:23:15+00:00] DEBUG: access-control-allow-origin: *
==> default: [2016-12-08T15:23:15+00:00] DEBUG: x-fastly-request-id: a82a449bbdad42f0217e79e822bea04e1035911e
==> default: [2016-12-08T15:23:15+00:00] DEBUG: expires: Thu, 08 Dec 2016 15:38:27 GMT
==> default: [2016-12-08T15:23:15+00:00] DEBUG: source-age: 43
==> default: [2016-12-08T15:23:15+00:00] DEBUG: ---- End HTTP Status/Header Data ----
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Streaming download from https://raw.github.com/pypa/pip/master/contrib/get-pip.py to tempfile /tmp/chef-rest20161208-3879-1hcidla
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Initializing gzip stream deflator
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Chef::HTTP::StreamHandler calling Chef::HTTP::ValidateContentLength::ContentLengthCounter#handle_chunk
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Chef::HTTP::StreamHandler calling Chef::HTTP::Decompressor::GzipInflater#handle_chunk
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_stream_complete
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Content-Length validated correctly.
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_stream_complete
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_stream_complete
==> default: [2016-12-08T15:23:15+00:00] DEBUG: calculating checksum of /tmp/chef-rest20161208-3879-1hcidla to compare with 2718a1efcf4daff923a98c2058a1241da1e752f572f58eea92f082a3fa3dea96
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Found target_mode == current_mode, not updating mode
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Found target_uid == nil, so no owner was specified on resource, not managing owner
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Found target_gid == nil, so no group was specified on resource, not managing group
==> default: (up to date)
==> default: * execute[install-setuptools] action run
==> default: [2016-12-08T15:23:15+00:00] INFO: Processing execute[install-setuptools] action run (python::pip line 48)
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Resources for generic execute resource enabled on node include: [Chef::Resource::Execute]
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Resource for execute is Chef::Resource::Execute
==> default: [2016-12-08T15:23:15+00:00] INFO: Processing execute[Guard resource] action run (dynamically defined)
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute]
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Provider for action run on resource execute[Guard resource] is Chef::Provider::Execute
==> default: [2016-12-08T15:23:15+00:00] INFO: execute[Guard resource] ran successfully
==> default: (skipped due to not_if)
==> default: [2016-12-08T15:23:15+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-12-08T15:23:15+00:00] INFO: Processing execute[install-pip] action run (python::pip line 56)
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Providers for generic execute resource enabled on node include: [Chef::Provider::Execute]
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Provider for action run on resource execute[install-pip] is Chef::Provider::Execute
==> default:
==> 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:
==> default: ================================================================================
==> default:
==> default: Error executing action run on resource 'execute[install-pip]'
==> default:
==> default: ================================================================================
==> default:
==> default:
==> default:
==> default:
==> default: Mixlib::ShellOut::ShellCommandFailed
==> default:
==> default: ------------------------------------
==> default:
==> default: Expected process to exit with [0], but received '1'
==> default:
==> default:
==> default: ---- Begin output of /usr/bin/python get-pip.py
==> default:
==> default:
==> default: ----
==> default:
==> default:
==> default: STDOUT:
==> default:
==> default:
==> 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:
==> default:
==> default: ---- End output of /usr/bin/python get-pip.py
==> default:
==> default:
==> default: ----
==> default:
==> default:
==> default: Ran /usr/bin/python get-pip.py
==> default:
==> default:
==> default: returned 1
==> default:
==> default:
==> default:
==> default:
==> default: Resource Declaration:
==> default:
==> default: ---------------------
==> default: # In /var/chef/cache/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 /var/chef/cache/cookbooks/python/recipes/pip.rb:56:in from_file' ==> default: ==> default: execute("install-pip") do ==> default: action [:run] ==> default: retries 0 ==> default: retry_delay 2 ==> default: default_guard_interpreter :execute ==> default: command " /usr/bin/python get-pip.py\n" ==> default: backup 5 ==> default: cwd "/var/chef/cache" ==> default: returns 0 ==> default: declared_type :execute ==> default: cookbook_name "python" ==> default: recipe_name "pip" ==> default: not_if { #code block } ==> default: end ==> default: ==> default: Platform: ==> default: --------- ==> default: x86_64-linux ==> default: ==> default: [2016-12-08T15:23:15+00:00] INFO: Running queued delayed notifications before re-raising exception ==> default: [2016-12-08T15:23:15+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.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:289:in invalid!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/shell_out.rb:45:in shell_out!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:62:in block in action_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/why_run.rb:52:in add_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:176:in converge_by' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:60:in action_run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource.rb:622:in run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block (2 levels) in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:114:in call_iterator_block'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:85:in step' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:103:in iterate'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:55:in each_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:96:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:669:in block in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in catch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:703:in converge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:283:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:294:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:247:in block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:235:in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:464:in sleep_then_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:451:in block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:434:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:59:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/solo.rb:226:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/bin/chef-solo:25:in <top (required)>'
==> default: /usr/bin/chef-solo:54:in load' ==> default: /usr/bin/chef-solo:54:in '
==> default:
==> default: Running handlers:
==> default: [2016-12-08T15:23:15+00:00] ERROR: Running exception handlers
==> default: Running handlers complete
==> default: [2016-12-08T15:23:15+00:00] ERROR: Exception handlers complete
==> default: Chef Client failed. 0 resources updated in 28 seconds
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Server doesn't support resource history, skipping resource report.
==> default: [2016-12-08T15:23:15+00:00] DEBUG: Audit Reports are disabled. Skipping sending reports.
==> default: [2016-12-08T15:23:15+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2016-12-08T15:23:15+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2016-12-08T15:23:15+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.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:289:in invalid!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:276:in error!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/shell_out.rb:45:in shell_out!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:62:in block in action_run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/why_run.rb:52:in add_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:176:in converge_by'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:60:in action_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:145:in run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource.rb:622:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:69:in run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block (2 levels) in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in each'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:114:in call_iterator_block' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:85:in step'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:103:in iterate' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:55:in each_with_index'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:96:in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:669:in block in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in catch'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:703:in converge_and_save'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:283:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:294:in block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:247:in block in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/local_mode.rb:44:in with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:235:in run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:464:in sleep_then_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:451:in block in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in interval_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:434:in run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:59:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/solo.rb:226:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/bin/chef-solo:25:in <top (required)>' ==> default: /usr/bin/chef-solo:54:in load'
==> default: /usr/bin/chef-solo:54:in <main>' ==> default: ==> default: >>>> Caused by 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.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:289:in invalid!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/mixlib-shellout-2.2.7/lib/mixlib/shellout.rb:276:in error!' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/shell_out.rb:45:in shell_out!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:62:in block in action_run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/mixin/why_run.rb:52:in add_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:176:in converge_by' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider/execute.rb:60:in action_run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/provider.rb:145:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource.rb:622:in run_action'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:69:in run_action' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block (2 levels) in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in each' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:97:in block in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:94:in block in execute_each_resource' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:114:in call_iterator_block'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:85:in step' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:103:in iterate'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/stepable_iterator.rb:55:in each_with_index' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/resource_collection/resource_list.rb:92:in execute_each_resource'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/runner.rb:96:in converge' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:669:in block in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in catch' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:664:in converge'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:703:in converge_and_save' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/client.rb:283:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:294:in block in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:282:in fork_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:247:in block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/local_mode.rb:44:in with_server_connectivity' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:235:in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:464:in sleep_then_run_chef_client' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:451:in block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in loop' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:450:in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/client.rb:434:in run_application' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application.rb:59:in run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/lib/chef/application/solo.rb:226:in run' ==> default: /opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-12.16.42/bin/chef-solo:25:in <top (required)>'
==> default: /usr/bin/chef-solo:54:in load' ==> default: /usr/bin/chef-solo:54:in '
==> default: [2016-12-08T15:23:15+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-12-08T15:23:15+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.
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ vagrant -v
Vagrant 1.9.0
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$

@almo0033
Copy link
Author

almo0033 commented Dec 8, 2016

virtual box VirtualBox 5.1.10

Sorry this is massive I know

@rreben
Copy link

rreben commented Dec 8, 2016

First the good news: your vagrant / virtualbox is working correctly. Vagrant is initiating a virtualbox, and it is up and running. So there is no need to change key files or access rights.

The problem is in the provisioning / installing of the python environment.

Now, this original repository is quite old and vagrant and virtualbox changed so much, that the provisioning is not working any longer because the chef recipes try to install software in versions, that are no longer available. Now it seems like even the pip package system is not working with your version of vagrant and virtualbox.

@jclaranjo has the same problem and filed it under #318

Unfortunately @ptwobrussell (Matthew Russel the owner of this repo) seems not to be active with this repo any longer. And quite some pull requests are waiting to be included to this original repo.

So I made a fork of this repo. You find it under https://github.com/rreben/Mining-the-Social-Web-2nd-Edition

Please do a vagrant destroy before you start with my fork. It worked a couple of weeks ago, if you have problems please post them here, I might then change the recipes on the fork to get you started.

Right now I only have the twitter chapter started with my fork, which notebooks do you intend to use?

I am quite finished with a completely new setup. It is not based on pip but on anaconda and it uses modern linux installations for the virtual box ...

@almo0033
Copy link
Author

almo0033 commented Dec 9, 2016

Thanks a lot for the help and the replies

Its nice that there are some good news at least

I am hoping I will learn everything inside the book "mining the social web" 2nd edition from twitter to Facebook to Github to google + and Linkedin.

of course I have not started yet cuz I'm still installing this stuff but I will probably start with the twitter chapter since it happens to be the first one.

Now given that other people have the same problem and its likely that new ppl who purchased the book recently and got the newest versions of both vagrant and virtual box will probably encounter the same problem, I kindly suggest that you make a short video/screencast on how exactly we can use your fork or any new set up u suggest.

I am a little confused, given that I don't need to change key files nor access rights, do I only need to add this line to the vagrant file
sh override.vm.box = "precise64" override.vm.box_url = "http://files.vagrantup.com/precise64.box" config.ssh.private_key_path = "/Users/username/certificates/private_key"

I did read the fork but it would be nicer to see a short screen cast of it just to make sure I am doing things the way they should be done. I am a baby in this world. sorry. I was following the screen casts made by Matthew russel in here for every step I did so far which I admit not many steps really.

@rreben
Copy link

rreben commented Dec 9, 2016

Hi @almo0033 I will help you through the installation.

The attribute ´config.ssh.private_key_path´ just changes a default setting. It changes the directory for the access keys to your vagrant machine. This is only necessary if you use a directory on a flash device. But from the log I can see, that vagrant can access the vagrant machine. So everything is ok.

the sh.override.vm.box sets which linux image is used. As your provisioning starts, you can leave it as it is.

To access my fork:

  1. Do a vagarant destroy.
  2. now go to https://github.com/rreben/Mining-the-Social-Web-2nd-Edition
  3. there use the download button and download to a different directory on your computer
  4. do a vagrant up from within this directory.

You are doing well, you got virtualbox and vagrant installed and started. The issues that you have are difficult, so I will help you.

I do not have the time / software / know how for screen casts. So maybe you can prepare a screencast once you are through this hassle, to help others with this (open source = giving and taking).

@almo0033
Copy link
Author

Hi
Thanks a lot
Sorry, Now I get it
I did download the new directory and destroyed vagrant and started over and I did this twice just in case something went wrong the first time but still chef didn't complete I don't know why
I am sorry but I will post another huge output
Thanks for ur patience
I might destroy it a third time and try again I will see

@almo0033
Copy link
Author

Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ vagrant destroy
default: Are you sure you want to destroy the 'default' VM? [y/N] y
==> default: Forcing shutdown of VM...
==> default: Destroying VM and associated drives...
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Setting the name of the VM: Mining-the-Social-Web-2nd-Edition_default_1481384175922_14351
==> default: Clearing any previously set forwarded ports...
==> default: Auto-generating node name for Chef...
==> 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:
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 it's 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.3.36
default: VirtualBox Version: 5.1
==> default: Mounting shared folders...
default: /vagrant => /Users/mohsinalmoshawer/Mining-the-Social-Web-2nd-Edition
default: /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2/cookbooks => /Users/mohsinalmoshawer/Mining-the-Social-Web-2nd-Edition/deploy/cookbooks
==> default: Running provisioner: chef_solo...
default: Installing Chef (latest)...
==> default: Generating chef JSON and uploading...
==> default: Running chef-solo...
==> default: stdin: is not a tty
==> default: [2016-12-10T15:39:40+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/9a3ebbc705cce22218742b9d7277f6d2
==> default: One version per cookbook
==> default: [2016-12-10T15:39:40+00:00] INFO: Forking chef instance to converge...
==> default: Starting Chef Client, version 12.16.42
==> default: [2016-12-10T15:39:40+00:00] INFO: *** Chef 12.16.42 ***
==> default: [2016-12-10T15:39:40+00:00] INFO: Platform: x86_64-linux
==> default: [2016-12-10T15:39:40+00:00] INFO: Chef-client pid: 2611
==> default: [2016-12-10T15:39:51+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found: chefzero://localhost:8889/nodes/vagrant-5d68ed22
==> default: [2016-12-10T15:39:51+00:00] INFO: Setting the run_list to ["recipe[mtsw2e::default]"] from CLI options
==> default: [2016-12-10T15:39:51+00:00] INFO: Run List is [recipe[mtsw2e::default]]
==> default: [2016-12-10T15:39:51+00:00] INFO: Run List expands to [mtsw2e::default]
==> default: [2016-12-10T15:39:51+00:00] INFO: Starting Chef Run for vagrant-5d68ed22
==> default: [2016-12-10T15:39:51+00:00] INFO: Running start handlers
==> default: [2016-12-10T15:39:51+00:00] INFO: Start handlers complete.
==> default: [2016-12-10T15:39:51+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found:
==> default: resolving cookbooks for run list: ["mtsw2e::default"]
==> default: [2016-12-10T15:39:52+00:00] INFO: Loading cookbooks [mtsw2e@0.2.0, apt@2.0.1, runit@1.0.4, python@1.3.6, build-essential@1.4.2, yum@2.3.0]
==> default: Synchronizing Cookbooks:
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/mtsw2e/README.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/resources/preference.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/mtsw2e/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/mtsw2e/templates/default/sv-ipython-run.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/resources/repository.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/mtsw2e/recipes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/providers/preference.rb in the cache.
==> default:
==> default: - mtsw2e (0.2.0)
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/providers/repository.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/recipes/cacher-client.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/files/default/apt-proxy-v2.conf in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/templates/debian-6.0/acng.conf.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/templates/default/acng.conf.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/attributes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/recipes/cacher-ng.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/.gitignore in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/templates/default/01proxy.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/CHANGELOG.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/Berksfile in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/LICENSE in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/.kitchen.yml in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/recipes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/CONTRIBUTING in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/TESTING.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/apt/README.md in the cache.
==> default:
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/recipes/default.rb in the cache.
==> default: - apt (2.0.1)
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-6.10/runsvdir in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/libraries/resource_runit_service.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/libraries/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/default/runsvdir in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/default/runit.seed in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/attributes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/libraries/provider_runit_service.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-7.04/runsvdir in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-8.04/runsvdir in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-7.10/runsvdir in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/templates/gentoo/runit-start.sh.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/Gemfile in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/CHANGELOG.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/templates/debian/init.d.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/CONTRIBUTING.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/.gitignore in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/LICENSE in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/recipes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/providers/pip.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/README.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/providers/virtualenv.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/resources/pip.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/recipes/package.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/resources/virtualenv.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/runit/Rakefile in the cache.
==> default:
==> default: - runit (1.0.4)
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/CHANGELOG.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/.gitignore in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/attributes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/.kitchen.yml in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/recipes/virtualenv.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/recipes/source.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/recipes/pip.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/Berksfile in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/Gemfile in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/CONTRIBUTING in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/TESTING.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/README.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/python/LICENSE in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/debian.rb in the cache.
==> default:
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/mac_os_x.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/rhel.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/fedora.rb in the cache.
==> default: - python (1.3.6)
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/omnios.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/solaris2.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/suse.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/recipes/smartos.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/metadata.json in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/CHANGELOG.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/resources/repository.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/attributes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/build-essential/README.md in the cache.
==> default:
==> default: - build-essential (1.4.2)
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/providers/repository.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/providers/key.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/resources/key.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/elrepo.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/epel.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/remi.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/ius.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/attributes/default.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/repoforge.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/attributes/elrepo.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/test.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/recipes/yum.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/files/default/tests/minitest/default_test.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/attributes/epel.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/attributes/remi.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/files/default/tests/minitest/support/helpers.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/templates/default/repo.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/templates/default/yum-rhel5.conf.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/.gitignore in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/files/default/tests/minitest/test_test.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/templates/default/yum-rhel6.conf.erb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/Berksfile in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/CHANGELOG.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/LICENSE in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/CONTRIBUTING.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/README.md in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/.kitchen.yml in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/metadata.rb in the cache.
==> default: [2016-12-10T15:39:52+00:00] INFO: Storing updated cookbooks/yum/metadata.json in the cache.
==> default:
==> default: - yum (2.3.0)
==> default: Installing Cookbook Gems:
==> default: Compiling Cookbooks...
==> default: python
==> default: platform
==> default: python
==> default: python
==> default: [2016-12-10T15:39:52+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
==> default: [2016-12-10T15:39:52+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
==> default: /var/chef/cache/cookbooks/yum/providers/repository.rb:111: warning: key :type is duplicated and overwritten on line 118
==> default: [2016-12-10T15:39:52+00:00] WARN: Chef::Provider::YumRepository already exists! Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
==> default: [2016-12-10T15:39:52+00:00] WARN: YumRepository already exists! Deprecation class overwrites Custom resource yum_repository from cookbook yum
==> default: Converging 72 resources
==> default: Recipe: apt::default
==> default:
==> default: * execute[apt-get-update] action run
==> default: (skipped due to not_if)
==> default:
==> default: * execute[apt-get update] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get autoremove] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get autoclean] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_package[update-notifier-common] action install
==> default: (up to date)
==> default:
==> default: * execute[apt-get-update-periodic] action run
==> default: (skipped due to only_if)
==> default:
==> default: * directory[/var/cache/local] action create
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local
==> default:
==> default: - create new directory /var/cache/local
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local] owner changed to 0
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local] group changed to 0
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default:
==> default: * directory[/var/cache/local/preseeding] action create
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding
==> default:
==> default: - create new directory /var/cache/local/preseeding
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0
==> default: [2016-12-10T15:39:52+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default: Recipe: runit::default
==> default:
==> default: * service[runit] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[start-runsvdir] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[runit-hup-init] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_package[runit] action install
==> default:
==> default: Recipe:
==> default:
==> default: * cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] action create
==> default: [2016-12-10T15:39:53+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] created file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default:
==> default: - create new file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default: [2016-12-10T15:39:53+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] updated file contents /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default:
==> default: - update content in file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed from none to 9c6758
==> default:
==> default: --- /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed 2016-12-10 15:39:53.005983374 +0000
==> default:
==> default: +++ /var/chef/cache/preseed/runit/.chef-runit-220161210-2611-1tkjsmm.1.1-6.2ubuntu3.seed 2016-12-10 15:39:53.005983374 +0000
==> default:
==> default: @@ -1 +1,2 @@
==> default:
==> default: +runit runit/signalinit boolean true
==> default:
==> default:
==> default: [2016-12-10T15:39:53+00:00] INFO: apt_package[runit] pre-seeding package installation instructions
==> default: - preseed package runit
==> default: [2016-12-10T15:39:55+00:00] INFO: apt_package[runit] installed runit at 2.1.1-6.2ubuntu3
==> default:
==> default: - install version 2.1.1-6.2ubuntu3 of package runit
==> default: [2016-12-10T15:39:55+00:00] INFO: apt_package[runit] sending nothing action to execute[start-runsvdir] (immediate)
==> default: Recipe: runit::default
==> default: * execute[start-runsvdir] action nothing (skipped due to action :nothing)
==> default: [2016-12-10T15:39:55+00:00] INFO: apt_package[runit] sending nothing action to execute[runit-hup-init] (immediate)
==> default: * execute[runit-hup-init] action nothing (skipped due to action :nothing)
==> default: Recipe: python::package
==> default: * apt_package[python] action install
==> default: (up to date)
==> default:
==> default: * apt_package[python-dev] action install
==> default: [2016-12-10T15:40:41+00:00] INFO: apt_package[python-dev] installed python-dev at 2.7.5-5ubuntu3
==> default:
==> default: - install version 2.7.5-5ubuntu3 of package python-dev
==> default: Recipe: python::pip
==> default: * remote_file[/var/chef/cache/ez_setup.py] action create
==> default: [2016-12-10T15:40:43+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] created file /var/chef/cache/ez_setup.py
==> default:
==> default: - create new file /var/chef/cache/ez_setup.py
==> default: [2016-12-10T15:40:43+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] updated file contents /var/chef/cache/ez_setup.py
==> default:
==> default: - update content in file /var/chef/cache/ez_setup.py from none to 996080
==> default:
==> default: --- /var/chef/cache/ez_setup.py 2016-12-10 15:40:43.269984185 +0000
==> default:
==> default: +++ /tmp/chef-rest20161210-2611-7bing9 2016-12-10 15:40:43.269984185 +0000
==> default:
==> default: @@ -1 +1,259 @@
==> default:
==> default: +#!python
==> default:
==> default: +"""Bootstrap setuptools installation
==> default:
==> default: +
==> default:
==> default: +If you want to use setuptools in your package's setup.py, just include this
==> default:
==> default: +file in the same directory with it, and add this to the top of your setup.py::
==> default:
==> default: +
==> default: + from ez_setup import use_setuptools
==> default: + use_setuptools()
==> default: +
==> default: +If you want to require a specific version of setuptools, set a download
==> default: +mirror, or use an alternate download directory, you can do so by supplying
==> default: +the appropriate options to use_setuptools().
==> default: +
==> default: +This file can also be run as a script to install or upgrade setuptools.
==> default: +"""
==> default: +import os
==> default: +import shutil
==> default: +import sys
==> default: +import tempfile
==> default: +import tarfile
==> default: +import optparse
==> default: +import subprocess
==> default: +
==> default: +from distutils import log
==> default: +
==> default: +try:
==> default: + from site import USER_SITE
==> default: +except ImportError:
==> default: + USER_SITE = None
==> default: +
==> default: +DEFAULT_VERSION = "0.8"
==> default: +DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
==> default: +
==> default: +def _python_cmd(*args):
==> default: + args = (sys.executable,) + args
==> default: + return subprocess.call(args) == 0
==> default: +
==> default: +def _install(tarball, install_args=()):
==> default: + # extracting the tarball
==> default: + tmpdir = tempfile.mkdtemp()
==> default: + log.warn('Extracting in %s', tmpdir)
==> default: + old_wd = os.getcwd()
==> default: + try:
==> default: + os.chdir(tmpdir)
==> default: + tar = tarfile.open(tarball)
==> default: + _extractall(tar)
==> default: + tar.close()
==> default: +
==> default: + # going in the directory
==> default: + subdir = os.path.join(tmpdir, os.listdir(tmpdir)[0])
==> default: + os.chdir(subdir)
==> default: + log.warn('Now working in %s', subdir)
==> default: +
==> default: + # installing
==> default: + log.warn('Installing Setuptools')
==> default: + if not _python_cmd('setup.py', 'install', *install_args):
==> default: + log.warn('Something went wrong during the installation.')
==> default: + log.warn('See the error message above.')
==> default: + # exitcode will be 2
==> default: + return 2
==> default: + finally:
==> default: + os.chdir(old_wd)
==> default: + shutil.rmtree(tmpdir)
==> default: +
==> default: +
==> default: +def _build_egg(egg, tarball, to_dir):
==> default: + # extracting the tarball
==> default: + tmpdir = tempfile.mkdtemp()
==> default: + log.warn('Extracting in %s', tmpdir)
==> default: + old_wd = os.getcwd()
==> default: + try:
==> default: + os.chdir(tmpdir)
==> default: + tar = tarfile.open(tarball)
==> default: + _extractall(tar)
==> default: + tar.close()
==> default: +
==> default: + # going in the directory
==> default: + subdir = os.path.join(tmpdir, os.listdir(tmpdir)[0])
==> default: + os.chdir(subdir)
==> default: + log.warn('Now working in %s', subdir)
==> default: +
==> default: + # building an egg
==> default: + log.warn('Building a Setuptools egg in %s', to_dir)
==> default: + _python_cmd('setup.py', '-q', 'bdist_egg', '--dist-dir', to_dir)
==> default: +
==> default: + finally:
==> default: + os.chdir(old_wd)
==> default: + shutil.rmtree(tmpdir)
==> default: + # returning the result
==> default: + log.warn(egg)
==> default: + if not os.path.exists(egg):
==> default: + raise IOError('Could not build the egg.')
==> default: +
==> default: +
==> default: +def _do_download(version, download_base, to_dir, download_delay):
==> default: + egg = os.path.join(to_dir, 'setuptools-%s-py%d.%d.egg'
==> default: + % (version, sys.version_info[0], sys.version_info[1]))
==> default: + if not os.path.exists(egg):
==> default: + tarball = download_setuptools(version, download_base,
==> default: + to_dir, download_delay)
==> default: + _build_egg(egg, tarball, to_dir)
==> default: + sys.path.insert(0, egg)
==> default: + import setuptools
==> default: + setuptools.bootstrap_install_from = egg
==> default: +
==> default: +
==> default: +def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL,
==> default: + to_dir=os.curdir, download_delay=15):
==> default: + # making sure we use the absolute path
==> default: + to_dir = os.path.abspath(to_dir)
==> default: + was_imported = 'pkg_resources' in sys.modules or
==> default: + 'setuptools' in sys.modules
==> default: + try:
==> default: + import pkg_resources
==> default: + except ImportError:
==> default: + return _do_download(version, download_base, to_dir, download_delay)
==> default: + try:
==> default: + pkg_resources.require("setuptools>=" + version)
==> default: + return
==> default: + except pkg_resources.VersionConflict:
==> default: + e = sys.exc_info()[1]
==> default: + if was_imported:
==> default: + sys.stderr.write(
==> default: + "The required version of setuptools (>=%s) is not available,\n"
==> default: + "and can't be installed while this script is running. Please\n"
==> default: + "install a more recent version first, using\n"
==> default: + "'easy_install -U setuptools'."
==> default: + "\n\n(Currently using %r)\n" % (version, e.args[0]))
==> default: + sys.exit(2)
==> default: + else:
==> default: + del pkg_resources, sys.modules['pkg_resources'] # reload ok
==> default: + return _do_download(version, download_base, to_dir,
==> default: + download_delay)
==> default: + except pkg_resources.DistributionNotFound:
==> default: + return _do_download(version, download_base, to_dir,
==> default: + download_delay)
==> default: +
==> default: +
==> default: +def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL,
==> default: + to_dir=os.curdir, delay=15):
==> default: + """Download setuptools from a specified location and return its filename
==> default: +
==> default: + version should be a valid setuptools version number that is available
==> default: + as an egg for download under the download_base URL (which should end
==> default: + with a '/'). to_dir is the directory where the egg will be downloaded.
==> default: + delay is the number of seconds to pause before an actual download
==> default: + attempt.
==> default: + """
==> default: + # making sure we use the absolute path
==> default: + to_dir = os.path.abspath(to_dir)
==> default: + try:
==> default: + from urllib.request import urlopen
==> default: + except ImportError:
==> default: + from urllib2 import urlopen
==> default: + tgz_name = "setuptools-%s.tar.gz" % version
==> default: + url = download_base + tgz_name
==> default: + saveto = os.path.join(to_dir, tgz_name)
==> default: + src = dst = None
==> default: + if not os.path.exists(saveto): # Avoid repeated downloads
==> default: + try:
==> default: + log.warn("Downloading %s", url)
==> default: + src = urlopen(url)
==> default: + # Read/write all in one block, so we don't create a corrupt file
==> default:
==> default: + # if the download is interrupted.
==> default:
==> default: + data = src.read()
==> default:
==> default: + dst = open(saveto, "wb")
==> default:
==> default: + dst.write(data)
==> default:
==> default: + finally:
==> default:
==> default: + if src:
==> default:
==> default: + src.close()
==> default:
==> default: + if dst:
==> default:
==> default: + dst.close()
==> default:
==> default: + return os.path.realpath(saveto)
==> default:
==> default: +
==> default:
==> default: +
==> default: +def _extractall(self, path=".", members=None):
==> default: + """Extract all members from the archive to the current working
==> default: + directory and set owner, modification time and permissions on
==> default: + directories afterwards. path' specifies a different directory ==> default: + to extract to. members' is optional and must be a subset of the
==> default: + list returned by getmembers().
==> default: + """
==> default: + import copy
==> default: + import operator
==> default: + from tarfile import ExtractError
==> default: + directories = []
==> default: +
==> default: + if members is None:
==> default: + members = self
==> default: +
==> default: + for tarinfo in members:
==> default: + if tarinfo.isdir():
==> default: + # Extract directories with a safe mode.
==> default: + directories.append(tarinfo)
==> default: + tarinfo = copy.copy(tarinfo)
==> default: + tarinfo.mode = 448 # decimal for oct 0700
==> default: + self.extract(tarinfo, path)
==> default: +
==> default: + # Reverse sort directories.
==> default: + if sys.version_info < (2, 4):
==> default: + def sorter(dir1, dir2):
==> default: + return cmp(dir1.name, dir2.name)
==> default: + directories.sort(sorter)
==> default: + directories.reverse()
==> default: + else:
==> default: + directories.sort(key=operator.attrgetter('name'), reverse=True)
==> default: +
==> default: + # Set correct owner, mtime and filemode on directories.
==> default: + for tarinfo in directories:
==> default: + dirpath = os.path.join(path, tarinfo.name)
==> default: + try:
==> default: + self.chown(tarinfo, dirpath)
==> default: + self.utime(tarinfo, dirpath)
==> default: + self.chmod(tarinfo, dirpath)
==> default: + except ExtractError:
==> default: + e = sys.exc_info()[1]
==> default: + if self.errorlevel > 1:
==> default: + raise
==> default: + else:
==> default: + self._dbg(1, "tarfile: %s" % e)
==> default: +
==> default: +
==> default: +def _build_install_args(options):
==> default: + """
==> default: + Build the arguments to 'python setup.py install' on the setuptools package
==> default: + """
==> default: + install_args = []
==> default: + if options.user_install:
==> default: + if sys.version_info < (2, 6):
==> default: + log.warn("--user requires Python 2.6 or later")
==> default: + raise SystemExit(1)
==> default: + install_args.append('--user')
==> default: + return install_args
==> default: +
==> default: +def _parse_args():
==> default: + """
==> default: + Parse the command line for options
==> default: + """
==> default: + parser = optparse.OptionParser()
==> default: + parser.add_option(
==> default: + '--user', dest='user_install', action='store_true', default=False,
==> default: + help='install in user site package (requires Python 2.6 or later)')
==> default: + parser.add_option(
==> default: + '--download-base', dest='download_base', metavar="URL",
==> default: + default=DEFAULT_URL,
==> default: + help='alternative URL from where to download the setuptools package')
==> default: + options, args = parser.parse_args()
==> default: + # positional arguments are ignored
==> default: + return options
==> default: +
==> default: +def main(version=DEFAULT_VERSION):
==> default: + """Install or upgrade setuptools and EasyInstall"""
==> default: + options = _parse_args()
==> default: + tarball = download_setuptools(download_base=options.download_base)
==> default: + return _install(tarball, _build_install_args(options))
==> default: +
==> default: +if name == 'main':
==> default: + sys.exit(main())[2016-12-10T15:40:43+00:00] INFO: remote_file[/var/chef/cache/ez_setup.py] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default:
==> default:
==> default: * remote_file[/var/chef/cache/get-pip.py] action create
==> default: [2016-12-10T15:40:52+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] created file /var/chef/cache/get-pip.py
==> default:
==> default: - create new file /var/chef/cache/get-pip.py
==> default: [2016-12-10T15:40:52+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] updated file contents /var/chef/cache/get-pip.py
==> default:
==> default: - update content in file /var/chef/cache/get-pip.py from none to 19dae8
==> default:
==> default: (long diff of over 1000000 characters, diff output suppressed)
==> default: [2016-12-10T15:40:52+00:00] INFO: remote_file[/var/chef/cache/get-pip.py] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default:
==> default:
==> default: * execute[install-setuptools] action run
==> default:
==> default: [execute] Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-0.8.tar.gz
==> default: Extracting in /tmp/tmpiAXhRS
==> default: Now working in /tmp/tmpiAXhRS/setuptools-0.8
==> default: Installing Setuptools
==> default: running install
==> default: running bdist_egg
==> default: running egg_info
==> default: writing requirements to setuptools.egg-info/requires.txt
==> default: writing setuptools.egg-info/PKG-INFO
==> default: writing top-level names to setuptools.egg-info/top_level.txt
==> default: writing dependency_links to setuptools.egg-info/dependency_links.txt
==> default: writing entry points to setuptools.egg-info/entry_points.txt
==> default: reading manifest file 'setuptools.egg-info/SOURCES.txt'
==> default: reading manifest template 'MANIFEST.in'
==> default: writing manifest file 'setuptools.egg-info/SOURCES.txt'
==> default: installing library code to build/bdist.linux-x86_64/egg
==> default: running install_lib
==> default: running build_py
==> default: creating build
==> default: creating build/lib.linux-x86_64-2.7
==> default: copying pkg_resources.py -> build/lib.linux-x86_64-2.7
==> default: copying easy_install.py -> build/lib.linux-x86_64-2.7
==> default: creating build/lib.linux-x86_64-2.7/_markerlib
==> default: copying _markerlib/init.py -> build/lib.linux-x86_64-2.7/_markerlib
==> default: copying _markerlib/markers.py -> build/lib.linux-x86_64-2.7/_markerlib
==> default: creating build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/py27compat.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/script template.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/script template (dev).py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/depends.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/sandbox.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/archive_util.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/ssl_support.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/package_index.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/py24compat.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/init.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/dist.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/compat.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/extension.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: copying setuptools/site-patch.py -> build/lib.linux-x86_64-2.7/setuptools
==> default: creating build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/bdist_egg.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/build_ext.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/setopt.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/easy_install.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/register.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/alias.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/install_scripts.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/install_lib.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/install.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/bdist_wininst.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/egg_info.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/bdist_rpm.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/saveopts.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/init.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/build_py.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/install_egg_info.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/rotate.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/test.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/upload.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/sdist.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/upload_docs.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: copying setuptools/command/develop.py -> build/lib.linux-x86_64-2.7/setuptools/command
==> default: creating build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_build_ext.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_resources.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_upload_docs.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_easy_install.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_egg_info.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/doctest.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_markerlib.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_test.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_dist_info.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_develop.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/init.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_sdist.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/py26compat.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_bdist_egg.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_packageindex.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/server.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: copying setuptools/tests/test_sandbox.py -> build/lib.linux-x86_64-2.7/setuptools/tests
==> default: creating build/bdist.linux-x86_64
==> default: creating build/bdist.linux-x86_64/egg
==> default: creating build/bdist.linux-x86_64/egg/_markerlib
==> default: copying build/lib.linux-x86_64-2.7/_markerlib/init.py -> build/bdist.linux-x86_64/egg/_markerlib
==> default: copying build/lib.linux-x86_64-2.7/_markerlib/markers.py -> build/bdist.linux-x86_64/egg/_markerlib
==> default: copying build/lib.linux-x86_64-2.7/easy_install.py -> build/bdist.linux-x86_64/egg
==> default: copying build/lib.linux-x86_64-2.7/pkg_resources.py -> build/bdist.linux-x86_64/egg
==> default: creating build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/py27compat.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/script template.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/script template (dev).py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/depends.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/sandbox.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/archive_util.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: creating build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/setopt.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/register.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/alias.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/install_scripts.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/install_lib.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/install.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_wininst.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/bdist_rpm.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/saveopts.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/init.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/build_py.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/install_egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/rotate.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/test.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/upload.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/sdist.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: copying build/lib.linux-x86_64-2.7/setuptools/command/develop.py -> build/bdist.linux-x86_64/egg/setuptools/command
==> default: creating build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_resources.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/doctest.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_markerlib.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_test.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_dist_info.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_develop.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/init.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_sdist.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/py26compat.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_packageindex.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/server.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/tests/test_sandbox.py -> build/bdist.linux-x86_64/egg/setuptools/tests
==> default: copying build/lib.linux-x86_64-2.7/setuptools/ssl_support.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/package_index.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/py24compat.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/init.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/dist.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/compat.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/extension.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: copying build/lib.linux-x86_64-2.7/setuptools/site-patch.py -> build/bdist.linux-x86_64/egg/setuptools
==> default: byte-compiling build/bdist.linux-x86_64/egg/_markerlib/init.py to init.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/_markerlib/markers.py to markers.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/easy_install.py to easy_install.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/pkg_resources.py to pkg_resources.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/py27compat.py to py27compat.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template.py to script template.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template (dev).py to script template (dev).pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/depends.py to depends.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/sandbox.py to sandbox.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/archive_util.py to archive_util.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_ext.py to build_ext.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/setopt.py to setopt.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py to easy_install.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/register.py to register.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/alias.py to alias.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_scripts.py to install_scripts.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py to install_lib.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install.py to install.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py to egg_info.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/saveopts.py to saveopts.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/init.py to init.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_py.py to build_py.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/rotate.py to rotate.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/test.py to test.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload.py to upload.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/sdist.py to sdist.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload_docs.py to upload_docs.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/develop.py to develop.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_build_ext.py to test_build_ext.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_resources.py to test_resources.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_easy_install.py to test_easy_install.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_egg_info.py to test_egg_info.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/doctest.py to doctest.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_markerlib.py to test_markerlib.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_test.py to test_test.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_dist_info.py to test_dist_info.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_develop.py to test_develop.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/init.py to init.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sdist.py to test_sdist.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/py26compat.py to py26compat.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_bdist_egg.py to test_bdist_egg.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_packageindex.py to test_packageindex.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/server.py to server.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sandbox.py to test_sandbox.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/ssl_support.py to ssl_support.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/package_index.py to package_index.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/py24compat.py to py24compat.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/init.py to init.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/dist.py to dist.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/compat.py to compat.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/extension.py to extension.pyc
==> default: byte-compiling build/bdist.linux-x86_64/egg/setuptools/site-patch.py to site-patch.pyc
==> default: creating build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/entry_points.txt.orig -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/requires.txt.orig -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
==> default: copying setuptools.egg-info/EGG-INFO/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO/EGG-INFO
==> default: creating dist
==> default: creating 'dist/setuptools-0.8-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
==> default: removing 'build/bdist.linux-x86_64/egg' (and everything under it)
==> default: Processing setuptools-0.8-py2.7.egg
==> default: Copying setuptools-0.8-py2.7.egg to /usr/local/lib/python2.7/dist-packages
==> default: Adding setuptools 0.8 to easy-install.pth file
==> default: Installing easy_install script to /usr/local/bin
==> default: Installing easy_install-2.7 script to /usr/local/bin
==> default:
==> default: Installed /usr/local/lib/python2.7/dist-packages/setuptools-0.8-py2.7.egg
==> default: Processing dependencies for setuptools==0.8
==> default: Finished processing dependencies for setuptools==0.8
==> default: [2016-12-10T15:40:55+00:00] INFO: execute[install-setuptools] ran successfully
==> default: - execute /usr/bin/python ez_setup.py
==> default:
==> default: * execute[install-pip] action run
==> default:
==> default: [execute] Collecting pip
==> default:
==> default: /tmp/tmpbyuXoM/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
==> default:
==> default: /tmp/tmpbyuXoM/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
==> default: Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
==> default: Collecting wheel
==> default:
==> default: Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
==> default: Installing collected packages: pip, wheel
==> default: Successfully installed pip-9.0.1 wheel-0.29.0
==> default:
==> default: /tmp/tmpbyuXoM/pip.zip/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
==> default: [2016-12-10T15:41:02+00:00] INFO: execute[install-pip] ran successfully
==> default: - execute /usr/bin/python get-pip.py
==> default:
==> default: Recipe: python::virtualenv
==> default: * python_pip[virtualenv] action install
==> default: [2016-12-10T15:41:02+00:00] INFO: Installing python_pip[virtualenv] version latest
==> default:
==> default: - install package python_pip[virtualenv] version latest
==> default:
==> default:
==> default: Recipe: mtsw2e::default
==> default:
==> default: * apt_repository[mongodb-10gen] action add
==> default:
==> default: * execute[install-key 7F0CEB10] action run
==> default:
==> default: [execute] Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.PePmmDqgl0 --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv --keyserver hkp://keyserver.ubuntu.com:80 7F0CEB10
==> default: gpg:
==> default: requesting key 7F0CEB10 from hkp server keyserver.ubuntu.com
==> default:
==> default: gpg: key 7F0CEB10: public key "Richard Kreuter richard@10gen.com" imported
==> default:
==> default: gpg: Total number processed: 1
==> default:
==> default: gpg: imported: 1 (RSA: 1)
==> default: [2016-12-10T15:41:11+00:00] INFO: execute[install-key 7F0CEB10] ran successfully
==> default:
==> default: - execute apt-key adv --recv --keyserver hkp://keyserver.ubuntu.com:80 7F0CEB10
==> default:
==> default:
==> default: [2016-12-10T15:41:11+00:00] INFO: execute[install-key 7F0CEB10] sending run action to execute[apt-cache gencaches] (immediate)
==> default:
==> default: * execute[apt-cache gencaches] action run
==> default:
==> default: [execute] Reading package lists...
==> default: [2016-12-10T15:41:11+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default: - execute apt-cache gencaches
==> default: * execute[apt-cache gencaches] action nothing (skipped due to action :nothing)
==> default: * apt_update[mongodb-10gen] action nothing (skipped due to action :nothing)
==> default: * file[/etc/apt/sources.list.d/mongodb-10gen.list] action create[2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] created file /etc/apt/sources.list.d/mongodb-10gen.list
==> default:
==> default: - create new file /etc/apt/sources.list.d/mongodb-10gen.list[2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] updated file contents /etc/apt/sources.list.d/mongodb-10gen.list
==> default:
==> default: - update content in file /etc/apt/sources.list.d/mongodb-10gen.list from none to 622a57
==> default: --- /etc/apt/sources.list.d/mongodb-10gen.list 2016-12-10 15:41:11.469984639 +0000
==> default: +++ /etc/apt/sources.list.d/.chef-mongodb-10gen20161210-2611-12g8c5u.list 2016-12-10 15:41:11.469984639 +0000
==> default: @@ -1 +1,2 @@
==> default: +deb "http://downloads-distro.mongodb.org/repo/ubuntu-upstart" dist 10gen
==> default: [2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] owner changed to 0
==> default: [2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] group changed to 0
==> default: [2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default: [2016-12-10T15:41:11+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending run action to execute[apt-cache gencaches] (immediate)
==> default:
==> default: * execute[apt-cache gencaches] action run
==> default:
==> default: [execute] Reading package lists...
==> default: [2016-12-10T15:41:12+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default: - execute apt-cache gencaches
==> default: [2016-12-10T15:41:12+00:00] INFO: file[/etc/apt/sources.list.d/mongodb-10gen.list] sending update action to apt_update[mongodb-10gen] (immediate)
==> default: * apt_update[mongodb-10gen] action update
==> default: - force update new lists of packages
==> default: * directory[/var/lib/apt/periodic] action create (up to date)
==> default: * directory[/etc/apt/apt.conf.d] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/apt/apt.conf.d/15update-stamp] action create_if_missing
==> default: (up to date)
==> default:
==> default: * execute[apt-get -q update] action run
==> default: [execute]
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default:
==> default: Hit http://security.ubuntu.com trusty-security InRelease
==> default: Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> default: Hit http://security.ubuntu.com trusty-security/main Sources
==> default: Ign http://downloads-distro.mongodb.org dist InRelease
==> default:
==> default: Hit http://security.ubuntu.com trusty-security/universe Sources
==> default: Hit http://archive.ubuntu.com trusty-backports InRelease
==> default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default:
==> default: Get:2 http://downloads-distro.mongodb.org dist Release.gpg [490 B]
==> default:
==> default: Get:3 http://archive.ubuntu.com trusty-updates/main Sources [387 kB]
==> default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en
==> default: Get:4 http://downloads-distro.mongodb.org dist Release [2040 B]
==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en
==> default: Get:5 http://archive.ubuntu.com trusty-updates/restricted Sources [5888 B]
==> default:
==> default: Get:6 http://archive.ubuntu.com trusty-updates/universe Sources [170 kB]
==> default: Get:7 http://downloads-distro.mongodb.org dist/10gen amd64 Packages [29.8 kB]
==> default:
==> default: Get:8 http://archive.ubuntu.com trusty-updates/multiverse Sources [7522 B]
==> default:
==> default: Get:9 http://archive.ubuntu.com trusty-updates/main amd64 Packages [929 kB]
==> default: Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [16.4 kB]
==> default: Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [390 kB]
==> default: Get:12 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.0 kB]
==> default: Ign http://downloads-distro.mongodb.org dist/10gen Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/main Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/universe Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/main Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty Release
==> default:
==> default: Hit http://archive.ubuntu.com trusty/main Sources
==> default: Hit http://archive.ubuntu.com trusty/restricted Sources
==> default:
==> default: Hit http://archive.ubuntu.com trusty/universe Sources
==> default: Hit http://archive.ubuntu.com trusty/multiverse Sources
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
==> default:
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Fetched 2018 kB in 10s (194 kB/s)
==> default: Reading package lists...
==> default: [2016-12-10T15:41:24+00:00] INFO: execute[apt-get -q update] ran successfully
==> default: - execute apt-get -q update
==> default:
==> default:
==> default: * apt_package[mongodb-10gen] action install
==> default: [2016-12-10T15:45:13+00:00] INFO: apt_package[mongodb-10gen] installed mongodb-10gen at 2.4.14
==> default:
==> default: - install version 2.4.14 of package mongodb-10gen
==> default: * apt_package[openjdk-6-jdk] action install
==> default: [2016-12-10T15:47:30+00:00] INFO: apt_package[openjdk-6-jdk] installed openjdk-6-jdk at 6b40-1.13.12-0ubuntu0.14.04.3
==> default: - install version 6b40-1.13.12-0ubuntu0.14.04.3 of package openjdk-6-jdk
==> default: * apt_package[libfreetype6-dev] action install
==> default: [2016-12-10T15:47:35+00:00] INFO: apt_package[libfreetype6-dev] installed libfreetype6-dev at 2.5.2-1ubuntu2.5
==> default:
==> default: - install version 2.5.2-1ubuntu2.5 of package libfreetype6-dev
==> default: * apt_package[libpng-dev] action install
==> default: [2016-12-10T15:47:35+00:00] INFO: apt_package[libpng-dev] is a virtual package, actually acting on package[libpng12-dev]
==> default: (up to date)
==> default:
==> default: * apt_package[libncurses5-dev] action install
==> default: [2016-12-10T15:47:37+00:00] INFO: apt_package[libncurses5-dev] installed libncurses5-dev at 5.9+20140118-1ubuntu1
==> default: - install version 5.9+20140118-1ubuntu1 of package libncurses5-dev
==> default:
==> default:
==> default: * apt_package[vim] action install
==> default: (up to date)
==> default:
==> default: * apt_package[git-core] action install
==> default: [2016-12-10T15:47:48+00:00] INFO: apt_package[git-core] installed git-core at 1:1.9.1-1ubuntu0.3
==> default:
==> default: - install version 1:1.9.1-1ubuntu0.3 of package git-core
==> default: * apt_package[build-essential] action install
==> default: [2016-12-10T15:48:32+00:00] INFO: apt_package[build-essential] installed build-essential at 11.6ubuntu6
==> default:
==> default: - install version 11.6ubuntu6 of package build-essential
==> default: * service[mongodb] action enable
==> default: (up to date)
==> default:
==> default: * service[mongodb] action start
==> default: (up to date)
==> default:
==> default: * execute[mongodb_textsearch] action run
==> default: [2016-12-10T15:48:32+00:00] INFO: execute[mongodb_textsearch] ran successfully
==> default:
==> default: - execute echo 'setParameter = textSearchEnabled=true' >> /etc/mongodb.conf
==> default:
==> default:
==> default: [2016-12-10T15:48:32+00:00] INFO: execute[mongodb_textsearch] sending restart action to service[mongodb] (immediate)
==> default:
==> default: * service[mongodb] action restart
==> default: [2016-12-10T15:48:33+00:00] INFO: service[mongodb] restarted
==> default:
==> default: - restart service service[mongodb]
==> default: * python_pip[numpy==1.7.1] action install
==> default: [2016-12-10T15:48:34+00:00] INFO: Installing python_pip[numpy==1.7.1] version latest
==> default:
==> default: - install package python_pip[numpy==1.7.1] version latest
==> default: * python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] action install
==> default: [2016-12-10T15:49:26+00:00] INFO: Installing python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] version latest
==> default:
==> default: - install package python_pip[http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.5.5.tar.gz] version latest
==> default: * python_pip[/vagrant/layercake-python.tar.bz2] action install
==> default: [2016-12-10T15:49:38+00:00] INFO: Installing python_pip[/vagrant/layercake-python.tar.bz2] version latest
==> default:
==> default: - install package python_pip[/vagrant/layercake-python.tar.bz2] version latest
==> default: * python_pip[https://pypi.python.org/packages/source/F/FuXi/FuXi-1.4.1.production.tar.gz] action install
==> default: [2016-12-10T15:49:40+00:00] INFO: Installing python_pip[https://pypi.python.org/packages/source/F/FuXi/FuXi-1.4.1.production.tar.gz] version latest
==> default:
==> default: - install package python_pip[https://pypi.python.org/packages/source/F/FuXi/FuXi-1.4.1.production.tar.gz] version latest
==> default: * python_pip[BeautifulSoup] action install
==> default: [2016-12-10T15:49:43+00:00] INFO: Installing python_pip[BeautifulSoup] version 3.2.1
==> default:
==> default: - install package python_pip[BeautifulSoup] version 3.2.1
==> default: * python_pip[Flask] action install
==> default: [2016-12-10T15:49:46+00:00] INFO: Installing python_pip[Flask] version 0.9
==> default:
==> default: - install package python_pip[Flask] version 0.9
==> default:
==> default:
==> default:
==> default: * python_pip[Jinja2] action install
==> default: (up to date)
==> default:
==> default: * python_pip[PyGithub] action install
==> default: [2016-12-10T15:49:55+00:00] INFO: Installing python_pip[PyGithub] version 1.17.0
==> default:
==> default: - install package python_pip[PyGithub] version 1.17.0
==> default:
==> default:
==> default:
==> default: * python_pip[PyYAML] action install
==> default: (up to date)
==> default:
==> default: * python_pip[Werkzeug] action install
==> default: [2016-12-10T15:50:05+00:00] INFO: Installing python_pip[Werkzeug] version 0.8.3
==> default:
==> default: - install package python_pip[Werkzeug] version 0.8.3
==> default: * python_pip[beautifulsoup4] action install
==> default: [2016-12-10T15:50:09+00:00] INFO: Installing python_pip[beautifulsoup4] version 4.1.3
==> default:
==> default: - install package python_pip[beautifulsoup4] version 4.1.3
==> default:
==> default:
==> default:
==> default: * python_pip[chardet] action install
==> default: [2016-12-10T15:50:11+00:00] INFO: Installing python_pip[chardet] version 2.1.1
==> default:
==> default: - install package python_pip[chardet] version 2.1.1
==> default: * python_pip[cluster] action install
==> default: [2016-12-10T15:50:13+00:00] INFO: Installing python_pip[cluster] version 1.1.2
==> default:
==> default: - install package python_pip[cluster] version 1.1.2
==> default: * python_pip[envoy] action install
==> default: [2016-12-10T15:50:17+00:00] INFO: Installing python_pip[envoy] version 0.0.2
==> default:
==> default: - install package python_pip[envoy] version 0.0.2
==> default: * python_pip[facebook-sdk] action install
==> default: [2016-12-10T15:50:20+00:00] INFO: Installing python_pip[facebook-sdk] version 0.4.0
==> default:
==> default: - install package python_pip[facebook-sdk] version 0.4.0
==> default: * python_pip[geopy] action install
==> default: [2016-12-10T15:50:23+00:00] INFO: Installing python_pip[geopy] version 0.95.1
==> default:
==> default: - install package python_pip[geopy] version 0.95.1
==> default: * python_pip[feedparser] action install
==> default: [2016-12-10T15:50:26+00:00] INFO: Installing python_pip[feedparser] version 5.1.3
==> default:
==> default: - install package python_pip[feedparser] version 5.1.3
==> default: * python_pip[google-api-python-client] action install
==> default: [2016-12-10T15:50:33+00:00] INFO: Installing python_pip[google-api-python-client] version 1.1
==> default:
==> default: - install package python_pip[google-api-python-client] version 1.1
==> default:
==> default:
==> default:
==> default: * python_pip[httplib2] action install
==> default: (up to date)
==> default: * python_pip[nltk] action install
==> default: [2016-12-10T15:50:38+00:00] INFO: Installing python_pip[nltk] version 2.0.4
==> default:
==> default: - install package python_pip[nltk] version 2.0.4
==> default: * python_pip[networkx] action install
==> default: [2016-12-10T15:50:47+00:00] INFO: Installing python_pip[networkx] version 1.7
==> default:
==> default: - install package python_pip[networkx] version 1.7
==> default: * python_pip[oauthlib] action install
==> default: [2016-12-10T15:50:54+00:00] INFO: Installing python_pip[oauthlib] version 0.4.1
==> default:
==> default: - install package python_pip[oauthlib] version 0.4.1
==> default: * python_pip[prettytable] action install
==> default: [2016-12-10T15:50:57+00:00] INFO: Installing python_pip[prettytable] version 0.7.1
==> default:
==> default: - install package python_pip[prettytable] version 0.7.1
==> default:
==> default:
==> default:
==> default: * python_pip[python-dateutil] action install
==> default: [2016-12-10T15:51:00+00:00] INFO: Installing python_pip[python-dateutil] version 2.1
==> default:
==> default: - install package python_pip[python-dateutil] version 2.1
==> default:
==> default:
==> default:
==> default: * python_pip[python-gflags] action install
==> default: [2016-12-10T15:51:05+00:00] INFO: Installing python_pip[python-gflags] version 2.0
==> default:
==> default: - install package python_pip[python-gflags] version 2.0
==> default: * python_pip[pymongo] action install
==> default: [2016-12-10T15:51:07+00:00] INFO: Installing python_pip[pymongo] version 2.5.1
==> default:
==> default: - install package python_pip[pymongo] version 2.5.1
==> default: * python_pip[pyzmq] action install
==> default: [2016-12-10T15:51:13+00:00] INFO: Installing python_pip[pyzmq] version 13.0.0
==> default:
==> default: - install package python_pip[pyzmq] version 13.0.0
==> default: * python_pip[python-linkedin] action install
==> default: [2016-12-10T15:51:49+00:00] INFO: Installing python_pip[python-linkedin] version latest
==> default: - install package python_pip[python-linkedin] version latest
==> default: * python_pip[requests] action install
==> default: [2016-12-10T15:51:57+00:00] INFO: Installing python_pip[requests] version 1.2.3
==> default: - install package python_pip[requests] version 1.2.3
==> default:
==> default: * python_pip[requests-oauthlib] action install
==> default: [2016-12-10T15:52:01+00:00] INFO: Installing python_pip[requests-oauthlib] version 0.3.2
==> default:
==> default: - install package python_pip[requests-oauthlib] version 0.3.2
==> default: * python_pip[tornado] action install
==> default: [2016-12-10T15:52:03+00:00] INFO: Installing python_pip[tornado] version 2.4.1
==> default: - install package python_pip[tornado] version 2.4.1
==> default: * python_pip[readline] action install
==> default: [2016-12-10T15:52:06+00:00] INFO: Installing python_pip[readline] version 6.2.4.1
==> default:
==> default: - install package python_pip[readline] version 6.2.4.1
==> default:
==> default:
==> default:
==> default: * python_pip[twitter] action install
==> default: [2016-12-10T15:52:27+00:00] INFO: Installing python_pip[twitter] version 1.12.1
==> default:
==> default: - install package python_pip[twitter] version 1.12.1
==> default: * python_pip[wsgiref] action install
==> default: [2016-12-10T15:52:29+00:00] INFO: Installing python_pip[wsgiref] version 0.1.2
==> default:
==> default: - install package python_pip[wsgiref] version 0.1.2
==> default: * python_pip[twitter-text-py] action install
==> default: [2016-12-10T15:52:30+00:00] INFO: Installing python_pip[twitter-text-py] version 2.0.0
==> default:
==> default: - install package python_pip[twitter-text-py] version 2.0.0
==> default:
==> default:
==> default:
==> default: * python_pip[oauth2] action install
==> default: [2016-12-10T15:52:34+00:00] INFO: Installing python_pip[oauth2] version 1.5.211
==> default:
==> default: - install package python_pip[oauth2] version 1.5.211
==> default:
==> default:
==> default:
==> default: * python_pip[JPype1] action install
==> default: [2016-12-10T15:52:37+00:00] INFO: Installing python_pip[JPype1] version 0.5.4.4
==> default:
==> default: - install package python_pip[JPype1] version 0.5.4.4
==> default: * python_pip[charade] action install
==> default: [2016-12-10T15:53:08+00:00] INFO: Installing python_pip[charade] version 1.0.3
==> default:
==> default: - install package python_pip[charade] version 1.0.3
==> default: * python_pip[boilerpipe] action install
==> default: [2016-12-10T15:53:12+00:00] INFO: Installing python_pip[boilerpipe] version 1.2.0.0
==> default:
==> default:
==> default:
==> default: ================================================================================
==> default:
==> default: Error executing action install on resource 'python_pip[boilerpipe]'
==> default: ================================================================================
==> default:
==> default: Mixlib::ShellOut::ShellCommandFailed
==> default: ------------------------------------
==> default: Expected process to exit with [0], but received '1'
==> default: ---- Begin output of pip install boilerpipe==1.2.0.0 ----
==> default: STDOUT: Collecting boilerpipe==1.2.0.0
==> default: Downloading boilerpipe-1.2.0.0.tar.gz (1.3MB)
==> default: Complete output from command python setup.py egg_info:
==> default: Traceback (most recent call last):
==> default: File "", line 1, in
==> default: File "/tmp/pip-build-3JE0Xx/boilerpipe/setup.py", line 27, in
==> default: download_jars(datapath=DATAPATH)
==> default: File "/tmp/pip-build-3JE0Xx/boilerpipe/setup.py", line 21, in download_jars
==> default: tar = tarfile.open(tgz_name, mode='r:gz')
==> default: File "/usr/lib/python2.7/tarfile.py", line 1678, in open
==> default: return func(name, filemode, fileobj, **kwargs)
==> default: File "/usr/lib/python2.7/tarfile.py", line 1730, in gzopen
==> default: raise ReadError("not a gzip file")
==> default: tarfile.ReadError: not a gzip file
==> default:
==> default: ----------------------------------------
==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
==> default: SNIMissingWarning
==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
==> default: InsecurePlatformWarning
==> default: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-3JE0Xx/boilerpipe/
==> default: ---- End output of pip install boilerpipe==1.2.0.0 ----
==> default: Ran pip install boilerpipe==1.2.0.0 returned 1
==> default:
==> default: Cookbook Trace:
==> default: ---------------
==> default: /var/chef/cache/cookbooks/python/providers/pip.rb:155:in pip_cmd' ==> default: /var/chef/cache/cookbooks/python/providers/pip.rb:139:in install_package'
==> default: /var/chef/cache/cookbooks/python/providers/pip.rb:46:in block (2 levels) in class_from_file' ==> default: /var/chef/cache/cookbooks/python/providers/pip.rb:44:in block in class_from_file'
==> default:
==> default: Resource Declaration:
==> default: ---------------------
==> default: # In /var/chef/cache/cookbooks/mtsw2e/recipes/default.rb
==> default:
==> default: 163: python_pip "boilerpipe" do
==> default: 164: version "1.2.0.0"
==> default: 165: end
==> default: 166: python_pip "ipython" do
==> default:
==> default: Compiled Resource:
==> default: ------------------
==> default: # Declared in /var/chef/cache/cookbooks/mtsw2e/recipes/default.rb:163:in `from_file'
==> default:
==> default: python_pip("boilerpipe") do
==> default: action :install
==> default: retries 0
==> default: retry_delay 2
==> default: default_guard_interpreter :default
==> default: declared_type :python_pip
==> default: cookbook_name "mtsw2e"
==> default: recipe_name "default"
==> default: version "1.2.0.0"
==> default: package_name "boilerpipe"
==> default: end
==> default:
==> default: Platform:
==> default: ---------
==> default: x86_64-linux
==> default:
==> default: [2016-12-10T15:53:18+00:00] INFO: Running queued delayed notifications before re-raising exception
==> default:
==> default: Running handlers:
==> default: [2016-12-10T15:53:18+00:00] ERROR: Running exception handlers
==> default: Running handlers complete
==> default: [2016-12-10T15:53:18+00:00] ERROR: Exception handlers complete
==> default: Chef Client failed. 60 resources updated in 13 minutes 38 seconds
==> default: [2016-12-10T15:53:18+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2016-12-10T15:53:18+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2016-12-10T15:53:18+00:00] ERROR: python_pip[boilerpipe] (mtsw2e::default line 163) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
==> default: ---- Begin output of pip install boilerpipe==1.2.0.0 ----
==> default: STDOUT: Collecting boilerpipe==1.2.0.0
==> default: Downloading boilerpipe-1.2.0.0.tar.gz (1.3MB)
==> default: Complete output from command python setup.py egg_info:
==> default: Traceback (most recent call last):
==> default: File "", line 1, in
==> default: File "/tmp/pip-build-3JE0Xx/boilerpipe/setup.py", line 27, in
==> default: download_jars(datapath=DATAPATH)
==> default: File "/tmp/pip-build-3JE0Xx/boilerpipe/setup.py", line 21, in download_jars
==> default: tar = tarfile.open(tgz_name, mode='r:gz')
==> default: File "/usr/lib/python2.7/tarfile.py", line 1678, in open
==> default: return func(name, filemode, fileobj, **kwargs)
==> default: File "/usr/lib/python2.7/tarfile.py", line 1730, in gzopen
==> default: raise ReadError("not a gzip file")
==> default: tarfile.ReadError: not a gzip file
==> default:
==> default: ----------------------------------------
==> default: STDERR: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
==> default: SNIMissingWarning
==> default: /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
==> default: InsecurePlatformWarning
==> default: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-3JE0Xx/boilerpipe/
==> default: ---- End output of pip install boilerpipe==1.2.0.0 ----
==> default: Ran pip install boilerpipe==1.2.0.0 returned 1
==> default: [2016-12-10T15:53:18+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.
Mohsins-MacBook-Pro:Mining-the-Social-Web-2nd-Edition mohsinalmoshawer$

@rreben
Copy link

rreben commented Dec 10, 2016

ok. Thx. I will look into this. (Now I can do some repairwork in my repo).

Yes a fork is just a modified copy ...

I will come back with a solution / suggestion

@almo0033
Copy link
Author

Thanks a lot
I am truly learning by interacting with u here
this is truly my first time using my terminal and downloading files through it

@rreben
Copy link

rreben commented Dec 11, 2016

Ok, I did not have much time today. But I have a 80% solution, with some workaround it should work:

  1. Go to https://github.com/rreben/basket4py
  2. Download this repo
  3. do a vagrant up (just like you did with the other two repos (original and fork)
  4. Now you should have a fully functional anaconda stack.
  5. open a browser (safari) type in localhost:8888 You should see a jupyter notebook now
  6. type in vagrant ssh in your terminal. Now the command prompt will change. You are now logged in to your linux virtual guest machine.
  7. Use sudo pip install twitter at the command line from within the guest machine to add the twitter framework
  8. Use sudo pip install prettytable
  9. Now you should be able to use the code examples from the book.
  10. You can either type them in or you can copy the notebooks: Do a copy of the *.ipny (ipython notebook files) from the directory ipnb in the mining-the-social-web folder to the notebooks folder in the basket4py repo
  11. post any issues here.
  12. do not forget to give a star to the basket4py repo

@rreben
Copy link

rreben commented Dec 13, 2016 via email

@rreben
Copy link

rreben commented Dec 13, 2016

Ok. Here is how it works.

  1. vagrant fires up virtual box
  2. a linux virtual system (guest) is installed inside your computer (host)
  3. linux is installed on the guest system
  4. chef is installed on the guest system
  5. chef runs and installs all the python / anaconda stuff
  6. Once this is done a web server is started on your guest machine. It listens to port 8888
  7. When you open a browser on your local machine (host) and type in localhost:8888 the http requests are sent to the webserver on your guest machine
  8. these requests are then answered using the jupyter system, which opens up the python notebook functionality in your browser.

Thus localhost:8888 can only work when chef has finished successfully.

Am 13.12.2016 um 13:23 schrieb almo0033 notifications@github.com:

thanks for the reply
I will do all of these now and see
but first thing that I noticed is that my safari fails to open localhost:8888

@almo0033
Copy link
Author

Thanks a lot

Everything up to the sixth step is going fine

Now, sorry but I don't get the 7th step

I did run sudo pip install twitter at the terminal after command prompt changed but it didn't run. it said the command doesn't exist.

do u mind explaining that step further sorry if I continue to ask u really simple things

@rreben
Copy link

rreben commented Dec 14, 2016

Hmm, this is odd.
So do I get you right? The vagrant ssh is working? And you see a jupyter notebook in you browser when you go to localhost:8888 in your browser?

If so, then the most complex part is done successfully!

You might have to reset the machine images on vagrant, but let us first do some diagnostics:

  1. login to your guest machine. use vagrant ssh (step 6, prompt should change)
  2. type in sudo -V (so we can see that sudo is working)
  3. type in pip -V (so we can see that pip is there)

Please post this information.

@rreben
Copy link

rreben commented Dec 16, 2016 via email

@rreben
Copy link

rreben commented Dec 16, 2016

ok. Maybe I know what happened.

Pls send me a screenshot from your browser, what is displayed when you type in localhost:8888

pls type in vagrant provision on your host machine (you should see all of the anaconda installing then).

@rreben
Copy link

rreben commented Dec 16, 2016

Without vagrant provision you will just get the installation of the linux box. But you won't get the python stack installed. Sorry I forgot to document that step in my description what to do. vagrant provision has to be done right after the vagrant up

@benwhale
Copy link

I've just followed through these same steps - running into the same problem. I think it's due to the $PATH variable?

(Thats going from here anyway) -
http://askubuntu.com/questions/378349/when-using-sudo-to-run-pip-pip-command-not-found-but-its-installed

However I'm out of my depth trying to work out how to fix that via SSH!

sudo -V output:

Sudo version 1.8.9p5
Sudoers policy plugin version 1.8.9p5
Sudoers file grammar version 43
Sudoers I/O plugin version 1.8.9p5

pip -V output:

pip 7.0.3 from /opt/anaconda/2.3.0/lib/python2.7/site-packages (python 2.7)

localhost:8888 is working fine otherwise.

Thanks for your help with this - it feels very much almost there :)

@almo0033
Copy link
Author

Last login: Fri Dec 16 16:34:45 on console
Mohsins-MacBook-Pro:~ mohsinalmoshawer$ git clone https://github.com/rreben/basket4py.git
Cloning into 'basket4py'...
remote: Counting objects: 422, done.
remote: Compressing objects: 100% (310/310), done.
remote: Total 422 (delta 37), reused 422 (delta 37), pack-reused 0
Receiving objects: 100% (422/422), 1.53 MiB | 303.00 KiB/s, done.
Resolving deltas: 100% (37/37), done.
Mohsins-MacBook-Pro:~ mohsinalmoshawer$ cd basket4py
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$ vagrant status
Current machine states:

default not created (virtualbox)

The environment has not yet been created. Run vagrant up to
create the environment. If a machine is not created, only the
default provider will be shown. So if a provider is not listed,
then the machine is not created for that environment.
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==> default: have version '20161207.0.0'. The latest is version '20161214.0.0'. Run
==> default: vagrant box update to update.
==> default: Setting the name of the VM: basket4py_default_1481895665410_42608
==> default: Clearing any previously set forwarded ports...
==> default: Auto-generating node name for Chef...
==> 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: 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:
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 it's 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.3.36
default: VirtualBox Version: 5.1
==> default: Mounting shared folders...
default: /vagrant => /Users/mohsinalmoshawer/basket4py
default: /tmp/vagrant-chef/0ba14c2e04eaa39bdc51b7e7aeed0782/cookbooks => /Users/mohsinalmoshawer/basket4py/cookbooks
==> default: Running provisioner: chef_solo...
default: Installing Chef (latest)...
==> default: Generating chef JSON and uploading...
==> default: Running chef-solo...
==> default: stdin: is not a tty
==> default: [2016-12-16T13:43:23+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/0ba14c2e04eaa39bdc51b7e7aeed0782, /tmp/vagrant-chef
==> default: One version per cookbook
==> default: [2016-12-16T13:43:23+00:00] INFO: Forking chef instance to converge...
==> default: Starting Chef Client, version 12.17.44
==> default: [2016-12-16T13:43:23+00:00] INFO: *** Chef 12.17.44 ***
==> default: [2016-12-16T13:43:23+00:00] INFO: Platform: x86_64-linux
==> default: [2016-12-16T13:43:23+00:00] INFO: Chef-client pid: 2610
==> default: [2016-12-16T13:43:34+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found: chefzero://localhost:8889/nodes/vagrant-dcca00a9
==> default: [2016-12-16T13:43:34+00:00] INFO: Setting the run_list to ["recipe[anaconda::default]", "recipe[anaconda::shell_conveniences]", "recipe[anaconda::notebook_server]"] from CLI options
==> default: [2016-12-16T13:43:34+00:00] INFO: Run List is [recipe[anaconda::default], recipe[anaconda::shell_conveniences], recipe[anaconda::notebook_server]]
==> default: [2016-12-16T13:43:34+00:00] INFO: Run List expands to [anaconda::default, anaconda::shell_conveniences, anaconda::notebook_server]
==> default: [2016-12-16T13:43:34+00:00] INFO: Starting Chef Run for vagrant-dcca00a9
==> default: [2016-12-16T13:43:34+00:00] INFO: Running start handlers
==> default: [2016-12-16T13:43:34+00:00] INFO: Start handlers complete.
==> default: [2016-12-16T13:43:34+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found:
==> default: resolving cookbooks for run list: ["anaconda::default", "anaconda::shell_conveniences", "anaconda::notebook_server"]
==> default: [2016-12-16T13:43:36+00:00] INFO: Loading cookbooks [anaconda@0.6.2, apt@4.0.2, runit@1.7.8, bzip2@0.1.0, tar@0.7.0, compat_resource@12.14.3, packagecloud@0.2.4]
==> default: Synchronizing Cookbooks:
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/providers/package.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/recipes/notebook_server.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/recipes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/resources/package.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/providers/nbservice.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/recipes/package_tests.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/resources/nbservice.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/recipes/python_workaround.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/templates/default/.gitkeep in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/libraries/.gitkeep in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/attributes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/libraries/matchers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/templates/default/source-me.sh.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/recipes/shell_conveniences.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/templates/default/installer_config.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/files/default/.gitkeep in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/templates/default/sv-ipython-notebook-run.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/.gitignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/.kitchen.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/Berksfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/chefignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/CHANGELOG.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/.rspec in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/LICENSE in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/Gemfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/resources/preference.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/Thorfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/resources/repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/Vagrantfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/anaconda/vagrant-solo.rb in the cache.
==> default:
==> default: - anaconda (0.6.2)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/providers/repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/recipes/cacher-client.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/libraries/helpers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/providers/preference.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/libraries/matchers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/recipes/cacher-ng.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/libraries/apt_update.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/libraries/network.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/recipes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/attributes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/files/default/15update-stamp in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/files/default/apt-proxy-v2.conf in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/recipes/unattended-upgrades.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/10recommends.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/01proxy.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/50unattended-upgrades.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/acng.conf.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/20auto-upgrades.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/.gitignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/templates/default/unattended-upgrades.seed.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/CONTRIBUTING.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/.kitchen.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/Berksfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/CHANGELOG.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/Gemfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/.kitchen.docker.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/.travis.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/chefignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/Rakefile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/LICENSE in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/MAINTAINERS.toml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/TESTING.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/libraries/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/recipes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/apt/MAINTAINERS.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/libraries/helpers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/default/runit.seed in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/libraries/matchers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/libraries/resource_runit_service.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/default/runsvdir in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/attributes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-6.10/runsvdir in the cache.
==> default:
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-7.04/runsvdir in the cache.
==> default: - apt (4.0.2)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/libraries/provider_runit_service.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-7.10/runsvdir in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/templates/debian/init.d.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/.gitignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/templates/default/log-config.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/templates/gentoo/runit-start.sh.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/.kitchen.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/.nellie in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/.rubocop.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/.rspec in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/CHANGELOG.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/Berksfile.disabled in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/Cheffile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/LICENSE in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/chefignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/files/ubuntu-8.04/runsvdir in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/Gemfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/CONTRIBUTING.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/.rspec in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/.travis.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/recipes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/TESTING.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/runit/Rakefile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/.kitchen.yml in the cache.
==> default:
==> default: - runit (1.7.8)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/Berksfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/chefignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/metadata.json in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/.gitignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/Gemfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/Thorfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/Vagrantfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/resources/extract.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/recipes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/resources/package.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/bzip2/LICENSE in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/libraries/matchers.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/providers/package.rb in the cache.
==> default:
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/metadata.json in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/CHANGELOG.md in the cache.
==> default: - bzip2 (0.1.0)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/providers/extract.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/tar/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/libraries/autoload.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/constants.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/delayed_evaluator.rb in the cache.
==> default:
==> default: - tar (0.7.0)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/lazy_module_include.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/platform_introspection.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/core.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/recipe.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/universal.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/powershell_out.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/declare_resource.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/params_validate.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/properties.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/notifying_block.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/property.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/yum_repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/noop.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/action_class.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/yum_repository.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_update.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_update.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource_builder.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/mixin/properties.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/exceptions.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/log.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/mixin/params_validate.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/node.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/property.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/provider.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_set.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource/lwrp_base.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_list.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_builder.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe_hook.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/run_context.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/runner.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/recipe.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/property.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/compat_resource.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource/lwrp_base.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/CONTRIBUTING.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_upstream_version.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/CHANGELOG.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/libraries/matcher.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/MAINTAINERS.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/compat_resource/metadata.json in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/resources/repo.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/attributes/default.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/libraries/helper.rb in the cache.
==> default:
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/providers/repo.rb in the cache.
==> default: - compat_resource (12.14.3)
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/.gitignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/templates/default/yum.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/templates/default/apt.erb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/.travis.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/.rubocop.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/.kitchen.yml in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/Gemfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/Berksfile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/LICENSE in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/README.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/CHANGELOG.md in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/Rakefile in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/chefignore in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/metadata.rb in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/THANKS in the cache.
==> default: [2016-12-16T13:43:36+00:00] INFO: Storing updated cookbooks/packagecloud/Thorfile in the cache.
==> default:
==> default: - packagecloud (0.2.4)
==> default: Installing Cookbook Gems:
==> default: Compiling Cookbooks...
==> default: [2016-12-16T13:43:36+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
==> default: [2016-12-16T13:43:36+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
==> default: Converging 23 resources
==> default: Recipe: apt::default
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_update[periodic] action periodic
==> default: (up to date)
==> default:
==> default: * execute[apt-get update] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get autoremove] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get autoclean] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/var/cache/local] action create
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local] created directory /var/cache/local
==> default:
==> default: - create new directory /var/cache/local
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local] owner changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local] group changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default:
==> default: * directory[/var/cache/local/preseeding] action create
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local/preseeding] created directory /var/cache/local/preseeding
==> default:
==> default: - create new directory /var/cache/local/preseeding
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local/preseeding] owner changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local/preseeding] group changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: directory[/var/cache/local/preseeding] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default:
==> default: * template[/etc/apt/apt.conf.d/10recommends] action create
==> default: [2016-12-16T13:43:36+00:00] INFO: template[/etc/apt/apt.conf.d/10recommends] created file /etc/apt/apt.conf.d/10recommends
==> default:
==> default: - create new file /etc/apt/apt.conf.d/10recommends
==> default: [2016-12-16T13:43:36+00:00] INFO: template[/etc/apt/apt.conf.d/10recommends] updated file contents /etc/apt/apt.conf.d/10recommends
==> default:
==> default: - update content in file /etc/apt/apt.conf.d/10recommends from none to f41e1d
==> default:
==> default: --- /etc/apt/apt.conf.d/10recommends 2016-12-16 13:43:36.826257321 +0000
==> default:
==> default: +++ /etc/apt/apt.conf.d/.chef-10recommends20161216-2610-171h4kv 2016-12-16 13:43:36.826257321 +0000
==> default:
==> default: @@ -1 +1,4 @@
==> default:
==> default: +# Managed by Chef
==> default:
==> default: +APT::Install-Recommends "1";
==> default:
==> default: +APT::Install-Suggests "0";
==> default: [2016-12-16T13:43:36+00:00] INFO: template[/etc/apt/apt.conf.d/10recommends] owner changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: template[/etc/apt/apt.conf.d/10recommends] group changed to 0
==> default: [2016-12-16T13:43:36+00:00] INFO: template[/etc/apt/apt.conf.d/10recommends] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default:
==> default:
==> default: * apt_package[apt-transport-https] action install
==> default: (up to date)
==> default: Recipe: bzip2::default
==> default:
==> default: * apt_package[bzip2] action install
==> default: (up to date)
==> default: Recipe: tar::default
==> default:
==> default: * apt_package[tar] action install
==> default: (up to date)
==> default: Recipe: anaconda::default
==> default:
==> default: * group[anaconda] action create
==> default: [2016-12-16T13:43:37+00:00] INFO: group[anaconda] created
==> default:
==> default: - create group anaconda
==> default: * linux_user[anaconda] action create
==> default: [2016-12-16T13:43:37+00:00] INFO: linux_user[anaconda] created
==> default:
==> default: - create user anaconda
==> default: * remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] action create_if_missing
==> default: [2016-12-16T13:59:00+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] created file /var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh
==> default:
==> default: - create new file /var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh
==> default: [2016-12-16T13:59:00+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] updated file contents /var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh
==> default:
==> default: - update content in file /var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh from none to 7c0249
==> default:
==> default: (file sizes exceed 10000000 bytes, diff output suppressed)
==> default: [2016-12-16T13:59:01+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] owner changed to 1002
==> default: [2016-12-16T13:59:01+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] group changed to 1002
==> default: [2016-12-16T13:59:01+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'anaconda'
==> default:
==> default: - change group from '' to 'anaconda'
==> default:
==> default:
==> default:
==> default: * template[/var/chef/cache/installer_config] action create
==> default: [2016-12-16T13:59:01+00:00] INFO: template[/var/chef/cache/installer_config] created file /var/chef/cache/installer_config
==> default:
==> default: - create new file /var/chef/cache/installer_config
==> default: [2016-12-16T13:59:01+00:00] INFO: template[/var/chef/cache/installer_config] updated file contents /var/chef/cache/installer_config
==> default:
==> default: - update content in file /var/chef/cache/installer_config from none to 6ddabd
==> default:
==> default: --- /var/chef/cache/installer_config 2016-12-16 13:59:01.666273858 +0000
==> default:
==> default: +++ /var/chef/cache/.chef-installer_config20161216-2610-1qh4zqe 2016-12-16 13:59:01.666273858 +0000
==> default:
==> default: @@ -1 +1,5 @@
==> default:
==> default: +
==> default:
==> default: + yes
==> default:
==> default: +/opt/anaconda/2.3.0
==> default: +no
==> default: [2016-12-16T13:59:01+00:00] INFO: template[/var/chef/cache/installer_config] owner changed to 1002
==> default: [2016-12-16T13:59:01+00:00] INFO: template[/var/chef/cache/installer_config] group changed to 1002
==> default:
==> default: - change owner from '' to 'anaconda'
==> default:
==> default: - change group from '' to 'anaconda'
==> default:
==> default:
==> default:
==> default: * directory[/opt/anaconda] action create
==> default: [2016-12-16T13:59:01+00:00] INFO: directory[/opt/anaconda] created directory /opt/anaconda
==> default:
==> default: - create new directory /opt/anaconda
==> default: [2016-12-16T13:59:01+00:00] INFO: directory[/opt/anaconda] owner changed to 1002
==> default: [2016-12-16T13:59:01+00:00] INFO: directory[/opt/anaconda] group changed to 1002
==> default:
==> default: - change owner from '' to 'anaconda'
==> default:
==> default: - change group from '' to 'anaconda'
==> default:
==> default:
==> default:
==> default: * bash[run anaconda installer] action run
==> default:
==> default: [execute]
==> default: Welcome to Anaconda 2.3.0 (by Continuum Analytics, Inc.)
==> default:
==> default: In order to continue the installation process, please review the license
==> default: agreement.
==> default: Please, press ENTER to continue
==> default: >>>
==> default: ===================================
==> default: Anaconda END USER LICENSE AGREEMENT
==> default: ===================================
==> default: Anaconda ("the Software Product") and accompanying documentation is
==> default: licensed and not sold. The Software Product is protected by copyright laws
==> default: and treaties, as well as laws and treaties related to other forms of
==> default: intellectual property. Continuum Analytics Inc or its subsidiaries,
==> default: affiliates, and suppliers (collectively "Continuum ") own intellectual
==> default: property rights in the Software Product. The Licensee's ("you" or "your")
==> default: license to download, use, copy, or change the Software Product is subject
==> default: to these rights and to all the terms and conditions of this End User
==> default: License Agreement ("Agreement").
==> default:
==> default: In addition to Continuum-licensed software, the Software product contains a
==> default: collection of software packages from other sources ("Other Vendor Tools").
==> default: Continuum may also distribute updates to these packages on an "as is" basis
==> default: and subject to their individual license agreements. These licenses are
==> default: available either in the package itself or via request to info@continuum.io.
==> default: Continuum reserves the right to change which Other Vendor Tools are
==> default: provided in Anaconda.
==> default:
==> default: Attribution License
==> default: ===================
==> default: Redistribution and derivative use of Anaconda, with or without
==> default: modification, in source or binary form is explicitly permitted provided
==> default: that:
==> default:
==> default: 1. You include a copy of this EULA in all copies of the derived software.
==> default: 2. In advertising and labeling material for products built with Anaconda
==> default: you mention that your product either includes or derives from Anaconda.
==> default: "Powered by Anaconda" is the suggested phrase.
==> default:
==> default:
==> default: Export Regulations
==> default: ==================
==> default: Any use or distribution of Anaconda is made under conditions that the user
==> default: and/or distributor is in full compliance with all export and other
==> default: governing laws of the United States of America, including full and ongoing
==> default: compliance with the Export Administration Regulations (EAR) of the United
==> default: States Department of Commerce. See www.commerce.gov/ and
==> default: http://www.bis.doc.gov/index.php/regulations/export-administration-
==> default: regulations-ear. Use or distribution of Continuum software products to any
==> default: persons, entities or countries currently under US sanctions is strictly
==> default: prohibited. Anaconda is classified with an ECCN of 5D992 with no license
==> default: required for export to non-embargoed countires.
==> default:
==> default: The United States currently has embargoes against Cuba, Iran, North Korea,
==> default: Sudan and Syria. The exportation, re-exportation, sale or supply, directly
==> default: or indirectly, from the United States, or by a U.S. person wherever
==> default: located, of any Continuum software to any of these countries is strictly
==> default: prohibited without prior authorization by the United States Government By
==> default: accepting this Agreement, you represent to Continuum that you will comply
==> default: with all applicable export regulations for Anaconda.
==> default:
==> default: No Implied Warranty or Fitness for Any Use
==> default: ==========================================
==> default: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
==> default: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
==> default: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
==> default: ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
==> default: LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
==> default: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
==> default: SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
==> default: INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
==> default: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
==> default: ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
==> default: POSSIBILITY OF SUCH DAMAGE
==> default:
==> default: Do you approve the license terms? [yes|no]
==> default: [no] >>>
==> default:
==> default: Anaconda will now be installed into this location:
==> default: /root/anaconda
==> default:
==> default: - Press ENTER to confirm the location
==> default: - Press CTRL-C to abort the installation
==> default: - Or specify a different location below
==> default:
==> default: [/root/anaconda] >>>
==> default: PREFIX=/opt/anaconda/2.3.0
==> default: installing: python-2.7.10-0 ...
==> default: installing: conda-3.14.1-py27_0 ...
==> default: installing: conda-build-1.14.1-py27_0 ...
==> default: installing: conda-env-2.2.3-py27_0 ...
==> default: installing: _license-1.1-py27_0 ...
==> default: installing: abstract-rendering-0.5.1-np19py27_0 ...
==> default: installing: alabaster-0.7.3-py27_0 ...
==> default: installing: argcomplete-0.8.9-py27_0 ...
==> default: installing: astropy-1.0.3-np19py27_0 ...
==> default: installing: babel-1.3-py27_0 ...
==> default: installing: bcolz-0.9.0-np19py27_0 ...
==> default: installing: beautiful-soup-4.3.2-py27_0 ...
==> default: installing: binstar-0.11.0-py27_0 ...
==> default: installing: bitarray-0.8.1-py27_0 ...
==> default: installing: blaze-core-0.8.0-np19py27_0 ...
==> default: installing: blz-0.6.2-np19py27_1 ...
==> default: installing: bokeh-0.9.0-np19py27_0 ...
==> default: installing: boto-2.38.0-py27_0 ...
==> default: installing: bottleneck-1.0.0-np19py27_0 ...
==> default: installing: cairo-1.12.18-4 ...
==> default: installing: cdecimal-2.3-py27_0 ...
==> default: installing: certifi-14.05.14-py27_0 ...
==> default: installing: cffi-1.1.0-py27_0 ...
==> default: installing: clyent-0.3.4-py27_0 ...
==> default: installing: colorama-0.3.3-py27_0 ...
==> default: installing: configobj-5.0.6-py27_0 ...
==> default: installing: cryptography-0.9.1-py27_0 ...
==> default: installing: curl-7.43.0-0 ...
==> default: installing: cython-0.22.1-py27_0 ...
==> default: installing: cytoolz-0.7.3-py27_0 ...
==> default: installing: datashape-0.4.5-np19py27_0 ...
==> default: installing: decorator-3.4.2-py27_0 ...
==> default: installing: docutils-0.12-py27_0 ...
==> default: installing: dynd-python-0.6.5-np19py27_0 ...
==> default: installing: enum34-1.0.4-py27_0 ...
==> default: installing: fastcache-1.0.2-py27_0 ...
==> default: installing: flask-0.10.1-py27_1 ...
==> default: installing: fontconfig-2.11.1-4 ...
==> default: installing: freetype-2.5.2-2 ...
==> default: installing: funcsigs-0.4-py27_0 ...
==> default: installing: gevent-1.0.1-py27_0 ...
==> default: installing: gevent-websocket-0.9.3-py27_0 ...
==> default: installing: greenlet-0.4.7-py27_0 ...
==> default: installing: grin-1.2.1-py27_1 ...
==> default: installing: h5py-2.5.0-np19py27_3 ...
==> default: installing: hdf5-1.8.15.1-1 ...
==> default: installing: idna-2.0-py27_0 ...
==> default: installing: ipaddress-1.0.7-py27_0 ...
==> default: installing: ipython-3.2.0-py27_0 ...
==> default: installing: ipython-notebook-3.2.0-py27_0 ...
==> default: installing: ipython-qtconsole-3.2.0-py27_0 ...
==> default: installing: itsdangerous-0.24-py27_0 ...
==> default: installing: jdcal-1.0-py27_0 ...
==> default: installing: jedi-0.8.1-py27_0 ...
==> default: installing: jinja2-2.7.3-py27_1 ...
==> default: installing: jpeg-8d-0 ...
==> default: installing: jsonschema-2.4.0-py27_0 ...
==> default: installing: libdynd-0.6.5-0 ...
==> default: installing: libffi-3.0.13-0 ...
==> default: installing: libpng-1.6.17-0 ...
==> default: installing: libsodium-0.4.5-0 ...
==> default: installing: libtiff-4.0.2-1 ...
==> default: installing: libxml2-2.9.2-0 ...
==> default: installing: libxslt-1.1.28-0 ...
==> default: installing: llvmlite-0.5.0-py27_0 ...
==> default: installing: lxml-3.4.4-py27_0 ...
==> default: installing: markupsafe-0.23-py27_0 ...
==> default: installing: matplotlib-1.4.3-np19py27_2 ...
==> default:
==> default: installing: mistune-0.5.1-py27_1 ...
==> default: installing: mock-1.0.1-py27_0 ...
==> default: installing: multipledispatch-0.4.7-py27_0 ...
==> default: installing: networkx-1.9.1-py27_0 ...
==> default: installing: nltk-3.0.3-np19py27_0 ...
==> default: installing: nose-1.3.7-py27_0 ...
==> default: installing: numba-0.19.1-np19py27_0 ...
==> default: installing: numexpr-2.4.3-np19py27_0 ...
==> default: installing: numpy-1.9.2-py27_0 ...
==> default: installing: odo-0.3.2-np19py27_0 ...
==> default: installing: openpyxl-1.8.5-py27_0 ...
==> default: installing: openssl-1.0.1k-1 ...
==> default: installing: pandas-0.16.2-np19py27_0 ...
==> default: installing: patsy-0.3.0-np19py27_0 ...
==> default: installing: pep8-1.6.2-py27_0 ...
==> default: installing: pillow-2.8.2-py27_0 ...
==> default: installing: pip-7.0.3-py27_0 ...
==> default: installing: pixman-0.26.2-0 ...
==> default: installing: ply-3.6-py27_0 ...
==> default: installing: psutil-2.2.1-py27_0 ...
==> default: installing: ptyprocess-0.4-py27_0 ...
==> default: installing: py-1.4.27-py27_0 ...
==> default: installing: py2cairo-1.10.0-py27_2 ...
==> default: installing: pyasn1-0.1.7-py27_0 ...
==> default: installing: pycosat-0.6.1-py27_0 ...
==> default: installing: pycparser-2.14-py27_0 ...
==> default: installing: pycrypto-2.6.1-py27_0 ...
==> default: installing: pycurl-7.19.5.1-py27_2 ...
==> default: installing: pyflakes-0.9.2-py27_0 ...
==> default: installing: pygments-2.0.2-py27_0 ...
==> default: installing: pyopenssl-0.15.1-py27_1 ...
==> default: installing: pyparsing-2.0.3-py27_0 ...
==> default: installing: pyqt-4.11.3-py27_1 ...
==> default: installing: pytables-3.2.0-np19py27_0 ...
==> default: installing: pytest-2.7.1-py27_0 ...
==> default: installing: python-dateutil-2.4.2-py27_0 ...
==> default: installing: pytz-2015.4-py27_0 ...
==> default: installing: pyyaml-3.11-py27_1 ...
==> default: installing: pyzmq-14.7.0-py27_0 ...
==> default: installing: qt-4.8.6-3 ...
==> default: installing: readline-6.2-2 ...
==> default: installing: redis-2.6.9-0 ...
==> default: installing: redis-py-2.10.3-py27_0 ...
==> default: installing: requests-2.7.0-py27_0 ...
==> default: installing: rope-0.9.4-py27_1 ...
==> default: installing: runipy-0.1.3-py27_0 ...
==> default: installing: scikit-image-0.11.3-np19py27_0 ...
==> default: installing: scikit-learn-0.16.1-np19py27_0 ...
==> default: installing: scipy-0.15.1-np19py27_0 ...
==> default: installing: setuptools-17.1.1-py27_0 ...
==> default: installing: sip-4.16.5-py27_0 ...
==> default: installing: six-1.9.0-py27_0 ...
==> default: installing: snowballstemmer-1.2.0-py27_0 ...
==> default: installing: sockjs-tornado-1.0.1-py27_0 ...
==> default: installing: sphinx-1.3.1-py27_0 ...
==> default: installing: sphinx_rtd_theme-0.1.7-py27_0 ...
==> default: installing: spyder-2.3.5.2-py27_0 ...
==> default: installing: spyder-app-2.3.5.2-py27_0 ...
==> default: installing: sqlalchemy-1.0.5-py27_0 ...
==> default: installing: sqlite-3.8.4.1-1 ...
==> default: installing: ssl_match_hostname-3.4.0.2-py27_0 ...
==> default: installing: statsmodels-0.6.1-np19py27_0 ...
==> default: installing: sympy-0.7.6-py27_0 ...
==> default: installing: system-5.8-2 ...
==> default: installing: terminado-0.5-py27_0 ...
==> default: installing: theano-0.7.0-np19py27_0 ...
==> default: installing: tk-8.5.18-0 ...
==> default: installing: toolz-0.7.2-py27_0 ...
==> default: installing: tornado-4.2-py27_0 ...
==> default: installing: ujson-1.33-py27_0 ...
==> default: installing: unicodecsv-0.9.4-py27_0 ...
==> default: installing: util-linux-2.21-0 ...
==> default: installing: werkzeug-0.10.4-py27_0 ...
==> default: installing: xlrd-0.9.3-py27_0 ...
==> default: installing: xlsxwriter-0.7.3-py27_0 ...
==> default: installing: xlwt-1.0.0-py27_0 ...
==> default: installing: yaml-0.1.6-0 ...
==> default: installing: zeromq-4.0.5-0 ...
==> default: installing: zlib-1.2.8-0 ...
==> default: installing: anaconda-2.3.0-np19py27_0 ...
==> default: installing: _cache-0.0-x0 ...
==> default: Python 2.7.10 :: Continuum Analytics, Inc.
==> default: creating default environment...
==> default: installation finished.
==> default: Do you wish the installer to prepend the Anaconda install location
==> default: to PATH in your /root/.bashrc ? [yes|no]
==> default: [no] >>>
==> default:
==> default: You may wish to edit your .bashrc or prepend the Anaconda install location:
==> default:
==> default: $ export PATH=/opt/anaconda/2.3.0/bin:$PATH
==> default:
==> default: Thank you for installing Anaconda!
==> default: [2016-12-16T14:00:02+00:00] INFO: bash[run anaconda installer] ran successfully
==> default:
==> default: - execute "bash" "/tmp/chef-script20161216-2610-sei68r"
==> default:
==> default:
==> default: Recipe: anaconda::shell_conveniences
==> default:
==> default: * template[/etc/profile.d/anaconda-env.sh] action create
==> default: [2016-12-16T14:00:02+00:00] INFO: template[/etc/profile.d/anaconda-env.sh] created file /etc/profile.d/anaconda-env.sh
==> default:
==> default: - create new file /etc/profile.d/anaconda-env.sh
==> default: [2016-12-16T14:00:02+00:00] INFO: template[/etc/profile.d/anaconda-env.sh] updated file contents /etc/profile.d/anaconda-env.sh
==> default:
==> default: - update content in file /etc/profile.d/anaconda-env.sh from none to c9077d
==> default:
==> default: --- /etc/profile.d/anaconda-env.sh 2016-12-16 14:00:02.930274954 +0000
==> default:
==> default: +++ /etc/profile.d/.chef-anaconda-env20161216-2610-1kzmo81.sh 2016-12-16 14:00:02.930274954 +0000
==> default:
==> default: @@ -1 +1,4 @@
==> default:
==> default: +#!/usr/bin/env bash
==> default:
==> default: +
==> default:
==> default: +export PATH=/opt/anaconda/2.3.0/bin:${PATH}
==> default:
==> default:
==> default: Recipe: runit::default
==> default:
==> default: * service[runit] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[start-runsvdir] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * execute[runit-hup-init] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * apt_package[runit] action install
==> default:
==> default: Recipe:
==> default:
==> default: * cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] action create
==> default: [2016-12-16T14:00:03+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] created file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default:
==> default: - create new file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default: [2016-12-16T14:00:03+00:00] INFO: cookbook_file[/var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed] updated file contents /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed
==> default:
==> default: - update content in file /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed from none to 9c6758
==> default:
==> default: --- /var/chef/cache/preseed/runit/runit-2.1.1-6.2ubuntu3.seed 2016-12-16 14:00:03.078274956 +0000
==> default:
==> default: +++ /var/chef/cache/preseed/runit/.chef-runit-220161216-2610-dpskvk.1.1-6.2ubuntu3.seed 2016-12-16 14:00:03.074274956 +0000
==> default:
==> default: @@ -1 +1,2 @@
==> default:
==> default: +runit runit/signalinit boolean true
==> default:
==> default:
==> default: [2016-12-16T14:00:03+00:00] INFO: apt_package[runit] pre-seeding package installation instructions
==> default: - preseed package runit
==> default: [2016-12-16T14:00:08+00:00] INFO: apt_package[runit] installed runit at 2.1.1-6.2ubuntu3
==> default:
==> default: - install version 2.1.1-6.2ubuntu3 of package runit
==> default: [2016-12-16T14:00:08+00:00] INFO: apt_package[runit] sending nothing action to execute[start-runsvdir] (immediate)
==> default: Recipe: runit::default
==> default: * execute[start-runsvdir] action nothing (skipped due to action :nothing)
==> default: [2016-12-16T14:00:08+00:00] INFO: apt_package[runit] sending nothing action to execute[runit-hup-init] (immediate)
==> default: * execute[runit-hup-init] action nothing (skipped due to action :nothing)
==> default: Recipe: anaconda::notebook_server
==> default: * anaconda_nbservice[notebook-server] action create
==> default: (up to date)
==> default:
==> default: * directory[/opt/ipython/server] action create
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server] created directory /opt/ipython/server
==> default:
==> default: - create new directory /opt/ipython/server
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server] owner changed to 1002
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server] group changed to 1002
==> default:
==> default: - change owner from '' to 'anaconda'
==> default:
==> default: - change group from '' to 'anaconda'
==> default:
==> default:
==> default:
==> default: * directory[/opt/ipython/server/.ipython] action create
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server/.ipython] created directory /opt/ipython/server/.ipython
==> default:
==> default: - create new directory /opt/ipython/server/.ipython
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server/.ipython] owner changed to 1002
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/opt/ipython/server/.ipython] group changed to 1002
==> default:
==> default: - change owner from '' to 'anaconda'
==> default:
==> default: - change group from '' to 'anaconda'
==> default:
==> default:
==> default: Recipe:
==> default:
==> default: * service[ipython-notebook-notebook-server] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * runit_service[ipython-notebook-notebook-server] action enable
==> default:
==> default: * ruby_block[restart_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * ruby_block[restart_log_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server] action create
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server] created directory /etc/sv/ipython-notebook-notebook-server
==> default:
==> default: - create new directory /etc/sv/ipython-notebook-notebook-server
==> default: [2016-12-16T14:00:08+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/run] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/run] created file /etc/sv/ipython-notebook-notebook-server/run
==> default:
==> default: - create new file /etc/sv/ipython-notebook-notebook-server/run
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/run] updated file contents /etc/sv/ipython-notebook-notebook-server/run
==> default:
==> default: - update content in file /etc/sv/ipython-notebook-notebook-server/run from none to 7a2053
==> default:
==> default: --- /etc/sv/ipython-notebook-notebook-server/run 2016-12-16 14:00:08.994275062 +0000
==> default:
==> default: +++ /etc/sv/ipython-notebook-notebook-server/.chef-run20161216-2610-qt0b7j 2016-12-16 14:00:08.994275062 +0000
==> default:
==> default: @@ -1 +1,19 @@
==> default:
==> default: +#!/usr/bin/env bash
==> default:
==> default: +
==> default:
==> default: +#RR changed
==> default:
==> default: +pushd /vagrant/notebooks
==> default:
==> default: +
==> default:
==> default: + export PYTHONPATH=""
==> default:
==> default: +
==> default: +
==> default: +
==> default: +exec 2>&1
==> default: +exec
==> default: + chpst -u anaconda
==> default: + /opt/anaconda/2.3.0/bin/ipython notebook
==> default: + --ipython-dir=/opt/ipython/server/.ipython
==> default: + --ip=*
==> default: + --port=8888
==> default: + --notebook-dir=/vagrant/notebooks
==> default: + --no-browser[2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/run] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/log] created directory /etc/sv/ipython-notebook-notebook-server/log
==> default:
==> default: - create new directory /etc/sv/ipython-notebook-notebook-server/log
==> default:
==> default:
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log/main] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/log/main] created directory /etc/sv/ipython-notebook-notebook-server/log/main
==> default:
==> default: - create new directory /etc/sv/ipython-notebook-notebook-server/log/main
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/log/main] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * directory[/var/log/ipython-notebook-notebook-server] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/var/log/ipython-notebook-notebook-server] created directory /var/log/ipython-notebook-notebook-server
==> default:
==> default: - create new directory /var/log/ipython-notebook-notebook-server
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/var/log/ipython-notebook-notebook-server] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/log/config] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/log/config] created file /etc/sv/ipython-notebook-notebook-server/log/config
==> default:
==> default: - create new file /etc/sv/ipython-notebook-notebook-server/log/config
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/log/config] updated file contents /etc/sv/ipython-notebook-notebook-server/log/config
==> default:
==> default: - update content in file /etc/sv/ipython-notebook-notebook-server/log/config from none to e3b0c4
==> default:
==> default: (no diff)
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/log/config] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default:
==> default:
==> default: * link[/var/log/ipython-notebook-notebook-server/config] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: link[/var/log/ipython-notebook-notebook-server/config] created
==> default:
==> default: - create symlink at /var/log/ipython-notebook-notebook-server/config to /etc/sv/ipython-notebook-notebook-server/log/config
==> default:
==> default:
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/log/run] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: file[/etc/sv/ipython-notebook-notebook-server/log/run] created file /etc/sv/ipython-notebook-notebook-server/log/run
==> default:
==> default: - create new file /etc/sv/ipython-notebook-notebook-server/log/run
==> default: [2016-12-16T14:00:09+00:00] INFO: file[/etc/sv/ipython-notebook-notebook-server/log/run] updated file contents /etc/sv/ipython-notebook-notebook-server/log/run
==> default:
==> default: - update content in file /etc/sv/ipython-notebook-notebook-server/log/run from none to adfdf3
==> default:
==> default: --- /etc/sv/ipython-notebook-notebook-server/log/run 2016-12-16 14:00:09.042275063 +0000
==> default:
==> default: +++ /etc/sv/ipython-notebook-notebook-server/log/.chef-run20161216-2610-ur20y2 2016-12-16 14:00:09.042275063 +0000
==> default:
==> default: @@ -1 +1,3 @@
==> default:
==> default: +#!/bin/sh
==> default:
==> default: +exec svlogd -tt /var/log/ipython-notebook-notebook-server
==> default: [2016-12-16T14:00:09+00:00] INFO: file[/etc/sv/ipython-notebook-notebook-server/log/run] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default: [2016-12-16T14:00:09+00:00] INFO: file[/etc/sv/ipython-notebook-notebook-server/log/run] not queuing delayed action run on ruby_block[restart_log_service] (delayed), as it's already been queued
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/env] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/env] created directory /etc/sv/ipython-notebook-notebook-server/env
==> default:
==> default: - create new directory /etc/sv/ipython-notebook-notebook-server/env
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/env] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * ruby_block[zap extra env files for ipython-notebook-notebook-server service] action run
==> default: (skipped due to only_if)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/control] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/control] created directory /etc/sv/ipython-notebook-notebook-server/control
==> default:
==> default: - create new directory /etc/sv/ipython-notebook-notebook-server/control
==> default: [2016-12-16T14:00:09+00:00] INFO: directory[/etc/sv/ipython-notebook-notebook-server/control] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default:
==> default: * link[/etc/init.d/ipython-notebook-notebook-server] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: link[/etc/init.d/ipython-notebook-notebook-server] created
==> default:
==> default: - create symlink at /etc/init.d/ipython-notebook-notebook-server to /usr/bin/sv
==> default:
==> default:
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/down] action nothing
==> default: (skipped due to action :nothing)
==> default: [2016-12-16T14:00:09+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/run] sending run action to ruby_block[restart_service] (delayed)
==> default:
==> default: * ruby_block[restart_service] action run
==> default:
==> default: * ruby_block[restart_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * ruby_block[restart_log_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/run] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log/main] action create
==> default: (up to date)
==> default:
==> default: * directory[/var/log/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/log/config] action create
==> default: (up to date)
==> default:
==> default: * link[/var/log/ipython-notebook-notebook-server/config] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/log/run] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/env] action create
==> default: (up to date)
==> default:
==> default: * ruby_block[zap extra env files for ipython-notebook-notebook-server service] action run
==> default: (skipped due to only_if)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/control] action create
==> default: (up to date)
==> default:
==> default: * link[/etc/init.d/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/down] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/service] action create
==> default: (up to date)
==> default:
==> default: * link[/etc/service/ipython-notebook-notebook-server] action create
==> default: [2016-12-16T14:00:09+00:00] INFO: link[/etc/service/ipython-notebook-notebook-server] created
==> default:
==> default: - create symlink at /etc/service/ipython-notebook-notebook-server to /etc/sv/ipython-notebook-notebook-server
==> default:
==> default:
==> default:
==> default: * ruby_block[wait for ipython-notebook-notebook-server service socket] action run
==> default: [2016-12-16T14:00:14+00:00] INFO: ruby_block[wait for ipython-notebook-notebook-server service socket] called
==> default:
==> default: - execute the ruby block wait for ipython-notebook-notebook-server service socket
==> default:
==> default: [2016-12-16T14:00:15+00:00] INFO: ruby_block[restart_service] called
==> default: - execute the ruby block restart_service
==> default: [2016-12-16T14:00:15+00:00] INFO: template[/etc/sv/ipython-notebook-notebook-server/log/config] sending run action to ruby_block[restart_log_service] (delayed)
==> default: * ruby_block[restart_log_service] action run
==> default:
==> default: * ruby_block[restart_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * ruby_block[restart_log_service] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/run] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log/main] action create
==> default: (up to date)
==> default:
==> default: * directory[/var/log/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * template[/etc/sv/ipython-notebook-notebook-server/log/config] action create
==> default: (up to date)
==> default:
==> default: * link[/var/log/ipython-notebook-notebook-server/config] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/log/run] action create
==> default: (up to date)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/env] action create
==> default: (up to date)
==> default:
==> default: * ruby_block[zap extra env files for ipython-notebook-notebook-server service] action run
==> default: (skipped due to only_if)
==> default:
==> default: * directory[/etc/sv/ipython-notebook-notebook-server/control] action create
==> default: (up to date)
==> default:
==> default: * link[/etc/init.d/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * file[/etc/sv/ipython-notebook-notebook-server/down] action nothing
==> default: (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/service] action create
==> default: (up to date)
==> default:
==> default: * link[/etc/service/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * ruby_block[wait for ipython-notebook-notebook-server service socket] action run
==> default: [2016-12-16T14:00:15+00:00] INFO: ruby_block[wait for ipython-notebook-notebook-server service socket] called
==> default:
==> default: - execute the ruby block wait for ipython-notebook-notebook-server service socket
==> default:
==> default:
==> default: [2016-12-16T14:00:15+00:00] INFO: ruby_block[restart_log_service] called
==> default:
==> default: - execute the ruby block restart_log_service
==> default:
==> default:
==> default:
==> default: * directory[/etc/service] action create
==> default: (up to date)
==> default:
==> default: * link[/etc/service/ipython-notebook-notebook-server] action create
==> default: (up to date)
==> default:
==> default: * ruby_block[wait for ipython-notebook-notebook-server service socket] action run
==> default: [2016-12-16T14:00:15+00:00] INFO: ruby_block[wait for ipython-notebook-notebook-server service socket] called
==> default:
==> default: - execute the ruby block wait for ipython-notebook-notebook-server service socket
==> default:
==> default:
==> default:
==> default:
==> default:
==> default:
==> default: * runit_service[ipython-notebook-notebook-server] action start
==> default: (up to date)
==> default: [2016-12-16T14:00:16+00:00] INFO: remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] sending run action to bash[run anaconda installer] (delayed)
==> default: Recipe: anaconda::default
==> default:
==> default: * bash[run anaconda installer] action run
==> default: (skipped due to not_if)
==> default: [2016-12-16T14:00:16+00:00] INFO: Chef Run complete in 1001.513781727 seconds
==> default:
==> default: Running handlers:
==> default: [2016-12-16T14:00:16+00:00] INFO: Running report handlers
==> default: Running handlers complete
==> default:
==> default: [2016-12-16T14:00:16+00:00] INFO: Report handlers complete
==> default:
==> default: Deprecated features used!
==> default: method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"]) at 33 locations:
==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:60:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:67:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:68:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:18:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:19:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:20:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:23:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:24:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:25:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:26:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:35:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:36:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:37:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:56:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:69:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:70:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:78:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:79:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:84:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:89:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:90:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:91:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:97:in block in from_file' ==> default: ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:98:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/shell_conveniences.rb:13:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/shell_conveniences.rb:14:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:13:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:14:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:16:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:17:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:19:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:21:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/providers/nbservice.rb:6:in cmd_ipython' ==> default: See https://docs.chef.io/deprecations_attributes.html for further details. ==> default: ==> default: Chef Client finished, 32/88 resources updated in 16 minutes 52 seconds Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$ vagrant provision ==> 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-12-16T14:24:33+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/0ba14c2e04eaa39bdc51b7e7aeed0782, /tmp/vagrant-chef ==> default: One version per cookbook ==> default: [2016-12-16T14:24:33+00:00] INFO: Forking chef instance to converge... ==> default: Starting Chef Client, version 12.17.44 ==> default: [2016-12-16T14:24:33+00:00] INFO: *** Chef 12.17.44 *** ==> default: [2016-12-16T14:24:33+00:00] INFO: Platform: x86_64-linux ==> default: [2016-12-16T14:24:33+00:00] INFO: Chef-client pid: 4057 ==> default: [2016-12-16T14:24:44+00:00] INFO: Setting the run_list to ["recipe[anaconda::default]", "recipe[anaconda::shell_conveniences]", "recipe[anaconda::notebook_server]"] from CLI options ==> default: [2016-12-16T14:24:44+00:00] INFO: Run List is [recipe[anaconda::default], recipe[anaconda::shell_conveniences], recipe[anaconda::notebook_server]] ==> default: [2016-12-16T14:24:44+00:00] INFO: Run List expands to [anaconda::default, anaconda::shell_conveniences, anaconda::notebook_server] ==> default: [2016-12-16T14:24:44+00:00] INFO: Starting Chef Run for vagrant-dcca00a9 ==> default: [2016-12-16T14:24:44+00:00] INFO: Running start handlers ==> default: [2016-12-16T14:24:44+00:00] INFO: Start handlers complete. ==> default: [2016-12-16T14:24:44+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found: ==> default: resolving cookbooks for run list: ["anaconda::default", "anaconda::shell_conveniences", "anaconda::notebook_server"] ==> default: [2016-12-16T14:24:46+00:00] INFO: Loading cookbooks [anaconda@0.6.2, apt@4.0.2, runit@1.7.8, bzip2@0.1.0, tar@0.7.0, compat_resource@12.14.3, packagecloud@0.2.4] ==> default: Synchronizing Cookbooks: ==> default: ==> default: - apt (4.0.2) ==> default: ==> default: - anaconda (0.6.2) ==> default: ==> default: - runit (1.7.8) ==> default: ==> default: - bzip2 (0.1.0) ==> default: ==> default: - tar (0.7.0) ==> default: ==> default: - compat_resource (12.14.3) ==> default: ==> default: - packagecloud (0.2.4) ==> default: Installing Cookbook Gems: ==> default: Compiling Cookbooks... ==> default: [2016-12-16T14:24:46+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt ==> default: [2016-12-16T14:24:46+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt ==> default: Converging 23 resources ==> default: Recipe: apt::default ==> default: ==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * apt_update[periodic] action periodic ==> default: (up to date) ==> default: ==> default: * execute[apt-get update] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * execute[apt-get autoremove] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * execute[apt-get autoclean] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * directory[/var/cache/local] action create ==> default: (up to date) ==> default: ==> default: * directory[/var/cache/local/preseeding] action create ==> default: (up to date) ==> default: ==> default: * template[/etc/apt/apt.conf.d/10recommends] action create ==> default: (up to date) ==> default: ==> default: * apt_package[apt-transport-https] action install ==> default: (up to date) ==> default: Recipe: bzip2::default ==> default: ==> default: * apt_package[bzip2] action install ==> default: (up to date) ==> default: Recipe: tar::default ==> default: ==> default: * apt_package[tar] action install ==> default: (up to date) ==> default: Recipe: anaconda::default ==> default: ==> default: * group[anaconda] action create ==> default: (up to date) ==> default: ==> default: * linux_user[anaconda] action create ==> default: (up to date) ==> default: ==> default: * remote_file[/var/chef/cache/Anaconda-2.3.0-Linux-x86_64.sh] action create_if_missing ==> default: (up to date) ==> default: ==> default: * template[/var/chef/cache/installer_config] action create ==> default: (up to date) ==> default: ==> default: * directory[/opt/anaconda] action create ==> default: (up to date) ==> default: ==> default: * bash[run anaconda installer] action run ==> default: (skipped due to not_if) ==> default: Recipe: anaconda::shell_conveniences ==> default: ==> default: * template[/etc/profile.d/anaconda-env.sh] action create ==> default: (up to date) ==> default: Recipe: runit::default ==> default: ==> default: * service[runit] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * execute[start-runsvdir] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * execute[runit-hup-init] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * apt_package[runit] action install ==> default: (up to date) ==> default: Recipe: anaconda::notebook_server ==> default: ==> default: * anaconda_nbservice[notebook-server] action create ==> default: (up to date) ==> default: ==> default: * directory[/opt/ipython/server] action create ==> default: (up to date) ==> default: ==> default: * directory[/opt/ipython/server/.ipython] action create ==> default: (up to date) ==> default: Recipe: <Dynamically Defined Resource> ==> default: ==> default: * service[ipython-notebook-notebook-server] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * runit_service[ipython-notebook-notebook-server] action enable ==> default: ==> default: * ruby_block[restart_service] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * ruby_block[restart_log_service] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * directory[/etc/sv/ipython-notebook-notebook-server] action create ==> default: (up to date) ==> default: ==> default: * template[/etc/sv/ipython-notebook-notebook-server/run] action create ==> default: (up to date) ==> default: ==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log] action create ==> default: (up to date) ==> default: ==> default: * directory[/etc/sv/ipython-notebook-notebook-server/log/main] action create ==> default: (up to date) ==> default: ==> default: * directory[/var/log/ipython-notebook-notebook-server] action create ==> default: (up to date) ==> default: ==> default: * template[/etc/sv/ipython-notebook-notebook-server/log/config] action create ==> default: (up to date) ==> default: ==> default: * link[/var/log/ipython-notebook-notebook-server/config] action create ==> default: (up to date) ==> default: ==> default: * file[/etc/sv/ipython-notebook-notebook-server/log/run] action create ==> default: (up to date) ==> default: ==> default: * directory[/etc/sv/ipython-notebook-notebook-server/env] action create ==> default: (up to date) ==> default: ==> default: * ruby_block[zap extra env files for ipython-notebook-notebook-server service] action run ==> default: (skipped due to only_if) ==> default: ==> default: * directory[/etc/sv/ipython-notebook-notebook-server/control] action create ==> default: (up to date) ==> default: ==> default: * link[/etc/init.d/ipython-notebook-notebook-server] action create ==> default: (up to date) ==> default: ==> default: * file[/etc/sv/ipython-notebook-notebook-server/down] action nothing ==> default: (skipped due to action :nothing) ==> default: ==> default: * directory[/etc/service] action create ==> default: (up to date) ==> default: ==> default: * link[/etc/service/ipython-notebook-notebook-server] action create ==> default: (up to date) ==> default: ==> default: * ruby_block[wait for ipython-notebook-notebook-server service socket] action run ==> default: [2016-12-16T14:24:48+00:00] INFO: ruby_block[wait for ipython-notebook-notebook-server service socket] called ==> default: ==> default: - execute the ruby block wait for ipython-notebook-notebook-server service socket ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: ==> default: * runit_service[ipython-notebook-notebook-server] action start ==> default: (up to date) ==> default: [2016-12-16T14:24:48+00:00] INFO: Chef Run complete in 3.663195566 seconds ==> default: ==> default: Running handlers: ==> default: [2016-12-16T14:24:48+00:00] INFO: Running report handlers ==> default: Running handlers complete ==> default: ==> default: [2016-12-16T14:24:48+00:00] INFO: Report handlers complete ==> default: ==> default: Deprecated features used! ==> default: method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"]) at 33 locations: ==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:60:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:67:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/attributes/default.rb:68:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:18:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:19:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:20:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:23:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:24:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:25:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:26:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:35:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:36:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:37:in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:56:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:69:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:70:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:78:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:79:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:84:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:89:in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:90:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:91:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:97:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/default.rb:98:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/shell_conveniences.rb:13:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/shell_conveniences.rb:14:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:13:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:14:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:16:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:17:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:19:in block in from_file'
==> default: - /var/chef/cache/cookbooks/anaconda/recipes/notebook_server.rb:21:in block in from_file' ==> default: - /var/chef/cache/cookbooks/anaconda/providers/nbservice.rb:6:in cmd_ipython'
==> default: See https://docs.chef.io/deprecations_attributes.html for further details.
==> default:
==> default: Chef Client finished, 2/46 resources updated in 15 seconds
Mohsins-MacBook-Pro:basket4py mohsinalmoshawer$ vagrant ssh
Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-105-generic x86_64)

System information as of Fri Dec 16 14:24:30 UTC 2016

System load: 0.0 Processes: 78
Usage of /: 8.0% of 39.34GB Users logged in: 0
Memory usage: 20% IP address for eth0: 10.0.2.15
Swap usage: 0%

Graph this data and manage this system at:
https://landscape.canonical.com/

Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud

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


WARNING! Your environment specifies an invalid locale.
This can affect your user experience significantly, including the
ability to manage packages. You may install the locales by running:

sudo apt-get install language-pack-UTF-8
or
sudo locale-gen UTF-8

To see all available language packs, run:
apt-cache search "^language-pack-[a-z][a-z]$"
To disable this message for all users, run:
sudo touch /var/lib/cloud/instance/locale-check.skip


vagrant@vagrant-ubuntu-trusty-64:$ sudo pip install twitter
sudo: pip: command not found
vagrant@vagrant-ubuntu-trusty-64:
$ sudo -V
Sudo version 1.8.9p5
Sudoers policy plugin version 1.8.9p5
Sudoers file grammar version 43
Sudoers I/O plugin version 1.8.9p5
vagrant@vagrant-ubuntu-trusty-64:$ pip -V
pip 7.0.3 from /opt/anaconda/2.3.0/lib/python2.7/site-packages (python 2.7)
vagrant@vagrant-ubuntu-trusty-64:
$

@almo0033
Copy link
Author

Thanks again for ur help thanks so much man
I am sorry I had to just redo everything and I posted the entire thing again. Sorry if its too much and thanks so much man. I will post a screen shot too

@almo0033
Copy link
Author

here is what I see at localhost:8888

screen shot 1438-03-17 at 5 35 57 pm

@almo0033
Copy link
Author

again up to the 6th step everything seems fine I think

@rreben
Copy link

rreben commented Dec 18, 2016

As @benwhale just showed sudo -V gives some reasonable output and pip -V also gives some output.

Can you @almo0033 please verify this?

So sudo and pip are installed and are also in the path (otherwise pip -V would result in an error).

So I guess it @benwhale is correct and it is something with sudo in correspondence to pip (has been installed by chef out of conda).

So here is the solution: we have to use sudo -i the -i flag brings sudo in the root context.

So Type in sudo -i pip install twitter in the guest machine console.

You might be asked to update pip via sudo -i pip install --upgrade pip you can do so.

Next steps then are copy the notebooks from the mining-the-social-web repo as described above.

Please post when things are working (and help spread the word by giving a star rating to basket4py)

@benwhale
Copy link

Thanks @rreben that's fixed it for me! Thanks for all your help (I'll happily star the repo)

It might be worth editing that earlier response to add in the -i to save people scrolling through the logs.

@rreben
Copy link

rreben commented Dec 19, 2016

Thx. for the star. I think I will base my "mining-the-social-web" fork on basket4py.

When you move on, you might discover that there are a couple of frameworks needed to get every notebook up and running.

These are (from the corresponding chef recipe):

python_pip "BeautifulSoup" do
  version "3.2.1"
end
python_pip "Flask" do
  version "0.9"
end
python_pip "Jinja2" do
  version "2.8"
end
python_pip "PyGithub" do
  version "1.17.0"
end
python_pip "PyYAML" do
  version "3.10"
end
python_pip "Werkzeug" do
  version "0.8.3"
end
python_pip "beautifulsoup4" do
  version "4.1.3"
end
python_pip "chardet" do
  version "2.1.1"
end
python_pip "cluster" do
  version "1.1.2"
end
python_pip "envoy" do
  version "0.0.2"
end
python_pip "facebook-sdk" do
  version "0.4.0"
end
python_pip "geopy" do
  version "0.95.1"
end
python_pip "feedparser" do
  version "5.1.3"
end
python_pip "google-api-python-client" do
  version "1.1"
end
python_pip "httplib2" do
  version "0.8"
end
python_pip "nltk" do
  version "2.0.4"
end
python_pip "networkx" do
  version "1.7"
end
python_pip "oauthlib" do
  version "0.4.1"
end
python_pip "prettytable" do
  version "0.7.1"
end
python_pip "python-dateutil" do
  version "2.1"
end
python_pip "python-gflags" do
  version "2.0"
end
python_pip "pymongo" do
  version "2.5.1"
end
python_pip "pyzmq" do
  version "13.0.0"
end
python_pip "python-linkedin"
python_pip "requests" do
  version "1.2.3"
end
python_pip "requests-oauthlib" do
  version "0.3.2"
end
python_pip "tornado" do
  version "2.4.1"
end
python_pip "readline" do
  version "6.2.4.1"
end
python_pip "twitter" do
  version "1.12.1"
end
python_pip "wsgiref" do
  version "0.1.2"
end
python_pip "twitter-text-py" do
  version "2.0.0"
end
python_pip "oauth2" do
  version "1.5.211"
end
python_pip "JPype1" do
  version "0.5.4.4"
end
python_pip "charade" do
  version "1.0.3"
end
python_pip "boilerpipe" do
  version "1.2.0.0"
end
python_pip "ipython" do
  version "1.1.0"
end

A lot of these frameworks might already be there (of course, you do not have to include them).

If you find a framework missing, you will stumble upon an import error.

In this case then first try to use the conda python package manager. When you find that the module is not available on anaconda (via conda). Then and only then use pip to install things.

I will try to get basket4py to do all this automatically. If you want to help, you might send me code snippets to test for a framework in the basket4py.ipynb notebook. So that we can do regression tests.

Do not hesitate to contact me (via issue on basket4py).

@almo0033
Copy link
Author

Thanks a lot
I successfully installed twitter and prettytable

I will now start doing the work in the book

Thanks again for all the help

I did give it a star rating as well

@rreben rreben mentioned this issue Dec 29, 2016
@prgtrdr
Copy link

prgtrdr commented Dec 31, 2016

@rreben Thanks so much for your basket4py solution. I have been able to make it work by using the sudo -i command described above and am now working on the examples from the book. I'm giving you a star as well.

When you have time it would be great if you cleaned everything up so extra SSH commands aren't necessary.

@davidrasm
Copy link

@rreben The basket4py solution worked for me as well. But I also had to use the sudo with the '-i' argument to get twitter installed on the VM.

Thanks so much for sharing!!! Will star the repo.

@zyx954
Copy link

zyx954 commented Feb 27, 2017

@rreben the basket4py way works for me. Thank you very for your patient. Star the repo.

Based on your discussion, the procedure I did as following.

  1. Go to https://github.com/rreben/basket4py
  2. Download this repo
  3. do a vagrant up (just like you did with the other two repos (original and fork)
  4. vagrant provision get the python stack installed.
  5. Now you should have a fully functional anaconda stack.
  6. open a browser (safari) type in localhost:8888 You should see a jupyter notebook now
  7. type in vagrant ssh in your terminal. Now the command prompt will change. You are now logged in to your linux virtual guest machine.
  8. Use sudo -i pip install twitter twat the command line from within the guest machine to add the twitter framework
  9. Use sudo -i pip install prettytable
  10. Now you should be able to use the code examples from the book.
  11. You can either type them in or you can copy the notebooks: Do a copy of the *.ipny (ipython notebook files) from the directory ipnb in the mining-the-social-web folder to the notebooks folder in the basket4py repo

@rreben
Copy link

rreben commented Feb 27, 2017

Thx @zyx954 . I will post your discription of the "how to" on the basket4py page. I hope that is ok for you.

@rreben
Copy link

rreben commented Feb 27, 2017

Done so (in the readme, section in "Installation")

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

No branches or pull requests

6 participants