Skip to content

Run acceptance tests with RHEL UBI containers #1497

Run acceptance tests with RHEL UBI containers

Run acceptance tests with RHEL UBI containers #1497

Triggered via pull request March 13, 2024 19:20
Status Failure
Total duration 3m 55s
Artifacts

ci.yml

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

Annotations

22 errors
Puppet / Puppet 7 - RedHat 8
Process completed with exit code 1.
Puppet / Puppet 8 - RedHat 8
Process completed with exit code 1.
Puppet / Puppet 8 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin 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 'redhat9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192157270.pp.WdGJDh Last 10 lines of output were: Info: Systemd::Service_limits[foreman-proxy.service]: Scheduling refresh of Service[foreman-proxy] Info: Class[Foreman_proxy::Plugin::Dynflow]: Unscheduling all events on Class[Foreman_proxy::Plugin::Dynflow] Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Feature[Script]/Datacat_fragment[foreman_proxy::enabled_features::Script]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_execution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Feature[Ansible]/Datacat_fragment[foreman_proxy::enabled_features::Ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Settings_file[ansible]/File[/etc/foreman-proxy/settings.d/ansible.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Info: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Unscheduling all events on Service[foreman-proxy] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.53 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin 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 'redhat9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192205111.pp.2ahiaV Last 10 lines of output were: Warning: /Stage[main]/Mosquitto::Service/Service[mosquitto]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Plugin[ansible]/Package[rubygem-smart_proxy_ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Dynflow/Foreman_proxy::Plugin::Module[dynflow]/Foreman_proxy::Module[dynflow]/Foreman_proxy::Feature[Dynflow]/Datacat_fragment[foreman_proxy::enabled_features::Dynflow]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Dynflow/Foreman_proxy::Plugin::Module[dynflow]/Foreman_proxy::Module[dynflow]/Foreman_proxy::Settings_file[dynflow]/File[/etc/foreman-proxy/settings.d/dynflow.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Feature[Script]/Datacat_fragment[foreman_proxy::enabled_features::Script]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_execution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Feature[Ansible]/Datacat_fragment[foreman_proxy::enabled_features::Ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Settings_file[ansible]/File[/etc/foreman-proxy/settings.d/ansible.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.75 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - RedHat 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - RedHat 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - RedHat 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - RedHat 9: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - RedHat 9: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy 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 'redhat9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192209313.pp.6gJR5M Last 10 lines of output were: Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[puppetca_puppet_cert]/Foreman_proxy::Settings_file[puppetca_puppet_cert]/File[/etc/foreman-proxy/settings.d/puppetca_puppet_cert.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Realm/Foreman_proxy::Module[realm]/Foreman_proxy::Settings_file[realm]/File[/etc/foreman-proxy/settings.d/realm.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[realm_freeipa]/Foreman_proxy::Settings_file[realm_freeipa]/File[/etc/foreman-proxy/settings.d/realm_freeipa.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Tftp/Foreman_proxy::Module[tftp]/Foreman_proxy::Settings_file[tftp]/File[/etc/foreman-proxy/settings.d/tftp.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Templates/Foreman_proxy::Module[templates]/Foreman_proxy::Settings_file[templates]/File[/etc/foreman-proxy/settings.d/templates.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.39 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/basic_spec.rb:6
Puppet / Puppet 8 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy 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 'redhat9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192211806.pp.3gjzei Last 10 lines of output were: Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[puppetca_puppet_cert]/Foreman_proxy::Settings_file[puppetca_puppet_cert]/File[/etc/foreman-proxy/settings.d/puppetca_puppet_cert.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Realm/Foreman_proxy::Module[realm]/Foreman_proxy::Settings_file[realm]/File[/etc/foreman-proxy/settings.d/realm.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[realm_freeipa]/Foreman_proxy::Settings_file[realm_freeipa]/File[/etc/foreman-proxy/settings.d/realm_freeipa.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Tftp/Foreman_proxy::Module[tftp]/Foreman_proxy::Settings_file[tftp]/File[/etc/foreman-proxy/settings.d/tftp.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Templates/Foreman_proxy::Module[templates]/Foreman_proxy::Settings_file[templates]/File[/etc/foreman-proxy/settings.d/templates.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.43 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/basic_spec.rb:6
Puppet / Puppet 8 - RedHat 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/basic_spec.rb:8
Puppet / Puppet 7 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin 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 'redhat9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192158281.pp.aWim9R Last 10 lines of output were: Info: Systemd::Service_limits[foreman-proxy.service]: Scheduling refresh of Service[foreman-proxy] Info: Class[Foreman_proxy::Plugin::Dynflow]: Unscheduling all events on Class[Foreman_proxy::Plugin::Dynflow] Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Feature[Script]/Datacat_fragment[foreman_proxy::enabled_features::Script]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_execution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Feature[Ansible]/Datacat_fragment[foreman_proxy::enabled_features::Ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Settings_file[ansible]/File[/etc/foreman-proxy/settings.d/ansible.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Info: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Unscheduling all events on Service[foreman-proxy] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.59 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 7 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin 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 'redhat9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192206124.pp.zS9Kx1 Last 10 lines of output were: Warning: /Stage[main]/Mosquitto::Service/Service[mosquitto]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Plugin[ansible]/Package[rubygem-smart_proxy_ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Dynflow/Foreman_proxy::Plugin::Module[dynflow]/Foreman_proxy::Module[dynflow]/Foreman_proxy::Feature[Dynflow]/Datacat_fragment[foreman_proxy::enabled_features::Dynflow]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Dynflow/Foreman_proxy::Plugin::Module[dynflow]/Foreman_proxy::Module[dynflow]/Foreman_proxy::Settings_file[dynflow]/File[/etc/foreman-proxy/settings.d/dynflow.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Feature[Script]/Datacat_fragment[foreman_proxy::enabled_features::Script]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Remote_execution::Script/Foreman_proxy::Plugin::Module[remote_execution_ssh]/Foreman_proxy::Module[remote_execution_ssh]/Foreman_proxy::Settings_file[remote_execution_ssh]/File[/etc/foreman-proxy/settings.d/remote_execution_ssh.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Feature[Ansible]/Datacat_fragment[foreman_proxy::enabled_features::Ansible]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Ansible/Foreman_proxy::Plugin::Module[ansible]/Foreman_proxy::Module[ansible]/Foreman_proxy::Settings_file[ansible]/File[/etc/foreman-proxy/settings.d/ansible.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.77 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 7 - RedHat 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 7 - RedHat 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 7 - RedHat 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 7 - RedHat 9: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 7 - RedHat 9: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy 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 'redhat9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192210325.pp.2QsdDu Last 10 lines of output were: Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[puppetca_puppet_cert]/Foreman_proxy::Settings_file[puppetca_puppet_cert]/File[/etc/foreman-proxy/settings.d/puppetca_puppet_cert.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Realm/Foreman_proxy::Module[realm]/Foreman_proxy::Settings_file[realm]/File[/etc/foreman-proxy/settings.d/realm.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[realm_freeipa]/Foreman_proxy::Settings_file[realm_freeipa]/File[/etc/foreman-proxy/settings.d/realm_freeipa.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Tftp/Foreman_proxy::Module[tftp]/Foreman_proxy::Settings_file[tftp]/File[/etc/foreman-proxy/settings.d/tftp.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Templates/Foreman_proxy::Module[templates]/Foreman_proxy::Settings_file[templates]/File[/etc/foreman-proxy/settings.d/templates.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.40 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/basic_spec.rb:6
Puppet / Puppet 7 - RedHat 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy 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 'redhat9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192212661.pp.uoqbmJ Last 10 lines of output were: Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[puppetca_puppet_cert]/Foreman_proxy::Settings_file[puppetca_puppet_cert]/File[/etc/foreman-proxy/settings.d/puppetca_puppet_cert.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Realm/Foreman_proxy::Module[realm]/Foreman_proxy::Settings_file[realm]/File[/etc/foreman-proxy/settings.d/realm.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Config/Foreman_proxy::Provider[realm_freeipa]/Foreman_proxy::Settings_file[realm_freeipa]/File[/etc/foreman-proxy/settings.d/realm_freeipa.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Tftp/Foreman_proxy::Module[tftp]/Foreman_proxy::Settings_file[tftp]/File[/etc/foreman-proxy/settings.d/tftp.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Templates/Foreman_proxy::Module[templates]/Foreman_proxy::Settings_file[templates]/File[/etc/foreman-proxy/settings.d/templates.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Feature[Logs]/Datacat_fragment[foreman_proxy::enabled_features::Logs]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Logs/Foreman_proxy::Module[logs]/Foreman_proxy::Settings_file[logs]/File[/etc/foreman-proxy/settings.d/logs.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Module::Registration/Foreman_proxy::Module[registration]/Foreman_proxy::Settings_file[registration]/File[/etc/foreman-proxy/settings.d/registration.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.40 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/basic_spec.rb:6
Puppet / Puppet 7 - RedHat 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/basic_spec.rb:8