Skip to content

modulesync 9.1.0

modulesync 9.1.0 #140

Triggered via pull request July 9, 2024 14:23
Status Failure
Total duration 26m 7s
Artifacts

ci.yml

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

Annotations

182 errors and 8 warnings
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144508798.f9mo4A.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144511519.o2cWqL.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1720536312' 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.03 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144515463.iiFXZ9.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.05 seconds Info: Using environment 'production' Info: Applying configuration version '1720536316' 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 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144509147.TOuw0O.pp Last 10 lines of output were: Info: Applying configuration version '1720536310' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144512572.y6JWOj.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536314' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144516742.UmO7MG.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536318' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144512453.owWtb4.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies 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.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144515847.1ywY0v.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536317' 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 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144519995.1TU2NT.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536321' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144623990.ivz9AR.pp Last 10 lines of output were: Info: Applying configuration version '1720536385' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.20 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144626919.e8s0ic.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536388' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144630976.7IZPJv.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536392' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144634491.XV9fol.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144638105.hcjrVB.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536399' 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.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144642097.YgBKUd.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536403' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144513526.irYyWv.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies 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 46.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144601953.RpQtHl.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536363' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 11: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144607041.C1sbdl.pp Last 10 lines of output were: Info: Applying configuration version '1720536368' 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.46 seconds
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144609263.bmLHXY.pp Last 10 lines of output were: Info: Applying configuration version '1720536370' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144611351.BvMBBw.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536372' 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.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144640846.ieNoyp.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144644661.VsJrsZ.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536406' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144649099.zLL7O5.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536410' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144645447.1Fer0X.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies 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 2.82 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144650010.gMOzWp.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536411' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144654194.2pP12J.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536415' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144646400.EJ4ujw.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144649970.5LtwHF.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536411' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144654291.4bZqbr.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536415' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144652308.E0e362.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144655615.ogPAUJ.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536417' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144659843.yhlSHQ.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536421' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144656880.wwcC3P.pp Last 10 lines of output were: Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 3.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144702177.TaG5dz.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1720536423' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - Rocky 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144706538.Gn1w7F.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536428' 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.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144658118.LW29zy.pp Last 10 lines of output were: Info: Applying configuration version '1720536419' �[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.25 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144701336.OH2ahu.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536423' 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 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144705796.0F4q6r.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1720536427' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144702082.xtOEd6.pp Last 10 lines of output were: Info: Applying configuration version '1720536423' �[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.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144707186.0cpzQ2.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536428' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144711210.XEgNg7.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536432' 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 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144711805.DfFy0S.pp Last 10 lines of output were: Info: Applying configuration version '1720536433' �[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 2.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144715838.SBa75b.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536437' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - CentOS 9: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144720027.be2Gz2.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536441' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.04 seconds
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144717611.Qjqo5q.pp Last 10 lines of output were: Info: Applying configuration version '1720536439' �[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.20 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144722692.Pl5RcR.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536444' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "selinux-policy-targeted" to be installed
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/ Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) } expected "" to match /^SELINUX=permissive$/ Diff: @@ -1 +1 @@ -/^SELINUX=permissive$/ +""
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config') Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 2 running: sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config Last 10 lines of output were: sed: can't read /etc/selinux/config: No such file or directory
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144727025.z4AV8B.pp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536448' Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.05 seconds
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144738399.g2Qjwz.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1720536459' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144743621.XOj4xT.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1720536465' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created �[mNotice: Applied catalog in 0.57 seconds
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144748250.qFdl48.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536469' �[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 / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:" Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") } expected "?" to include ":var_t:"
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144701318.120cCZ.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config] �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 45.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144748536.WsLxu1.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.07 seconds Info: Using environment 'production' Info: Applying configuration version '1720536470' 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.44 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 11: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144753692.3DJHb3.pp Last 10 lines of output were: Info: Applying configuration version '1720536475' 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.44 seconds
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144755999.J5fgIT.pp Last 10 lines of output were: Info: Applying configuration version '1720536477' 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.45 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144758180.QniZhq.pp Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.06 seconds Info: Using environment 'production' Info: Applying configuration version '1720536479' Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found �[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.45 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144815959.PbWnvW.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.08 seconds Info: Using environment 'production' Info: Applying configuration version '1720536497' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"') Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: setenforce Enforcing && test "$(getenforce)" = "Enforcing" Last 10 lines of output were: setenforce: SELinux is disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes Failure/Error: apply_manifest(pp, catch_changes: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144821994.YymGuD.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1720536503' �[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.66 seconds
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144827472.BlDMaB.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1720536509' �[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully �[mNotice: Applied catalog in 0.73 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/ Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) } expected "Disabled\n" to match /^Permissive$/ Diff: @@ -1 +1 @@ -/^Permissive$/ +Disabled
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:" Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") } expected "?" to include ":var_t:"
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 30
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 31
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 32
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 33
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Debian 10