Add Puppet 8 support #200
Annotations
10 errors
Run tests:
spec/acceptance/cs_clone_spec.rb#L30
corosync with defaults
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_152020386.pp.GU2yfS
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:184:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:699:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:145:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:79:in `execute'
/opt/puppetlabs/puppet/bin/puppet:6:in `<main>'
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 21.61 seconds
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L78
corosync with group duncan_group creates a clone
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_152045214.pp.gmfeMx
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:287:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:216:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:184:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:699:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:145:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:79:in `execute'
/opt/puppetlabs/puppet/bin/puppet:6:in `<main>'
�[mNotice: Applied catalog in 0.92 seconds
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L120
corosync with group duncan_group with all the parameters creates the clone
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_152055721.pp.RuWIRZ
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:287:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:216:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:184:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:699:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:145:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:79:in `execute'
/opt/puppetlabs/puppet/bin/puppet:6:in `<main>'
�[mNotice: Applied catalog in 0.93 seconds
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L145
corosync with group duncan_group with all the parameters sets clone_max
Failure/Error:
shell(fetch_value_command('clone-max')) do |r|
expect(r.stdout).to match(%r{value="42"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="clone-max"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L151
corosync with group duncan_group with all the parameters sets clone_node_max
Failure/Error:
shell(fetch_value_command('clone-node-max')) do |r|
expect(r.stdout).to match(%r{value="2"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="clone-node-max"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L157
corosync with group duncan_group with all the parameters sets notify_clones
Failure/Error:
shell(fetch_value_command('notify')) do |r|
expect(r.stdout).to match(%r{value="false"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="notify"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L163
corosync with group duncan_group with all the parameters sets globally_unique
Failure/Error:
shell(fetch_value_command('globally-unique')) do |r|
expect(r.stdout).to match(%r{value="true"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="globally-unique"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L169
corosync with group duncan_group with all the parameters sets ordered
Failure/Error:
shell(fetch_value_command('ordered')) do |r|
expect(r.stdout).to match(%r{value="false"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="ordered"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L175
corosync with group duncan_group with all the parameters sets interleave
Failure/Error:
shell(fetch_value_command('interleave')) do |r|
expect(r.stdout).to match(%r{value="false"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 105 running:
cibadmin --query --xpath '/cib/configuration/resources/clone[@id="duncan_vip_complex_clone_group"]/meta_attributes/nvpair[@name="interleave"]'
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_clone_spec.rb#L181
corosync with group duncan_group with all the parameters changes the clone
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_152059788.pp.klV4r5
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:287:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:216:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:184:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:699:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:145:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:79:in `execute'
/opt/puppetlabs/puppet/bin/puppet:6:in `<main>'
�[mNotice: Applied catalog in 0.93 seconds
|
The logs for this run have expired and are no longer available.
Loading