Skip to content

modulesync 9.1.0

modulesync 9.1.0 #130

Triggered via pull request June 3, 2024 16:57
Status Failure
Total duration 1h 2m 36s
Artifacts

ci.yml

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

Annotations

250 errors and 1 warning
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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_175315756.lsNOTE.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.33 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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_175318931.TQ3v46.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437200' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175323198.iV0ZKO.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437204' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175319763.mkWBns.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175323060.wRFkkf.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437204' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175326984.VPwYuJ.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437208' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175320839.IO6oIO.pp Last 10 lines of output were: Info: Applying configuration version '1717437202' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.78 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175324347.xffg2O.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437205' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175328265.TSs83J.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437209' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175335375.Yuxpph.pp Last 10 lines of output were: �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437216' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175337184.otfZxK.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437218' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175341272.5Y6XNS.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437222' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Fedora 30: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora30-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175418731.V5zTkp.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 6.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 30: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora30-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175426996.C1ISwy.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.06 seconds Info: Applying configuration version '1717437268' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Fedora 30: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora30-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 30: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora30-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora30-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora30-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 30: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'fedora30-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175430873.xYNDCW.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.06 seconds Info: Applying configuration version '1717437272' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Fedora 31: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora31-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175424481.ZCkSKV.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 9.12 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 31: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora31-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175435452.2nQQO7.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.07 seconds Info: Applying configuration version '1717437277' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Fedora 31: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora31-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 31: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora31-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora31-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora31-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 31: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'fedora31-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175439643.H8asH7.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.07 seconds Info: Applying configuration version '1717437281' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175337130.ynYxde.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 46.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175425106.RIrEi4.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437266' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175430364.i7DwXK.pp Last 10 lines of output were: Info: Applying configuration version '1717437271' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.48 seconds
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175432659.1fPow6.pp Last 10 lines of output were: Info: Applying configuration version '1717437274' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175434803.q2ocSd.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437276' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian10-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175334168.HsxRgP.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 40.51 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian10-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175416335.bEgtsM.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 10: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 10: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 10: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 10: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175422574.BQMEJj.pp Last 10 lines of output were: auditd E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-disabled]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.62 seconds
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian10-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175425973.vXuMHr.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian10-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175429241.NMmkYL.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175450671.ZyzIxM.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437292' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175455640.eoL0qd.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437297' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created �[mNotice: Applied catalog in 0.48 seconds
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175459851.MhSqnV.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437301' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:" Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") } expected "?" to include ":var_t:"
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175728967.WBOjMT.pp Last 10 lines of output were: Info: Applying configuration version '1717437450' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175731993.0uBo4D.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437453' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175735853.NDKZUt.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437457' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175728376.fUTodo.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175731803.cRyTyH.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437453' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175735853.Pckut0.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437457' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175737735.8gmiew.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.08 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175740669.rF8nc6.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437462' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175744956.Tn432c.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437466' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175738578.SzAZ0m.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 2.21 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175742435.CgDm9b.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1717437463' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175746313.ZoWE3w.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1717437467' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175741538.5yax2n.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175744805.qcceVd.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437466' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175748938.ohbUAk.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437470' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Fedora 32: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora32-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175753583.DrPaVV.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 3.21 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 32: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'fedora32-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175758656.abKQ9K.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for fedora32-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437480' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Fedora 32: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora32-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 32: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora32-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora32-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'fedora32-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Fedora 32: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'fedora32-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175802843.phmjqr.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for fedora32-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437484' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175757248.fQgjvi.pp Last 10 lines of output were: Info: Applying configuration version '1717437478' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175800839.HCctAI.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437482' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 7: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 7: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175805234.JuewMT.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437486' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.06 seconds
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175801237.qEYqKY.pp Last 10 lines of output were: �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437482' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175803246.EAnEOg.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437484' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175807702.Fhwz5M.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437489' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175758590.H5Y1Mp.pp Last 10 lines of output were: Info: Applying configuration version '1717437480' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 2.94 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175803237.UZfSsd.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1717437484' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175807170.KucTOH.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437488' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175805695.lKwIP1.pp Last 10 lines of output were: Info: Applying configuration version '1717437487' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175808641.r5VCyC.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437490' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175812777.NCzFcx.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437494' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175807901.4E1v5Q.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175811427.PUWQsi.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437493' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175815786.SGewVE.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437497' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175812239.rLMFDM.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 2.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175816684.HioPiV.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437498' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175820761.zvRa26.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437502' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175825935.Lz6NMA.pp Last 10 lines of output were: Info: Applying configuration version '1717437507' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 3.17 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175831001.ZTMnJA.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437512' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175835189.ZwL7mL.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1717437516' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175906843.pwdg9b.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437548' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.51 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175911993.CAt7FB.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437553' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created �[mNotice: Applied catalog in 0.54 seconds
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175916603.Yj4zEx.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437558' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:" Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") } expected "?" to include ":var_t:"
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175813660.GVJaOR.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 50.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175906239.Xmu5z5.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1717437547' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175912214.Ul1eN3.pp Last 10 lines of output were: Info: Applying configuration version '1717437554' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.59 seconds
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175914913.ly0dBq.pp Last 10 lines of output were: Info: Applying configuration version '1717437556' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175917412.zPSsQ2.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.08 seconds Info: Using environment 'production' Info: Applying configuration version '1717437559' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian10-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175810070.HKs5gP.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 40.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot 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 'debian10-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175852820.DielGC.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 10: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 10: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 10: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 10: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175859297.sJmLHE.pp Last 10 lines of output were: auditd E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-disabled]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.62 seconds
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian10-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175902844.S7om7C.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot 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 'debian10-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_175906276.yJqBHC.pp Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8