Skip to content

modulesync 7.2.0

modulesync 7.2.0 #116

Triggered via pull request December 15, 2023 12:32
Status Failure
Total duration 34m 38s
Artifacts

ci.yml

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

Annotations

260 errors
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_125959157.pp.WqO9bw 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.59 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.0.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_130002560.pp.tSnI74 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 '1702645204' 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.0.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.0.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_130006803.pp.ZzsGAM 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 '1702645208' 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.0.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_130005773.pp.LgfQ1y 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.82 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.0.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_130009255.pp.p9T0AG Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1702645210' 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.0.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.0.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_130013159.pp.Y9OZZA 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 '1702645214' 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 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130028856.pp.7H7qET 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 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130033739.pp.m2ROyU Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645235' 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.0.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.0.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_130037734.pp.bdJt7F Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645239' 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.0.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_130032800.pp.pG4as7 Last 10 lines of output were: Info: Applying configuration version '1702645234' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.84 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.0.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_130036315.pp.fKKpra Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645237' 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.0.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.0.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_130040206.pp.ieuEKs Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645241' 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 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130054125.pp.5oCjc4 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.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130059667.pp.va2imz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645261' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 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 - CentOS 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 - CentOS 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 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-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 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-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 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 'centos8-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 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 'centos8-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 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 'centos8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130103599.pp.fSBhJb Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645265' 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.0.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_130107331.pp.tm8klJ Last 10 lines of output were: Info: Applying configuration version '1702645268' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.26 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.0.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_130110262.pp.extWzG Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645271' 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.0.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.0.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_130114134.pp.oRcDsg 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 '1702645275' 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.0.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_130118541.pp.rP5gzW 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 5.69 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.0.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_130125979.pp.nwRd9V Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.06 seconds Info: Applying configuration version '1702645287' 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.0.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.0.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_130129936.pp.jrqb06 Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.06 seconds Info: Applying configuration version '1702645291' 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.0.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_130129690.pp.efDDxO 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 4.73 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.0.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_130136144.pp.VVbBEa 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 '1702645297' 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.0.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.0.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_130140114.pp.RYh8Bw 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 '1702645301' 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.0.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_130136380.pp.AwmtEx Last 10 lines of output were: Info: Applying configuration version '1702645297' �[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.07 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.0.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_130141187.pp.sU2dpP 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 '1702645302' 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.0.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.0.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_130145245.pp.VUqXld 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 '1702645306' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Distro Puppet - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130117602.pp.OL8Z9F Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1702645280' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Distro Puppet - 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 / Distro Puppet - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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-none.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 / Distro Puppet - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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-none.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 / Distro Puppet - 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-none.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Distro Puppet - 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-none.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Distro Puppet - 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-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130124736.pp.q7zMv1 Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1702645287' �[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.55 seconds
Puppet / Distro Puppet - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130131294.pp.hx0Jwk Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1702645293' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Distro Puppet - 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 / Distro Puppet - Debian 12: spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:" Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") } expected "?" to include ":var_t:"
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130045332.pp.TiGR2y Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 38.85 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.0.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_130125916.pp.6R4HqT 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: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.0.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.0.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_130131749.pp.hAJWlm 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.48 seconds
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130134932.pp.RjAzb7 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.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130138005.pp.wXYMMf 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 - Fedora 31: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130237256.pp.cBvZuk 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.96 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.0.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_130247919.pp.t9HQUW 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 '1702645369' 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.0.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.0.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_130251767.pp.o41DAT 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 '1702645373' 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.0.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_130107728.pp.TsXE7Y 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 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 94.34 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.0.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_130244000.pp.t01hjS 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 '1702645365' 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.54 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.0.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.0.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_130249287.pp.c5JByB Last 10 lines of output were: Info: Applying configuration version '1702645370' 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 �[mNotice: Applied catalog in 0.53 seconds 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
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130251725.pp.FInG9v Last 10 lines of output were: Info: Applying configuration version '1702645373' 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.54 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.0.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_130254013.pp.kgNAvr Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1702645375' 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.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130332215.pp.JMYJ8p 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.45 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.0.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_130335383.pp.9yWDlA 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 '1702645416' 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 - 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.0.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.0.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_130339457.pp.UGdU11 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 '1702645421' 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.0.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_130330699.pp.Um9FnB 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.10 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.0.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_130334533.pp.JCuDEQ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1702645416' 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.0.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.0.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_130340385.pp.4FkYxw Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1702645422' 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.0.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_130333275.pp.sNIDrq 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.39 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.0.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_130337629.pp.e4YSui Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645420' 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.0.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.0.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_130343950.pp.BtzFcP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645426' 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.0.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_130402204.pp.Cvej01 Last 10 lines of output were: Info: Applying configuration version '1702645444' �[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.82 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.0.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_130407025.pp.3iwrKy Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645449' 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.0.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.0.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_130413537.pp.RwH4lf Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645456' 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.0.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_130420376.pp.FujArA 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.37 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.0.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_130425597.pp.cEM4OX Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645468' 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 - 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.0.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.0.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_130432014.pp.8LujT4 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645474' 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 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130423259.pp.R3JOIA Last 10 lines of output were: Info: Applying configuration version '1702645465' �[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 Info: Stage[main]: Unscheduling all events on Stage[main] 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 1.20 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.0.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_130427326.pp.iHMktM Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645469' 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.0.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.0.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_130433537.pp.naoEwm Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645476' 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 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130423810.pp.oMnYw0 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.37 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130430093.pp.jnPntX Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645472' 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 - CentOS 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 - CentOS 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 - CentOS 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 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-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 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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 'centos8-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 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 'centos8-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 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 'centos8-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 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 'centos8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130436478.pp.mViZeh Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645479' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130433257.pp.D4UdTn 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.52 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.0.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_130437710.pp.Lrvfnk Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645480' 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.0.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.0.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_130444135.pp.W3G555 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645486' 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.0.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_130438179.pp.3TDqGB 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.43 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.0.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_130442343.pp.jKvQNs Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1702645484' 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.0.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.0.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_130448225.pp.rPYKxS Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1702645490' 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.0.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_130445176.pp.EjH3EF Last 10 lines of output were: Info: Applying configuration version '1702645487' �[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.76 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.0.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_130450893.pp.NSAjdz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645493' 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.0.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.0.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_130457255.pp.Q2lcKK Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1702645499' 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.0.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_130335897.pp.OJp2sf 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.56 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.0.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_130340163.pp.MTP7uP Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645421' 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.0.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.0.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_130344134.pp.VmKFB3 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1702645425' 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.03 seconds
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130432277.pp.xEzxIL 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 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 80.94 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.0.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_130556238.pp.Kv1zub Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1702645558' 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.43 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.0.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.0.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_130603482.pp.YjCnF3 Last 10 lines of output were: Info: Applying configuration version '1702645566' 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.43 seconds
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130606869.pp.wFOFWX Last 10 lines of output were: Info: Applying configuration version '1702645569' 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.44 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.0.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_130610145.pp.kIp7l0 Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1702645572' 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.43 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.0.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_130437631.pp.VB1KBK 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 46.40 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.0.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_130527457.pp.i52FVh Last 10 lines of output were: E: Sub-process /usr/bin/dpkg returned an error code (1) �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 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.0.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.0.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_130536573.pp.6g174c 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.70 seconds
Puppet / Puppet 8 - Debian 10: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.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_130541449.pp.fknYbD 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.73 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.0.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_130546243.pp.WdGiY4 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.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105