Skip to content

Instantly share code, notes, and snippets.

@bossjones
Last active August 29, 2015 13:57
Show Gist options
  • Save bossjones/9348819 to your computer and use it in GitHub Desktop.
Save bossjones/9348819 to your computer and use it in GitHub Desktop.
How do you stub a chefspec search?

My default_spec.rb:

require "spec_helper"

describe "bemarionette::default" do

  let(:chef_run) do
    ChefSpec::Runner.new do |node|
      # Create a new environment (you could also use a different :let block or :before block)
      env = Chef::Environment.new
      env.name "aws-dev"

      # Stub the node to return this environment
      node.stub(:chef_environment).and_return(env.name)

      # Stub any calls to Environment.load to return this environment
      Chef::Environment.stub(:load).and_return(env)

      node.set["be"]["php"]["version"] = "5.5"
      node.set["be"]["location"]       = "aws"
      node.set["be"]["repo"]["apache"] = "be-apache24-php55"
      node.set["hostname"]             = "chefnode.be.lan"

      node.set["memory"]["total"] = "32768 MB"

    end
  end



  # this will test php 5.5

  recipes = %W{
    appnetwork::default
    appblog::default
    appamo::default
    appbilling::default
    appccn::default
    appdla::default
    appdla::cron
    appinbox::default
    apphammer::default
    appnetwork::cron
    appprosite::default
    appsearch::default
    app99u::default
    appserved::default
    appimage::default
    bebootstrap::git-bbuild
    beusers::belsky
    beusers::buildusers
    beusers::default
    bemongo::default
    bedynamo::default
    bemail::default
    bemarionette::phantomjs
    benodejs::grunt
    bephpunit::default
  }

  recipes.each do |r|

    it "includes #{ r }" do
      chef_run.converge(described_recipe)
      
      before do
        stub_search(:node).and_return([{ name: "chefnode.be.lan" }])
      end

      expect(chef_run).to include_recipe "#{ r }"
    end

  end

end

Stack Trace:

