Drop RedHat / CentOS 7 support and add 9 #512
Annotations
11 errors
|
spec/spec_helper_acceptance.rb#L99
rabbitmq class: default class inclusion behaves like an idempotent resource applies with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170733798.BqW9dq.pp
Last 10 lines of output were:
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/File[/etc/systemd/system/rabbitmq-server.service.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/File[/etc/systemd/system/rabbitmq-server.service.d/service-90-limits.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/Systemd::Daemon_reload[rabbitmq-server.service]/Exec[systemd-rabbitmq-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Package[python]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Exec[remove_old_rabbitmqadmin_on_upgrade]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Archive[rabbitmqadmin]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/File[/usr/local/bin/rabbitmqadmin]: Skipping because of failed dependencies
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 0.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:22
|
spec/spec_helper_acceptance.rb#L103
rabbitmq class: default class inclusion behaves like an idempotent resource applies a second time without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170736594.ft0jpM.pp
Last 10 lines of output were:
Warning: /Stage[main]/Rabbitmq/Rabbitmq_plugin[rabbitmq_management]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/File[/etc/systemd/system/rabbitmq-server.service.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/File[/etc/systemd/system/rabbitmq-server.service.d/service-90-limits.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Config/Systemd::Manage_dropin[service-90-limits.conf]/Systemd::Dropin_file[service-90-limits.conf]/Systemd::Daemon_reload[rabbitmq-server.service]/Exec[systemd-rabbitmq-server.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Package[python]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Exec[remove_old_rabbitmqadmin_on_upgrade]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/Archive[rabbitmqadmin]: Skipping because of failed dependencies
Warning: /Stage[main]/Rabbitmq::Install::Rabbitmqadmin/File[/usr/local/bin/rabbitmqadmin]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.40 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:22
|
spec/acceptance/class_spec.rb#L25
rabbitmq class: default class inclusion Package "rabbitmq-server" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "rabbitmq-server" to be installed
|
spec/acceptance/class_spec.rb#L29
rabbitmq class: default class inclusion Service "rabbitmq-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "rabbitmq-server" to be enabled
|
spec/acceptance/class_spec.rb#L30
rabbitmq class: default class inclusion Service "rabbitmq-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "rabbitmq-server" to be running
|
spec/acceptance/class_spec.rb#L34
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/rabbitmq".directory?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L35
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be owned by "rabbitmq"
Failure/Error: it { is_expected.to be_owned_by 'rabbitmq' }
expected `File "/etc/rabbitmq".owned_by?("rabbitmq")` to be truthy, got false
|
spec/acceptance/class_spec.rb#L36
rabbitmq class: default class inclusion File "/etc/rabbitmq" is expected to be grouped into "rabbitmq"
Failure/Error: it { is_expected.to be_grouped_into 'rabbitmq' }
expected `File "/etc/rabbitmq".grouped_into?("rabbitmq")` to be truthy, got false
|
spec/acceptance/class_spec.rb#L40
rabbitmq class: default class inclusion File "/etc/rabbitmq/ssl" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/rabbitmq/ssl".directory?` to be truthy, got false
|
spec/acceptance/class_spec.rb#L41
rabbitmq class: default class inclusion File "/etc/rabbitmq/ssl" is expected to be owned by "rabbitmq"
Failure/Error: it { is_expected.to be_owned_by 'rabbitmq' }
expected `File "/etc/rabbitmq/ssl".owned_by?("rabbitmq")` to be truthy, got false
|
This job was cancelled
Loading