Skip to content

Instantly share code, notes, and snippets.

@kellydunn
Created February 4, 2014 20:55
Show Gist options
  • Save kellydunn/8812170 to your computer and use it in GitHub Desktop.
Save kellydunn/8812170 to your computer and use it in GitHub Desktop.
kelly in ~/work/simplymeasured/chef/cookbooks/smauth on feature/smauth-test-kitchen-fix▲
$ cat tmp.out
-----> Starting Kitchen (v1.1.1)
-----> Converging <default-ubuntu-1204>...
Preparing files for transfer
Resolving cookbook dependencies with Berkshelf...
Removing non-cookbook files before transfer
Preparing data bags
Preparing environments
Transfering files to <default-ubuntu-1204>
[2014-02-04T20:51:37+00:00] INFO: Starting chef-zero on port 8889 with repository at repository at /tmp/kitchen
One version per cookbook
[2014-02-04T20:51:37+00:00] INFO: Forking chef instance to converge...
Starting Chef Client, version 11.8.2
[2014-02-04T20:51:37+00:00] INFO: *** Chef 11.8.2 ***
[2014-02-04T20:51:37+00:00] INFO: Chef-client pid: 1479
[2014-02-04T20:51:37+00:00] INFO: Setting the run_list to ["recipe[apt]", "recipe[ubuntu]", "recipe[smauth::_dev_support]", "recipe[smauth]", "recipe[smauth-test]"] from JSON
[2014-02-04T20:51:37+00:00] INFO: HTTP Request Returned 404 Not Found: Object not found: http://127.0.0.1:8889/environments/dev
================================================================================
Error expanding the run_list:
================================================================================
Unexpected API Request Failure:
-------------------------------
Object not found: http://127.0.0.1:8889/environments/dev
[2014-02-04T20:51:37+00:00] FATAL: Stacktrace dumped to /tmp/kitchen/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated
[2014-02-04T20:51:37+00:00] ERROR: 404 "Not Found"
[2014-02-04T20:51:37+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment