-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key not found: "src_md5" on kitchen converge #954
Comments
I'm running kitchen 1.5. I'm told this may be fixed in 1.6 |
This is indeed fixed in Test-Kitchen 1.6 and caused by a bug in winrm-s that truncates responses that span multiple HTTP payloads. To unblock folks like yourself hitting this bug, I just released a dev release of the deprecated winrm-s gem that fixes this bug. Run:
This should hopefully get you past this until test-kitchen 1.6 ships. |
That worked, Matt, thanks so much! |
I'm still getting this issue even after installing the pre-release winrm-s gem as stated above (chef gem list shows winrm-s version 0.3.4). It's now happening consistently just after the Chef client install:
I'll open an issue on winrm-s, since I assume that's where the problem still lies. |
you either need winrm-s 0.3.7.dev or upgrade to test-kitchen 1.6.0 which you can do on an existing chef dk with:
|
Thanks. Looks like I have bigger issues with my Chef gem path. It's installing 0.3.7.dev but Chef doesn't see it. Sorry for the incorrect info. Thanks! |
might make sure you are using |
Yup, I am. It's installing it to .chefdk\gem\ruby\2.1.0\gems, but chef doesn't see it. Gem Paths in 'chef gem env' shows:
I'm not sure what's up with the mixed slashes, but that's probably my issue. |
This happens intermittently when I run kitchen converge:
My kitchen.yml is pretty straightforward:
The text was updated successfully, but these errors were encountered: