modulesync 9.1.0 #131
Annotations
10 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103630505.jJbwwG.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 42.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from unknown mode to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103714686.cj7flM.pp
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.83 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:21
|
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
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies with no errors
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host '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
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from enforcing to disabled before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: shell('setenforce Enforcing && test "$(getenforce)" = "Enforcing"')
Beaker::Host::CommandFailure:
Host '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
|
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
|
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
|
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_103721560.e5hNpM.pp
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.63 seconds
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103725203.HgGedB.pp
Last 10 lines of output were:
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Dependency Package[auditd] has failures: true
Warning: /Stage[main]/Selinux::Config/Exec[activate-selinux]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File_line[set-selinux-config-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/File[/.autorelabel]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux::Config/Exec[change-selinux-status-to-permissive]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module pre]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::module post]: Skipping because of failed dependencies
Warning: /Stage[main]/Selinux/Anchor[selinux::end]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.76 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class - mode switching when switching from disabled to permissive before reboot behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103728786.Ci51dG.pp
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
|
This job failed
Loading