Rdb save incremental fsync #412
Triggered via pull request
November 16, 2023 21:02
Status
Cancelled
Total duration
8m 58s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
25 errors
Puppet / 7 - Ubuntu 18.04:
spec/acceptance/suites/default/redis_spec.rb#L48
redis runs successfully when using Redis apt repository
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_210623736.pp.1l7N74
Last 10 lines of output were:
Warning: /Stage[main]/Redis::Config/File[/etc/default/redis-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/File[/etc/redis/redis.conf.puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Exec[copy /etc/redis/redis.conf.puppet to /etc/redis/redis.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/File[/etc/systemd/system/redis-server.service.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Ulimit/File[/etc/systemd/system/redis-server.service.d/limit.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/File[/etc/systemd/system/redis-server.service.d/90-limits.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/Systemd::Daemon_reload[redis-server.service]/Exec[systemd-redis-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Service/Service[redis-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.71 seconds
|
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 18.04:
spec/acceptance/suites/default/redis_spec.rb#L48
redis runs successfully when using Redis apt repository
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_210631710.pp.eygJbx
Last 10 lines of output were:
Warning: /Stage[main]/Redis::Config/File[/etc/default/redis-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/File[/etc/redis/redis.conf.puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Exec[copy /etc/redis/redis.conf.puppet to /etc/redis/redis.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/File[/etc/systemd/system/redis-server.service.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Ulimit/File[/etc/systemd/system/redis-server.service.d/limit.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/File[/etc/systemd/system/redis-server.service.d/90-limits.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Config/Redis::Instance[default]/Systemd::Service_limits[redis-server.service]/Systemd::Dropin_file[redis-server.service-90-limits.conf]/Systemd::Daemon_reload[redis-server.service]/Exec[systemd-redis-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Redis::Service/Service[redis-server]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.58 seconds
|
Puppet / 8 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on almalinux-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on almalinux-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on centos-7-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on centos-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on centos-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on debian-10-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on debian-11-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on redhat-7-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on redhat-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 8 (Ruby 3.2):
spec/classes/redis_spec.rb#L1690
redis on redhat-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '495/merge' exists
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on rocky-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on debian-10-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on almalinux-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on redhat-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on rocky-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on almalinux-8-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on centos-7-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on redhat-7-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7):
spec/classes/redis_spec.rb#L1690
redis on redhat-9-x86_64 test rdb-save-incremental-fsync undef is expected to contain File[/etc/redis/redis.conf.puppet] with content =~ /^#rdb-save-incremental-fsync yes/
Failure/Error: rdb_save_incremental_fsync: Undef,
NameError:
uninitialized constant Undef
|
Puppet / 7 (Ruby 2.7)
The operation was canceled.
|