modulesync 7.3.0 #125
ci.yml
on: pull_request
Puppet
/
Static validations
24s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
260 errors
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123200931.pp.JnQgZI
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123203636.pp.qTiTiD
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 '1707222725'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123207452.pp.6mS5ZN
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 '1707222728'
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 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123201260.pp.MWL2iN
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.43 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123204451.pp.8Ar69E
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 '1707222725'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123208678.pp.mccc1o
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 '1707222730'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
|
Puppet / Distro Puppet - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123317110.pp.ThkJkT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222799'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Distro Puppet - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Distro Puppet - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123323775.pp.1lPUfM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222806'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created
�[mNotice: Applied catalog in 0.48 seconds
|
Puppet / Distro Puppet - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123329914.pp.wsU4GJ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222812'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.48 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Distro Puppet - Debian 12:
spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:"
Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") }
expected "?" to include ":var_t:"
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123526985.pp.B21BWa
Last 10 lines of output were:
Info: Applying configuration version '1707222928'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.96 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123530668.pp.99EWun
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222932'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123534584.pp.iZZbxh
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222936'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123536851.pp.YE7mOE
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.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123540100.pp.YCQRdD
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 '1707222941'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123544185.pp.rnzjzS
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 '1707222945'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123542365.pp.zOwcCs
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.71 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123546720.pp.z9Q4AA
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222948'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123550631.pp.wGoctB
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222952'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123539097.pp.cDCmXS
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.38 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123543327.pp.rUjUCw
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222945'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123549618.pp.l33EU6
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222952'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123542466.pp.XgfvyT
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.22 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123546336.pp.TCRdK7
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222948'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123552123.pp.eMO4Mm
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222954'
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 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123550747.pp.j8Nou6
Last 10 lines of output were:
Info: Applying configuration version '1707222952'
�[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.11 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123553578.pp.lG2P0p
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222955'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123557630.pp.tcQLP2
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 '1707222959'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123548968.pp.P9Zca9
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.74 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123553505.pp.bkoQry
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 '1707222954'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123557594.pp.EPMufg
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 '1707222959'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123547011.pp.bwZiod
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.31 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123552080.pp.W74yv3
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222953'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123556287.pp.ta8rUU
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222957'
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 - Fedora 32:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123601688.pp.MgVRpY
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 32:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123605983.pp.IBhZ8D
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for fedora32-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222967'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Fedora 32:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 32:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 32:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'fedora32-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123609956.pp.8pLKCM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for fedora32-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222971'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123602621.pp.UJ131d
Last 10 lines of output were:
Info: Applying configuration version '1707222964'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.66 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123606934.pp.N8hNpD
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222968'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123610743.pp.khd5wc
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222972'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123559461.pp.D1Ie1N
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.93 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123605119.pp.oI9Q8S
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222967'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123611175.pp.z2Mtkt
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222973'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123558634.pp.eUQY6o
Last 10 lines of output were:
Info: Applying configuration version '1707222961'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.70 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123603566.pp.RwIMQ3
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222966'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123610668.pp.5zrb8h
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222973'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123605587.pp.BfaLZZ
Last 10 lines of output were:
Info: Applying configuration version '1707222967'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.14 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123609381.pp.wJMYwK
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222971'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123615201.pp.43YDJ5
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222977'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123604801.pp.yRFoSN
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.32 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123609919.pp.Zzpl2N
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222972'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123615895.pp.YkUYky
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.10 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222978'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123604573.pp.R9juqI
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.53 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123610158.pp.D62hRN
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222972'
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 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123616795.pp.Vpfb1w
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.12 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222979'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123608270.pp.5LKnM3
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.71 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123613849.pp.4OCDTC
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222976'
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 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123620065.pp.peqbje
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222982'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - Fedora 30:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123613366.pp.yKpjqw
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 5.29 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 30:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123620403.pp.ipxZaP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.07 seconds
Info: Applying configuration version '1707222981'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Fedora 30:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 30:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 30:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'fedora30-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123624484.pp.y3FfXa
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora30-64-puppet7.example.com in environment production in 0.07 seconds
Info: Applying configuration version '1707222986'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - Fedora 31:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123615790.pp.4V5hWJ
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 8.43 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 31:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123626054.pp.xgdzl9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.07 seconds
Info: Applying configuration version '1707222987'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Fedora 31:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 31:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 7 - Fedora 31:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'fedora31-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123630198.pp.Ale3Sp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.07 seconds
Info: Applying configuration version '1707222991'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123623557.pp.3fepej
Last 10 lines of output were:
Info: Applying configuration version '1707222986'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.95 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123629435.pp.41taOg
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222991'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123635604.pp.99dnpV
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222998'
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 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123553401.pp.4BbuPu
Last 10 lines of output were:
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 46.66 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123641848.pp.yzSiOK
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 '1707223003'
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:21
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123646751.pp.W3UDDf
Last 10 lines of output were:
Info: Applying configuration version '1707223008'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.45 seconds
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123648955.pp.8sRms0
Last 10 lines of output were:
Info: Applying configuration version '1707223010'
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.48 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123651079.pp.rOmUFo
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 '1707223012'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123550046.pp.u4YvwT
Last 10 lines of output were:
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 43.47 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123635555.pp.WN1Ud8
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123641563.pp.ISufM0
Last 10 lines of output were:
auditd
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-disabled]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.54 seconds
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123644858.pp.JccPqT
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.53 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123647990.pp.msvFJy
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.56 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#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_123610724.pp.9QnqzZ
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 47.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123700948.pp.xUFQvP
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707223023'
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.47 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123708226.pp.oB2bg3
Last 10 lines of output were:
Info: Applying configuration version '1707223030'
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.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123711685.pp.exJVmq
Last 10 lines of output were:
Info: Applying configuration version '1707223034'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123715022.pp.fdo8s1
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707223037'
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 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123613043.pp.DHxqXd
Last 10 lines of output were:
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 43.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123659824.pp.aAL2Ny
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.76 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123708965.pp.csP1hm
Last 10 lines of output were:
auditd
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-disabled]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.83 seconds
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123714009.pp.oozITP
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.77 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123718852.pp.Yol3LE
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|