Add parameters latency_tracking & repl_diskless_sync #559
Triggered via pull request
February 27, 2025 16:22
Status
Failure
Total duration
16m 12s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
101 errors
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162417759.VLW75r.pp
Last 10 lines of output were:
Feb 27 16:24:21 almalinux9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:21 almalinux9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:21 almalinux9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.16 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162421423.YGdgpx.pp
Last 10 lines of output were:
Feb 27 16:24:23 almalinux9-64-puppet8.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:23 almalinux9-64-puppet8.example.com redis-server[1451]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:23 almalinux9-64-puppet8.example.com redis-server[1451]: Reading the configuration file, at line 674
Feb 27 16:24:23 almalinux9-64-puppet8.example.com redis-server[1451]: >>> 'latency-tracking yes'
Feb 27 16:24:23 almalinux9-64-puppet8.example.com redis-server[1451]: Bad directive or wrong number of arguments
Feb 27 16:24:23 almalinux9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:23 almalinux9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:23 almalinux9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.20 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162424136.HElide.pp
Last 10 lines of output were:
Feb 27 16:24:27 almalinux9-64-puppet8.example.com redis-server[1778]: >>> 'latency-tracking yes'
Feb 27 16:24:27 almalinux9-64-puppet8.example.com redis-server[1778]: Bad directive or wrong number of arguments
Feb 27 16:24:27 almalinux9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:27 almalinux9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:27 almalinux9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162427842.XPlsVf.pp
Last 10 lines of output were:
Feb 27 16:24:28 almalinux9-64-puppet8.example.com redis-server[1879]: Reading the configuration file, at line 674
Feb 27 16:24:28 almalinux9-64-puppet8.example.com redis-server[1879]: >>> 'latency-tracking yes'
Feb 27 16:24:28 almalinux9-64-puppet8.example.com redis-server[1879]: Bad directive or wrong number of arguments
Feb 27 16:24:28 almalinux9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:28 almalinux9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:28 almalinux9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:28 almalinux9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:28 almalinux9-64-puppet8.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.67 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162432407.B1HorK.pp
Last 10 lines of output were:
Feb 27 16:24:37 centos9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:37 centos9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:37 centos9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.34 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437366.50WhZS.pp
Last 10 lines of output were:
Feb 27 16:24:39 centos9-64-puppet8.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:39 centos9-64-puppet8.example.com redis-server[1162]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:39 centos9-64-puppet8.example.com redis-server[1162]: Reading the configuration file, at line 674
Feb 27 16:24:39 centos9-64-puppet8.example.com redis-server[1162]: >>> 'latency-tracking yes'
Feb 27 16:24:39 centos9-64-puppet8.example.com redis-server[1162]: Bad directive or wrong number of arguments
Feb 27 16:24:39 centos9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:39 centos9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:39 centos9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162440204.XhWb31.pp
Last 10 lines of output were:
Feb 27 16:24:43 centos9-64-puppet8.example.com redis-server[1443]: >>> 'latency-tracking yes'
Feb 27 16:24:43 centos9-64-puppet8.example.com redis-server[1443]: Bad directive or wrong number of arguments
Feb 27 16:24:43 centos9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:43 centos9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:43 centos9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162443833.9ZdUIX.pp
Last 10 lines of output were:
Feb 27 16:24:44 centos9-64-puppet8.example.com redis-server[1525]: Reading the configuration file, at line 674
Feb 27 16:24:44 centos9-64-puppet8.example.com redis-server[1525]: >>> 'latency-tracking yes'
Feb 27 16:24:44 centos9-64-puppet8.example.com redis-server[1525]: Bad directive or wrong number of arguments
Feb 27 16:24:44 centos9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:44 centos9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:44 centos9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:44 centos9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:44 centos9-64-puppet8.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.66 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162422631.y3XXnl.pp
Last 10 lines of output were:
Feb 27 16:24:26 almalinux9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:26 almalinux9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:26 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.82 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162426929.CcALLO.pp
Last 10 lines of output were:
Feb 27 16:24:29 almalinux9-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:29 almalinux9-64-puppet7.example.com redis-server[1431]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:29 almalinux9-64-puppet7.example.com redis-server[1431]: Reading the configuration file, at line 674
Feb 27 16:24:29 almalinux9-64-puppet7.example.com redis-server[1431]: >>> 'latency-tracking yes'
Feb 27 16:24:29 almalinux9-64-puppet7.example.com redis-server[1431]: Bad directive or wrong number of arguments
Feb 27 16:24:29 almalinux9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:29 almalinux9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:29 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162429628.voWHJW.pp
Last 10 lines of output were:
Feb 27 16:24:32 almalinux9-64-puppet7.example.com redis-server[1756]: >>> 'latency-tracking yes'
Feb 27 16:24:32 almalinux9-64-puppet7.example.com redis-server[1756]: Bad directive or wrong number of arguments
Feb 27 16:24:32 almalinux9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:32 almalinux9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:32 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162433100.QbGFBm.pp
Last 10 lines of output were:
Feb 27 16:24:33 almalinux9-64-puppet7.example.com redis-server[1859]: Reading the configuration file, at line 674
Feb 27 16:24:33 almalinux9-64-puppet7.example.com redis-server[1859]: >>> 'latency-tracking yes'
Feb 27 16:24:33 almalinux9-64-puppet7.example.com redis-server[1859]: Bad directive or wrong number of arguments
Feb 27 16:24:33 almalinux9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:33 almalinux9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:33 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:34 almalinux9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:34 almalinux9-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.64 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162439545.ab9872.pp
Last 10 lines of output were:
Feb 27 16:24:43 rocky9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:43 rocky9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:43 rocky9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.31 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162443373.0Op5X0.pp
Last 10 lines of output were:
Feb 27 16:24:45 rocky9-64-puppet8.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:45 rocky9-64-puppet8.example.com redis-server[1336]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:45 rocky9-64-puppet8.example.com redis-server[1336]: Reading the configuration file, at line 674
Feb 27 16:24:45 rocky9-64-puppet8.example.com redis-server[1336]: >>> 'latency-tracking yes'
Feb 27 16:24:45 rocky9-64-puppet8.example.com redis-server[1336]: Bad directive or wrong number of arguments
Feb 27 16:24:45 rocky9-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:45 rocky9-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:45 rocky9-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162446060.fT1G1G.pp
Last 10 lines of output were:
Feb 27 16:24:49 rocky9-64-puppet8.example.com redis-server[1649]: >>> 'latency-tracking yes'
Feb 27 16:24:49 rocky9-64-puppet8.example.com redis-server[1649]: Bad directive or wrong number of arguments
Feb 27 16:24:49 rocky9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:49 rocky9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:49 rocky9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162449608.0uRBoj.pp
Last 10 lines of output were:
Feb 27 16:24:50 rocky9-64-puppet8.example.com redis-server[1745]: Reading the configuration file, at line 674
Feb 27 16:24:50 rocky9-64-puppet8.example.com redis-server[1745]: >>> 'latency-tracking yes'
Feb 27 16:24:50 rocky9-64-puppet8.example.com redis-server[1745]: Bad directive or wrong number of arguments
Feb 27 16:24:50 rocky9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:50 rocky9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:50 rocky9-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:50 rocky9-64-puppet8.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:50 rocky9-64-puppet8.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.65 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162432036.qgqnqT.pp
Last 10 lines of output were:
Feb 27 16:24:36 rocky8-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:36 rocky8-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:36 rocky8-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.00 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162436506.euM7jy.pp
Last 10 lines of output were:
Feb 27 16:24:38 rocky8-64-puppet8.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:38 rocky8-64-puppet8.example.com redis-server[1152]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:38 rocky8-64-puppet8.example.com redis-server[1152]: Reading the configuration file, at line 674
Feb 27 16:24:38 rocky8-64-puppet8.example.com redis-server[1152]: >>> 'latency-tracking yes'
Feb 27 16:24:38 rocky8-64-puppet8.example.com redis-server[1152]: Bad directive or wrong number of arguments
Feb 27 16:24:38 rocky8-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:38 rocky8-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:38 rocky8-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.19 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - Rocky 8:
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 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162439132.4FbuH7.pp
Last 10 lines of output were:
Feb 27 16:24:42 rocky8-64-puppet8.example.com redis-server[1430]: >>> 'latency-tracking yes'
Feb 27 16:24:42 rocky8-64-puppet8.example.com redis-server[1430]: Bad directive or wrong number of arguments
Feb 27 16:24:42 rocky8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:42 rocky8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:42 rocky8-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 0.93 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162442475.Vs7k0I.pp
Last 10 lines of output were:
Feb 27 16:24:43 rocky8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 4.
Feb 27 16:24:43 rocky8-64-puppet8.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
Feb 27 16:24:43 rocky8-64-puppet8.example.com systemd[1]: Starting Redis Advanced key-value store for instance 6382...
Feb 27 16:24:43 rocky8-64-puppet8.example.com redis-server[1509]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:43 rocky8-64-puppet8.example.com redis-server[1509]: Reading the configuration file, at line 674
Feb 27 16:24:43 rocky8-64-puppet8.example.com redis-server[1509]: >>> 'latency-tracking yes'
Feb 27 16:24:43 rocky8-64-puppet8.example.com redis-server[1509]: Bad directive or wrong number of arguments
Feb 27 16:24:43 rocky8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
�[mNotice: Applied catalog in 0.55 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162429772.iMq6YB.pp
Last 10 lines of output were:
Feb 27 16:24:34 centos9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:34 centos9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:34 centos9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.83 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162434979.fsEFxO.pp
Last 10 lines of output were:
Feb 27 16:24:37 centos9-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:37 centos9-64-puppet7.example.com redis-server[1179]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:37 centos9-64-puppet7.example.com redis-server[1179]: Reading the configuration file, at line 674
Feb 27 16:24:37 centos9-64-puppet7.example.com redis-server[1179]: >>> 'latency-tracking yes'
Feb 27 16:24:37 centos9-64-puppet7.example.com redis-server[1179]: Bad directive or wrong number of arguments
Feb 27 16:24:37 centos9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:37 centos9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:37 centos9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437573.xc6OPC.pp
Last 10 lines of output were:
Feb 27 16:24:40 centos9-64-puppet7.example.com redis-server[1458]: >>> 'latency-tracking yes'
Feb 27 16:24:40 centos9-64-puppet7.example.com redis-server[1458]: Bad directive or wrong number of arguments
Feb 27 16:24:40 centos9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:40 centos9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:40 centos9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.11 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162441063.wRfS6U.pp
Last 10 lines of output were:
Feb 27 16:24:41 centos9-64-puppet7.example.com redis-server[1542]: Reading the configuration file, at line 674
Feb 27 16:24:41 centos9-64-puppet7.example.com redis-server[1542]: >>> 'latency-tracking yes'
Feb 27 16:24:41 centos9-64-puppet7.example.com redis-server[1542]: Bad directive or wrong number of arguments
Feb 27 16:24:41 centos9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:41 centos9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:41 centos9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:42 centos9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:42 centos9-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.68 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162433845.m0KLyM.pp
Last 10 lines of output were:
Feb 27 16:24:38 almalinux8-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:38 almalinux8-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:38 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162438379.gqVbNS.pp
Last 10 lines of output were:
Feb 27 16:24:40 almalinux8-64-puppet8.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:40 almalinux8-64-puppet8.example.com redis-server[1261]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:40 almalinux8-64-puppet8.example.com redis-server[1261]: Reading the configuration file, at line 674
Feb 27 16:24:40 almalinux8-64-puppet8.example.com redis-server[1261]: >>> 'latency-tracking yes'
Feb 27 16:24:40 almalinux8-64-puppet8.example.com redis-server[1261]: Bad directive or wrong number of arguments
Feb 27 16:24:40 almalinux8-64-puppet8.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:40 almalinux8-64-puppet8.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:40 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.20 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 8:
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 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162441068.WjVL1f.pp
Last 10 lines of output were:
Feb 27 16:24:44 almalinux8-64-puppet8.example.com redis-server[1551]: >>> 'latency-tracking yes'
Feb 27 16:24:44 almalinux8-64-puppet8.example.com redis-server[1551]: Bad directive or wrong number of arguments
Feb 27 16:24:44 almalinux8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:44 almalinux8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:44 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 0.95 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162444501.8K5pQ9.pp
Last 10 lines of output were:
Feb 27 16:24:45 almalinux8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 4.
Feb 27 16:24:45 almalinux8-64-puppet8.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
Feb 27 16:24:45 almalinux8-64-puppet8.example.com systemd[1]: Starting Redis Advanced key-value store for instance 6382...
Feb 27 16:24:45 almalinux8-64-puppet8.example.com redis-server[1640]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:45 almalinux8-64-puppet8.example.com redis-server[1640]: Reading the configuration file, at line 674
Feb 27 16:24:45 almalinux8-64-puppet8.example.com redis-server[1640]: >>> 'latency-tracking yes'
Feb 27 16:24:45 almalinux8-64-puppet8.example.com redis-server[1640]: Bad directive or wrong number of arguments
Feb 27 16:24:45 almalinux8-64-puppet8.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
�[mNotice: Applied catalog in 0.63 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162427357.ojIg7t.pp
Last 10 lines of output were:
Feb 27 16:24:31 almalinux8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:31 almalinux8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:31 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162431809.8221ef.pp
Last 10 lines of output were:
Feb 27 16:24:34 almalinux8-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:34 almalinux8-64-puppet7.example.com redis-server[1244]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:34 almalinux8-64-puppet7.example.com redis-server[1244]: Reading the configuration file, at line 674
Feb 27 16:24:34 almalinux8-64-puppet7.example.com redis-server[1244]: >>> 'latency-tracking yes'
Feb 27 16:24:34 almalinux8-64-puppet7.example.com redis-server[1244]: Bad directive or wrong number of arguments
Feb 27 16:24:34 almalinux8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:34 almalinux8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:34 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.19 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 8:
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 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162434366.Mbr1UL.pp
Last 10 lines of output were:
Feb 27 16:24:37 almalinux8-64-puppet7.example.com redis-server[1535]: >>> 'latency-tracking yes'
Feb 27 16:24:37 almalinux8-64-puppet7.example.com redis-server[1535]: Bad directive or wrong number of arguments
Feb 27 16:24:37 almalinux8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:37 almalinux8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:37 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 0.97 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437746.J0btkk.pp
Last 10 lines of output were:
Feb 27 16:24:38 almalinux8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 4.
Feb 27 16:24:38 almalinux8-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
Feb 27 16:24:38 almalinux8-64-puppet7.example.com systemd[1]: Starting Redis Advanced key-value store for instance 6382...
Feb 27 16:24:38 almalinux8-64-puppet7.example.com redis-server[1624]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:38 almalinux8-64-puppet7.example.com redis-server[1624]: Reading the configuration file, at line 674
Feb 27 16:24:38 almalinux8-64-puppet7.example.com redis-server[1624]: >>> 'latency-tracking yes'
Feb 27 16:24:38 almalinux8-64-puppet7.example.com redis-server[1624]: Bad directive or wrong number of arguments
Feb 27 16:24:38 almalinux8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
�[mNotice: Applied catalog in 0.59 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437182.Nh8Fdq.pp
Last 10 lines of output were:
Feb 27 16:24:41 rocky9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:41 rocky9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:41 rocky9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 1.82 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162441461.ZyfhMb.pp
Last 10 lines of output were:
Feb 27 16:24:43 rocky9-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:43 rocky9-64-puppet7.example.com redis-server[1334]: *** FATAL CONFIG FILE ERROR (Redis 6.2.17) ***
Feb 27 16:24:43 rocky9-64-puppet7.example.com redis-server[1334]: Reading the configuration file, at line 674
Feb 27 16:24:43 rocky9-64-puppet7.example.com redis-server[1334]: >>> 'latency-tracking yes'
Feb 27 16:24:43 rocky9-64-puppet7.example.com redis-server[1334]: Bad directive or wrong number of arguments
Feb 27 16:24:43 rocky9-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:43 rocky9-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:43 rocky9-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.20 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
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" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162444041.ErRAM8.pp
Last 10 lines of output were:
Feb 27 16:24:47 rocky9-64-puppet7.example.com redis-server[1650]: >>> 'latency-tracking yes'
Feb 27 16:24:47 rocky9-64-puppet7.example.com redis-server[1650]: Bad directive or wrong number of arguments
Feb 27 16:24:47 rocky9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:47 rocky9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:47 rocky9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 1.15 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162447585.5B0sqN.pp
Last 10 lines of output were:
Feb 27 16:24:48 rocky9-64-puppet7.example.com redis-server[1743]: Reading the configuration file, at line 674
Feb 27 16:24:48 rocky9-64-puppet7.example.com redis-server[1743]: >>> 'latency-tracking yes'
Feb 27 16:24:48 rocky9-64-puppet7.example.com redis-server[1743]: Bad directive or wrong number of arguments
Feb 27 16:24:48 rocky9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:48 rocky9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:48 rocky9-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
Feb 27 16:24:48 rocky9-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 5.
Feb 27 16:24:48 rocky9-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
�[mNotice: Applied catalog in 0.69 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis with deferred password 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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162432102.Eu4saJ.pp
Last 10 lines of output were:
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:36 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: /Stage[main]/Redis::Service/Service[redis]: Triggered 'refresh' from 1 event
Info: Class[Redis::Service]: Unscheduling all events on Class[Redis::Service]
Info: Class[Redis]: Unscheduling all events on Class[Redis]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 2.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis with deferred password 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162437173.Hk6i5S.pp
Last 10 lines of output were:
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: Starting Redis persistent key-value database...
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: Reading the configuration file, at line 674
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: >>> 'latency-tracking yes'
Feb 27 16:24:39 rocky8-64-puppet7.example.com redis-server[1152]: Bad directive or wrong number of arguments
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: redis.service: Failed with result 'exit-code'.
Feb 27 16:24:39 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis persistent key-value database.
�[mNotice: Applied catalog in 0.19 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_deferred_spec.rb:6
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/suites/default/redis_deferred_spec.rb#L20
redis with deferred password Command "redis-cli -p 10001 -a topsecret ping" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - Rocky 8:
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 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
redis::instance example 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 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162439851.gMAXeR.pp
Last 10 lines of output were:
Feb 27 16:24:42 rocky8-64-puppet7.example.com redis-server[1430]: >>> 'latency-tracking yes'
Feb 27 16:24:42 rocky8-64-puppet7.example.com redis-server[1430]: Bad directive or wrong number of arguments
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Failed with result 'exit-code'.
Feb 27 16:24:42 rocky8-64-puppet7.example.com systemd[1]: Failed to start Redis Advanced key-value store for instance 6382.
�[mNotice: /Stage[main]/Main/Redis::Instance[6382]/Systemd::Unit_file[redis-server-6382.service]/Service[redis-server-6382.service]: Triggered 'refresh' from 3 events
Info: Systemd::Unit_file[redis-server-6382.service]: Unscheduling all events on Systemd::Unit_file[redis-server-6382.service]
Info: Redis::Instance[6382]: Unscheduling all events on Redis::Instance[6382]
�[mNotice: Applied catalog in 0.98 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
redis::instance example 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_162443146.I3mjd2.pp
Last 10 lines of output were:
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Scheduled restart job, restart counter is at 4.
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: Stopped Redis Advanced key-value store for instance 6382.
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: Starting Redis Advanced key-value store for instance 6382...
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: *** FATAL CONFIG FILE ERROR ***
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: Reading the configuration file, at line 674
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: >>> 'latency-tracking yes'
Feb 27 16:24:44 rocky8-64-puppet7.example.com redis-server[1513]: Bad directive or wrong number of arguments
Feb 27 16:24:44 rocky8-64-puppet7.example.com systemd[1]: redis-server-6382.service: Main process exited, code=exited, status=1/FAILURE
�[mNotice: Applied catalog in 0.57 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb:32
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6379" to be enabled
...and:
expected Service "redis-server-6379" to be running
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6379 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6379 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example is expected to be enabled and be running
Failure/Error: specify { expect(service("redis-server-#{instance}")).to be_enabled.and be_running }
expected Service "redis-server-6380" to be enabled
...and:
expected Service "redis-server-6380" to be running
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L84
redis::instance example redis instance 6380 should respond to ping command
Failure/Error:
expect(command("redis-cli -h #{fact('networking.ip')} -p #{instance} ping")).
to have_attributes(stdout: %r{PONG})
expected Command "redis-cli -h 172.17.0.2 -p 6380 ping" to have attributes {:stdout => /PONG/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /PONG/,
+:stdout => "",
|
Puppet / Test suite
Process completed with exit code 1.
|