Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

kitchen verify is broken #276

Closed
mzupan opened this issue Dec 19, 2014 · 1 comment
Closed

kitchen verify is broken #276

mzupan opened this issue Dec 19, 2014 · 1 comment

Comments

@mzupan
Copy link

mzupan commented Dec 19, 2014

I'm running the current version of chefdk 0.3.5. A kitchen converge runs just fine but a kitchen verify dies with the following error

$ kitchen verify
-----> Starting Kitchen (v1.2.1)
-----> Setting up <default-centos-65>...
-----> Setting up Busser
       Creating BUSSER_ROOT in /tmp/busser
       Creating busser binstub
       /opt/chef/embedded/lib/ruby/site_ruby/2.1.0/rubygems/resolver/installer_set.rb:70:in `add_always_install': Unable to resolve dependency: user requested 'busser-severspec (>= 0)' (Gem::UnsatisfiableDependencyError)
        from /opt/chef/embedded/lib/ruby/site_ruby/2.1.0/rubygems/dependency_installer.rb:461:in `resolve_dependencies'
        from /opt/chef/embedded/lib/ruby/site_ruby/2.1.0/rubygems/dependency_installer.rb:373:in `install'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/rubygems.rb:44:in `install_gem'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:66:in `install_plugin_gem'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:53:in `install'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:43:in `block (2 levels) in install_all'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:43:in `each'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:43:in `block in install_all'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/rubygems.rb:71:in `silence_gem_ui'
        from /tmp/busser/gems/gems/busser-0.6.2/lib/busser/command/plugin_install.rb:42:in `install_all'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/command.rb:27:in `run'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:126:in `invoke_command'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:133:in `block in invoke_all'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:133:in `each'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:133:in `map'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:133:in `invoke_all'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/group.rb:232:in `dispatch'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:115:in `invoke'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor.rb:40:in `block in register'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/command.rb:27:in `run'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:126:in `invoke_command'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor.rb:359:in `dispatch'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:115:in `invoke'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor.rb:235:in `block in subcommand'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/command.rb:27:in `run'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/invocation.rb:126:in `invoke_command'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor.rb:359:in `dispatch'
        from /tmp/busser/gems/gems/thor-0.19.0/lib/thor/base.rb:440:in `start'
        from /tmp/busser/gems/gems/busser-0.6.2/bin/busser:8:in `<top (required)>'
        from /tmp/busser/gems/bin/busser:23:in `load'
        from /tmp/busser/gems/bin/busser:23:in `<main>'
>>>>>> Setup failed on instance <default-centos-65>.
>>>>>> Please see .kitchen/logs/default-centos-65.log for more details
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: SSH exited (1) for command: [sh -c 'BUSSER_ROOT="/tmp/busser" GEM_HOME="/tmp/busser/gems" GEM_PATH="/tmp/busser/gems" GEM_CACHE="/tmp/busser/gems/cache" ; export BUSSER_ROOT GEM_HOME GEM_PATH GEM_CACHE; if ! sudo -E /opt/chef/embedded/bin/gem list busser -i >/dev/null; then sudo -E /opt/chef/embedded/bin/gem install busser --no-rdoc --no-ri; fi; gem_bindir=`/opt/chef/embedded/bin/ruby -rrubygems -e "puts Gem.bindir"`; sudo -E ${gem_bindir}/busser setup; sudo -E /tmp/busser/bin/busser plugin install busser-severspec']

Notice the name of busser-serverspec in the error

 user requested 'busser-severspec (>= 0)' (Gem::UnsatisfiableDependencyError)

It's missing a r in serverspec

I'm able to replicate this on a clean machine and just installing chefdk on it and going through the same steps

@mzupan
Copy link
Author

mzupan commented Dec 19, 2014

ok this was a stupid mistake.. whoever checked in the tests in github made a typo in

cookbooks/nameOfCookbook/tests/integration/default/severspec

@mzupan mzupan closed this as completed Dec 19, 2014
ksubrama pushed a commit that referenced this issue Jan 11, 2016
@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant