Run acceptance tests in CI #122
Triggered via pull request
January 27, 2024 14:12
Status
Failure
Total duration
6h 1m 18s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
24s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
57 errors
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: 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 1 running:
mktemp -t apply_manifest_141707258.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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: 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 1 running:
mktemp -t apply_manifest_141707342.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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 is expected to match /^SELINUX=disabled$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=disabled$}) }
expected "" to match /^SELINUX=disabled$/
Diff:
@@ -1 +1 @@
-/^SELINUX=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 is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+""
|
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: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L82
selinux class - mode switching when switching from enforcing to disabled after reboot Command "getenforce" stdout
Failure/Error: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L93
selinux class - mode switching while disabled File "/var/test" selinux_label
Failure/Error: on(hosts, "touch #{test_file_path}")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
touch /var/test
Last 10 lines of output were:
/bin/bash: Permission denied
|
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 1 running:
mktemp -t apply_manifest_141708326.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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 1 running:
mktemp -t apply_manifest_141708370.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L108
selinux class - mode switching when switching from disabled 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 - 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: 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 1 running:
mktemp -t apply_manifest_141711239.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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: 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 1 running:
mktemp -t apply_manifest_141711321.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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 is expected to match /^SELINUX=disabled$/
Failure/Error: its(:content) { is_expected.to match(%r{^SELINUX=disabled$}) }
expected "" to match /^SELINUX=disabled$/
Diff:
@@ -1 +1 @@
-/^SELINUX=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 is expected to match /^Permissive$/
Failure/Error: its(:stdout) { is_expected.to match(%r{^Permissive$}) }
expected "" to match /^Permissive$/
Diff:
@@ -1 +1 @@
-/^Permissive$/
+""
|
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: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L82
selinux class - mode switching when switching from enforcing to disabled after reboot Command "getenforce" stdout
Failure/Error: hosts.each(&:reboot)
Beaker::Host::RebootWarning:
Could not find system boot time using 'last -F reboot || who -b': ''
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L93
selinux class - mode switching while disabled File "/var/test" selinux_label
Failure/Error: on(hosts, "touch #{test_file_path}")
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
touch /var/test
Last 10 lines of output were:
/bin/bash: Permission denied
|
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 1 running:
mktemp -t apply_manifest_141712398.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
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 1 running:
mktemp -t apply_manifest_141712441.pp.XXXXXX
Last 10 lines of output were:
/bin/bash: Permission denied
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_disabled_spec.rb:105
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/class_disabled_spec.rb#L108
selinux class - mode switching when switching from disabled 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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141737901.pp.Xd2jPG
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.16 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141751153.pp.g5f7pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / Distro Puppet - Fedora 38:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
selinux class 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 'fedora38-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141846969.pp.SBlAEg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppet/hiera.yaml)
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppet/code/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppet/code/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppet/code/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for fedora38-64-none.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppet/code/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Distro Puppet - Fedora 38
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141914937.pp.DFcgyK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.29 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141935202.pp.Pa9nKv
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.30 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 8 - Rocky 8
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141930551.pp.SVobXK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.19 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 7 - Rocky 8
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141925411.pp.ktOFjl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.19 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141942035.pp.qCZ9pQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/refpolicy_package.pp", 14]:["/etc/puppetlabs/code/environments/production/modules/selinux/manifests/module.pp", 72]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.46 seconds
Info: Using environment 'production'
Error: Failed to apply catalog: Cannot alias Selinux_fcontext[absent] to ["/tmp/fcontexts_source(/.*)?_a"]; resource ["Selinux_fcontext", "/tmp/fcontexts_source(/.*)?_a"] already declared (file: /etc/puppetlabs/code/environments/production/modules/selinux/manifests/fcontext.pp, line: 59)
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:109
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|
Puppet / Distro Puppet - Fedora 39
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9
The job running on runner GitHub Actions 43 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
|
Puppet / Distro Puppet - Debian 12
The job running on runner GitHub Actions 39 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Distro Puppet - Debian 12
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9
The job running on runner GitHub Actions 36 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9
The job running on runner GitHub Actions 29 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 8 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9
The job running on runner GitHub Actions 18 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9
The job running on runner GitHub Actions 80 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9
The job running on runner GitHub Actions 1 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9
The job running on runner GitHub Actions 46 has exceeded the maximum execution time of 360 minutes.
|
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
|