Skip to content

modulesync 7.4.0

modulesync 7.4.0 #131

Triggered via pull request June 12, 2024 09:43
Status Failure
Total duration 59m 41s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
33s
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 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_103501133.sQeKIy.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.07 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_103503931.wpqvb1.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 '1718188505' 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_103507985.oaRs6x.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 '1718188509' 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 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_103508937.3erfRq.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.75 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_103512359.htcInB.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1718188513' 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_103516321.2Nut2n.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1718188517' 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_103510754.wIpVgA.pp Last 10 lines of output were: Info: Applying configuration version '1718188512' �[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 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.23 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_103514813.EHEraC.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1718188516' 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 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_103518952.OBLIPy.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 '1718188520' 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 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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103533117.HCY0Js.pp Last 10 lines of output were: Info: Applying configuration version '1718188534' �[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.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_103536887.PUFXuR.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 '1718188538' 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_103540972.hi2rbT.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 '1718188542' 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_103546810.vgnuUM.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.44 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_103550008.gWWM9h.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 '1718188551' 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_103554032.YJENnt.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 '1718188555' 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 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_103548638.z0Yi5M.pp Last 10 lines of output were: Info: Applying configuration version '1718188550' �[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.14 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_103551518.EhBsdM.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 '1718188552' 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_103555528.C2CNY2.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 '1718188557' 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_103558278.8KXr5D.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.06 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_103601218.3kFoaV.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 '1718188562' 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_103605453.HtRCL4.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 '1718188567' 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_103556342.Wc0DlT.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.68 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_103559685.kG7DeV.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188561' 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_103603590.c4pQaq.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188565' 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_103557883.aGAqYM.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 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.46 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_103601080.Oh43Ow.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 '1718188562' 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_103605156.9KTf8G.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 '1718188566' 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_103603377.yl8xow.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.27 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_103607378.p1tIK4.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 '1718188568' 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_103611421.7gdbIy.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 '1718188572' 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_103609444.D9Cx0v.pp Last 10 lines of output were: Info: Applying configuration version '1718188570' �[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.11 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_103614210.YiKG2e.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 '1718188575' 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_103618115.5DuC6f.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 '1718188579' 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_103605685.RZGG8T.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.22 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_103613646.h1AgRM.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.07 seconds Info: Applying configuration version '1718188575' 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 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_103617742.vtyY4u.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.07 seconds Info: Applying configuration version '1718188579' 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_103610026.Cmq9Bq.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 8.37 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_103620076.5G7lnG.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.06 seconds Info: Applying configuration version '1718188581' 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 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_103623828.baOySr.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.06 seconds Info: Applying configuration version '1718188585' 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_103621377.ixbr5p.pp Last 10 lines of output were: Info: Applying configuration version '1718188583' �[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 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.66 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_103624922.zZ89ni.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188586' 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_103629203.4MVjfi.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188590' 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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103625254.BNwJF7.pp Last 10 lines of output were: Info: Applying configuration version '1718188586' �[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.50 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_103630679.Tz8OnQ.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188592' 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_103634830.ft2o8D.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1718188596' 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_103537891.29cvid.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] 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 45.16 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_103624836.MRhyz9.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 '1718188586' 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.45 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_103629729.2rSZY4.pp Last 10 lines of output were: Info: Applying configuration version '1718188591' 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.45 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_103631923.6tzYy3.pp Last 10 lines of output were: Info: Applying configuration version '1718188593' 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.46 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_103633980.maAaqo.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 '1718188595' 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.45 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_103535835.RW5wRI.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 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 Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 39.91 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_103617641.EKSmGL.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.47 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_103623765.OuFjof.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.49 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_103626980.Uy6MHh.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.49 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_103630056.CbGOAM.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.50 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_103656252.r6tXl5.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 '1718188617' �[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 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_103701073.g3tcEP.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 '1718188622' �[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.49 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_103705300.UhotCd.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 '1718188626' �[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 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 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_103630505.jJbwwG.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 42.08 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_103714686.cj7flM.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.83 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_103721560.e5hNpM.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.63 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_103725203.HgGedB.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.76 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_103728786.Ci51dG.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.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
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_104035305.MRApYj.pp Last 10 lines of output were: Info: Applying configuration version '1718188836' �[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.19 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_104038273.AScmTc.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 '1718188839' 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_104042372.OBPHAx.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 '1718188843' 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_104034147.Kg4h74.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.99 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_104037932.Qvh4hw.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 '1718188839' 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_104042047.uMGsPP.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 '1718188843' 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_104047213.vRPzZY.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.16 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_104052242.Xy0yBR.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 '1718188853' 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_104056428.SlNcZS.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 '1718188858' 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_104055036.x4MgEz.pp Last 10 lines of output were: Info: Applying configuration version '1718188856' �[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.93 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_104059713.uqFJEs.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 '1718188861' 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_104103743.iLdP7j.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 '1718188865' 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 - 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_104031133.rlMFaX.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] 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 47.16 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_104120151.44ARaw.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 '1718188881' 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.53 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_104125651.MuJmo7.pp Last 10 lines of output were: Info: Applying configuration version '1718188887' 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.51 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_104128147.XrrxVS.pp Last 10 lines of output were: Info: Applying configuration version '1718188889' 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.51 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_104130478.itnBZA.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 '1718188892' 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:105
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_104137894.VY3CQ5.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 '1718188899' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.58 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_104143368.K7pT51.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 '1718188904' �[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.57 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_104148234.6sinKT.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 '1718188909' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.60 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 / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8