bemarionette::default
[2014-03-04T10:21:31-05:00] WARN: Cloning resource attributes for yum_package[php-gd] from prior resource (CHEF-3694)
[2014-03-04T10:21:31-05:00] WARN: Previous yum_package[php-gd]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T10:21:31-05:00] WARN: Current  yum_package[php-gd]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T10:21:31-05:00] WARN: Cloning resource attributes for yum_package[php-devel] from prior resource (CHEF-3694)
[2014-03-04T10:21:31-05:00] WARN: Previous yum_package[php-devel]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T10:21:31-05:00] WARN: Current  yum_package[php-devel]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T10:21:31-05:00] WARN: Cloning resource attributes for directory[/etc/httpd/conf.modules.d] from prior resource (CHEF-3694)
[2014-03-04T10:21:31-05:00] WARN: Previous directory[/etc/httpd/conf.modules.d]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/beapache2/recipes/default.rb:20:in `from_file'
[2014-03-04T10:21:31-05:00] WARN: Current  directory[/etc/httpd/conf.modules.d]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-27652-1ixrziq/bephp/recipes/default.rb:85:in `from_file'
[2014-03-04T10:21:31-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 1/5
^C
Exiting... Interrupt again to exit immediately.

Update of life:

One more update, changed flag to debug:

[2014-03-04T11:44:07-05:00] DEBUG: Building node object for fauxhai.local
[2014-03-04T11:44:07-05:00] DEBUG: Extracting run list from JSON attributes provided on command line
[2014-03-04T11:44:07-05:00] DEBUG: Applying attributes from json file
[2014-03-04T11:44:07-05:00] DEBUG: Platform is centos version 6.4
[2014-03-04T11:44:07-05:00] INFO: Run List is []
[2014-03-04T11:44:07-05:00] INFO: Run List expands to []
[2014-03-04T11:44:07-05:00] DEBUG: Extracting run list from JSON attributes provided on command line
[2014-03-04T11:44:07-05:00] DEBUG: Applying attributes from json file
[2014-03-04T11:44:07-05:00] DEBUG: Platform is centos version 6.4
[2014-03-04T11:44:07-05:00] INFO: Run List is []
[2014-03-04T11:44:07-05:00] INFO: Run List expands to []
[2014-03-04T11:44:07-05:00] DEBUG: No chefignore file found at /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/chefignore no files will be ignored
[2014-03-04T11:44:07-05:00] DEBUG: Cookbooks to compile: [:aws, :cloudops, :beapp, :bememcached, :openssl, :bepercona, :"iptables-ng", :beapache2, :bephp, :app99u, :begearman, :appamo, :appbilling, :appblog, :appccn, :benodejs, :appdla, :apphammer, :beimagemagick, :"build-essential", :bephpunit, :appimage, :appinbox, :appnetwork, :appprosite, :yum, :bebootstrap, :bejava, :beelasticsearch, :appsearch, :appserved, :bedynamo, :bemail, :bemongo, :bephpmyadmin, :python, :bepython, :berockmongo, :besalt, :besamba, :users, :beusers, :bemarionette]
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/libraries/ec2.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/libraries/iam_role_creds.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/libraries/healthcheck.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/libraries/portcheck.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/libraries/processcheck.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/libraries/s3_file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook openssl's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/openssl/libraries/secure_password.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/libraries/create_iptables_rules.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/libraries/restart_service.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapache2's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/libraries/matchers.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook yum's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/libraries/matchers.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bejava's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/libraries/helpers.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beelasticsearch's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/create_ebs.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beelasticsearch's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/install_plugin.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beelasticsearch's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/print_value.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beelasticsearch's library file: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook aws's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute aws::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bememcached's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bememcached/attributes/server.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bememcached::server
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bepercona's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bepercona/attributes/client.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bepercona::client
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bepercona's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bepercona/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bepercona::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bepercona's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bepercona/attributes/server.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bepercona::server
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook iptables-ng's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute iptables-ng::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook iptables-ng's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/attributes/rules.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute iptables-ng::rules
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook beapache2's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute beapache2::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook beapache2's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute beapache2::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook beapache2's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/attributes/modules.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute beapache2::modules
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bephp's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bephp::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bephp's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/attributes/composer.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bephp::composer
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook app99u's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/app99u/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute app99u::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook begearman's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/begearman/attributes/server.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute begearman::server
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appamo's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appamo/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appamo::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appbilling's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appbilling/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appbilling::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appblog's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appblog/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appblog::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appccn's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appccn/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appccn::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook benodejs's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/benodejs/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute benodejs::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appdla's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appdla/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appdla::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appdla's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appdla/attributes/install_geoip.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appdla::install_geoip
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook apphammer's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/apphammer/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute apphammer::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook beimagemagick's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beimagemagick/attributes/php.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute beimagemagick::php
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook build-essential's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/build-essential/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute build-essential::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bephpunit's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephpunit/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bephpunit::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bephpunit's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephpunit/attributes/pear.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bephpunit::pear
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appimage's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appimage/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appimage::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appinbox's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appinbox/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appinbox::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appnetwork's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appnetwork/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appnetwork::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appprosite's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appprosite/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appprosite::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook yum's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/attributes/main.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute yum::main
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bebootstrap's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bebootstrap/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bebootstrap::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bebootstrap's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bebootstrap/attributes/be_resolver.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bebootstrap::be_resolver
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bebootstrap's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bebootstrap/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bebootstrap::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bebootstrap's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bebootstrap/attributes/prereqs.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bebootstrap::prereqs
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bejava's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bejava::default
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading attribute file bebootstrap::default, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook beelasticsearch's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute beelasticsearch::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appsearch's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appsearch/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appsearch::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook appserved's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appserved/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute appserved::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bedynamo's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bedynamo/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bedynamo::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemail's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemail/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemail::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemail's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemail/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemail::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemongo's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemongo/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemongo::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemongo's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemongo/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemongo::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook python's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute python::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook berockmongo's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/berockmongo/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute berockmongo::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook besalt's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/besalt/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute besalt::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook besalt's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/besalt/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute besalt::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook besamba's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/besamba/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute besamba::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/default.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::default
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/app.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::app
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/be-environment.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::be-environment
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/builder.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::builder
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/dnsmasq.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::dnsmasq
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/iptables.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::iptables
[2014-03-04T11:44:07-05:00] DEBUG: Node fauxhai.local loading cookbook bemarionette's attribute file /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/attributes/phantomjs.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loading Attribute bemarionette::phantomjs
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/ebs_raid.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/ebs_raid.rb into a provider named aws_ebs_raid defined in Chef::Provider::AwsEbsRaid
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/ebs_volume.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/ebs_volume.rb into a provider named aws_ebs_volume defined in Chef::Provider::AwsEbsVolume
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/elastic_ip.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/elastic_ip.rb into a provider named aws_elastic_ip defined in Chef::Provider::AwsElasticIp
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/elastic_lb.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/elastic_lb.rb into a provider named aws_elastic_lb defined in Chef::Provider::AwsElasticLb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/resource_tag.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/resource_tag.rb into a provider named aws_resource_tag defined in Chef::Provider::AwsResourceTag
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/s3_file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/providers/s3_file.rb into a provider named aws_s3_file defined in Chef::Provider::AwsS3File
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/ebs_raid.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/ebs_raid.rb into a resource named aws_ebs_raid defined in Chef::Resource::AwsEbsRaid
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/ebs_volume.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/ebs_volume.rb into a resource named aws_ebs_volume defined in Chef::Resource::AwsEbsVolume
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/elastic_ip.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/elastic_ip.rb into a resource named aws_elastic_ip defined in Chef::Resource::AwsElasticIp
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/elastic_lb.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/elastic_lb.rb into a resource named aws_elastic_lb defined in Chef::Resource::AwsElasticLb
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/resource_tag.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/resource_tag.rb into a resource named aws_resource_tag defined in Chef::Resource::AwsResourceTag
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook aws's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/s3_file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/aws/resources/s3_file.rb into a resource named aws_s3_file defined in Chef::Resource::AwsS3File
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/providers/build_version.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/providers/build_version.rb into a provider named cloudops_build_version defined in Chef::Provider::CloudopsBuildVersion
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/providers/file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/providers/file.rb into a provider named cloudops_file defined in Chef::Provider::CloudopsFile
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/resources/build_version.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/resources/build_version.rb into a resource named cloudops_build_version defined in Chef::Resource::CloudopsBuildVersion
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook cloudops's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/resources/file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/cloudops/resources/file.rb into a resource named cloudops_file defined in Chef::Resource::CloudopsFile
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapp's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/providers/file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/providers/file.rb into a provider named beapp_file defined in Chef::Provider::BeappFile
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapp's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/providers/scaffolding.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/providers/scaffolding.rb into a provider named beapp_scaffolding defined in Chef::Provider::BeappScaffolding
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapp's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/resources/file.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/resources/file.rb into a resource named beapp_file defined in Chef::Resource::BeappFile
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapp's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/resources/scaffolding.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapp/resources/scaffolding.rb into a resource named beapp_scaffolding defined in Chef::Resource::BeappScaffolding
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bememcached's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bememcached/providers/instance.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bememcached/providers/instance.rb into a provider named bememcached_instance defined in Chef::Provider::BememcachedInstance
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bememcached's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bememcached/resources/instance.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bememcached/resources/instance.rb into a resource named bememcached_instance defined in Chef::Resource::BememcachedInstance
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/providers/chain.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/providers/chain.rb into a provider named iptables-ng_chain defined in Chef::Provider::IptablesNgChain
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/providers/rule.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/providers/rule.rb into a provider named iptables-ng_rule defined in Chef::Provider::IptablesNgRule
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/resources/chain.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/resources/chain.rb into a resource named iptables-ng_chain defined in Chef::Resource::IptablesNgChain
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook iptables-ng's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/resources/rule.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/iptables-ng/resources/rule.rb into a resource named iptables-ng_rule defined in Chef::Resource::IptablesNgRule
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapache2's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/providers/certificate.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/providers/certificate.rb into a provider named beapache2_certificate defined in Chef::Provider::Beapache2Certificate
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapache2's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/providers/vhost.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/providers/vhost.rb into a provider named beapache2_vhost defined in Chef::Provider::Beapache2Vhost
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapache2's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/resources/certificate.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/resources/certificate.rb into a resource named beapache2_certificate defined in Chef::Resource::Beapache2Certificate
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook beapache2's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/resources/vhost.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/resources/vhost.rb into a resource named beapache2_vhost defined in Chef::Resource::Beapache2Vhost
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bephp's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/providers/pear.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/providers/pear.rb into a provider named bephp_pear defined in Chef::Provider::BephpPear
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bephp's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/providers/pear_channel.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/providers/pear_channel.rb into a provider named bephp_pear_channel defined in Chef::Provider::BephpPearChannel
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bephp's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/resources/pear.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/resources/pear.rb into a resource named bephp_pear defined in Chef::Resource::BephpPear
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bephp's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/resources/pear_channel.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/resources/pear_channel.rb into a resource named bephp_pear_channel defined in Chef::Resource::BephpPearChannel
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook begearman's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/begearman/providers/instance.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/begearman/providers/instance.rb into a provider named begearman_instance defined in Chef::Provider::BegearmanInstance
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook begearman's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/begearman/resources/instance.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/begearman/resources/instance.rb into a resource named begearman_instance defined in Chef::Resource::BegearmanInstance
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook yum's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/providers/globalconfig.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/providers/globalconfig.rb into a provider named yum_globalconfig defined in Chef::Provider::YumGlobalconfig
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook yum's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/providers/repository.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/providers/repository.rb into a provider named yum_repository defined in Chef::Provider::YumRepository
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook yum's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/resources/globalconfig.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/resources/globalconfig.rb into a resource named yum_globalconfig defined in Chef::Resource::YumGlobalconfig
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook yum's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/resources/repository.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/yum/resources/repository.rb into a resource named yum_repository defined in Chef::Resource::YumRepository
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bejava's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/providers/alternatives.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/providers/alternatives.rb into a provider named bejava_alternatives defined in Chef::Provider::BejavaAlternatives
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook bejava's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/resources/alternatives.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bejava/resources/alternatives.rb into a resource named bejava_alternatives defined in Chef::Resource::BejavaAlternatives
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook python's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/providers/pip.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/providers/pip.rb into a provider named python_pip defined in Chef::Provider::PythonPip
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook python's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/providers/virtualenv.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/providers/virtualenv.rb into a provider named python_virtualenv defined in Chef::Provider::PythonVirtualenv
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook python's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/resources/pip.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/resources/pip.rb into a resource named python_pip defined in Chef::Resource::PythonPip
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook python's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/resources/virtualenv.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/python/resources/virtualenv.rb into a resource named python_virtualenv defined in Chef::Resource::PythonVirtualenv
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook users's providers from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/users/providers/manage.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/users/providers/manage.rb into a provider named users_manage defined in Chef::Provider::UsersManage
[2014-03-04T11:44:07-05:00] DEBUG: Loading cookbook users's resources from /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/users/resources/manage.rb
[2014-03-04T11:44:07-05:00] DEBUG: Loaded contents of /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/users/resources/manage.rb into a resource named users_manage defined in Chef::Resource::UsersManage
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe bemarionette::default via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe default in cookbook bemarionette
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe appnetwork::default via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe default in cookbook appnetwork
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe bephp via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe default in cookbook bephp
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe beapache2::default via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe default in cookbook beapache2
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe beapache2::iptables via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe iptables in cookbook beapache2
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe install in cookbook iptables-ng
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::manage via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe manage in cookbook iptables-ng
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe iptables-ng::install via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: I am not loading iptables-ng::install, because I have already seen it.
[2014-03-04T11:44:07-05:00] DEBUG: Loading Recipe beapache2::htpasswd via include_recipe
[2014-03-04T11:44:07-05:00] DEBUG: Found recipe htpasswd in cookbook beapache2
[2014-03-04T11:44:07-05:00] WARN: Cloning resource attributes for yum_package[php-gd] from prior resource (CHEF-3694)
[2014-03-04T11:44:07-05:00] WARN: Previous yum_package[php-gd]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T11:44:07-05:00] WARN: Current  yum_package[php-gd]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T11:44:07-05:00] WARN: Cloning resource attributes for yum_package[php-devel] from prior resource (CHEF-3694)
[2014-03-04T11:44:07-05:00] WARN: Previous yum_package[php-devel]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T11:44:07-05:00] WARN: Current  yum_package[php-devel]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/recipes/default.rb:55:in `block in from_file'
[2014-03-04T11:44:07-05:00] WARN: Cloning resource attributes for directory[/etc/httpd/conf.modules.d] from prior resource (CHEF-3694)
[2014-03-04T11:44:07-05:00] WARN: Previous directory[/etc/httpd/conf.modules.d]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beapache2/recipes/default.rb:20:in `from_file'
[2014-03-04T11:44:07-05:00] WARN: Current  directory[/etc/httpd/conf.modules.d]: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bephp/recipes/default.rb:85:in `from_file'
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe server in cookbook bememcached
[2014-03-04T11:44:08-05:00] INFO: Install default instance 
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe begearman::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe server in cookbook begearman
[2014-03-04T11:44:08-05:00] INFO: Install default instance 
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: network
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: utility
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: search
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: notifications
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: sessions
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appnetwork::cron via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe cron in cookbook appnetwork
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appblog::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appblog
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook beapp
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appamo::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appamo
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe begearman::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading begearman::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for AMO: amo
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appbilling::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appbilling
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe begearman::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading begearman::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for billing: billing
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appccn::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appccn
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for CCN App: ccn
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appdla::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appdla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appdla::web via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe web in cookbook appdla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapache2::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapache2::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for DLA: dla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appdla::worker via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe worker in cookbook appdla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapache2::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapache2::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe begearman::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading begearman::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appdla::now via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe now in cookbook appdla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appdla::cron via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe cron in cookbook appdla
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appinbox::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appinbox
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Inbox App: inbox
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe apphammer::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook apphammer
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Network App: hammer
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appnetwork::cron via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading appnetwork::cron, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appprosite::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appprosite
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bememcached::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bememcached::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe begearman::server via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading begearman::server, because I have already seen it.
[2014-03-04T11:44:08-05:00] INFO: Creating Memcache Pool for Prosite App: prosite
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe appsearch::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook appsearch
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beapp via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading beapp, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bephp::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: I am not loading bephp::default, because I have already seen it.
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beelasticsearch::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook beelasticsearch
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bejava::default via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe default in cookbook bejava
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bejava::set_attributes_from_version via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe set_attributes_from_version in cookbook bejava
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bejava::oracle via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe oracle in cookbook bejava
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe bejava::set_java_home via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe set_java_home in cookbook bejava
[2014-03-04T11:44:08-05:00] DEBUG: Loading Recipe beelasticsearch::discovery via include_recipe
[2014-03-04T11:44:08-05:00] DEBUG: Found recipe discovery in cookbook beelasticsearch
[2014-03-04T11:44:08-05:00] DEBUG: Searching for nodes with query: "roles:elasticsearch-data* AND chef_environment:aws-dev AND node:Fauxhai*"
[2014-03-04T11:44:08-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:08-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:08-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:08-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:08-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 1/5
[2014-03-04T11:44:13-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:13-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:13-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:13-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:13-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 2/5
^C
Exiting... Interrupt again to exit immediately.
[2014-03-04T11:44:18-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:18-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:18-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:18-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:18-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 3/5
[2014-03-04T11:44:23-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:23-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:23-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:23-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:23-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 4/5
[2014-03-04T11:44:28-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:28-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:28-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:28-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:28-05:00] ERROR: Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, retry 5/5
[2014-03-04T11:44:33-05:00] DEBUG: Initiating GET to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000
[2014-03-04T11:44:33-05:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-03-04T11:44:33-05:00] DEBUG: Accept: application/json
[2014-03-04T11:44:33-05:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-03-04T11:44:33-05:00] DEBUG: filtered backtrace of compile error: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:48:in `find_matching_nodes',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:37:in `search_for_nodes',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/discovery.rb:24:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/default.rb:17:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appsearch/recipes/default.rb:12:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/recipes/default.rb:37:in `from_file'
[2014-03-04T11:44:33-05:00] DEBUG: filtered backtrace of compile error: /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:48:in `find_matching_nodes',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:37:in `search_for_nodes',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/discovery.rb:24:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/default.rb:17:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appsearch/recipes/default.rb:12:in `from_file',/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/recipes/default.rb:37:in `from_file'
[2014-03-04T11:44:33-05:00] DEBUG: backtrace entry for compile error: '/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:48:in `find_matching_nodes''
[2014-03-04T11:44:33-05:00] DEBUG: Line number of compile error: '48'

