Skip to content

Release 27.0.0

Release 27.0.0 #1585

Triggered via pull request November 4, 2024 15:59
Status Failure
Total duration 9m 53s
Artifacts

ci.yml

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

Annotations

49 errors and 3 warnings
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160509870.d4pgHx.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.65 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160512894.KURMVd.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.86 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 7 - AlmaLinux 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160515507.1Eki9b.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.80 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160518989.TQDqwi.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.46 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 8 - AlmaLinux 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160542140.ulhcaC.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160545520.RSvFhv.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.73 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - CentOS 9: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 7 - CentOS 9: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160557055.nRdNNt.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.63 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160600354.SPCLa1.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.57 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - CentOS 9: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 8 - CentOS 9: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160614913.tpbloD.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.93 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160618158.pKZoDm.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.69 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160619391.wWDvi7.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.90 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with openscap 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 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_160622845.nxn43a.pp Last 10 lines of output were: 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::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Plugin[salt]/Package[rubygem-smart_proxy_salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Feature[Salt]/Datacat_fragment[foreman_proxy::enabled_features::Salt]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/Foreman_proxy::Plugin::Module[salt]/Foreman_proxy::Module[salt]/Foreman_proxy::Settings_file[salt]/File[/etc/foreman-proxy/settings.d/salt.yml]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies Warning: /Stage[main]/Foreman_proxy::Plugin::Salt/File[/etc/salt/master.d/foreman.conf]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.66 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/salt_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/salt_spec.rb#L10
Scenario: install foreman-proxy with openscap plugin is expected to be directory Failure/Error: specify { expect(file('/etc/salt/master.d')).to be_directory } expected `File "/etc/salt/master.d".directory?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/salt_spec.rb#L11
Scenario: install foreman-proxy with openscap plugin is expected to be file and have attributes {:group => "foreman-proxy", :owner => "root"} Failure/Error: specify { expect(file('/etc/salt/master.d/foreman.conf')).to be_file.and(have_attributes(owner: 'root', group: 'foreman-proxy')) } expected `File "/etc/salt/master.d/foreman.conf".file?` to be truthy, got false ...and: expected File "/etc/salt/master.d/foreman.conf" to have attributes {:group => "foreman-proxy", :owner => "root"} but had attributes {:group => "", :owner => ""} Diff for (have attributes {:group => "foreman-proxy", :owner => "root"}): @@ -1,3 +1,3 @@ -:group => "foreman-proxy", -:owner => "root", +:group => "", +:owner => "",
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with openscap 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/salt_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 11
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 12