Guest User

Untitled

a guest
Mar 9th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. An error occurred in a `before(:suite)` hook.
  2. Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
  3. Beaker::Host::CommandFailure:
  4. Host 'ubuntu-server-16.04-amd64' exited with 127 running:
  5. ZUUL_REF= ZUUL_BRANCH= ZUUL_URL= PUPPET_MAJ_VERSION=4 bash openstack/puppet-openstack-integration/install_modules.sh
  6. Last 10 lines of output were:
  7. --------------------------------------------------------------------------------
  8. | Install r10k |
  9. --------------------------------------------------------------------------------
  10. + '[' -n 'SHELLOPTS=braceexpand:hashall:interactive-comments:xtrace
  11. if [ -n "$(set | grep xtrace)" ]; then
  12. local enable_xtrace='\''yes'\'';
  13. if [ -n "${enable_xtrace}" ]; then' ']'
  14. + set +x
  15. + gem install fast_gettext -v '< 1.2.0'
  16. openstack/puppet-openstack-integration/install_modules.sh: line 29: gem: command not found
Advertisement
Add Comment
Please, Sign In to add comment