sous-chefs / iis

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

Error: Processing windows_feature[IIS-WebServerRole] action install (iis::default line 25) [BUG] Segmentation fault #239

Closed hounddog22030 closed 8 years ago

hounddog22030 commented 8 years ago

I am receiving an error during the iis install.

I am using chef-client in local mode.

I have packaged my cookbooks using Berks.

Berks is pulling in the following cookbooks (all are set for version : ">= 0.0.0") : chef_handler dotnetframework iis s3_file (probably from my own cookbooks) windows

The log is as below.

This was working and all of sudden is not working and it's going against the same AMI (in EC2)

I can't find that any of the above cookbooks have been recently published.

Any thought on what I should look at next?

2016-01-12 22:30:39,292 [DEBUG] CloudFormation client initialized with endpoint https://cloudformation.us-east-1.amazonaws.com 2016-01-12 22:30:39,292 [DEBUG] Describing resource workstation in stack arn:aws:cloudformation:us-east-1:570182474766:stack/Stack6f3746db-0522-4e4f-98a5-b39a26f890bb/12f90b10-b933-11e5-a160-5044334e0ab3 2016-01-12 22:30:39,744 [INFO] -----------------------Starting build----------------------- 2016-01-12 22:30:40,119 [DEBUG] Creating Scheduled Task for cfn-init resume 2016-01-12 22:30:40,151 [DEBUG] Scheduled Task created 2016-01-12 22:30:40,151 [INFO] Running configSets: config, InstallChefConfigSet, finalizeConfigSet 2016-01-12 22:30:40,151 [INFO] Running configSet config 2016-01-12 22:30:40,167 [INFO] Running config setup 2016-01-12 22:30:40,167 [DEBUG] No packages specified 2016-01-12 22:30:40,167 [DEBUG] No groups specified 2016-01-12 22:30:40,167 [DEBUG] No users specified 2016-01-12 22:30:40,167 [DEBUG] No sources specified 2016-01-12 22:30:40,167 [DEBUG] Writing content to c:\cfn\cfn-hup.conf 2016-01-12 22:30:40,167 [DEBUG] No mode specified for c:\cfn\cfn-hup.conf 2016-01-12 22:30:40,167 [WARNING] Unsupported OS for setting owner/group: nt 2016-01-12 22:30:40,167 [DEBUG] Parent directory c:\cfn\hooks.d does not exist, creating 2016-01-12 22:30:40,167 [DEBUG] Writing content to c:\cfn\hooks.d\cfn-auto-reloader.conf 2016-01-12 22:30:40,167 [DEBUG] No mode specified for c:\cfn\hooks.d\cfn-auto-reloader.conf 2016-01-12 22:30:40,167 [WARNING] Unsupported OS for setting owner/group: nt 2016-01-12 22:30:40,167 [DEBUG] No commands specified 2016-01-12 22:30:40,167 [DEBUG] Starting service cfn-hup as it is not running 2016-01-12 22:30:40,433 [INFO] Running config rename 2016-01-12 22:30:40,433 [DEBUG] No packages specified 2016-01-12 22:30:40,433 [DEBUG] No groups specified 2016-01-12 22:30:40,433 [DEBUG] No users specified 2016-01-12 22:30:40,433 [DEBUG] No sources specified 2016-01-12 22:30:40,433 [DEBUG] No files specified 2016-01-12 22:30:40,447 [DEBUG] No services specified 2016-01-12 22:30:40,447 [DEBUG] Running command 1-execute-powershell-script-RenameComputer 2016-01-12 22:30:40,447 [DEBUG] Running test for command 1-execute-powershell-script-RenameComputer 2016-01-12 22:30:40,463 [DEBUG] Test command output: 2016-01-12 22:30:40,463 [DEBUG] Test for command 1-execute-powershell-script-RenameComputer passed 2016-01-12 22:30:55,510 [INFO] Command 1-execute-powershell-script-RenameComputer succeeded 2016-01-12 22:30:55,510 [DEBUG] Command 1-execute-powershell-script-RenameComputer output: 2016-01-12 22:30:55,510 [INFO] Waiting indefinitely for command to reboot 2016-01-12 22:32:47,082 [DEBUG] Starting resume 2016-01-12 22:32:47,160 [DEBUG] Creating Scheduled Task for cfn-init resume 2016-01-12 22:32:47,160 [DEBUG] Scheduled task already exists; not updating 2016-01-12 22:32:47,346 [DEBUG] Resuming config: join 2016-01-12 22:32:47,410 [INFO] Running config join 2016-01-12 22:32:47,471 [DEBUG] No packages specified 2016-01-12 22:32:47,471 [DEBUG] No groups specified 2016-01-12 22:32:47,471 [DEBUG] No users specified 2016-01-12 22:32:47,471 [DEBUG] No sources specified 2016-01-12 22:32:47,471 [DEBUG] No files specified 2016-01-12 22:32:47,596 [DEBUG] No services specified 2016-01-12 22:32:47,721 [DEBUG] Running command a-set-dns-servers 2016-01-12 22:32:47,832 [DEBUG] Running test for command a-set-dns-servers 2016-01-12 22:32:47,894 [DEBUG] Test command output: 2016-01-12 22:32:47,894 [DEBUG] Test for command a-set-dns-servers passed 2016-01-12 22:32:56,582 [INFO] Command a-set-dns-servers succeeded 2016-01-12 22:32:56,582 [DEBUG] Command a-set-dns-servers output: 2016-01-12 22:32:56,707 [DEBUG] Running command b-join-domain 2016-01-12 22:32:56,769 [DEBUG] Running test for command b-join-domain 2016-01-12 22:32:56,769 [DEBUG] Test command output: 2016-01-12 22:32:56,769 [DEBUG] Test for command b-join-domain passed 2016-01-12 22:35:09,186 [DEBUG] Starting resume 2016-01-12 22:35:11,306 [DEBUG] Creating Scheduled Task for cfn-init resume 2016-01-12 22:35:11,306 [DEBUG] Scheduled task already exists; not updating 2016-01-12 22:35:11,431 [DEBUG] Resuming configSets: deque(['InstallChefConfigSet', 'finalizeConfigSet']) 2016-01-12 22:35:11,634 [INFO] Running configSets: InstallChefConfigSet, finalizeConfigSet 2016-01-12 22:35:11,775 [INFO] Running configSet InstallChefConfigSet 2016-01-12 22:35:11,900 [INFO] Running config InstallChefConfig 2016-01-12 22:35:50,319 [DEBUG] Installing chef via MSI 2016-01-12 22:38:42,591 [INFO] Installed chef successfully 2016-01-12 22:38:42,591 [DEBUG] No groups specified 2016-01-12 22:38:42,591 [DEBUG] No users specified 2016-01-12 22:38:42,591 [WARNING] Falling back to Signature Version 2 as no region was specified in S3 URL 2016-01-12 22:38:43,246 [DEBUG] Treating https://gtbb.s3.amazonaws.com/cookbooks-1452606274.tar.gz as a tarball 2016-01-12 22:38:43,246 [DEBUG] Checking to ensure that all archive members fall under path c:\chef\ 2016-01-12 22:38:43,292 [DEBUG] Expanding https://gtbb.s3.amazonaws.com/cookbooks-1452606274.tar.gz into c:\chef\ 2016-01-12 22:39:06,956 [DEBUG] Treating https://download.sysinternals.com/files/PSTools.zip as a zip archive 2016-01-12 22:39:06,970 [DEBUG] Checking to ensure that all archive members fall under path c:\tools\pstools\ 2016-01-12 22:39:06,970 [DEBUG] Expanding https://download.sysinternals.com/files/PSTools.zip into c:\tools\pstools\ 2016-01-12 22:39:07,003 [DEBUG] Writing content to c:\chef\client.rb 2016-01-12 22:39:07,003 [DEBUG] No mode specified for c:\chef\client.rb 2016-01-12 22:39:07,003 [WARNING] Unsupported OS for setting owner/group: nt 2016-01-12 22:39:07,003 [DEBUG] Writing content to c:\chef\node.json 2016-01-12 22:39:07,003 [DEBUG] Content will be serialized as a JSON structure 2016-01-12 22:39:07,003 [DEBUG] No mode specified for c:\chef\node.json 2016-01-12 22:39:07,003 [WARNING] Unsupported OS for setting owner/group: nt 2016-01-12 22:39:07,190 [DEBUG] No services specified 2016-01-12 22:39:07,252 [DEBUG] Running command VisualStudio 2016-01-12 22:39:07,252 [DEBUG] Running test for command VisualStudio 2016-01-12 22:39:07,329 [DEBUG] Test command output: 2016-01-12 22:39:07,329 [DEBUG] Test for command VisualStudio passed 2016-01-12 22:43:09,022 [ERROR] Command VisualStudio (C:\opscode\chefdk\bin\chef-client.bat --runlist 'recipe[VisualStudio]') failed 2016-01-12 22:43:09,022 [DEBUG] Command VisualStudio output: [2016-01-12T22:39:35+00:00] INFO: Started chef-zero at http://localhost:8889 with repository at c:/chef One version per cookbook

[2016-01-12T22:39:40+00:00] INFO: * Chef 12.0.3 * [2016-01-12T22:39:40+00:00] INFO: Chef-client pid: 2120 [2016-01-12T22:40:51+00:00] INFO: HTTP Request Returned 404 Not Found : Object not found: http://localhost:8889/nodes/workstation.prime.getthebuybox.com [2016-01-12T22:40:51+00:00] INFO: Setting the run_list to [#<Chef::RunList::RunListItem:0x3fd2108 @version=nil, @type=:recipe, @name="VisualStudio">] from CLI options [2016-01-12T22:40:51+00:00] INFO: Run List is [recipe[VisualStudio]] [2016-01-12T22:40:51+00:00] INFO: Run List expands to [VisualStudio] [2016-01-12T22:40:51+00:00] INFO: Starting Chef Run for workstation.prime.getthebuybox.com [2016-01-12T22:40:51+00:00] INFO: Running start handlers [2016-01-12T22:40:51+00:00] INFO: Start handlers complete. [2016-01-12T22:40:51+00:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/workstation.prime.getthebuybox.com/runs [2016-01-12T22:40:54+00:00] INFO: Loading cookbooks [VisualStudio@0.1.0, iis@4.1.5, SQL2014@0.1.0, Resharper@0.1.0, AWS4VisualStudio@0.1.0, windows@1.39.0, DotNet35@0.1.0, s3_file@2.6.6, chef_handler@1.2.0] [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/files/AdminDeployment.xml in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/attributes/default.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/recipes/default.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/config.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/app.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/README.md in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/metadata.json in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/chefignore in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/VisualStudio/.kitchen.yml in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/module.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/providers/module.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/providers/config.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/pool.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/section.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/site.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/vdir.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/providers/app.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/providers/pool.rb in the cache. [2016-01-12T22:40:55+00:00] INFO: Storing updated cookbooks/iis/resources/root.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/providers/root.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_anonymous.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_aspnet45.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_aspnet.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_application_initialization.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/providers/vdir.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/providers/site.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/providers/section.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/default.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_basic.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_digest.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_management.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_logging.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_isapi.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_iis6_metabase_compat.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_ftp.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_compress_static.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_compress_dynamic.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_cgi.rb in the cache. [2016-01-12T22:40:56+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_auth_windows.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_security.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/CHANGELOG.md in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/attributes/default.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/libraries/processors.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/libraries/matcher.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/libraries/helper.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/recipes/remove_default_site.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/recipes/mod_tracing.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/metadata.json in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/iis/README.md in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/Resharper/recipes/default.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/README.md in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/metadata.json in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/cookbooks-1452205868.tar.gz in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/chefignore in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/.kitchen.yml in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/attributes/default.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/recipes/express.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/SQL2014/recipes/default.rb in the cache. [2016-01-12T22:40:57+00:00] INFO: Storing updated cookbooks/Resharper/.kitchen.yml in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/AWS4VisualStudio/README.md in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/AWS4VisualStudio/metadata.json in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/AWS4VisualStudio/chefignore in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/AWS4VisualStudio/.kitchen.yml in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/AWS4VisualStudio/recipes/default.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/Resharper/README.md in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/Resharper/metadata.json in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/Resharper/chefignore in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/auto_run.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/path.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/pagefile.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/certificate.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/certificate_binding.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/feature.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/font.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/http_acl.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/batch.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/printer.rb in the cache. [2016-01-12T22:40:58+00:00] INFO: Storing updated cookbooks/windows/resources/printer_port.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/certificate.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/batch.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/auto_run.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/resources/zipfile.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/resources/task.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/resources/reboot.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/resources/registry.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/resources/shortcut.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/certificate_binding.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/feature_dism.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/printer.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/printer_port.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/feature_powershell.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/feature_servermanagercmd.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/font.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/http_acl.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/pagefile.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/registry.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/reboot.rb in the cache. [2016-01-12T22:40:59+00:00] INFO: Storing updated cookbooks/windows/providers/path.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/powershell_helper.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/matchers.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/feature_base.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/recipes/reboot_handler.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/recipes/default.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/providers/zipfile.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/providers/task.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/providers/shortcut.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/powershell_out.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/registry_helper.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/files/default/handlers/windows_reboot_handler.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/CHANGELOG.md in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/windows_architecture_helper.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/windows_helper.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/windows_package.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/windows_privileged.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/wmi_helper.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/attributes/default.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/windows/libraries/version.rb in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/DotNet35/chefignore in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/DotNet35/Berksfile.lock in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/DotNet35/Berksfile in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/DotNet35/.kitchen.yml in the cache. [2016-01-12T22:41:00+00:00] INFO: Storing updated cookbooks/DotNet35/recipes/default.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/windows/README.md in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/windows/metadata.json in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/DotNet35/metadata.json in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/DotNet35/Gemfile in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/DotNet35/Thorfile in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/resources/default.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/providers/default.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/recipes/default.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/recipes/dependencies.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/libraries/matchers.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/libraries/s3_file.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/attributes/default.rb in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/DotNet35/README.md in the cache. [2016-01-12T22:41:01+00:00] INFO: Storing updated cookbooks/s3_file/.gitignore in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/Berksfile in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/CHANGELOG.md in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/metadata.json in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/MIT-LICENSE.txt in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/README.md in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/resources/default.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/providers/default.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/s3_file/.kitchen.yml in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/recipes/json_file.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/attributes/default.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/libraries/matchers.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/libraries/helpers.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/metadata.json in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/CHANGELOG.md in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/files/default/handlers/README in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/README.md in the cache. [2016-01-12T22:41:02+00:00] INFO: Storing updated cookbooks/chef_handler/recipes/default.rb in the cache. [2016-01-12T22:41:02+00:00] INFO: ChefHandler light-weight provider is already initialized -- Skipping loading c:/chef/cache/cookbooks/chef_handler/providers/default.rb! [2016-01-12T22:41:03+00:00] WARN: Cloning resource attributes for powershell_script[Delete SQL Server 2012 STD ISO] from prior resource (CHEF-3694) [2016-01-12T22:41:03+00:00] WARN: Previous powershell_script[Delete SQL Server 2012 STD ISO]: c:/chef/cache/cookbooks/SQL2014/recipes/default.rb:69:in `from_file'

[2016-01-12T22:41:03+00:00] WARN: Please use the package resource available in Chef Client 12.6. windows_package will be removed in the next major version release of the Windows cookbook.

[2016-01-12T22:41:03+00:00] WARN: Please use the package resource available in Chef Client 12.6. windows_package will be removed in the next major version release of the Windows cookbook.

[2016-01-12T22:41:03+00:00] INFO: Processing windows_feature[IIS-WebServerRole] action install (iis::default line 25) C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:158: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24) [i386-mingw32]

-- Control frame information ----------------------------------------------- c:0041 p:---- s:0184 e:000183 CFUNC :select c:0040 p:0042 s:0177 e:000176 METHOD C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:158 c:0039 p:0553 s:0169 e:000168 METHOD C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:123 c:0038 p:0065 s:0152 e:000151 METHOD C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout.rb:248 c:0037 p:0052 s:0148 e:000147 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:91 c:0036 p:0191 s:0143 e:000142 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:44 c:0035 p:0009 s:0136 e:000135 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:49 c:0034 p:0081 s:0131 e:000130 METHOD c:/chef/cache/cookbooks/windows/providers/feature_dism.rb:28 c:0033 p:0044 s:0125 e:000124 METHOD c:/chef/cache/cookbooks/windows/libraries/feature_base.rb:7 c:0032 p:0168 s:0122 e:000121 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/provider.rb:149 c:0031 p:0207 s:0118 e:000117 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource.rb:582 c:0030 p:0020 s:0109 e:000108 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:49 c:0029 p:0011 s:0102 e:000101 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:81 [FINISH] c:0028 p:---- s:0099 e:000098 CFUNC :each c:0027 p:0013 s:0096 e:000095 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:81 c:0026 p:0015 s:0093 e:000092 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/resource_list.rb:83 [FINISH] c:0025 p:---- s:0089 e:000088 CFUNC :call c:0024 p:0092 s:0084 e:000083 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:116 c:0023 p:0025 s:0081 e:000080 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:85 c:0022 p:0015 s:0078 e:000077 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:104 c:0021 p:0022 s:0075 e:000074 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:55 c:0020 p:0028 s:0071 E:0008c8 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/resource_list.rb:81 c:0019 p:0017 s:0067 e:000066 METHOD C:/opscode/chefdk/embedded/lib/ruby/2.0.0/forwardable.rb:171 c:0018 p:0021 s:0062 E:0005c8 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:80 c:0017 p:0059 s:0058 e:000057 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:315 c:0016 p:0009 s:0054 e:000053 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:400 [FINISH] c:0015 p:---- s:0052 e:000051 CFUNC :catch c:0014 p:0290 s:0048 e:000047 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:399 c:0013 p:0017 s:0041 E:00178c METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:243 c:0012 p:0111 s:0038 e:000037 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:220 c:0011 p:0014 s:0035 e:000034 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/local_mode.rb:38 c:0010 p:0019 s:0032 e:000031 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:201 c:0009 p:0091 s:0028 e:000027 BLOCK C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:355 [FINISH] c:0008 p:---- s:0024 e:000023 CFUNC :loop c:0007 p:0040 s:0021 e:000020 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:345 c:0006 p:0104 s:0018 e:000017 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:335 c:0005 p:0025 s:0014 e:000013 METHOD C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:58 c:0004 p:0072 s:0011 e:000010 TOP C:/opscode/chefdk/embedded/apps/chef/bin/chef-client:26 [FINISH] c:0003 p:---- s:0009 e:000008 CFUNC :load c:0002 p:0565 s:0005 E:000580 EVAL C:/opscode/chefdk/bin/chef-client:52 [FINISH] c:0001 p:0000 s:0002 E:000734 TOP [FINISH]

