modulesync 7.3.0 #125
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123548968.pp.P9Zca9
Last 10 lines of output were:
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux::Config/File[/.autorelabel]/ensure: defined content as '{sha256}e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
Info: Class[Selinux::Config]: Unscheduling all events on Class[Selinux::Config]
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.74 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123553505.pp.bkoQry
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222954'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-permissive] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
Run tests:
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
|
Run tests:
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$/
+""
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
spec/acceptance/class_disabled_spec.rb#L77
selinux class - mode switching when switching from enforcing to disabled after reboot applies without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123557594.pp.EPMufg
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707222959'
Error: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-disabled]: Could not evaluate: No such file or directory @ rb_sysopen - /etc/selinux/config
�[mNotice: /Stage[main]/Selinux/Anchor[selinux::module pre]: Dependency File_line[set-selinux-config-to-disabled] has failures: true
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.05 seconds
|
The logs for this run have expired and are no longer available.
Loading