Fixes #37680 - Stop installing postgresql_evr extension #1172
Annotations
10 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install katello behaves like an idempotent resource applies with no errors
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])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193420410.fDebUE.pp
Last 10 lines of output were:
Warning: /Stage[main]/Foreman/Anchor[foreman::service]: Skipping because of failed dependencies
Info: Class[Foreman]: Unscheduling all events on Class[Foreman]
Warning: /Stage[main]/Foreman::Register/Foreman_host[foreman-almalinux8-64-puppet7.example.com]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-almalinux8-64-puppet7.example.com]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello::Application/Foreman::Dynflow::Pool[worker-hosts-queue]/Foreman::Dynflow::Worker[worker-hosts-queue-1]/Service[dynflow-sidekiq@worker-hosts-queue-1]: Skipping because of failed dependencies
Info: /Stage[main]/Katello::Application/Foreman::Dynflow::Pool[worker-hosts-queue]/Foreman::Dynflow::Worker[worker-hosts-queue-1]/Service[dynflow-sidekiq@worker-hosts-queue-1]: Unscheduling all events on Service[dynflow-sidekiq@worker-hosts-queue-1]
Info: Foreman::Dynflow::Worker[worker-hosts-queue-1]: Unscheduling all events on Foreman::Dynflow::Worker[worker-hosts-queue-1]
Info: Class[Katello::Application]: Unscheduling all events on Class[Katello::Application]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 111.60 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/katello_spec.rb:20
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install katello behaves like an idempotent resource applies a second time without changes
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])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193619372.gMXv7J.pp
Last 10 lines of output were:
Warning: /Stage[main]/Foreman::Service/Foreman::Dynflow::Worker[orchestrator]/Service[dynflow-sidekiq@orchestrator]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/File[/etc/foreman/dynflow/worker-1.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker-1]/Service[dynflow-sidekiq@worker-1]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/Service[dynflow-sidekiq@worker]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Service/Foreman::Dynflow::Pool[worker]/Foreman::Dynflow::Worker[worker]/File[/etc/foreman/dynflow/worker.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman/Anchor[foreman::service]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Register/Foreman_host[foreman-almalinux8-64-puppet7.example.com]: Skipping because of failed dependencies
Warning: /Stage[main]/Foreman::Register/Foreman_instance_host[foreman-almalinux8-64-puppet7.example.com]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello::Application/Foreman::Dynflow::Pool[worker-hosts-queue]/Foreman::Dynflow::Worker[worker-hosts-queue-1]/Service[dynflow-sidekiq@worker-hosts-queue-1]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 29.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/katello_spec.rb:20
|
spec/acceptance/katello_spec.rb#L37
Scenario: install katello Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
|
spec/acceptance/katello_spec.rb#L38
Scenario: install katello Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
|
spec/acceptance/katello_spec.rb#L37
Scenario: install katello Service "dynflow-sidekiq@orchestrator" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "dynflow-sidekiq@orchestrator" to be enabled
|
spec/acceptance/katello_spec.rb#L38
Scenario: install katello Service "dynflow-sidekiq@orchestrator" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "dynflow-sidekiq@orchestrator" to be running
|
spec/acceptance/katello_spec.rb#L37
Scenario: install katello Service "dynflow-sidekiq@worker-1" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "dynflow-sidekiq@worker-1" to be enabled
|
spec/acceptance/katello_spec.rb#L38
Scenario: install katello Service "dynflow-sidekiq@worker-1" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "dynflow-sidekiq@worker-1" to be running
|
spec/acceptance/katello_spec.rb#L37
Scenario: install katello Service "foreman" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "foreman" to be enabled
|
spec/acceptance/katello_spec.rb#L38
Scenario: install katello Service "foreman" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "foreman" to be running
|
This job failed
Loading