Skip to content

Instantly share code, notes, and snippets.

@electrical
Created February 5, 2014 16:10
Show Gist options
  • Save electrical/8827068 to your computer and use it in GitHub Desktop.
Save electrical/8827068 to your computer and use it in GitHub Desktop.
centos-65-x64 $ mktemp -t apply_manifest.pp.XXXXXX
/tmp/apply_manifest.pp.13iMMS
centos-65-x64 executed in 0.04 seconds
localhost $ scp /tmp/beaker20140205-13063-zp0fg3 centos-65-x64:/tmp/apply_manifest.pp.13iMMS {}
centos-65-x64 $ env PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:${PATH}" RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:${RUBYLIB}" puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.13iMMS
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/root_home.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
Could not autoload package: Could not autoload /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/windows.rb: no such file to load -- windows/error at /etc/puppet/modules/elasticsearch/manifests/package.pp:143 on node centos-65-x64.server4you.net
centos-65-x64 executed in 1.81 seconds
Exited: 1
should run successfully (FAILED - 1)
removing temporory ssh-config files per-vagrant box
Destroying vagrant boxes
[centos-65-x64] Forcing shutdown of VM...
[centos-65-x64] Destroying VM and associated drives...
Failures:
1) elasticsearch class: should run successfully
Failure/Error: apply_manifest(pp, :catch_failures => true)
Beaker::Host::CommandFailure:
Host 'centos-65-x64' exited with 1 running:
env PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:${PATH}" RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:${RUBYLIB}" puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.13iMMS
Last 10 lines of output were:
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/root_home.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
info: Loading facts in /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
Could not autoload package: Could not autoload /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/windows.rb: no such file to load -- windows/error at /etc/puppet/modules/elasticsearch/manifests/package.pp:143 on node centos-65-x64.server4you.net
# ./spec/acceptance/002_class_spec.rb:8:in `block (2 levels) in <top (required)>'
Finished in 7 minutes 46 seconds
2 examples, 1 failure
Failed examples:
rspec ./spec/acceptance/002_class_spec.rb:4 # elasticsearch class: should run successfully
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment