You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I'm running the current version of chefdk 0.3.5. A
kitchen converge
runs just fine but akitchen verify
dies with the following errorNotice the name of busser-serverspec in the error
It's missing a
r
in serverspecI'm able to replicate this on a clean machine and just installing chefdk on it and going through the same steps
The text was updated successfully, but these errors were encountered: