sous-chefs / iis

Development repository for the iis cookbook
https://supermarket.chef.io/cookbooks/iis
Apache License 2.0
83 stars 178 forks source link

Deprecation errors #390

Closed jasmeralia closed 7 years ago

jasmeralia commented 7 years ago

Cookbook version

6.7.2

Chef-client version

13.3.42

Platform Details

test-kitchen, kitchen-vagrant, windows 2012r2 custom box image, deprecations_as_errors: true set in .kitchen.yml

Scenario:

Current version of the cookbook seems to throw deprecations under Chef 13 which get marked as errors using deprecations_as_errors set to true.

Steps to Reproduce:

iis_site 'RestAPI' do
  application_pool 'RestAPIPool'
  protocol :http
  port 84
  path "c:\my\path"
  bindings 'http://*:84'
  action :add
end

Expected Result:

No deprecations being thrown.

Actual Result:

Recipe: moxie-kb-win::ps4_portal
* iis_site[RestAPI] action restart[2017-08-23T18:37:42+00:00] INFO: Processing iis_site[RestAPI] action restart (moxie-kb-win::ps4_portal line 18)
[2017-08-23T18:37:42+00:00] ERROR: rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.
Please see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'

================================================================================
Error executing action `restart` on resource 'iis_site[RestAPI]'
================================================================================

Chef::Exceptions::DeprecatedFeatureError
----------------------------------------
"rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"

Resource Declaration:
---------------------
# In C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/moxie-kb-win/recipes/ps4_portal.rb

18: iis_site 'RestAPI' do
19:   application_pool 'RestAPIPool'
20:   protocol :http
21:   port 84
22:   path "#{kb_programs_path}\\knowledgebase\\applicationprogram\\ui\\http\\RestAPIWebService"
23:   bindings 'http://*:84'
24:   action :add
25: end
26: 

Compiled Resource:
------------------
# Declared in C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/moxie-kb-win/recipes/ps4_portal.rb:18:in `from_file'

iis_site("RestAPI") do
 action [:add]
 updated true
 default_guard_interpreter :default
 declared_type :iis_site
 cookbook_name "moxie-kb-win"
 recipe_name "ps4_portal"
 application_pool "RestAPIPool"
 protocol :http
 port 84
 path "C:\\Knowledgebase.Net\\knowledgebase\\applicationprogram\\ui\\http\\RestAPIWebService"
 bindings "http://*:84"
 site_name "RestAPI"
 log_directory "C:\\inetpub\\logs\\LogFiles"
 appcmd "C:\\Windows\\System32\\inetsrv\\appcmd.exe"
end

System Info:
------------
chef_version=13.3.42
platform=windows
platform_version=6.3.9600
ruby=ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32]
program_name=C:/opscode/chef/bin/chef-solo
executable=C:/opscode/chef/bin/chef-solo
EasyAsABC123 commented 7 years ago

Yeah that is definitely there something more for me to look at when I get home, still on vacation

iennae commented 7 years ago

@stormerider Can you paste in the lines from your converge that include the "Synchronizing Cookbooks"? I'm unable to replicate the error with our current test which does have deprecations_as_errors: true and is using Chef 13 as well. Thanks.

iennae commented 7 years ago

You've surfaced a really interesting issue. As Chef progresses there will be deprecation warnings that we introduce. Cookbook authors won't resolve them immediately, but having this setting will help folks know about the issue early. This particular issue is a Chef 14 deprecation warning.

jasmeralia commented 7 years ago
I, [2017-08-28T15:00:04.207882 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Cleaning up any prior instances of <moxie-kb-win-win-kb-dev-base>
I, [2017-08-28T15:00:04.213027 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Destroying <moxie-kb-win-win-kb-dev-base>...
I, [2017-08-28T15:00:04.217849 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Finished destroying <moxie-kb-win-win-kb-dev-base> (0m0.00s).
I, [2017-08-28T15:00:04.223409 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Testing <moxie-kb-win-win-kb-dev-base>
I, [2017-08-28T15:00:04.228827 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Creating <moxie-kb-win-win-kb-dev-base>...
I, [2017-08-28T15:00:06.641935 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Bringing machine 'default' up with 'virtualbox' provider...
I, [2017-08-28T15:00:07.445439 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Importing base box 'dev-kb-win-base'...
I, [2017-08-28T15:02:39.084040 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
Progress: 10%
Progress: 20%
Progress: 30%
Progress: 40%
Progress: 90%
==> default: Matching MAC address for NAT networking...
I, [2017-08-28T15:02:42.250264 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Setting the name of the VM: kitchen-chef-moxie-moxie-kb-win-win-kb-dev-base_default_1503957761894_93532
I, [2017-08-28T15:02:46.228511 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Clearing any previously set network interfaces...
I, [2017-08-28T15:02:47.330451 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Preparing network interfaces based on configuration...
I, [2017-08-28T15:02:47.334002 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: Adapter 1: nat
I, [2017-08-28T15:02:47.336931 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: Adapter 2: hostonly
I, [2017-08-28T15:02:47.657126 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Forwarding ports...
I, [2017-08-28T15:02:48.000063 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: 5985 (guest) => 55985 (host) (adapter 1)
I, [2017-08-28T15:02:48.003658 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: 5986 (guest) => 55986 (host) (adapter 1)
I, [2017-08-28T15:02:48.006619 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: 22 (guest) => 2222 (host) (adapter 1)
I, [2017-08-28T15:02:49.057314 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Booting VM...
I, [2017-08-28T15:02:51.420102 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Waiting for machine to boot. This may take a few minutes...
I, [2017-08-28T15:02:55.079460 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: WinRM address: 127.0.0.1:55985
I, [2017-08-28T15:02:55.082811 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: WinRM username: Administrator
I, [2017-08-28T15:02:55.087064 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: WinRM execution_time_limit: PT2H
I, [2017-08-28T15:02:55.090481 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: WinRM transport: negotiate
I, [2017-08-28T15:03:06.078781 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Machine booted and ready!
I, [2017-08-28T15:03:07.890578 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Sorry, don't know how to check guest version of Virtualbox Guest Additions on this platform. Stopping installation.
I, [2017-08-28T15:03:07.899286 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Checking for guest additions in VM...
I, [2017-08-28T15:03:08.255992 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: The guest additions on this VM do not match the installed version of
I, [2017-08-28T15:03:08.259052 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: VirtualBox! In most cases this is fine, but in rare cases it can
I, [2017-08-28T15:03:08.262198 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: prevent things such as shared folders from working properly. If you see
I, [2017-08-28T15:03:08.265294 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: shared folder errors, please make sure the guest additions within the
I, [2017-08-28T15:03:08.270179 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: virtual machine match the version of VirtualBox you have installed on
I, [2017-08-28T15:03:08.273833 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: your host and reload your VM.
I, [2017-08-28T15:03:08.277058 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: 
I, [2017-08-28T15:03:08.280133 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: Guest Additions Version: 5.0.28
I, [2017-08-28T15:03:08.283165 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: VirtualBox Version: 5.1
I, [2017-08-28T15:03:08.651255 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Configuring and enabling network interfaces...
I, [2017-08-28T15:03:17.644371 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Mounting shared folders...
I, [2017-08-28T15:03:17.648003 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: C:\\vagrant => /Users/nclemons/git/moxie/chef-moxie
I, [2017-08-28T15:03:22.099211 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     default: /tmp/vagrant-cache => /Users/nclemons/.vagrant.d/cache/dev-kb-win-base
I, [2017-08-28T15:03:50.180716 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: ==> default: Machine not provisioned because `--no-provision` is specified.
I, [2017-08-28T15:04:02.831059 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [WinRM] Established
I, [2017-08-28T15:04:02.837131 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:04:02.857143 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Vagrant instance <moxie-kb-win-win-kb-dev-base> created.
I, [2017-08-28T15:04:02.861672 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Finished creating <moxie-kb-win-win-kb-dev-base> (3m58.63s).
I, [2017-08-28T15:04:02.866992 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Converging <moxie-kb-win-win-kb-dev-base>...
I, [2017-08-28T15:04:02.876661 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing files for transfer
I, [2017-08-28T15:04:02.880951 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing dna.json
I, [2017-08-28T15:04:02.884566 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Resolving cookbook dependencies with Berkshelf 6.2.0...
I, [2017-08-28T15:04:05.197072 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Removing non-cookbook files before transfer
I, [2017-08-28T15:04:05.263356 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing data_bags
I, [2017-08-28T15:04:05.274464 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing environments
I, [2017-08-28T15:04:05.283443 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing roles
I, [2017-08-28T15:04:05.300812 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing secret
I, [2017-08-28T15:04:05.307566 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Preparing solo.rb
I, [2017-08-28T15:04:08.630100 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: -----> Installing Chef Omnibus (install only if missing)
I, [2017-08-28T15:04:08.666104 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Downloading package from https://packages.chef.io/files/stable/chef/13.3.42/windows/2016/chef-client-13.3.42-1-x64.msi
I, [2017-08-28T15:04:20.436175 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Download complete.
I, [2017-08-28T15:04:22.351231 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Successfully verified C:\Users\ADMINI~1\AppData\Local\Temp\chef-client-13.3.42-1-x64.msi
I, [2017-08-28T15:04:22.356836 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Installing Chef Omnibus package C:\Users\ADMINI~1\AppData\Local\Temp\chef-client-13.3.42-1-x64.msi
I, [2017-08-28T15:04:41.521558 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Installation complete
I, [2017-08-28T15:04:43.784356 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Transferring files to <moxie-kb-win-win-kb-dev-base>
I, [2017-08-28T15:05:07.186877 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:06-07:00] INFO: Started chef-zero at chefzero://localhost:1 with repository at C:/Users/ADMINI~1/AppData/Local/Temp/kitchen, C:/Users/ADMINI~1/AppData/Local/Temp/kitchen
I, [2017-08-28T15:05:07.192228 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   One version per cookbook
I, [2017-08-28T15:05:07.197561 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:07.203094 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Starting Chef Client, version 13.3.42
I, [2017-08-28T15:05:07.208786 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:06-07:00] INFO: *** Chef 13.3.42 ***
I, [2017-08-28T15:05:07.215338 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:06-07:00] INFO: Platform: x64-mingw32
I, [2017-08-28T15:05:07.221222 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:06-07:00] INFO: Chef-client pid: 2776
I, [2017-08-28T15:05:07.229192 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:06-07:00] INFO: The plugin path C:\chef\ohai\plugins does not exist. Skipping...
I, [2017-08-28T15:05:12.482237 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Creating a new client identity for moxie-kb-win-win-kb-dev-base using the validator key.
I, [2017-08-28T15:05:12.488021 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Client key C:\Users\ADMINI~1\AppData\Local\Temp\kitchen\client.pem is not present - registering
I, [2017-08-28T15:05:12.493649 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Setting the run_list to ["recipe[moxie-base]", "recipe[moxie-kb-win::vagrant_support]", "recipe[moxie-kb-win::ms_sql_server]", "recipe[moxie-autonomy::default]", "recipe[moxie-kb-win::default]"] from CLI options
I, [2017-08-28T15:05:12.499522 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Run List is [recipe[moxie-base], recipe[moxie-kb-win::vagrant_support], recipe[moxie-kb-win::ms_sql_server], recipe[moxie-autonomy::default], recipe[moxie-kb-win::default]]
I, [2017-08-28T15:05:12.505669 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Run List expands to [moxie-base, moxie-kb-win::vagrant_support, moxie-kb-win::ms_sql_server, moxie-autonomy::default, moxie-kb-win::default]
I, [2017-08-28T15:05:12.512055 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Starting Chef Run for moxie-kb-win-win-kb-dev-base
I, [2017-08-28T15:05:12.517620 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Running start handlers
I, [2017-08-28T15:05:12.527315 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:11-07:00] INFO: Start handlers complete.
I, [2017-08-28T15:05:12.538175 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: resolving cookbooks for run list: ["moxie-base", "moxie-kb-win::vagrant_support", "moxie-kb-win::ms_sql_server", "moxie-autonomy::default", "moxie-kb-win::default"]
I, [2017-08-28T15:05:16.101549 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Loading cookbooks [moxie-base@0.2.0, moxie-kb-win@1.0.88, moxie-autonomy@0.1.0, docker@2.15.24, java@1.50.0, firewall@2.6.2, moxie@0.2.1, moxie-nrpe@0.2.0, moxie-solarwinds@0.1.14, ssh_authorized_keys@0.4.0, moxie-inventory@0.1.10, chef-client@8.1.8, ohai@5.2.0, chef-sugar@3.4.0, sudo@3.5.3, apt@6.1.3, iis@6.7.2, webpi@4.2.1, hostsfile@3.0.1, windows@3.1.2, homebrew@4.2.0, ark@3.1.0, git@6.1.0, build-essential@8.0.3, ssh_known_hosts@5.2.1, nodejs@4.0.0, perl@5.1.1, nrpe@2.0.2, poise-python@1.6.0, cron@4.1.3, logrotate@2.2.0, seven_zip@2.0.2, dmg@4.0.0, yum-epel@2.1.2, mingw@2.0.1, compat_resource@12.19.0, poise@2.8.1, poise-languages@2.1.1, poise-archive@1.5.0]
I, [2017-08-28T15:05:16.108105 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Synchronizing Cookbooks:
I, [2017-08-28T15:05:16.114708 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/99-chef-status in the cache.
I, [2017-08-28T15:05:16.120513 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/chef-mia-check in the cache.
I, [2017-08-28T15:05:16.126097 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/chef-status in the cache.
I, [2017-08-28T15:05:16.132933 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/attributes/default.rb in the cache.
I, [2017-08-28T15:05:16.138623 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/clear_memory in the cache.
I, [2017-08-28T15:05:16.145432 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/common-account in the cache.
I, [2017-08-28T15:05:16.151121 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/common-auth in the cache.
I, [2017-08-28T15:05:16.157772 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/common-session in the cache.
I, [2017-08-28T15:05:16.163402 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/dns_reregister.sh in the cache.
I, [2017-08-28T15:05:16.169475 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/chef-mia-fix in the cache.
I, [2017-08-28T15:05:16.176480 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/logerror in the cache.
I, [2017-08-28T15:05:16.184676 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/nsswitch.conf in the cache.
I, [2017-08-28T15:05:16.191150 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/nclemons/tmux.conf in the cache.
I, [2017-08-28T15:05:16.196767 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/online_cpu_cores.sh in the cache.
I, [2017-08-28T15:05:16.202841 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/vagrant-solo in the cache.
I, [2017-08-28T15:05:16.209133 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/up2date in the cache.
I, [2017-08-28T15:05:16.215974 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/packages.rb in the cache.
I, [2017-08-28T15:05:16.221836 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/online_hotplug_memory.sh in the cache.
I, [2017-08-28T15:05:16.228549 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/files/default/ifalive in the cache.
I, [2017-08-28T15:05:16.234405 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/metadata.json in the cache.
I, [2017-08-28T15:05:16.240977 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/README.md in the cache.
I, [2017-08-28T15:05:16.246832 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/chef.rb in the cache.
I, [2017-08-28T15:05:16.252494 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/chef_server.rb in the cache.
I, [2017-08-28T15:05:16.259184 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/chef_workstation.rb in the cache.
I, [2017-08-28T15:05:16.266482 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/darwin.rb in the cache.
I, [2017-08-28T15:05:16.272697 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/default.rb in the cache.
I, [2017-08-28T15:05:16.279936 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/docker.rb in the cache.
I, [2017-08-28T15:05:16.285466 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/docklands.rb in the cache.
I, [2017-08-28T15:05:16.291160 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/http.rb in the cache.
I, [2017-08-28T15:05:16.297965 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/https.rb in the cache.
I, [2017-08-28T15:05:16.303651 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/linux.rb in the cache.
I, [2017-08-28T15:05:16.310151 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/users.rb in the cache.
I, [2017-08-28T15:05:16.316186 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/recipes/windows.rb in the cache.
I, [2017-08-28T15:05:16.322422 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/templates/default/authorized_keys.erb in the cache.
I, [2017-08-28T15:05:16.328865 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/templates/default/chef-stable.list.erb in the cache.
I, [2017-08-28T15:05:16.334283 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-base/templates/default/docker.sh.erb in the cache.
I, [2017-08-28T15:05:16.340416 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/attributes/webpi.rb in the cache.
I, [2017-08-28T15:05:16.346579 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/files/create_oauth_tables.sql in the cache.
I, [2017-08-28T15:05:16.352703 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/attributes/default.rb in the cache.
I, [2017-08-28T15:05:16.359258 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/files/knowledgebase_db.sql in the cache.
I, [2017-08-28T15:05:16.364840 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:16.370720 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/metadata.json in the cache.
I, [2017-08-28T15:05:16.379225 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/README.md in the cache.
I, [2017-08-28T15:05:16.385735 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:16.392941 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:16.398696 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/files/msi_easyconvertersdk30-html-setup64.msi in the cache.
I, [2017-08-28T15:05:16.404434 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/admin.rb in the cache.
I, [2017-08-28T15:05:16.410508 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/admin_software.rb in the cache.
I, [2017-08-28T15:05:16.419172 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/client_portal_tasks.rb in the cache.
I, [2017-08-28T15:05:16.426545 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/common.rb in the cache.
I, [2017-08-28T15:05:16.434195 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/default.rb in the cache.
I, [2017-08-28T15:05:16.444583 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/kbportal_tasks.rb in the cache.
I, [2017-08-28T15:05:16.452162 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/ms_sql_server.rb in the cache.
I, [2017-08-28T15:05:16.461169 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/ps4_portal.rb in the cache.
I, [2017-08-28T15:05:16.470522 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/ps4_portal_software.rb in the cache.
I, [2017-08-28T15:05:16.477737 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/responsive_portal_software.rb in the cache.
I, [2017-08-28T15:05:16.485740 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/responsive_portal.rb in the cache.
I, [2017-08-28T15:05:16.493623 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/software_prep.rb in the cache.
I, [2017-08-28T15:05:16.502235 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/vagrant_support.rb in the cache.
I, [2017-08-28T15:05:16.513212 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/recipes/web.rb in the cache.
I, [2017-08-28T15:05:16.519196 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/admin-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.525765 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/kb_log_admin.cfg.erb in the cache.
I, [2017-08-28T15:05:16.531795 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/kb_log_kbp.cfg.erb in the cache.
I, [2017-08-28T15:05:16.538654 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/admin-web.config.erb in the cache.
I, [2017-08-28T15:05:16.546029 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/kb_log_task.cfg.erb in the cache.
I, [2017-08-28T15:05:16.551610 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/ps4-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.557626 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/responsive-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.564441 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/rest-api-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.569946 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/responsive-web.config.erb in the cache.
I, [2017-08-28T15:05:16.576284 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/ps4-web.config.erb in the cache.
I, [2017-08-28T15:05:16.581854 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/scheduled-task-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.588804 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/shared.config in the cache.
I, [2017-08-28T15:05:16.596272 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/rest-api-web.config.erb in the cache.
I, [2017-08-28T15:05:16.602025 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/web.config.erb in the cache.
I, [2017-08-28T15:05:16.608307 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/web-service-nlog-config.erb in the cache.
I, [2017-08-28T15:05:16.614121 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-kb-win/templates/default/webservice-web.config.erb in the cache.
I, [2017-08-28T15:05:16.620909 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:16.626986 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/attributes/common.rb in the cache.
I, [2017-08-28T15:05:16.632349 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/metadata.json in the cache.
I, [2017-08-28T15:05:16.638384 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/README.md in the cache.
I, [2017-08-28T15:05:16.644624 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/cfs.rb in the cache.
I, [2017-08-28T15:05:16.651774 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/common.rb in the cache.
I, [2017-08-28T15:05:16.657719 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/dah.rb in the cache.
I, [2017-08-28T15:05:16.663408 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie-kb-win (1.0.88)[2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/default.rb in the cache.
I, [2017-08-28T15:05:16.669156 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/dih.rb in the cache.
I, [2017-08-28T15:05:16.675963 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:16.681526 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/idol.rb in the cache.
I, [2017-08-28T15:05:16.687686 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/init.rb in the cache.
I, [2017-08-28T15:05:16.694313 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/qms.rb in the cache.
I, [2017-08-28T15:05:16.700479 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/recipes/vagrant_support.rb in the cache.
I, [2017-08-28T15:05:16.707256 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyConnectorFramework.cfg in the cache.
I, [2017-08-28T15:05:16.712938 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyDAH.cfg in the cache.
I, [2017-08-28T15:05:16.719407 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyDIH.cfg in the cache.
I, [2017-08-28T15:05:16.725208 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyFileSystemConnectorCFS.cfg in the cache.
I, [2017-08-28T15:05:16.731702 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyLogCleaner.ps1.erb in the cache.
I, [2017-08-28T15:05:16.737464 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/AutonomyIDOLServer.cfg in the cache.
I, [2017-08-28T15:05:16.744394 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/kb_log_cfs.cfg.erb in the cache.
I, [2017-08-28T15:05:16.750202 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/kb_log_fsc.cfg.erb in the cache.
I, [2017-08-28T15:05:16.757381 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/agentstore.cfg in the cache.
I, [2017-08-28T15:05:16.762778 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/moxie-autonomy/templates/default/kb_log_http.cfg.erb in the cache.
I, [2017-08-28T15:05:16.768377 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/excon-0.54.0/Gemfile.lock in the cache.
I, [2017-08-28T15:05:16.775717 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/cache/docker-api-1.33.2.gem in the cache.
I, [2017-08-28T15:05:16.781614 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/cache/excon-0.54.0.gem in the cache.
I, [2017-08-28T15:05:16.789138 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/Makefile in the cache.
I, [2017-08-28T15:05:16.795402 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/cache/json-2.0.3.gem in the cache.
I, [2017-08-28T15:05:16.801488 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie-autonomy (0.1.0)[2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/parser/Makefile in the cache.
I, [2017-08-28T15:05:16.807294 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/generator/Makefile in the cache.
I, [2017-08-28T15:05:16.813053 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/generator/generator.bundle in the cache.
I, [2017-08-28T15:05:16.818983 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:16.825070 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/generator/generator.o in the cache.
I, [2017-08-28T15:05:16.830855 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/parser/parser.bundle in the cache.
I, [2017-08-28T15:05:16.836732 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/ext/json/ext/parser/parser.o in the cache.
I, [2017-08-28T15:05:16.843284 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/_autoload.rb in the cache.
I, [2017-08-28T15:05:16.848577 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/lib/json/ext/generator.bundle in the cache.
I, [2017-08-28T15:05:16.854080 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_base.rb in the cache.
I, [2017-08-28T15:05:16.860499 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_exec.rb in the cache.
I, [2017-08-28T15:05:16.866161 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/files/default/vendor/gems/json-2.0.3/lib/json/ext/parser.bundle in the cache.
I, [2017-08-28T15:05:16.874045 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_image.rb in the cache.
I, [2017-08-28T15:05:16.879913 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_installation_binary.rb in the cache.
I, [2017-08-28T15:05:16.885539 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_container.rb in the cache.
I, [2017-08-28T15:05:16.891466 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_installation_package.rb in the cache.
I, [2017-08-28T15:05:16.897183 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_installation_script.rb in the cache.
I, [2017-08-28T15:05:16.903108 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_installation_tarball.rb in the cache.
I, [2017-08-28T15:05:16.909867 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_registry.rb in the cache.
I, [2017-08-28T15:05:16.915384 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_network.rb in the cache.
I, [2017-08-28T15:05:16.922056 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service.rb in the cache.
I, [2017-08-28T15:05:16.928479 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_base.rb in the cache.
I, [2017-08-28T15:05:16.935172 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_manager_execute.rb in the cache.
I, [2017-08-28T15:05:16.942239 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_manager_systemd.rb in the cache.
I, [2017-08-28T15:05:16.947878 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_manager_sysvinit_debian.rb in the cache.
I, [2017-08-28T15:05:16.953821 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_manager_sysvinit_rhel.rb in the cache.
I, [2017-08-28T15:05:16.959578 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_service_manager_upstart.rb in the cache.
I, [2017-08-28T15:05:16.965598 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_volume.rb in the cache.
I, [2017-08-28T15:05:16.970912 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/docker_tag.rb in the cache.
I, [2017-08-28T15:05:16.977075 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_base.rb in the cache.
I, [2017-08-28T15:05:16.982527 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_image.rb in the cache.
I, [2017-08-28T15:05:16.988324 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_auth.rb in the cache.
I, [2017-08-28T15:05:16.994537 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_installation_binary.rb in the cache.
I, [2017-08-28T15:05:16.999957 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_installation_package.rb in the cache.
I, [2017-08-28T15:05:17.006130 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_container.rb in the cache.
I, [2017-08-28T15:05:17.011991 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_installation_tarball.rb in the cache.
I, [2017-08-28T15:05:17.019840 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_network.rb in the cache.
I, [2017-08-28T15:05:17.028490 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/metadata.json in the cache.
I, [2017-08-28T15:05:17.034073 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/helpers_service.rb in the cache.
I, [2017-08-28T15:05:17.041012 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/default/docker-wait-ready.erb in the cache.
I, [2017-08-28T15:05:17.047174 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:17.054325 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/default/docker.erb in the cache.
I, [2017-08-28T15:05:17.061376 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/sysconfig/docker.erb in the cache.
I, [2017-08-28T15:05:17.067718 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/systemd/docker.service-override.erb in the cache.
I, [2017-08-28T15:05:17.074101 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/systemd/docker.service.erb in the cache.
I, [2017-08-28T15:05:17.081265 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/systemd/docker.socket-override.erb in the cache.
I, [2017-08-28T15:05:17.087993 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/systemd/docker.socket.erb in the cache.
I, [2017-08-28T15:05:17.094799 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/systemd/tmpfiles.d.conf.erb in the cache.
I, [2017-08-28T15:05:17.101351 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/sysvinit/docker-debian.erb in the cache.
I, [2017-08-28T15:05:17.109141 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/sysvinit/docker-rhel.erb in the cache.
I, [2017-08-28T15:05:17.115411 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/templates/default/upstart/docker.conf.erb in the cache.
I, [2017-08-28T15:05:17.121830 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:17.128649 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/attributes/default.rb in the cache.
I, [2017-08-28T15:05:17.137159 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/docker/README.md in the cache.
I, [2017-08-28T15:05:17.144750 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/libraries/provider_java_certificate.rb in the cache.
I, [2017-08-28T15:05:17.151042 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:17.157293 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/libraries/resource_java_certificate.rb in the cache.
I, [2017-08-28T15:05:17.164619 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/providers/alternatives.rb in the cache.
I, [2017-08-28T15:05:17.170704 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/default.rb in the cache.
I, [2017-08-28T15:05:17.177568 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/metadata.json in the cache.
I, [2017-08-28T15:05:17.183744 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/README.md in the cache.
I, [2017-08-28T15:05:17.190416 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/default_java_symlink.rb in the cache.
I, [2017-08-28T15:05:17.196835 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/providers/ark.rb in the cache.
I, [2017-08-28T15:05:17.203074 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - docker (2.15.24)[2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/ibm.rb in the cache.
I, [2017-08-28T15:05:17.210150 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/homebrew.rb in the cache.
I, [2017-08-28T15:05:17.216435 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:17.223167 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/ibm_tar.rb in the cache.
I, [2017-08-28T15:05:17.229192 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/notify.rb in the cache.
I, [2017-08-28T15:05:17.235388 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/openjdk.rb in the cache.
I, [2017-08-28T15:05:17.242900 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/oracle.rb in the cache.
I, [2017-08-28T15:05:17.249543 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/oracle_i386.rb in the cache.
I, [2017-08-28T15:05:17.257202 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/oracle_jce.rb in the cache.
I, [2017-08-28T15:05:17.263045 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/purge_packages.rb in the cache.
I, [2017-08-28T15:05:17.268660 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/oracle_rpm.rb in the cache.
I, [2017-08-28T15:05:17.375593 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:15-07:00] INFO: Storing updated cookbooks/java/recipes/set_java_home.rb in the cache.
I, [2017-08-28T15:05:17.382160 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/recipes/windows.rb in the cache.
I, [2017-08-28T15:05:17.388628 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/resources/alternatives.rb in the cache.
I, [2017-08-28T15:05:17.394875 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/resources/ark.rb in the cache.
I, [2017-08-28T15:05:17.401186 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/templates/default/ibm_jdk.installer.properties.erb in the cache.
I, [2017-08-28T15:05:17.407869 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/templates/default/jdk.sh.erb in the cache.
I, [2017-08-28T15:05:17.413901 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/templates/default/oracle.jinfo.erb in the cache.
I, [2017-08-28T15:05:17.419876 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/attributes/default.rb in the cache.
I, [2017-08-28T15:05:17.426666 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/attributes/firewalld.rb in the cache.
I, [2017-08-28T15:05:17.433372 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/attributes/iptables.rb in the cache.
I, [2017-08-28T15:05:17.441771 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/attributes/ufw.rb in the cache.
I, [2017-08-28T15:05:17.447656 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/attributes/windows.rb in the cache.
I, [2017-08-28T15:05:17.453742 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:17.459777 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/helpers_firewalld.rb in the cache.
I, [2017-08-28T15:05:17.466460 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/java/recipes/set_attributes_from_version.rb in the cache.
I, [2017-08-28T15:05:17.472301 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/helpers_iptables.rb in the cache.
I, [2017-08-28T15:05:17.479777 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/helpers_ufw.rb in the cache.
I, [2017-08-28T15:05:17.486717 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/helpers_windows.rb in the cache.
I, [2017-08-28T15:05:17.494333 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:17.500938 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_firewalld.rb in the cache.
I, [2017-08-28T15:05:17.507793 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_iptables.rb in the cache.
I, [2017-08-28T15:05:17.514113 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - java (1.50.0)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_iptables_ubuntu1404.rb in the cache.
I, [2017-08-28T15:05:17.520826 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_rule.rb in the cache.
I, [2017-08-28T15:05:17.527677 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_iptables_ubuntu.rb in the cache.
I, [2017-08-28T15:05:17.533807 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:17.540874 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_ufw.rb in the cache.
I, [2017-08-28T15:05:17.549066 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/provider_firewall_windows.rb in the cache.
I, [2017-08-28T15:05:17.555097 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/resource_firewall.rb in the cache.
I, [2017-08-28T15:05:17.561622 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/libraries/resource_firewall_rule.rb in the cache.
I, [2017-08-28T15:05:17.567532 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/recipes/default.rb in the cache.
I, [2017-08-28T15:05:17.574546 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/metadata.json in the cache.
I, [2017-08-28T15:05:17.580898 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/README.md in the cache.
I, [2017-08-28T15:05:17.587059 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/templates/default/ufw/default.erb in the cache.
I, [2017-08-28T15:05:17.593643 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/firewall/recipes/disable_firewall.rb in the cache.
I, [2017-08-28T15:05:17.600961 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/bitbucket.rb in the cache.
I, [2017-08-28T15:05:17.607464 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/default.rb in the cache.
I, [2017-08-28T15:05:17.613368 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/freetds.rb in the cache.
I, [2017-08-28T15:05:17.619467 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/libsass.rb in the cache.
I, [2017-08-28T15:05:17.625733 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/nodejs.rb in the cache.
I, [2017-08-28T15:05:17.632915 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/attributes/ruby.rb in the cache.
I, [2017-08-28T15:05:17.641407 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - firewall (2.6.2)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/README.md in the cache.
I, [2017-08-28T15:05:17.647925 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/metadata.json in the cache.
I, [2017-08-28T15:05:17.655128 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:17.661725 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:17.667907 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/bitbucket.rb in the cache.
I, [2017-08-28T15:05:17.674046 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/freetds_pkg.rb in the cache.
I, [2017-08-28T15:05:17.680250 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/libsass.rb in the cache.
I, [2017-08-28T15:05:17.689540 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/linux_user.rb in the cache.
I, [2017-08-28T15:05:17.695919 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/nodejs.rb in the cache.
I, [2017-08-28T15:05:17.701998 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/pkg_hosts.rb in the cache.
I, [2017-08-28T15:05:17.708437 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/redis.rb in the cache.
I, [2017-08-28T15:05:17.715530 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/ruby.rb in the cache.
I, [2017-08-28T15:05:17.721559 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/recipes/ruby_pkg.rb in the cache.
I, [2017-08-28T15:05:17.728351 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/resources/bitbucket.rb in the cache.
I, [2017-08-28T15:05:17.734209 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/resources/ruby_pkg.rb in the cache.
I, [2017-08-28T15:05:17.741588 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/resources/s3cfg.rb in the cache.
I, [2017-08-28T15:05:17.747659 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/templates/default/freetds.conf.erb in the cache.
I, [2017-08-28T15:05:17.753762 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/templates/default/profile_d_ruby.sh.erb in the cache.
I, [2017-08-28T15:05:17.760260 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/attributes/default.rb in the cache.
I, [2017-08-28T15:05:17.766948 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie/templates/default/s3cfg.erb in the cache.
I, [2017-08-28T15:05:17.772301 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_consul_cluster.sh in the cache.
I, [2017-08-28T15:05:17.779278 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_apt_upgrade in the cache.
I, [2017-08-28T15:05:17.785862 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_consul_service.sh in the cache.
I, [2017-08-28T15:05:17.792052 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_dir_filecount.sh in the cache.
I, [2017-08-28T15:05:17.799059 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_ew_etl_duration.sh in the cache.
I, [2017-08-28T15:05:17.807077 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_eximailqueue.sh in the cache.
I, [2017-08-28T15:05:17.813590 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_mem.pl in the cache.
I, [2017-08-28T15:05:17.819466 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie (0.2.1)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_logfiles in the cache.
I, [2017-08-28T15:05:17.825996 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_mount.pl in the cache.
I, [2017-08-28T15:05:17.834010 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:17.842213 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_nginx.sh in the cache.
I, [2017-08-28T15:05:17.848094 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_pg_streaming_replication in the cache.
I, [2017-08-28T15:05:17.856466 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_rbl in the cache.
I, [2017-08-28T15:05:17.864092 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_redis.py in the cache.
I, [2017-08-28T15:05:17.870425 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_redis.sh in the cache.
I, [2017-08-28T15:05:17.876322 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_redis_master.sh in the cache.
I, [2017-08-28T15:05:17.882503 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_postgres.pl in the cache.
I, [2017-08-28T15:05:17.890065 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_redis_queue_length.sh in the cache.
I, [2017-08-28T15:05:17.896224 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_redis_replication in the cache.
I, [2017-08-28T15:05:17.903696 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_rlec_alert in the cache.
I, [2017-08-28T15:05:17.910229 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_rlec_bdb in the cache.
I, [2017-08-28T15:05:17.916019 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_rlec_node in the cache.
I, [2017-08-28T15:05:17.922033 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_ro_mount.pl in the cache.
I, [2017-08-28T15:05:17.929648 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_schedule_task.sh in the cache.
I, [2017-08-28T15:05:17.935673 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_sidekiq_performance.sh in the cache.
I, [2017-08-28T15:05:17.942716 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_sidekiq_processed.rb in the cache.
I, [2017-08-28T15:05:17.948572 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_sidekiq_rps.rb in the cache.
I, [2017-08-28T15:05:17.955006 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/check_sidekiq_stats.rb in the cache.
I, [2017-08-28T15:05:17.961960 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/email_stub in the cache.
I, [2017-08-28T15:05:17.967669 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/libexec/check_engagement.cfg in the cache.
I, [2017-08-28T15:05:17.974679 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/libexec/check_kb_log_error.cfg in the cache.
I, [2017-08-28T15:05:17.981145 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/libexec/connector_redis_error.cfg in the cache.
I, [2017-08-28T15:05:17.988652 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/libexec/check_nginx_redis_error.cfg in the cache.
I, [2017-08-28T15:05:17.995772 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/rlecdigest.py in the cache.
I, [2017-08-28T15:05:18.001602 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/cassandra.cfg in the cache.
I, [2017-08-28T15:05:18.007355 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/checks/sidekiq_performance.rb in the cache.
I, [2017-08-28T15:05:18.014413 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/connector.cfg in the cache.
I, [2017-08-28T15:05:18.020117 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/consul-server.cfg in the cache.
I, [2017-08-28T15:05:18.026710 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/exim.cfg in the cache.
I, [2017-08-28T15:05:18.032772 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/nginx.cfg in the cache.
I, [2017-08-28T15:05:18.040361 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/files/default/config/puma.cfg in the cache.
I, [2017-08-28T15:05:18.047419 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/metadata.json in the cache.
I, [2017-08-28T15:05:18.053289 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/cassandra.rb in the cache.
I, [2017-08-28T15:05:18.060252 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/README.md in the cache.
I, [2017-08-28T15:05:18.067094 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/connector.rb in the cache.
I, [2017-08-28T15:05:18.073342 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/consul-server.rb in the cache.
I, [2017-08-28T15:05:18.080093 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.085923 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/exim.rb in the cache.
I, [2017-08-28T15:05:18.093134 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/darwin.rb in the cache.
I, [2017-08-28T15:05:18.099241 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/linux.rb in the cache.
I, [2017-08-28T15:05:18.107189 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/nginx.rb in the cache.
I, [2017-08-28T15:05:18.112946 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/puma.rb in the cache.
I, [2017-08-28T15:05:18.118973 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/postgresql.rb in the cache.
I, [2017-08-28T15:05:18.125053 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/rlec.rb in the cache.
I, [2017-08-28T15:05:18.131594 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/sidekiq.rb in the cache.
I, [2017-08-28T15:05:18.137622 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/redis.rb in the cache.
I, [2017-08-28T15:05:18.144927 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/recipes/windows.rb in the cache.
I, [2017-08-28T15:05:18.150526 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/templates/default/pgsql.cfg.erb in the cache.
I, [2017-08-28T15:05:18.157532 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/templates/default/redis.cfg.erb in the cache.
I, [2017-08-28T15:05:18.163297 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/templates/default/nrpe.cfg.erb in the cache.
I, [2017-08-28T15:05:18.169087 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/templates/default/nsc.ini.erb in the cache.
I, [2017-08-28T15:05:18.176603 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-nrpe/templates/default/sidekiq.cfg.erb in the cache.
I, [2017-08-28T15:05:18.182159 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/attributes/default.rb in the cache.
I, [2017-08-28T15:05:18.190265 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/README.md in the cache.
I, [2017-08-28T15:05:18.197984 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:18.203884 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/metadata.json in the cache.
I, [2017-08-28T15:05:18.212095 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/recipes/agent_linux.rb in the cache.
I, [2017-08-28T15:05:18.217992 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/recipes/agent_windows.rb in the cache.
I, [2017-08-28T15:05:18.224279 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.230633 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/templates/default/driver.ini.erb in the cache.
I, [2017-08-28T15:05:18.239097 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-solarwinds/templates/default/solarwinds.list.erb in the cache.
I, [2017-08-28T15:05:18.244854 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie-nrpe (0.2.0)
I, [2017-08-28T15:05:18.250418 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/attributes/default.rb in the cache.
I, [2017-08-28T15:05:18.256445 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/definitions/ssh_authorize_key.rb in the cache.
I, [2017-08-28T15:05:18.263155 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/libraries/resource_helpers.rb in the cache.
I, [2017-08-28T15:05:18.271184 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/libraries/template_helpers.rb in the cache.
I, [2017-08-28T15:05:18.277948 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/README.md in the cache.
I, [2017-08-28T15:05:18.283766 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/templates/default/authorized_keys.erb in the cache.
I, [2017-08-28T15:05:18.290218 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-inventory/metadata.json in the cache.
I, [2017-08-28T15:05:18.295959 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ssh_authorized_keys/metadata.json in the cache.
I, [2017-08-28T15:05:18.302904 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-inventory/README.md in the cache.
I, [2017-08-28T15:05:18.309677 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie-solarwinds (0.1.14)
I, [2017-08-28T15:05:18.315592 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/attributes/default.rb in the cache.
I, [2017-08-28T15:05:18.321792 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/moxie-inventory/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.329089 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:18.334951 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:18.341959 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - ssh_authorized_keys (0.4.0)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/bsd_service.rb in the cache.
I, [2017-08-28T15:05:18.347967 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/metadata.json in the cache.
I, [2017-08-28T15:05:18.355379 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/config.rb in the cache.
I, [2017-08-28T15:05:18.363732 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/README.md in the cache.
I, [2017-08-28T15:05:18.369486 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/cron.rb in the cache.
I, [2017-08-28T15:05:18.376541 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:18.382585 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.390889 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - moxie-inventory (0.1.10)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/delete_validation.rb in the cache.
I, [2017-08-28T15:05:18.396743 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:18.402195 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/init_service.rb in the cache.
I, [2017-08-28T15:05:18.407961 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/launchd_service.rb in the cache.
I, [2017-08-28T15:05:18.413635 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/runit_service.rb in the cache.
I, [2017-08-28T15:05:18.420849 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/smf_service.rb in the cache.
I, [2017-08-28T15:05:18.427598 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/service.rb in the cache.
I, [2017-08-28T15:05:18.434252 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/src_service.rb in the cache.
I, [2017-08-28T15:05:18.440508 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/systemd_service.rb in the cache.
I, [2017-08-28T15:05:18.446174 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/task.rb in the cache.
I, [2017-08-28T15:05:18.453100 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/upstart_service.rb in the cache.
I, [2017-08-28T15:05:18.459984 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/recipes/windows_service.rb in the cache.
I, [2017-08-28T15:05:18.465888 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/resources/scheduled_task.rb in the cache.
I, [2017-08-28T15:05:18.472031 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/client.rb.erb in the cache.
I, [2017-08-28T15:05:18.478007 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/com.chef.chef-client.plist.erb in the cache.
I, [2017-08-28T15:05:18.485060 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/debian/default/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.492428 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/debian/init/chef-client.conf.erb in the cache.
I, [2017-08-28T15:05:18.497961 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/debian/init.d/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.503732 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/fedora/sysconfig/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.510809 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/redhat/init.d/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.516538 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/solaris/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.522446 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/redhat/sysconfig/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.528615 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/solaris/manifest-5.11.xml.erb in the cache.
I, [2017-08-28T15:05:18.535883 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/solaris/manifest.xml.erb in the cache.
I, [2017-08-28T15:05:18.542100 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/suse/init.d/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.547674 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/suse/sysconfig/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.553549 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/sv-chef-client-log-run.erb in the cache.
I, [2017-08-28T15:05:18.559949 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/default/sv-chef-client-run.erb in the cache.
I, [2017-08-28T15:05:18.566353 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/freebsd/chef.erb in the cache.
I, [2017-08-28T15:05:18.732599 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/freebsd/chef-client.erb in the cache.
I, [2017-08-28T15:05:18.738984 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-client/templates/windows/client.service.rb.erb in the cache.
I, [2017-08-28T15:05:18.744898 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/libraries/hint_helpers.rb in the cache.
I, [2017-08-28T15:05:18.750641 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:18.756622 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/libraries/plugin_helpers.rb in the cache.
I, [2017-08-28T15:05:18.763681 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/metadata.json in the cache.
I, [2017-08-28T15:05:18.769428 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/README.md in the cache.
I, [2017-08-28T15:05:18.776241 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.781836 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/resources/hint.rb in the cache.
I, [2017-08-28T15:05:18.787896 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - chef-client (8.1.8)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/ohai/resources/plugin.rb in the cache.
I, [2017-08-28T15:05:18.793685 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-sugar/metadata.json in the cache.
I, [2017-08-28T15:05:18.800658 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:18.806980 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-sugar/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.812839 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/attributes/default.rb in the cache.
I, [2017-08-28T15:05:18.818380 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/files/README in the cache.
I, [2017-08-28T15:05:18.824147 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:18.830596 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/chef-sugar/README.md in the cache.
I, [2017-08-28T15:05:18.836233 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - ohai (5.2.0)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/providers/default.rb in the cache.
I, [2017-08-28T15:05:18.842877 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/metadata.json in the cache.
I, [2017-08-28T15:05:18.848556 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:18.854970 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/README.md in the cache.
I, [2017-08-28T15:05:18.861489 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/resources/default.rb in the cache.
I, [2017-08-28T15:05:18.867124 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/templates/default/sudoer.erb in the cache.
I, [2017-08-28T15:05:18.872857 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/templates/default/sudoers.erb in the cache.
I, [2017-08-28T15:05:18.878725 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - chef-sugar (3.4.0)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/templates/mac_os_x/sudoers.erb in the cache.
I, [2017-08-28T15:05:18.886337 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/attributes/default.rb in the cache.
I, [2017-08-28T15:05:18.896296 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:18.902129 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/files/15update-stamp in the cache.
I, [2017-08-28T15:05:18.908326 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/files/apt-proxy-v2.conf in the cache.
I, [2017-08-28T15:05:18.915348 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:18.922278 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:18.928511 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/recipes/cacher-client.rb in the cache.
I, [2017-08-28T15:05:18.934650 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/recipes/cacher-ng.rb in the cache.
I, [2017-08-28T15:05:18.942700 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.949297 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/metadata.json in the cache.
I, [2017-08-28T15:05:18.954913 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/README.md in the cache.
I, [2017-08-28T15:05:18.961841 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/resources/preference.rb in the cache.
I, [2017-08-28T15:05:18.967911 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/01proxy.erb in the cache.
I, [2017-08-28T15:05:18.974794 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/recipes/unattended-upgrades.rb in the cache.
I, [2017-08-28T15:05:18.980312 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/10dpkg-options.erb in the cache.
I, [2017-08-28T15:05:18.986473 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/sudo/recipes/default.rb in the cache.
I, [2017-08-28T15:05:18.992292 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/10recommends.erb in the cache.
I, [2017-08-28T15:05:18.998884 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/20auto-upgrades.erb in the cache.
I, [2017-08-28T15:05:19.004619 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/unattended-upgrades.seed.erb in the cache.
I, [2017-08-28T15:05:19.011092 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/50unattended-upgrades.erb in the cache.
I, [2017-08-28T15:05:19.017154 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - sudo (3.5.3)[2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/iis/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.023841 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/apt/templates/acng.conf.erb in the cache.
I, [2017-08-28T15:05:19.029521 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/iis/libraries/helper.rb in the cache.
I, [2017-08-28T15:05:19.035534 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/iis/libraries/matcher.rb in the cache.
I, [2017-08-28T15:05:19.041343 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.047156 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:16-07:00] INFO: Storing updated cookbooks/iis/libraries/constants.rb in the cache.
I, [2017-08-28T15:05:19.056451 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/libraries/processors.rb in the cache.
I, [2017-08-28T15:05:19.063201 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/libraries/section_helper.rb in the cache.
I, [2017-08-28T15:05:19.069264 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - apt (6.1.3)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.075528 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_application_initialization.rb in the cache.
I, [2017-08-28T15:05:19.082584 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/README.md in the cache.
I, [2017-08-28T15:05:19.089539 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.095624 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/metadata.json in the cache.
I, [2017-08-28T15:05:19.101254 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_aspnet.rb in the cache.
I, [2017-08-28T15:05:19.108889 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_aspnet45.rb in the cache.
I, [2017-08-28T15:05:19.114890 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_basic.rb in the cache.
I, [2017-08-28T15:05:19.120589 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_digest.rb in the cache.
I, [2017-08-28T15:05:19.126529 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_windows.rb in the cache.
I, [2017-08-28T15:05:19.135058 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_anonymous.rb in the cache.
I, [2017-08-28T15:05:19.140491 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_compress_dynamic.rb in the cache.
I, [2017-08-28T15:05:19.146041 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_compress_static.rb in the cache.
I, [2017-08-28T15:05:19.151966 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_cgi.rb in the cache.
I, [2017-08-28T15:05:19.158178 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_ftp.rb in the cache.
I, [2017-08-28T15:05:19.164781 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_iis6_metabase_compat.rb in the cache.
I, [2017-08-28T15:05:19.174140 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_isapi.rb in the cache.
I, [2017-08-28T15:05:19.185780 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_logging.rb in the cache.
I, [2017-08-28T15:05:19.195320 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_security.rb in the cache.
I, [2017-08-28T15:05:19.203115 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_management.rb in the cache.
I, [2017-08-28T15:05:19.213677 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/mod_tracing.rb in the cache.
I, [2017-08-28T15:05:19.219831 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/recipes/remove_default_site.rb in the cache.
I, [2017-08-28T15:05:19.226283 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/app.rb in the cache.
I, [2017-08-28T15:05:19.233639 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/config.rb in the cache.
I, [2017-08-28T15:05:19.240906 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/module.rb in the cache.
I, [2017-08-28T15:05:19.246623 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/root.rb in the cache.
I, [2017-08-28T15:05:19.252532 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/pool.rb in the cache.
I, [2017-08-28T15:05:19.259743 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/section.rb in the cache.
I, [2017-08-28T15:05:19.265367 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.270877 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/vdir.rb in the cache.
I, [2017-08-28T15:05:19.277325 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/iis/resources/site.rb in the cache.
I, [2017-08-28T15:05:19.283468 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/metadata.json in the cache.
I, [2017-08-28T15:05:19.290436 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/README.md in the cache.
I, [2017-08-28T15:05:19.296260 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.301891 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/recipes/install-msi.rb in the cache.
I, [2017-08-28T15:05:19.307893 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/recipes/install-zip.rb in the cache.
I, [2017-08-28T15:05:19.313776 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/webpi/resources/product.rb in the cache.
I, [2017-08-28T15:05:19.319357 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/libraries/entry.rb in the cache.
I, [2017-08-28T15:05:19.325924 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.331864 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - iis (6.7.2)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:19.338847 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/libraries/manipulator.rb in the cache.
I, [2017-08-28T15:05:19.345334 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/metadata.json in the cache.
I, [2017-08-28T15:05:19.350904 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.358695 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/README.md in the cache.
I, [2017-08-28T15:05:19.365399 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - webpi (4.2.1)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.371254 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/files/dism_features.rb in the cache.
I, [2017-08-28T15:05:19.378221 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/hostsfile/resources/entry.rb in the cache.
I, [2017-08-28T15:05:19.384133 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.391627 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/powershell_helper.rb in the cache.
I, [2017-08-28T15:05:19.397131 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:19.402639 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/windows_helper.rb in the cache.
I, [2017-08-28T15:05:19.408908 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/registry_helper.rb in the cache.
I, [2017-08-28T15:05:19.414868 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/version_helper.rb in the cache.
I, [2017-08-28T15:05:19.421871 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/windows_privileged.rb in the cache.
I, [2017-08-28T15:05:19.428189 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/version.rb in the cache.
I, [2017-08-28T15:05:19.433729 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - hostsfile (3.0.1)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/libraries/wmi_helper.rb in the cache.
I, [2017-08-28T15:05:19.439496 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/metadata.json in the cache.
I, [2017-08-28T15:05:19.446318 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.451811 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/README.md in the cache.
I, [2017-08-28T15:05:19.457822 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.464981 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/auto_run.rb in the cache.
I, [2017-08-28T15:05:19.473275 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/certificate_binding.rb in the cache.
I, [2017-08-28T15:05:19.478827 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/certificate.rb in the cache.
I, [2017-08-28T15:05:19.485698 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/feature.rb in the cache.
I, [2017-08-28T15:05:19.492344 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/feature_dism.rb in the cache.
I, [2017-08-28T15:05:19.498248 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/feature_powershell.rb in the cache.
I, [2017-08-28T15:05:19.504123 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/font.rb in the cache.
I, [2017-08-28T15:05:19.510184 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/feature_servermanagercmd.rb in the cache.
I, [2017-08-28T15:05:19.516671 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/http_acl.rb in the cache.
I, [2017-08-28T15:05:19.522388 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/pagefile.rb in the cache.
I, [2017-08-28T15:05:19.528499 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/path.rb in the cache.
I, [2017-08-28T15:05:19.534237 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/printer.rb in the cache.
I, [2017-08-28T15:05:19.542297 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/printer_port.rb in the cache.
I, [2017-08-28T15:05:19.548153 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/shortcut.rb in the cache.
I, [2017-08-28T15:05:19.553988 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/zipfile.rb in the cache.
I, [2017-08-28T15:05:19.559611 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/share.rb in the cache.
I, [2017-08-28T15:05:19.565900 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/windows/resources/task.rb in the cache.
I, [2017-08-28T15:05:19.571728 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:19.577779 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.583318 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:19.588909 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/metadata.json in the cache.
I, [2017-08-28T15:05:19.594995 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/README.md in the cache.
I, [2017-08-28T15:05:19.600786 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/recipes/cask.rb in the cache.
I, [2017-08-28T15:05:19.607785 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.613396 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - windows (3.1.2)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/recipes/install_formulas.rb in the cache.
I, [2017-08-28T15:05:19.618957 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/recipes/install_casks.rb in the cache.
I, [2017-08-28T15:05:19.624770 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/recipes/install_taps.rb in the cache.
I, [2017-08-28T15:05:19.631596 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/resources/cask.rb in the cache.
I, [2017-08-28T15:05:19.637360 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/homebrew/resources/tap.rb in the cache.
I, [2017-08-28T15:05:19.643985 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.650296 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.657069 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo.tar.gz in the cache.
I, [2017-08-28T15:05:19.662659 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo.tbz in the cache.
I, [2017-08-28T15:05:19.668666 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo.tgz in the cache.
I, [2017-08-28T15:05:19.675095 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo.txz in the cache.
I, [2017-08-28T15:05:19.680999 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo.zip in the cache.
I, [2017-08-28T15:05:19.687461 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - homebrew (4.2.0)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo_sub.zip in the cache.
I, [2017-08-28T15:05:19.693606 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/files/default/foo_sub.tar.gz in the cache.
I, [2017-08-28T15:05:19.699280 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/default.rb in the cache.
I, [2017-08-28T15:05:19.705079 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.711771 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/general_owner.rb in the cache.
I, [2017-08-28T15:05:19.717417 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:19.723600 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/platform_specific_builders.rb in the cache.
I, [2017-08-28T15:05:19.729639 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/resource_defaults.rb in the cache.
I, [2017-08-28T15:05:19.738753 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/resource_deprecations.rb in the cache.
I, [2017-08-28T15:05:19.746494 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/sevenzip_command_builder.rb in the cache.
I, [2017-08-28T15:05:19.752746 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/tar_command_builder.rb in the cache.
I, [2017-08-28T15:05:19.758740 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/windows_owner.rb in the cache.
I, [2017-08-28T15:05:19.767618 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/libraries/unzip_command_builder.rb in the cache.
I, [2017-08-28T15:05:19.774142 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.780649 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/metadata.json in the cache.
I, [2017-08-28T15:05:19.787055 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/README.md in the cache.
I, [2017-08-28T15:05:19.793846 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/templates/default/add_to_path.sh.erb in the cache.
I, [2017-08-28T15:05:19.799282 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/attributes/default.rb in the cache.
I, [2017-08-28T15:05:19.805120 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ark/resources/default.rb in the cache.
I, [2017-08-28T15:05:19.811500 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:19.818476 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:19.824978 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_client_osx.rb in the cache.
I, [2017-08-28T15:05:19.831203 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_client.rb in the cache.
I, [2017-08-28T15:05:19.837570 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_client_package.rb in the cache.
I, [2017-08-28T15:05:19.844269 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_client_source.rb in the cache.
I, [2017-08-28T15:05:19.849858 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_client_windows.rb in the cache.
I, [2017-08-28T15:05:19.855644 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - ark (3.1.0)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_service.rb in the cache.
I, [2017-08-28T15:05:19.862223 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/provider_git_service_xinetd.rb in the cache.
I, [2017-08-28T15:05:19.869187 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:19.875009 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/resource_git_client.rb in the cache.
I, [2017-08-28T15:05:19.882180 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/libraries/resource_git_service.rb in the cache.
I, [2017-08-28T15:05:19.888144 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/metadata.json in the cache.
I, [2017-08-28T15:05:19.894110 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/README.md in the cache.
I, [2017-08-28T15:05:19.901040 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/recipes/default.rb in the cache.
I, [2017-08-28T15:05:19.906553 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/recipes/server.rb in the cache.
I, [2017-08-28T15:05:19.912684 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/recipes/package.rb in the cache.
I, [2017-08-28T15:05:19.918362 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/recipes/source.rb in the cache.
I, [2017-08-28T15:05:20.044081 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/recipes/windows.rb in the cache.
I, [2017-08-28T15:05:20.049222 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/resources/config.rb in the cache.
I, [2017-08-28T15:05:20.054810 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/templates/default/git-xinetd.d.erb in the cache.
I, [2017-08-28T15:05:20.060997 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/templates/default/sv-git-daemon-log-run.erb in the cache.
I, [2017-08-28T15:05:20.066748 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/git/templates/default/sv-git-daemon-run.erb in the cache.
I, [2017-08-28T15:05:20.073473 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.080253 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.087273 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/metadata.json in the cache.
I, [2017-08-28T15:05:20.093955 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/README.md in the cache.
I, [2017-08-28T15:05:20.100120 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/recipes/_windows.rb in the cache.
I, [2017-08-28T15:05:20.107443 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/resources/build_essential.rb in the cache.
I, [2017-08-28T15:05:20.113393 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.119048 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/build-essential/resources/xcode_command_line_tools.rb in the cache.
I, [2017-08-28T15:05:20.124898 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - git (6.1.0)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.131144 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.136668 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.142928 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/metadata.json in the cache.
I, [2017-08-28T15:05:20.148447 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/libraries/recipe_helpers.rb in the cache.
I, [2017-08-28T15:05:20.155070 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/README.md in the cache.
I, [2017-08-28T15:05:20.161109 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/recipes/cacher.rb in the cache.
I, [2017-08-28T15:05:20.166922 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.172695 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - build-essential (8.0.3)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/recipes/deprecated.rb in the cache.
I, [2017-08-28T15:05:20.179683 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/resources/entry.rb in the cache.
I, [2017-08-28T15:05:20.184868 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.190838 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/ssh_known_hosts/templates/ssh_known_hosts.erb in the cache.
I, [2017-08-28T15:05:20.196498 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.202080 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/attributes/packages.rb in the cache.
I, [2017-08-28T15:05:20.208699 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/attributes/npm.rb in the cache.
I, [2017-08-28T15:05:20.214085 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/attributes/repo.rb in the cache.
I, [2017-08-28T15:05:20.220041 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.227457 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/metadata.json in the cache.
I, [2017-08-28T15:05:20.233337 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/libraries/nodejs_helper.rb in the cache.
I, [2017-08-28T15:05:20.239288 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/providers/npm.rb in the cache.
I, [2017-08-28T15:05:20.246526 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/README.md in the cache.
I, [2017-08-28T15:05:20.251986 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - ssh_known_hosts (5.2.1)
I, [2017-08-28T15:05:20.258156 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.265215 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/install.rb in the cache.
I, [2017-08-28T15:05:20.271003 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/iojs.rb in the cache.
I, [2017-08-28T15:05:20.277771 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/nodejs.rb in the cache.
I, [2017-08-28T15:05:20.283304 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/nodejs_from_binary.rb in the cache.
I, [2017-08-28T15:05:20.288822 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/nodejs_from_package.rb in the cache.
I, [2017-08-28T15:05:20.294903 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/nodejs_from_source.rb in the cache.
I, [2017-08-28T15:05:20.301806 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/npm_from_source.rb in the cache.
I, [2017-08-28T15:05:20.307957 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/npm.rb in the cache.
I, [2017-08-28T15:05:20.313480 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/npm_packages.rb in the cache.
I, [2017-08-28T15:05:20.318914 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/recipes/repo.rb in the cache.
I, [2017-08-28T15:05:20.324566 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nodejs/resources/npm.rb in the cache.
I, [2017-08-28T15:05:20.330810 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.336024 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.342005 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/metadata.json in the cache.
I, [2017-08-28T15:05:20.347458 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/README.md in the cache.
I, [2017-08-28T15:05:20.353189 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/recipes/_windows.rb in the cache.
I, [2017-08-28T15:05:20.359489 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.364860 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/perl/resources/cpan_module.rb in the cache.
I, [2017-08-28T15:05:20.370179 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - nodejs (4.0.0)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.376597 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.382294 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.388760 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/README.md in the cache.
I, [2017-08-28T15:05:20.394965 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/_package_install.rb in the cache.
I, [2017-08-28T15:05:20.400490 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/metadata.json in the cache.
I, [2017-08-28T15:05:20.406347 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/_source_nrpe.rb in the cache.
I, [2017-08-28T15:05:20.412721 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - perl (5.1.1)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/_source_install.rb in the cache.
I, [2017-08-28T15:05:20.418015 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/_source_plugins.rb in the cache.
I, [2017-08-28T15:05:20.423734 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/configure.rb in the cache.
I, [2017-08-28T15:05:20.429507 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.435352 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.446421 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/templates/default/nagios-nrpe-server.erb in the cache.
I, [2017-08-28T15:05:20.451767 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/resources/check.rb in the cache.
I, [2017-08-28T15:05:20.457198 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/templates/default/nrpe.cfg.erb in the cache.
I, [2017-08-28T15:05:20.463047 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/nrpe/templates/default/nrpe.service.erb in the cache.
I, [2017-08-28T15:05:20.469215 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.475049 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/cheftie.rb in the cache.
I, [2017-08-28T15:05:20.480397 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/error.rb in the cache.
I, [2017-08-28T15:05:20.485911 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_command_mixin.rb in the cache.
I, [2017-08-28T15:05:20.492750 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/base.rb in the cache.
I, [2017-08-28T15:05:20.497920 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/dummy.rb in the cache.
I, [2017-08-28T15:05:20.503118 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - nrpe (2.0.2)[2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/msi.rb in the cache.
I, [2017-08-28T15:05:20.509062 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/portable_pypy3.rb in the cache.
I, [2017-08-28T15:05:20.514734 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/portable_pypy.rb in the cache.
I, [2017-08-28T15:05:20.521629 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.529874 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/scl.rb in the cache.
I, [2017-08-28T15:05:20.538355 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers/system.rb in the cache.
I, [2017-08-28T15:05:20.544274 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/python_providers.rb in the cache.
I, [2017-08-28T15:05:20.550139 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/pip_requirements.rb in the cache.
I, [2017-08-28T15:05:20.557370 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_execute.rb in the cache.
I, [2017-08-28T15:05:20.563284 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_runtime.rb in the cache.
I, [2017-08-28T15:05:20.569113 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_runtime_pip.rb in the cache.
I, [2017-08-28T15:05:20.575289 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_package.rb in the cache.
I, [2017-08-28T15:05:20.581558 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:17-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_virtualenv.rb in the cache.
I, [2017-08-28T15:05:20.587082 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources.rb in the cache.
I, [2017-08-28T15:05:20.593245 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/resources/python_runtime_test.rb in the cache.
I, [2017-08-28T15:05:20.598996 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/utils.rb in the cache.
I, [2017-08-28T15:05:20.606056 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/version.rb in the cache.
I, [2017-08-28T15:05:20.611890 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python/utils/python_encoder.rb in the cache.
I, [2017-08-28T15:05:20.617320 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/files/halite_gem/poise_python.rb in the cache.
I, [2017-08-28T15:05:20.623663 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/libraries/default.rb in the cache.
I, [2017-08-28T15:05:20.629445 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.635968 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/metadata.json in the cache.
I, [2017-08-28T15:05:20.642043 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.647525 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/definitions/manage.rb in the cache.
I, [2017-08-28T15:05:20.653094 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-python/README.md in the cache.
I, [2017-08-28T15:05:20.659757 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/libraries/helpers.rb in the cache.
I, [2017-08-28T15:05:20.665067 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.670372 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/metadata.json in the cache.
I, [2017-08-28T15:05:20.676493 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/README.md in the cache.
I, [2017-08-28T15:05:20.682327 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.689395 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/resources/d.rb in the cache.
I, [2017-08-28T15:05:20.695900 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - poise-python (1.6.0)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/templates/cron.d.erb in the cache.
I, [2017-08-28T15:05:20.701312 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/templates/cron_manage.erb in the cache.
I, [2017-08-28T15:05:20.706963 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/cron/templates/crontab.erb in the cache.
I, [2017-08-28T15:05:20.713032 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.719903 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.725878 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/libraries/logrotate_config.rb in the cache.
I, [2017-08-28T15:05:20.731351 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/libraries/logrotate_log.rb~ in the cache.
I, [2017-08-28T15:05:20.737090 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.743911 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/README.md in the cache.
I, [2017-08-28T15:05:20.749150 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/metadata.json in the cache.
I, [2017-08-28T15:05:20.754484 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.760752 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - cron (4.1.3)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/recipes/global.rb in the cache.
I, [2017-08-28T15:05:20.766360 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/resources/app.rb in the cache.
I, [2017-08-28T15:05:20.773163 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.779745 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/templates/default/logrotate.erb in the cache.
I, [2017-08-28T15:05:20.785299 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/logrotate/templates/default/logrotate-global.erb in the cache.
I, [2017-08-28T15:05:20.791050 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.796892 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.803832 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/metadata.json in the cache.
I, [2017-08-28T15:05:20.810172 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/providers/archive.rb in the cache.
I, [2017-08-28T15:05:20.815652 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/README.md in the cache.
I, [2017-08-28T15:05:20.821386 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.829430 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/seven_zip/resources/archive.rb in the cache.
I, [2017-08-28T15:05:20.835472 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/dmg/libraries/matchers.rb in the cache.
I, [2017-08-28T15:05:20.842052 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - logrotate (2.2.0)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/dmg/metadata.json in the cache.
I, [2017-08-28T15:05:20.847988 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/dmg/README.md in the cache.
I, [2017-08-28T15:05:20.854300 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.860774 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/dmg/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.866086 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/dmg/resources/package.rb in the cache.
I, [2017-08-28T15:05:20.871386 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel-debuginfo.rb in the cache.
I, [2017-08-28T15:05:20.877476 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - seven_zip (2.0.2)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/default.rb in the cache.
I, [2017-08-28T15:05:20.884412 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel-source.rb in the cache.
I, [2017-08-28T15:05:20.890115 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel-testing-debuginfo.rb in the cache.
I, [2017-08-28T15:05:20.895763 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.901055 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel-testing-source.rb in the cache.
I, [2017-08-28T15:05:20.906654 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel-testing.rb in the cache.
I, [2017-08-28T15:05:20.912799 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - dmg (4.0.0)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/metadata.json in the cache.
I, [2017-08-28T15:05:20.919326 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/attributes/epel.rb in the cache.
I, [2017-08-28T15:05:20.925487 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/README.md in the cache.
I, [2017-08-28T15:05:20.931079 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:20.936855 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/files/default/bash.bat in the cache.
I, [2017-08-28T15:05:20.943432 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/yum-epel/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.948696 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/files/default/custom-upgrade.sh in the cache.
I, [2017-08-28T15:05:20.954082 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/files/default/custom_prefix.sh in the cache.
I, [2017-08-28T15:05:20.960314 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/libraries/_helper.rb in the cache.
I, [2017-08-28T15:05:20.966217 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/metadata.json in the cache.
I, [2017-08-28T15:05:20.972877 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/files/default/pthread.h in the cache.
I, [2017-08-28T15:05:20.980050 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/README.md in the cache.
I, [2017-08-28T15:05:20.985544 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/files/default/time.h in the cache.
I, [2017-08-28T15:05:20.991502 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/recipes/default.rb in the cache.
I, [2017-08-28T15:05:20.998647 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - yum-epel (2.1.2)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/resources/get.rb in the cache.
I, [2017-08-28T15:05:21.004006 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:21.010082 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/resources/msys2_package.rb in the cache.
I, [2017-08-28T15:05:21.015897 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/mingw/resources/tdm_gcc.rb in the cache.
I, [2017-08-28T15:05:21.022550 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/constants.rb in the cache.
I, [2017-08-28T15:05:21.027853 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/delayed_evaluator.rb in the cache.
I, [2017-08-28T15:05:21.033491 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/core.rb in the cache.
I, [2017-08-28T15:05:21.039523 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/recipe.rb in the cache.
I, [2017-08-28T15:05:21.045460 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/universal.rb in the cache.
I, [2017-08-28T15:05:21.050913 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/declare_resource.rb in the cache.
I, [2017-08-28T15:05:21.056939 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/platform_introspection.rb in the cache.
I, [2017-08-28T15:05:21.063650 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - mingw (2.0.1)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/lazy_module_include.rb in the cache.
I, [2017-08-28T15:05:21.068913 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/notifying_block.rb in the cache.
I, [2017-08-28T15:05:21.074896 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:21.080607 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/powershell_out.rb in the cache.
I, [2017-08-28T15:05:21.087817 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/params_validate.rb in the cache.
I, [2017-08-28T15:05:21.094133 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/properties.rb in the cache.
I, [2017-08-28T15:05:21.099653 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_update.rb in the cache.
I, [2017-08-28T15:05:21.105445 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/noop.rb in the cache.
I, [2017-08-28T15:05:21.111367 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/property.rb in the cache.
I, [2017-08-28T15:05:21.117353 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/support/yum_repo.erb in the cache.
I, [2017-08-28T15:05:21.122904 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_repository.rb in the cache.
I, [2017-08-28T15:05:21.129205 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/systemd_unit.rb in the cache.
I, [2017-08-28T15:05:21.135001 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/yum_repository.rb in the cache.
I, [2017-08-28T15:05:21.141947 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider.rb in the cache.
I, [2017-08-28T15:05:21.147418 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/action_class.rb in the cache.
I, [2017-08-28T15:05:21.765816 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_update.rb in the cache.
I, [2017-08-28T15:05:21.773366 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_repository.rb in the cache.
I, [2017-08-28T15:05:21.781400 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/systemd_unit.rb in the cache.
I, [2017-08-28T15:05:21.790371 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/yum_repository.rb in the cache.
I, [2017-08-28T15:05:21.799240 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource.rb in the cache.
I, [2017-08-28T15:05:21.809528 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef.rb in the cache.
I, [2017-08-28T15:05:21.819367 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource_builder.rb in the cache.
I, [2017-08-28T15:05:21.835086 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/mixin/properties.rb in the cache.
I, [2017-08-28T15:05:21.844126 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/exceptions.rb in the cache.
I, [2017-08-28T15:05:21.851310 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/log.rb in the cache.
I, [2017-08-28T15:05:21.860041 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/mixin/params_validate.rb in the cache.
I, [2017-08-28T15:05:21.866001 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/node.rb in the cache.
I, [2017-08-28T15:05:21.871726 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/property.rb in the cache.
I, [2017-08-28T15:05:21.877795 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/provider.rb in the cache.
I, [2017-08-28T15:05:21.886011 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe.rb in the cache.
I, [2017-08-28T15:05:21.893749 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe_hook.rb in the cache.
I, [2017-08-28T15:05:21.901609 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource/lwrp_base.rb in the cache.
I, [2017-08-28T15:05:21.908686 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource.rb in the cache.
I, [2017-08-28T15:05:21.916398 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_builder.rb in the cache.
I, [2017-08-28T15:05:21.923047 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_set.rb in the cache.
I, [2017-08-28T15:05:21.930098 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_list.rb in the cache.
I, [2017-08-28T15:05:21.936214 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection.rb in the cache.
I, [2017-08-28T15:05:21.943834 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/runner.rb in the cache.
I, [2017-08-28T15:05:21.951039 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef.rb in the cache.
I, [2017-08-28T15:05:21.966162 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches.rb in the cache.
I, [2017-08-28T15:05:21.972342 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/run_context.rb in the cache.
I, [2017-08-28T15:05:21.983731 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/property.rb in the cache.
I, [2017-08-28T15:05:21.990651 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/recipe.rb in the cache.
I, [2017-08-28T15:05:21.998111 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource/lwrp_base.rb in the cache.
I, [2017-08-28T15:05:22.006273 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource.rb in the cache.
I, [2017-08-28T15:05:22.015423 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_upstream_version.rb in the cache.
I, [2017-08-28T15:05:22.024025 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/files/lib/compat_resource.rb in the cache.
I, [2017-08-28T15:05:22.033315 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/libraries/autoload.rb in the cache.
I, [2017-08-28T15:05:22.040980 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/metadata.json in the cache.
I, [2017-08-28T15:05:22.048216 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/compat_resource/README.md in the cache.
I, [2017-08-28T15:05:22.054921 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/backports/not_passed.rb in the cache.
I, [2017-08-28T15:05:22.062841 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/backports/verify_path.rb in the cache.
I, [2017-08-28T15:05:22.068687 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/backports.rb in the cache.
I, [2017-08-28T15:05:22.075724 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/error.rb in the cache.
I, [2017-08-28T15:05:22.083682 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/defined_in.rb in the cache.
I, [2017-08-28T15:05:22.093128 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - compat_resource (12.19.0)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/fused.rb in the cache.
I, [2017-08-28T15:05:22.099640 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/chefspec_matchers.rb in the cache.
I, [2017-08-28T15:05:22.105542 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/include_recipe.rb in the cache.
I, [2017-08-28T15:05:22.112412 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/inversion/options_provider.rb in the cache.
I, [2017-08-28T15:05:22.119975 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:22.127850 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/inversion/options_resource.rb in the cache.
I, [2017-08-28T15:05:22.133639 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/lazy_default.rb in the cache.
I, [2017-08-28T15:05:22.139983 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/notifying_block.rb in the cache.
I, [2017-08-28T15:05:22.146817 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/inversion.rb in the cache.
I, [2017-08-28T15:05:22.153801 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/lwrp_polyfill.rb in the cache.
I, [2017-08-28T15:05:22.160233 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/option_collector.rb in the cache.
I, [2017-08-28T15:05:22.166245 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/resource_cloning.rb in the cache.
I, [2017-08-28T15:05:22.172597 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/resource_name.rb in the cache.
I, [2017-08-28T15:05:22.180497 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/resource_subclass.rb in the cache.
I, [2017-08-28T15:05:22.186252 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/subcontext_block.rb in the cache.
I, [2017-08-28T15:05:22.193838 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/subresources/default_containers.rb in the cache.
I, [2017-08-28T15:05:22.202098 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/subresources.rb in the cache.
I, [2017-08-28T15:05:22.209878 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/subresources/child.rb in the cache.
I, [2017-08-28T15:05:22.215782 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/template_content.rb in the cache.
I, [2017-08-28T15:05:22.221953 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/subresources/container.rb in the cache.
I, [2017-08-28T15:05:22.228860 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers/win32_user.rb in the cache.
I, [2017-08-28T15:05:22.235105 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/helpers.rb in the cache.
I, [2017-08-28T15:05:22.243605 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/resource.rb in the cache.
I, [2017-08-28T15:05:22.249831 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/provider.rb in the cache.
I, [2017-08-28T15:05:22.256207 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/subcontext/resource_collection.rb in the cache.
I, [2017-08-28T15:05:22.263358 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/subcontext/runner.rb in the cache.
I, [2017-08-28T15:05:22.270662 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/subcontext.rb in the cache.
I, [2017-08-28T15:05:22.278323 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/utils/resource_provider_mixin.rb in the cache.
I, [2017-08-28T15:05:22.284751 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/utils/shell_out.rb in the cache.
I, [2017-08-28T15:05:22.291754 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/utils/win32.rb in the cache.
I, [2017-08-28T15:05:22.298106 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/utils.rb in the cache.
I, [2017-08-28T15:05:22.305394 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise/version.rb in the cache.
I, [2017-08-28T15:05:22.313791 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/files/halite_gem/poise.rb in the cache.
I, [2017-08-28T15:05:22.319398 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/libraries/default.rb in the cache.
I, [2017-08-28T15:05:22.333653 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/metadata.json in the cache.
I, [2017-08-28T15:05:22.339188 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/command.rb in the cache.
I, [2017-08-28T15:05:22.345758 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/error.rb in the cache.
I, [2017-08-28T15:05:22.351544 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/scl/mixin.rb in the cache.
I, [2017-08-28T15:05:22.357719 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/scl/resource.rb in the cache.
I, [2017-08-28T15:05:22.365052 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise/README.md in the cache.
I, [2017-08-28T15:05:22.370908 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/command/mixin.rb in the cache.
I, [2017-08-28T15:05:22.377715 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/scl.rb in the cache.
I, [2017-08-28T15:05:22.384257 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/static/mixin.rb in the cache.
I, [2017-08-28T15:05:22.392649 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/static/resource.rb in the cache.
I, [2017-08-28T15:05:22.398065 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/static.rb in the cache.
I, [2017-08-28T15:05:22.404947 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/system/mixin.rb in the cache.
I, [2017-08-28T15:05:22.411384 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - poise (2.8.1)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/system.rb in the cache.
I, [2017-08-28T15:05:22.417960 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/system/resource.rb in the cache.
I, [2017-08-28T15:05:22.425122 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/utils/which.rb in the cache.
I, [2017-08-28T15:05:22.430809 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:22.436383 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/utils.rb in the cache.
I, [2017-08-28T15:05:22.442258 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages/version.rb in the cache.
I, [2017-08-28T15:05:22.448832 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/libraries/default.rb in the cache.
I, [2017-08-28T15:05:22.457828 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/files/halite_gem/poise_languages.rb in the cache.
I, [2017-08-28T15:05:22.464899 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/metadata.json in the cache.
I, [2017-08-28T15:05:22.470530 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-languages/README.md in the cache.
I, [2017-08-28T15:05:22.476470 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/attributes/default.rb in the cache.
I, [2017-08-28T15:05:22.483614 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/base.rb in the cache.
I, [2017-08-28T15:05:22.489421 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/gnu_tar.rb in the cache.
I, [2017-08-28T15:05:22.495886 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/seven_zip.rb in the cache.
I, [2017-08-28T15:05:22.501732 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/tar.rb in the cache.
I, [2017-08-28T15:05:22.508011 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/zip.rb in the cache.
I, [2017-08-28T15:05:22.517083 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: - poise-languages (2.1.1)[2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers.rb in the cache.
I, [2017-08-28T15:05:22.525312 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/LICENSE in the cache.
I, [2017-08-28T15:05:22.531727 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/constants.rb in the cache.
I, [2017-08-28T15:05:22.539648 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:05:22.547229 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/crc.rb in the cache.
I, [2017-08-28T15:05:22.554289 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/input_data.rb in the cache.
I, [2017-08-28T15:05:22.563644 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/output_data.rb in the cache.
I, [2017-08-28T15:05:22.569521 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2.rb in the cache.
I, [2017-08-28T15:05:22.577159 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/cheftie.rb in the cache.
I, [2017-08-28T15:05:22.583323 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/bzip2/decompressor.rb in the cache.
I, [2017-08-28T15:05:22.590157 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/resources/poise_archive.rb in the cache.
I, [2017-08-28T15:05:22.597544 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/resources.rb in the cache.
I, [2017-08-28T15:05:22.605902 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive/version.rb in the cache.
I, [2017-08-28T15:05:22.612974 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/files/halite_gem/poise_archive.rb in the cache.
I, [2017-08-28T15:05:22.618691 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/libraries/default.rb in the cache.
I, [2017-08-28T15:05:22.626072 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/metadata.json in the cache.
I, [2017-08-28T15:05:22.633393 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T15:05:18-07:00] INFO: Storing updated cookbooks/poise-archive/README.md in the cache.
I, [2017-08-28T15:05:22.640477 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   - poise-archive (1.5.0)
I, [2017-08-28T15:05:22.646848 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Installing Cookbook Gems:
I, [2017-08-28T15:05:22.652995 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Compiling Cookbooks...

Snipping part of the runlist to avoid sanitizing it:

I, [2017-08-28T15:10:56.782850 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Recipe: moxie-kb-win::responsive_portal
I, [2017-08-28T15:10:56.788412 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:   * iis_site[ResponsivePortal] action restart[2017-08-28T22:10:54+00:00] INFO: Processing iis_site[ResponsivePortal] action restart (moxie-kb-win::responsive_portal line 33)
I, [2017-08-28T15:10:56.795028 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:54+00:00] ERROR: rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.
I, [2017-08-28T15:10:56.800225 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Please see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'
I, [2017-08-28T15:10:56.805516 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.811351 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.817075 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ================================================================================
I, [2017-08-28T15:10:56.822934 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     Error executing action `restart` on resource 'iis_site[ResponsivePortal]'
I, [2017-08-28T15:10:56.829281 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ================================================================================
I, [2017-08-28T15:10:56.834874 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.840528 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     Chef::Exceptions::DeprecatedFeatureError
I, [2017-08-28T15:10:56.847073 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ----------------------------------------
I, [2017-08-28T15:10:56.852763 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:56.858183 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.863148 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     Resource Declaration:
I, [2017-08-28T15:10:56.868830 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ---------------------
I, [2017-08-28T15:10:56.875465 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     # In C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/moxie-kb-win/recipes/responsive_portal.rb
I, [2017-08-28T15:10:56.880710 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.886048 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      33: iis_site 'ResponsivePortal' do
I, [2017-08-28T15:10:56.891593 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      34:   application_pool 'ResponsivePortalPool'
I, [2017-08-28T15:10:56.898169 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      35:   protocol :http
I, [2017-08-28T15:10:56.903294 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      36:   port 83
I, [2017-08-28T15:10:56.908554 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      37:   path "#{kb_programs_path}\\knowledgebase\\applicationprogram\\ui\\http\\ResponsivePortal"
I, [2017-08-28T15:10:56.914252 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      38:   bindings 'http://*:83'
I, [2017-08-28T15:10:56.919878 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      39:   action :add
I, [2017-08-28T15:10:56.926316 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      40: end
I, [2017-08-28T15:10:56.931478 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:      41: 
I, [2017-08-28T15:10:56.936676 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.942235 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     Compiled Resource:
I, [2017-08-28T15:10:56.948714 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ------------------
I, [2017-08-28T15:10:56.953913 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     # Declared in C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/moxie-kb-win/recipes/responsive_portal.rb:33:in `from_file'
I, [2017-08-28T15:10:56.959151 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:56.964378 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     iis_site("ResponsivePortal") do
I, [2017-08-28T15:10:56.969758 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       action [:add]
I, [2017-08-28T15:10:56.975478 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       updated true
I, [2017-08-28T15:10:56.981908 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       default_guard_interpreter :default
I, [2017-08-28T15:10:56.987117 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       declared_type :iis_site
I, [2017-08-28T15:10:56.992359 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       cookbook_name "moxie-kb-win"
I, [2017-08-28T15:10:56.997690 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       recipe_name "responsive_portal"
I, [2017-08-28T15:10:57.003116 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       application_pool "ResponsivePortalPool"
I, [2017-08-28T15:10:57.008722 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       protocol :http
I, [2017-08-28T15:10:57.014988 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       port 83
I, [2017-08-28T15:10:57.020480 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       path "C:\\Knowledgebase.Net\\knowledgebase\\applicationprogram\\ui\\http\\ResponsivePortal"
I, [2017-08-28T15:10:57.025933 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       bindings "http://*:83"
I, [2017-08-28T15:10:57.032378 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       site_name "ResponsivePortal"
I, [2017-08-28T15:10:57.038149 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       log_directory "C:\\inetpub\\logs\\LogFiles"
I, [2017-08-28T15:10:57.044951 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:       appcmd "C:\\Windows\\System32\\inetsrv\\appcmd.exe"
I, [2017-08-28T15:10:57.051131 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     end
I, [2017-08-28T15:10:57.056973 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:57.062924 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     System Info:
I, [2017-08-28T15:10:57.069051 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ------------
I, [2017-08-28T15:10:57.075003 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     chef_version=13.3.42
I, [2017-08-28T15:10:57.080631 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     platform=windows
I, [2017-08-28T15:10:57.086022 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     platform_version=6.3.9600
I, [2017-08-28T15:10:57.091874 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     ruby=ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32]
I, [2017-08-28T15:10:57.098559 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     program_name=C:/opscode/chef/bin/chef-solo
I, [2017-08-28T15:10:57.105251 #62072]  INFO -- moxie-kb-win-win-kb-dev-base:     executable=C:/opscode/chef/bin/chef-solo
I, [2017-08-28T15:10:57.110621 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:57.116066 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
I, [2017-08-28T15:10:57.121601 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Running handlers:
I, [2017-08-28T15:10:57.128116 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:55+00:00] ERROR: Running exception handlers
I, [2017-08-28T15:10:57.133403 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Running handlers complete
I, [2017-08-28T15:10:57.138654 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:55+00:00] ERROR: Exception handlers complete
I, [2017-08-28T15:10:57.144201 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: Chef Client failed. 204 resources updated in 05 minutes 48 seconds
I, [2017-08-28T15:10:57.149967 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:55+00:00] FATAL: Stacktrace dumped to C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/chef-stacktrace.out
I, [2017-08-28T15:10:57.155798 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:55+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
I, [2017-08-28T15:10:57.161999 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: [2017-08-28T22:10:55+00:00] FATAL: Chef::Exceptions::MultipleFailures: Multiple failures occurred:
I, [2017-08-28T15:10:57.167391 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: * Chef::Exceptions::DeprecatedFeatureError occurred in delayed notification: iis_site[ClientPortal] (moxie-kb-win::admin line 23) had an error: Chef::Exceptions::DeprecatedFeatureError: "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:57.173189 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: * Chef::Exceptions::DeprecatedFeatureError occurred in delayed notification: iis_site[RestAPI] (moxie-kb-win::ps4_portal line 18) had an error: Chef::Exceptions::DeprecatedFeatureError: "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:57.182971 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: * Chef::Exceptions::DeprecatedFeatureError occurred in delayed notification: iis_site[KBPortal] (moxie-kb-win::ps4_portal line 51) had an error: Chef::Exceptions::DeprecatedFeatureError: "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:57.214346 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: * Chef::Exceptions::DeprecatedFeatureError occurred in delayed notification: iis_site[KBWebService] (moxie-kb-win::ps4_portal line 104) had an error: Chef::Exceptions::DeprecatedFeatureError: "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:57.219534 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: * Chef::Exceptions::DeprecatedFeatureError occurred in delayed notification: iis_site[ResponsivePortal] (moxie-kb-win::responsive_portal line 33) had an error: Chef::Exceptions::DeprecatedFeatureError: "rename running to current_resource.running (CHEF-19)C:/Users/ADMINI~1/AppData/Local/Temp/kitchen/cache/cookbooks/iis/resources/site.rb:166:in `block (2 levels) in class_from_file'.\nPlease see https://docs.chef.io/deprecations_namespace_collisions.html for further details and information on how to correct this problem. at C:/opscode/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.3.42-universal-mingw32/lib/chef/formatters/doc.rb:419:in `deprecation'"
I, [2017-08-28T15:10:57.225019 #62072]  INFO -- moxie-kb-win-win-kb-dev-base: 
E, [2017-08-28T15:10:57.393757 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: Converge failed on instance <moxie-kb-win-win-kb-dev-base>.
E, [2017-08-28T15:10:57.396861 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ------Exception-------
E, [2017-08-28T15:10:57.399286 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: Class: Kitchen::ActionFailed
E, [2017-08-28T15:10:57.401687 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: Message: WinRM exited (1) for command: [$env:TEST_KITCHEN = "1"
$env:PATH = try {
[System.Environment]::GetEnvironmentVariable('PATH','Machine')
} catch { $env:PATH }

& $env:systemdrive\opscode\chef\bin\chef-solo.bat --config $env:TEMP\kitchen\solo.rb --log_level info --no-color --json-attributes $env:TEMP\kitchen\dna.json  --force-formatter ; exit $LastExitCode]
E, [2017-08-28T15:10:57.404033 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ----------------------
E, [2017-08-28T15:10:57.406440 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ------Backtrace-------
E, [2017-08-28T15:10:57.408763 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/provisioner/base.rb:83:in `rescue in call'
E, [2017-08-28T15:10:57.411126 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/provisioner/base.rb:86:in `call'
E, [2017-08-28T15:10:57.413452 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:384:in `block in converge_action'
E, [2017-08-28T15:10:57.416003 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:527:in `synchronize_or_call'
E, [2017-08-28T15:10:57.418770 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:489:in `block in action'
E, [2017-08-28T15:10:57.421104 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/2.4.0/benchmark.rb:293:in `measure'
E, [2017-08-28T15:10:57.423469 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:488:in `action'
E, [2017-08-28T15:10:57.425868 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:380:in `converge_action'
E, [2017-08-28T15:10:57.428399 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:359:in `block in transition_to'
E, [2017-08-28T15:10:57.431323 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:358:in `each'
E, [2017-08-28T15:10:57.434662 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:358:in `transition_to'
E, [2017-08-28T15:10:57.437432 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:157:in `verify'
E, [2017-08-28T15:10:57.439849 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:186:in `block in test'
E, [2017-08-28T15:10:57.442428 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/2.4.0/benchmark.rb:293:in `measure'
E, [2017-08-28T15:10:57.444805 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:182:in `test'
E, [2017-08-28T15:10:57.447158 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:197:in `public_send'
E, [2017-08-28T15:10:57.449506 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:197:in `run_action_in_thread'
E, [2017-08-28T15:10:57.451995 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action'
E, [2017-08-28T15:10:57.454350 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
E, [2017-08-28T15:10:57.456731 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ----End Backtrace-----
E, [2017-08-28T15:10:57.459076 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ---Nested Exception---
E, [2017-08-28T15:10:57.461427 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: Class: Kitchen::Transport::WinrmFailed
E, [2017-08-28T15:10:57.464012 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: Message: WinRM exited (1) for command: [$env:TEST_KITCHEN = "1"
$env:PATH = try {
[System.Environment]::GetEnvironmentVariable('PATH','Machine')
} catch { $env:PATH }

& $env:systemdrive\opscode\chef\bin\chef-solo.bat --config $env:TEMP\kitchen\solo.rb --log_level info --no-color --json-attributes $env:TEMP\kitchen\dna.json  --force-formatter ; exit $LastExitCode]
E, [2017-08-28T15:10:57.466496 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ----------------------
E, [2017-08-28T15:10:57.468975 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ------Backtrace-------
E, [2017-08-28T15:10:57.471395 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/provisioner/base.rb:83:in `rescue in call'
E, [2017-08-28T15:10:57.473806 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/provisioner/base.rb:86:in `call'
E, [2017-08-28T15:10:57.476198 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:384:in `block in converge_action'
E, [2017-08-28T15:10:57.478604 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:527:in `synchronize_or_call'
E, [2017-08-28T15:10:57.480962 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:489:in `block in action'
E, [2017-08-28T15:10:57.483344 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/2.4.0/benchmark.rb:293:in `measure'
E, [2017-08-28T15:10:57.485853 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:488:in `action'
E, [2017-08-28T15:10:57.488232 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:380:in `converge_action'
E, [2017-08-28T15:10:57.490628 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:359:in `block in transition_to'
E, [2017-08-28T15:10:57.493024 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:358:in `each'
E, [2017-08-28T15:10:57.495441 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:358:in `transition_to'
E, [2017-08-28T15:10:57.497858 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:157:in `verify'
E, [2017-08-28T15:10:57.500197 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:186:in `block in test'
E, [2017-08-28T15:10:57.502557 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/2.4.0/benchmark.rb:293:in `measure'
E, [2017-08-28T15:10:57.504918 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/instance.rb:182:in `test'
E, [2017-08-28T15:10:57.507283 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:197:in `public_send'
E, [2017-08-28T15:10:57.509667 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:197:in `run_action_in_thread'
E, [2017-08-28T15:10:57.512019 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/test-kitchen-1.16.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action'
E, [2017-08-28T15:10:57.514372 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
E, [2017-08-28T15:10:57.516720 #62072] ERROR -- moxie-kb-win-win-kb-dev-base: ----End Backtrace-----
jasmeralia commented 7 years ago

Seems like the code path that's throwing the deprecation might only be getting triggered by notifications?

tas50 commented 7 years ago

This warning has been resolved with #394. There may be more so feel free to open this back up if you're still having issues