C:/opscode/chefdk/bin/chef-client:52:in <main>' C:/opscode/chefdk/bin/chef-client:52:inload' C:/opscode/chefdk/embedded/apps/chef/bin/chef-client:26:in <top (required)>' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:58:inrun' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:335:in run_application' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:345:ininterval_run_chef_client' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:345:in loop' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application/client.rb:355:inblock in interval_run_chef_client' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:201:in run_chef_client' C:/opscode/chefdk/embedded/apps/chef/lib/chef/local_mode.rb:38:inwith_server_connectivity' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:220:in block in run_chef_client' C:/opscode/chefdk/embedded/apps/chef/lib/chef/application.rb:243:inrun_with_graceful_exit_option' C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:399:in run' C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:399:incatch' C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:400:in block in run' C:/opscode/chefdk/embedded/apps/chef/lib/chef/client.rb:315:inconverge' C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:80:in converge' C:/opscode/chefdk/embedded/lib/ruby/2.0.0/forwardable.rb:171:inexecute_each_resource' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/resource_list.rb:81:in execute_each_resource' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:55:ineach_with_index' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:104:in iterate' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:85:instep' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:116:in call_iterator_block' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/stepable_iterator.rb:116:incall' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource_collection/resource_list.rb:83:in block in execute_each_resource' C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:81:inblock in converge' C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:81:in each' C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:81:inblock (2 levels) in converge' C:/opscode/chefdk/embedded/apps/chef/lib/chef/runner.rb:49:in run_action' C:/opscode/chefdk/embedded/apps/chef/lib/chef/resource.rb:582:inrun_action' C:/opscode/chefdk/embedded/apps/chef/lib/chef/provider.rb:149:in run_action' c:/chef/cache/cookbooks/windows/libraries/feature_base.rb:7:inaction_install' c:/chef/cache/cookbooks/windows/providers/feature_dism.rb:28:in install_feature' C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:49:inshell_out!' C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:44:in shell_out' C:/opscode/chefdk/embedded/apps/chef/lib/chef/mixin/shell_out.rb:91:inshell_out_command' C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout.rb:248:in run_command' C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:123:inrun_command' C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:158:in consume_output' C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/mixlib-shellout-2.0.1-x86-mingw32/lib/mixlib/shellout/windows.rb:158:inselect'

