Bump dependencies #319
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
17 errors and 18 warnings
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on debian-12-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on ubuntu-18.04-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on ubuntu-22.04-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on ubuntu-20.04-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on debian-10-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7):
spec/classes/rabbitmq_spec.rb#L237
rabbitmq on debian-11-x86_64 with admin_enable set to true with service_manage set to true is expected to contain Package[python]
Failure/Error: it { is_expected.to contain_package('python') } if %w[RedHat Debian SUSE Archlinux].include?(os_facts[:os]['family'])
expected that the catalogue would contain Package[python]
|
Puppet / 7 (Ruby 2.7)
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_105542972.pp.mLdFQf
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
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_105544835.pp.926wCN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
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
|
Puppet / 7 - Debian 10:
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 - Debian 10:
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 - Debian 10:
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
|
Puppet / 7 - Ubuntu 20.04:
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 - Ubuntu 20.04:
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 - Ubuntu 20.04:
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
|
Puppet / 7 - Ubuntu 18.04:
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 - Ubuntu 18.04:
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 - Ubuntu 18.04:
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
|
Puppet / 7 - Debian 11:
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 - Debian 11:
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 - Debian 11:
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
|
Puppet / 7 - Ubuntu 22.04:
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 - Ubuntu 22.04:
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 - Ubuntu 22.04:
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
|