Rdb save incremental fsync #384
Annotations
10 errors
Run tests:
spec/acceptance/redis_cli_task_spec.rb#L12
redis-cli task install redis-cli with the class
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104939896.pp.hJSqHQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, bool2str(): Requires a boolean to work with (file: /etc/puppetlabs/code/environments/production/modules/redis/templates/redis.conf.epp, line: 1033, column: 32) (file: /etc/puppetlabs/code/environments/production/modules/redis/manifests/config.pp, line: 30) on node rocky8-64-puppet7.example.com
|
Run tests:
spec/acceptance/redis_cli_task_spec.rb#L25
redis-cli task ping execute ping
Failure/Error: is_expected.to match(%r{{\s*"status":\s*"PONG"\s*}})
expected "Started on localhost...\nFailed on localhost:\n The task failed with exit code 1 and no stdout, but...67366c1ad/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.23 sec\n" to match /{\s*"status":\s*"PONG"\s*}/
Diff:
@@ -1,11 +1,21 @@
-/{\s*"status":\s*"PONG"\s*}/
+Started on localhost...
+Failed on localhost:
+ The task failed with exit code 1 and no stdout, but stderr contained:
+ /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `spawn': No such file or directory - redis-cli (Errno::ENOENT)
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `popen_run'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:101:in `popen3'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:281:in `capture3'
+ from /tmp/c32c31ff-a106-47c7-baff-20667366c1ad/redis_cli.rb:9:in `redis_cli'
+ from /tmp/c32c31ff-a106-47c7-baff-20667366c1ad/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.23 sec
|
Run tests:
spec/acceptance/redis_cli_task_spec.rb#L35
redis-cli task security command with semi colon stops script injections and escapes
Failure/Error: is_expected.to match(%r!{\s*"status":\s*"ERR unknown command ('|`)ping; cat /etc/passwd('|`)!)
expected "Started on localhost...\nFailed on localhost:\n The task failed with exit code 1 and no stdout, but...25866d72c/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.23 sec\n" to match /{\s*"status":\s*"ERR unknown command ('|`)ping; cat \/etc\/passwd('|`)/
Diff:
@@ -1,11 +1,21 @@
-/{\s*"status":\s*"ERR unknown command ('|`)ping; cat \/etc\/passwd('|`)/
+Started on localhost...
+Failed on localhost:
+ The task failed with exit code 1 and no stdout, but stderr contained:
+ /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `spawn': No such file or directory - redis-cli (Errno::ENOENT)
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `popen_run'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:101:in `popen3'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:281:in `capture3'
+ from /tmp/9356b241-47ff-4fd3-9f8c-96425866d72c/redis_cli.rb:9:in `redis_cli'
+ from /tmp/9356b241-47ff-4fd3-9f8c-96425866d72c/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.23 sec
|
Run tests:
spec/acceptance/redis_cli_task_spec.rb#L44
redis-cli task security command with double ampersand stops script injections and escapes
Failure/Error: is_expected.to match(%r!{\s*"status":\s*"ERR unknown command ('|`)ping && cat /etc/passwd('|`)!)
expected "Started on localhost...\nFailed on localhost:\n The task failed with exit code 1 and no stdout, but...f1c958b297/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.2 sec\n" to match /{\s*"status":\s*"ERR unknown command ('|`)ping && cat \/etc\/passwd('|`)/
Diff:
@@ -1,11 +1,21 @@
-/{\s*"status":\s*"ERR unknown command ('|`)ping && cat \/etc\/passwd('|`)/
+Started on localhost...
+Failed on localhost:
+ The task failed with exit code 1 and no stdout, but stderr contained:
+ /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `spawn': No such file or directory - redis-cli (Errno::ENOENT)
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:213:in `popen_run'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:101:in `popen3'
+ from /opt/puppetlabs/bolt/lib/ruby/2.7.0/open3.rb:281:in `capture3'
+ from /tmp/8a939bd0-c3d1-4d75-845d-9cf1c958b297/redis_cli.rb:9:in `redis_cli'
+ from /tmp/8a939bd0-c3d1-4d75-845d-9cf1c958b297/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.2 sec
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L32
redis::instance example runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_104952884.pp.JLZsAM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, bool2str(): Requires a boolean to work with (file: /etc/puppetlabs/code/environments/production/modules/redis/templates/redis.conf.epp, line: 1033, column: 32) (file: /tmp/apply_manifest_104952884.pp.JLZsAM, line: 13) on node rocky8-64-puppet7.example.com
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L66
redis::instance example Package "redis" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "redis" to be installed
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example File "/etc/systemd/system/redis-server-6379.service" content is expected to match /redis-server-6379.conf/
Failure/Error: its(:content) { is_expected.to match %r{redis-server-#{instance}.conf} }
expected "" to match /redis-server-6379.conf/
Diff:
@@ -1 +1 @@
-/redis-server-6379.conf/
+""
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L80
redis::instance example Service "redis-server-6379" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "redis-server-6379" to be enabled
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L81
redis::instance example Service "redis-server-6379" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "redis-server-6379" to be running
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L85
redis::instance example File "/etc/redis-server-6379.conf" content is expected to match /port 6379/
Failure/Error: its(:content) { is_expected.to match %r{port #{instance}} }
expected "" to match /port 6379/
Diff:
@@ -1 +1 @@
-/port 6379/
+""
|
The logs for this run have expired and are no longer available.
Loading