Support rich datatypes and deferred password values #476
ci.yml
on: pull_request
Puppet
/
Static validations
21s
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#L20
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#L20
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#L20
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 8 - CentOS 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
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 - Rocky 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
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 7 - CentOS 9:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
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 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_070811103.pp.6jbjdB
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1713856093'
�[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.60 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 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_070806714.pp.VhTYj2
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1713856089'
�[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 - 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_070822456.pp.OplAsy
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 '1713856106'
�[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.99 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 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_070828975.pp.Y83uSn
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 '1713856113'
�[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.13 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 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_070825172.pp.VeNqg0
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713856109'
�[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.13 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 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_070850557.pp.4kZKbw
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.30 seconds
Info: Using environment 'production'
Info: Applying configuration version '1713856135'
�[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.28 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.
|