modulesync 7.3.0 #190
ci.yml
on: pull_request
Puppet
/
Static validations
29s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 3 warnings
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_113639605.pp.0jJoHD
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
Info: Class[Main]: Unscheduling all events on Class[Main]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 23.07 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_113704517.pp.Liu8l4
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.84 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_113711295.pp.oPEWcW
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.84 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.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
|
Puppet / Puppet 7 - Ubuntu 20.04:
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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_113714156.pp.Vnp2oY
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.84 seconds
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L29
corosync::qdevice on debian-11-x86_64 standard quorum node install does install pcs
Failure/Error:
is_expected.to contain_package(package).with(
ensure: 'present'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L29
corosync::qdevice on debian-11-x86_64 standard quorum node install does install corosync-qnetd
Failure/Error:
is_expected.to contain_package(package).with(
ensure: 'present'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L36
corosync::qdevice on debian-11-x86_64 standard quorum node install creates the cluster group
Failure/Error: is_expected.to contain_group('haclient').that_requires("Package[#{provider_package}]")
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L40
corosync::qdevice on debian-11-x86_64 standard quorum node install sets the hacluster password
Failure/Error:
is_expected.to contain_user('hacluster').with(
ensure: 'present',
password: 'some-secret-hash',
gid: 'haclient'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L48
corosync::qdevice on debian-11-x86_64 standard quorum node install configures the pcsd service
Failure/Error:
is_expected.to contain_service('pcsd').with(
ensure: 'running',
enable: 'true',
require: [
'Package[pcs]',
'Package[corosync-qnetd]'
]
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L59
corosync::qdevice on debian-11-x86_64 standard quorum node install configures the net quorum device
Failure/Error:
is_expected.to contain_exec('pcs qdevice setup model net --enable --start').with(
path: '/sbin:/bin:/usr/sbin:/usr/bin',
onlyif: [
'test ! -f /etc/corosync/qnetd/nssdb/qnetd-cacert.crt'
],
require: 'Service[pcsd]'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L69
corosync::qdevice on debian-11-x86_64 standard quorum node install makes sure the net quorum device is started
Failure/Error:
is_expected.to contain_exec('pcs qdevice start net').with(
path: '/sbin:/bin:/usr/sbin:/usr/bin',
onlyif: [
'test -f /etc/corosync/qnetd/nssdb/qnetd-cacert.crt',
'test 0 -ne $(pcs qdevice status net >/dev/null 2>&1; echo $?)'
],
require: [
'Package[pcs]',
'Package[corosync-qnetd]'
]
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L29
corosync::qdevice on debian-10-x86_64 standard quorum node install does install pcs
Failure/Error:
is_expected.to contain_package(package).with(
ensure: 'present'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L29
corosync::qdevice on debian-10-x86_64 standard quorum node install does install corosync-qnetd
Failure/Error:
is_expected.to contain_package(package).with(
ensure: 'present'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/corosync_qdevice_spec.rb#L36
corosync::qdevice on debian-10-x86_64 standard quorum node install creates the cluster group
Failure/Error: is_expected.to contain_group('haclient').that_requires("Package[#{provider_package}]")
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, qdevice not supported by this module with provider (file: /home/runner/work/puppet-corosync/puppet-corosync/spec/fixtures/modules/corosync/manifests/qdevice.pp, line: 124, column: 7) on node fv-az1536-310.clt0scp5daoehk2t4xy1kvnmsg.bx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L66
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_class parameter corresponding to the <primitive>'s class attribute
Failure/Error: expect(instance.primitive_class).to eq('ocf')
NoMethodError:
undefined method `primitive_class' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L71
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an primitive_type parameter corresponding to the <primitive>'s type attribute
Failure/Error: expect(instance.primitive_type).to eq('Xen')
NoMethodError:
undefined method `primitive_type' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/cs_primitive_crm_spec.rb#L76
Puppet::Type::Cs_primitive::ProviderCrm when getting instances each instance has an provided_by parameter corresponding to the <primitive>'s provider attribute
Failure/Error: expect(instance.provided_by).to eq('heartbeat')
NoMethodError:
undefined method `provided_by' for (provider=crm):Puppet::Type::Cs_primitive::ProviderCrm
|