-
Notifications
You must be signed in to change notification settings - Fork 202
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
Kitchen crashes when trying to poll instance #262
Comments
this is affecting us as well |
We've locked this down to an issue with the jmespath gem pulling in the latest version of json_pure (2.0.0). jmespath has a depencency of |
This looks to be resolved in
|
worked unpinned, but we're leaving all the things pinned now to avoid downstream dependencies from breaking our CI |
I am trying to run Kitchen with the ec2 module. It provisions an instance, and then crashes as soon a it tries to poll.
I have attached the error log.
diagnose
gives no indication of any errors.After the error, the instance was already launched, so I am able to get the IP from AWS and manually update the suite status file in .kitchen/default-ubuntu-1404.yml. The failed run results in:
Which I then update to:
After adding this in, I am able to execute
kitchen converge default
which continues as normal (and I can alsokitchen verify default
afterwards too which executes my tests).I have also attached a redacted kitchen configuration file.
kitchen-error-log.txt
redacted-kitchen.txt
The text was updated successfully, but these errors were encountered: