Update from voxpupuli modulesync_config #11
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
30 errors
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline::parameter define without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232423824.pp.UaPmwh
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline::parameter define without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232426353.pp.YDu729
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "8250.nr_uarts=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "8250.nr_uarts=0"
Diff:
@@ -1 +1 @@
-8250.nr_uarts=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "coherent_pool=1M"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "coherent_pool=1M"
Diff:
@@ -1 +1 @@
-coherent_pool=1M
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "snd_bcm2835.enable_headphones=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "snd_bcm2835.enable_headphones=0"
Diff:
@@ -1 +1 @@
-snd_bcm2835.enable_headphones=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232429389.pp.rRhrsr
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232431894.pp.i5X2AS
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/cmdline_spec.rb#L10
pi::cmdline class without any parameters File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug".file?` to be truthy, got false
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class with parameters => 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232434616.pp.H5BMiU
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class with parameters => 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232437138.pp.Fbz2Er
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline::parameter define without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232426451.pp.4lTOi6
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline::parameter define without any parameters 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_232429428.pp.lo3puG
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "8250.nr_uarts=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "8250.nr_uarts=0"
Diff:
@@ -1 +1 @@
-8250.nr_uarts=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "coherent_pool=1M"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "coherent_pool=1M"
Diff:
@@ -1 +1 @@
-coherent_pool=1M
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "snd_bcm2835.enable_headphones=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "snd_bcm2835.enable_headphones=0"
Diff:
@@ -1 +1 @@
-snd_bcm2835.enable_headphones=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232432989.pp.omnw5D
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class without any parameters 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_232435943.pp.11KQkr
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/cmdline_spec.rb#L10
pi::cmdline class without any parameters File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug".file?` to be truthy, got false
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class with parameters => 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232439155.pp.oIq1xQ
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class with parameters => 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_232442086.pp.NWuXGv
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline::parameter define without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232443921.pp.b0tZcB
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline::parameter define without any parameters 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_232446857.pp.fYR5b1
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline/parameter_spec.rb:8
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "8250.nr_uarts=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "8250.nr_uarts=0"
Diff:
@@ -1 +1 @@
-8250.nr_uarts=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "coherent_pool=1M"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "coherent_pool=1M"
Diff:
@@ -1 +1 @@
-coherent_pool=1M
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/cmdline/parameter_spec.rb#L18
pi::cmdline::parameter define without any parameters File "/boot/cmdline.txt" content is expected to match "snd_bcm2835.enable_headphones=0"
Failure/Error: its(:content) { is_expected.to match param }
expected "console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles\n" to match "snd_bcm2835.enable_headphones=0"
Diff:
@@ -1 +1 @@
-snd_bcm2835.enable_headphones=0
+console=serial0,115200 console=tty1 root=PARTUUID=4a435670-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class without any parameters 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232450215.pp.kYVDQL
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class without any parameters 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_232453108.pp.eTMZzx
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:7
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/cmdline_spec.rb#L10
pi::cmdline class without any parameters File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/puppetlabs/puppet/share/augeas/lenses/boot_cmdline.aug".file?` to be truthy, got false
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pi::cmdline class with parameters => 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232456221.pp.1svQMi
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pi::cmdline class with parameters => 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_232459044.pp.VfdDZK
Last 10 lines of output were:
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: '::osfamily'. (file: /etc/puppetlabs/code/environments/production/modules/augeas/manifests/params.pp, line: 7, column: 8) (file: /etc/puppetlabs/code/environments/production/modules/pi/manifests/cmdline.pp, line: 14) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/cmdline_spec.rb:16
|