Skip to content

Add Puppet 8 support #223

Add Puppet 8 support

Add Puppet 8 support #223

Re-run triggered April 17, 2024 05:09
Status Failure
Total duration 21m 1s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
19s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 6 warnings
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_commit_spec.rb#L141
corosync creates the vip resource in the shadow cib Failure/Error: expect(r.stdout).to match(%r{apache2_vip.*IPaddr2}) expected "NO resources configured\n" to match /apache2_vip.*IPaddr2/ Diff: @@ -1 +1 @@ -/apache2_vip.*IPaddr2/ +NO resources configured
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_commit_spec.rb#L156
corosync creates the service resource in the shadow cib Failure/Error: expect(r.stdout).to match(%r{apache2_service.*IPaddr2}) expected "NO resources configured\n" to match /apache2_service.*IPaddr2/ Diff: @@ -1 +1 @@ -/apache2_service.*IPaddr2/ +NO resources configured
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_commit_spec.rb#L171
corosync creates the colocation in the shadow cib and apache2_vip is the "with" resource Failure/Error: shell(command) do |r| expect(r.stdout).to match(%r{colocation.*\swith-rsc="apache2_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_commit_spec.rb#L182
corosync creates the colocation in the shadow cib and apache2_service is the main resource Failure/Error: shell(command) do |r| expect(r.stdout).to match(%r{colocation.*\srsc="apache2_service"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L70
corosync creates a simple order constraint Failure/Error: apply_manifest(pp, expect_changes: 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_211331796.pp.2YeZln Last 10 lines of output were: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:288: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:697: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.47 seconds
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L84
corosync creates a simple order constraint with first_vip as first Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{first="first_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L90
corosync creates a simple order constraint with start as first-action Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{first-action="start"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L96
corosync creates a simple order constraint with second_vip as then Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{then="second_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L102
corosync creates a simple order constraint with start as then-action Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{then-action="start"}) end Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/cs_order_spec.rb#L116
corosync deletes an order constraint Failure/Error: apply_manifest(pp, expect_changes: true, debug: false, trace: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 0 running: puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_211334290.pp.OMo4SV Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.06 seconds Warning: Found multiple default providers for cs_order: crm, pcs; using crm Info: Using environment 'production' Info: Applying configuration version '1712610815' �[mNotice: Applied catalog in 0.46 seconds
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_commit_spec.rb#L141
corosync creates the vip resource in the shadow cib Failure/Error: expect(r.stdout).to match(%r{apache2_vip.*IPaddr2}) expected "NO resources configured\n" to match /apache2_vip.*IPaddr2/ Diff: @@ -1 +1 @@ -/apache2_vip.*IPaddr2/ +NO resources configured
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_commit_spec.rb#L156
corosync creates the service resource in the shadow cib Failure/Error: expect(r.stdout).to match(%r{apache2_service.*IPaddr2}) expected "NO resources configured\n" to match /apache2_service.*IPaddr2/ Diff: @@ -1 +1 @@ -/apache2_service.*IPaddr2/ +NO resources configured
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_commit_spec.rb#L171
corosync creates the colocation in the shadow cib and apache2_vip is the "with" resource Failure/Error: shell(command) do |r| expect(r.stdout).to match(%r{colocation.*\swith-rsc="apache2_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_commit_spec.rb#L182
corosync creates the colocation in the shadow cib and apache2_service is the main resource Failure/Error: shell(command) do |r| expect(r.stdout).to match(%r{colocation.*\srsc="apache2_service"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L70
corosync creates a simple order constraint Failure/Error: apply_manifest(pp, expect_changes: true, debug: false, trace: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_221112545.pp.UXIbsm Last 10 lines of output were: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:288: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:697: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.44 seconds
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L84
corosync creates a simple order constraint with first_vip as first Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{first="first_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L90
corosync creates a simple order constraint with start as first-action Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{first-action="start"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L96
corosync creates a simple order constraint with second_vip as then Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{then="second_vip"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L102
corosync creates a simple order constraint with start as then-action Failure/Error: shell('cibadmin --query | grep first_then_two') do |r| expect(r.stdout).to match(%r{then-action="start"}) end Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: cibadmin --query | grep first_then_two Last 10 lines of output were:
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/cs_order_spec.rb#L116
corosync deletes an order constraint Failure/Error: apply_manifest(pp, expect_changes: true, debug: false, trace: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 0 running: puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_221114942.pp.lTWGsc Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.06 seconds Warning: Found multiple default providers for cs_order: crm, pcs; using crm Info: Using environment 'production' Info: Applying configuration version '1712614276' �[mNotice: Applied catalog in 0.44 seconds
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
Puppet / 8 (Ruby 3.2): 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 / 8 (Ruby 3.2): 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 / 8 (Ruby 3.2): 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