Support rich datatypes and deferred password values #474
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
24 errors
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 8 - Rocky 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 7 - Rocky 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L21
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115931063.pp.xsi843
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1713787173'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/group: group changed 'redis' to 'root'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 0.63 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115941218.pp.XRDo4T
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1713787184'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/group: group changed 'redis' to 'root'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 0.73 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115949246.pp.Mv9Dop
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713787193'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 1.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115942059.pp.wquEds
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713787186'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 0.94 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120014155.pp.bTBTTP
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713787218'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 1.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::sentinel 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 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115957954.pp.YecGUA
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.29 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713787202'
�[mNotice: /Stage[main]/Redis::Config/File[/etc/redis]/mode: mode changed '2770' to '0755'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/group: group changed 'adm' to 'redis'
�[mNotice: /Stage[main]/Redis::Config/File[/var/log/redis]/mode: mode changed '2750' to '0755'
Info: Class[Redis::Config]: Scheduling refresh of Class[Redis::Service]
Info: Class[Redis::Service]: Scheduling refresh of Service[redis-server]
�[mNotice: /Stage[main]/Redis::Service/Service[redis-server]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 1.25 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_sentinel_one_node_spec.rb:8
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|