Skip to content

puppet/systemd: Alow 5.x & 6.x #246

puppet/systemd: Alow 5.x & 6.x

puppet/systemd: Alow 5.x & 6.x #246

Triggered via pull request October 31, 2023 08:17
Status Failure
Total duration 8m 40s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
2m 52s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.
Puppet / 7 - Debian 10
Process completed with exit code 1.
Puppet / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082456152.pp.fYzY4c Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/modules/rabbitmq/manifests/install/rabbitmqadmin.pp", 14]:["/etc/puppetlabs/code/modules/rabbitmq/manifests/init.pp", 567] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Warning: Unknown variable: 'erlang::params::key_signature'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 13, column: 31) Warning: Unknown variable: 'erlang::params::local_repo_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 14, column: 31) Warning: Unknown variable: 'erlang::params::remote_repo_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 16, column: 31) Warning: Unknown variable: 'erlang::params::remote_repo_key_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 17, column: 31) Warning: Unknown variable: 'erlang::params::repos'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 18, column: 31) Error: Evaluation Error: Unknown function: 'validate_string'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 21, column: 3) on node centos7-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:26
Puppet / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082458596.pp.JR0GMZ Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/modules/rabbitmq/manifests/install/rabbitmqadmin.pp", 14]:["/etc/puppetlabs/code/modules/rabbitmq/manifests/init.pp", 567] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Warning: Unknown variable: 'erlang::params::key_signature'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 13, column: 31) Warning: Unknown variable: 'erlang::params::local_repo_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 14, column: 31) Warning: Unknown variable: 'erlang::params::remote_repo_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 16, column: 31) Warning: Unknown variable: 'erlang::params::remote_repo_key_location'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 17, column: 31) Warning: Unknown variable: 'erlang::params::repos'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 18, column: 31) Error: Evaluation Error: Unknown function: 'validate_string'. (file: /etc/puppetlabs/code/environments/production/modules/erlang/manifests/init.pp, line: 21, column: 3) on node centos7-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:26
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L29
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L33
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L34
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L38
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L39
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L40
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L44
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L45
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
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L130
rabbitmq class: binding on all interfaces Port "25672" Is on 55672 instead on older rmq versions Skipped: Temporarily skipped with xit
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L165
rabbitmq class: binding to localhost only Port "25672" Is on 55672 instead on older rmq versions Skipped: Temporarily skipped with xit
Puppet / 7 - CentOS 7: spec/acceptance/class_spec.rb#L230
rabbitmq class: different management_ip_address and node_ip_address Port "25672" Is on 55672 instead on older rmq versions Skipped: Temporarily skipped with xit