-- C level backtrace information ------------------------------------------- C:\Windows\SYSTEM32\ntdll.dll(ZwWaitForSingleObject+0xc) [0x77E8C47C] C:\Windows\SYSTEM32\KERNELBASE.dll(WaitForSingleObject+0x12) [0x75CF2C02] C:\opscode\chefdk\embedded\bin\msvcrt-ruby200.dll(rb_vm_bugreport+0xa7) [0x668F7FA7] C:\opscode\chefdk\embedded\bin\msvcrt-ruby200.dll(rb_name_err_mesg_new+0x69d) [0x667BE36D] C:\opscode\chefdk\embedded\bin\msvcrt-ruby200.dll(rb_bug+0x2e) [0x667BF16E] C:\opscode\chefdk\embedded\bin\msvcrt-ruby200.dll(rb_check_safe_str+0x180) [0x6687E3B0] [0x00401866] C:\Windows\SYSTEM32\ntdll.dll(LdrSetAppCompatDllRedirectionCallback+0x131ef) [0x77EFF0AF]

-- Other runtime information -----------------------------------------------

[NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

2016-01-12 22:43:09,022 [ERROR] Error encountered during build of InstallChefConfig: Command VisualStudio failed Traceback (most recent call last): File "cfnbootstrap\construction.pyc", line 519, in run_config File "cfnbootstrap\construction.pyc", line 126, in run_commands File "cfnbootstrap\command_tool.pyc", line 113, in apply ToolError: Command VisualStudio failed 2016-01-12 22:43:09,131 [ERROR] Unhandled exception during resume: Command VisualStudio failed Traceback (most recent call last): File "cfn-init", line 69, in File "cfnbootstrap\construction.pyc", line 170, in resume File "cfnbootstrap\construction.pyc", line 505, in build File "cfnbootstrap\construction.pyc", line 519, in run_config File "cfnbootstrap\construction.pyc", line 126, in run_commands File "cfnbootstrap\command_tool.pyc", line 113, in apply ToolError: Command VisualStudio failed

hounddog22030 commented 8 years ago

I upgraded from chefdk 0.4 to chefdk 0.10 and the issue has currently subsided. i'll leave this open to see if it continues to work.

EasyAsABC123 commented 8 years ago

Closing, open if it occurs again