================================================================================
Recipe Compile Error in /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/recipes/default.rb
================================================================================

Errno::ECONNREFUSED
-------------------
Connection refused - Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, giving up

Cookbook Trace:
---------------
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:48:in `find_matching_nodes'
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:37:in `search_for_nodes'
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/discovery.rb:24:in `from_file'
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/default.rb:17:in `from_file'
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appsearch/recipes/default.rb:12:in `from_file'
  /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/recipes/default.rb:37:in `from_file'

Relevant File Content:
----------------------
/var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:

 41:    end
 42:  
 43:    def find_matching_nodes(query = nil)
 44:      host_query = node['hostname'].gsub(/(\W|\d)/, "").concat("*")
 45:      query ||= "roles:elasticsearch-data* AND chef_environment:#{node.chef_environment} AND node:#{host_query}"
 46:      results = []
 47:      Chef::Log.debug("Searching for nodes with query: \"#{query}\"")
 48>>     Chef::Search::Query.new.search(:node, query) { |o| results << o }
 49:      Chef::Log.debug results
 50:      results
 51:    end
 52:  
 53:    def select_attribute(node, attribute = nil)
 54:      if attribute
 55:        # iterates through keys seperated by '.', eg
 56:        # 'foo.bar.baz' => node['foo']['bar']['baz']
 57:        keys = attribute.split('.')

  includes appnetwork::default (FAILED - 1)

Failures:

  1) bemarionette::default includes appnetwork::default
     Failure/Error: chef_run.converge(described_recipe)
     Errno::ECONNREFUSED:
       Connection refused - Connection refused connecting to https://localhost/search/node?q=roles:elasticsearch-data*%20AND%20chef_environment:aws-dev%20AND%20node:Fauxhai*&sort=X_CHEF_id_CHEF_X%20asc&start=0&rows=1000, giving up
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:48:in `find_matching_nodes'
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/libraries/search_for_nodes.rb:37:in `search_for_nodes'
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/discovery.rb:24:in `from_file'
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/beelasticsearch/recipes/default.rb:17:in `from_file'
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/appsearch/recipes/default.rb:12:in `from_file'
     # /var/folders/cc/8m864v192qzcnjdcjmyvn6140000gn/T/d20140304-42393-1fpr03t/bemarionette/recipes/default.rb:37:in `from_file'
     # ./spec/default_spec.rb:67:in `block (3 levels) in <top (required)>'

Finished in 34.45 seconds
1 example, 1 failure

Failed examples:

rspec ./spec/default_spec.rb:64 # bemarionette::default includes appnetwork::default
No resources found, skipping coverage calculation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment