modulesync 9.1.0 #129
Triggered via pull request
April 25, 2024 15:25
Status
Failure
Total duration
1h 22m 56s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
35s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
270 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_164122080.pp.PQ7ibv
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.27 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_164125066.pp.5TqSvF
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063286'
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_164129126.pp.PxU7sn
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063290'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164130605.pp.VBSxfG
Last 10 lines of output were:
Info: Applying configuration version '1714063292'
�[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.65 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_164133980.pp.Tct6bV
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 '1714063295'
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_164137931.pp.cMi7n1
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 '1714063299'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164130360.pp.84bnC4
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.52 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_164133547.pp.E8LWoI
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063295'
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_164137513.pp.fN4QFQ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063298'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164130743.pp.IYNfaV
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.92 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 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_164134400.pp.qjqeBX
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 '1714063295'
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_164138578.pp.ycZDTk
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 '1714063300'
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 - 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_164144935.pp.jefuX7
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.97 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_164148624.pp.cBSO29
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 '1714063310'
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_164152744.pp.q6aQdg
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 '1714063314'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164151096.pp.w6yd0f
Last 10 lines of output were:
Info: Applying configuration version '1714063312'
�[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.15 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_164153941.pp.tXNakj
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 '1714063315'
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 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_164157917.pp.TtSLaI
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 '1714063319'
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_164152264.pp.bJTy2y
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164156126.pp.zDksQC
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063317'
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_164200009.pp.nOLoal
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063321'
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_164153722.pp.eiG2sU
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]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.23 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_164158724.pp.LN702s
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 '1714063320'
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_164202880.pp.uxNoHJ
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 '1714063324'
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_164209112.pp.UV90nn
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.28 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_164214182.pp.8flR1C
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 '1714063335'
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_164218232.pp.FJ0SUs
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 '1714063339'
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_164220290.pp.41zzUH
Last 10 lines of output were:
Info: Applying configuration version '1714063341'
�[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.87 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_164224902.pp.x6Xfaq
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063346'
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_164228977.pp.uyvGnj
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063350'
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 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_164217385.pp.nMjLqT
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 5.43 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_164224625.pp.wVFPBd
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 '1714063346'
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_164228661.pp.7hxSk5
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 '1714063350'
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_164218674.pp.iuOQ6f
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 8.21 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_164228638.pp.T6zkPx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.06 seconds
Info: Applying configuration version '1714063350'
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_164232604.pp.Q1UxTZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for fedora31-64-puppet7.example.com in environment production in 0.06 seconds
Info: Applying configuration version '1714063354'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164147232.pp.ZnKTGs
Last 10 lines of output were:
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 46.01 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_164234877.pp.7NX7UM
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 '1714063356'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 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_164239677.pp.R0K4Ct
Last 10 lines of output were:
Info: Applying configuration version '1714063361'
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_164241872.pp.T2JeQU
Last 10 lines of output were:
Info: Applying configuration version '1714063363'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164243925.pp.TAFxcG
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 '1714063365'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - 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-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164251818.pp.4tpZ9j
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063373'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.51 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164256700.pp.0Hpkvq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063378'
�[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.51 seconds
|
Puppet / Puppet 7 - 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-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164301086.pp.QbEoyh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063382'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.51 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:"
Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") }
expected "?" to include ":var_t:"
|
Puppet / Puppet 7 - 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_164146851.pp.GmpiBl
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 42.43 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_164231085.pp.bzZAJl
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.71 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_164237452.pp.OPjgmw
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.78 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_164241036.pp.IpD9LV
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.64 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164244431.pp.19YeTB
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.69 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
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_164502205.pp.46JRE5
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.50 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_164505607.pp.i4Gjg1
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063507'
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_164510020.pp.FVO9al
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063511'
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_164503400.pp.1Sand4
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.74 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_164507035.pp.OOKK8j
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063508'
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_164511434.pp.7A9WcB
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063513'
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_164521112.pp.QSm2rx
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.97 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_164524903.pp.qDVtf2
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063526'
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_164529134.pp.OCf1qd
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063530'
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_164528856.pp.WkSjgB
Last 10 lines of output were:
Info: Applying configuration version '1714063530'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.18 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_164532993.pp.CrWge2
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063534'
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_164537331.pp.vYnAWC
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063539'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.06 seconds
|
Puppet / Puppet 8 - CentOS 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_164531090.pp.tK6hdY
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.34 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_164536346.pp.LnEYEN
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063538'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L24
selinux class - mode switching when switching from unknown mode to permissive before reboot Package "selinux-policy-targeted" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "selinux-policy-targeted" to be installed
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L28
selinux class - mode switching when switching from unknown mode to permissive before reboot File "/etc/selinux/config" content is expected to match /^SELINUX=permissive$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=permissive$}) }
expected "" to match /^SELINUX=permissive$/
Diff:
@@ -1 +1 @@
-/^SELINUX=permissive$/
+""
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config')
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
sed -i "s/SELINUX=.*/SELINUX=enforcing/" /etc/selinux/config
Last 10 lines of output were:
sed: can't read /etc/selinux/config: No such file or directory
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164540813.pp.b7yR7D
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063542'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164547408.pp.XbJFHQ
Last 10 lines of output were:
Info: Applying configuration version '1714063549'
�[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.27 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_164550483.pp.yFd7OJ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063552'
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_164554667.pp.pJssNQ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063556'
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_164553136.pp.Uh2kBm
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.24 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_164557282.pp.UTcLWr
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063558'
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_164601718.pp.52sA5K
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063563'
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_164612087.pp.xDn5Uk
Last 10 lines of output were:
Info: Applying configuration version '1714063573'
�[mNotice: /Stage[main]/Selinux::Package/Package[policycoreutils-python-utils]/ensure: created
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.94 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 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_164616792.pp.XdhQT6
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063578'
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_164620853.pp.ydNdRA
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063582'
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_164618388.pp.eKPZUC
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.74 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_164622017.pp.lW7IaL
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063583'
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_164626398.pp.ZYGt3h
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063588'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.04 seconds
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164535995.pp.EWz1YA
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.73 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_164625629.pp.NlMYfV
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063587'
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.52 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_164631073.pp.27uRxk
Last 10 lines of output were:
Info: Applying configuration version '1714063592'
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.52 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_164633560.pp.Hx2fbi
Last 10 lines of output were:
Info: Applying configuration version '1714063595'
Error: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Could not evaluate: /bin/sh: 1: /usr/bin/grep: not found
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]/ensure: created
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency Exec[activate-selinux] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.51 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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_164635911.pp.B7tCqE
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063597'
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.50 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164638421.pp.sxZabU
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063599'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.52 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L42
selinux class - mode switching when switching from unknown mode to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.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-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:60
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L63
selinux class - mode switching when switching from enforcing to disabled before reboot File "/etc/selinux/config" content
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L68
selinux class - mode switching when switching from enforcing to disabled before reboot Command "getenforce" stdout
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 1 running:
setenforce Enforcing && test "$(getenforce)" = "Enforcing"
Last 10 lines of output were:
setenforce: SELinux is disabled
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164643683.pp.fv2C5V
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063605'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]/ensure: created
�[mNotice: Applied catalog in 0.49 seconds
|
Puppet / Puppet 8 - 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-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164648241.pp.FJ3Lfs
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714063609'
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]/returns: executed successfully
�[mNotice: Applied catalog in 0.50 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L127
selinux class - mode switching when switching from disabled to permissive after reboot Command "getenforce" stdout is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "Disabled\n" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+Disabled
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/class_disabled_spec.rb#L131
selinux class - mode switching when switching from disabled to permissive after reboot File "/var/test" selinux_label is expected to include ":var_t:"
Failure/Error: its(:selinux_label) { is_expected.to include(":#{test_file_type}:") }
expected "?" to include ":var_t:"
|
Puppet / Puppet 8 - Debian 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_164534899.pp.U0D5VC
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.44 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_164620318.pp.30wFOh
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.89 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_164627337.pp.g2F5mR
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.79 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_164631201.pp.jtDDOg
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.90 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_164635112.pp.YtuV5s
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.87 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|