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 'debian10-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105012139.pp.B1U1im
Last 10 lines of output were:
Info: Loading facts
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 debian10-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...dd1435d91/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.21 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/f674013a-ae66-497d-8ec4-31add1435d91/redis_cli.rb:9:in `redis_cli'
+ from /tmp/f674013a-ae66-497d-8ec4-31add1435d91/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.21 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...4cebe8e87/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.21 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/c47a69d5-03a3-4b22-bdeb-4c64cebe8e87/redis_cli.rb:9:in `redis_cli'
+ from /tmp/c47a69d5-03a3-4b22-bdeb-4c64cebe8e87/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.21 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...9e6406ca1/redis_cli.rb:19:in `<main>'\nFailed on 1 target: localhost\nRan on 1 target in 1.24 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/1b2eb66f-3f0c-448b-bf51-a999e6406ca1/redis_cli.rb:9:in `redis_cli'
+ from /tmp/1b2eb66f-3f0c-448b-bf51-a999e6406ca1/redis_cli.rb:19:in `<main>'
+Failed on 1 target: localhost
+Ran on 1 target in 1.24 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 'debian10-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_105026497.pp.9T6WqP
Last 10 lines of output were:
Info: Loading facts
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_105026497.pp.9T6WqP, line: 13) on node debian10-64-puppet7.example.com
|
Run tests:
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L66
redis::instance example Package "redis-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "redis-server" 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/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