Skip to content

Fixes #37325 - make postgres the container gateway default DB #1510

Fixes #37325 - make postgres the container gateway default DB

Fixes #37325 - make postgres the container gateway default DB #1510

Triggered via pull request April 11, 2024 21:10
Status Failure
Total duration 8m 19s
Artifacts

ci.yml

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

Annotations

105 errors
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__ansible_spec.rb#L10
foreman_proxy::plugin::ansible on debian-11-x86_64 with default settings is expected to contain Class[foreman_proxy::plugin::dynflow] Failure/Error: raise("deprecation. #{key}. #{message}") if use_strict_setting && Puppet.settings[:strict] == :error Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp", 77]: (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__ansible_spec.rb#L11
foreman_proxy::plugin::ansible on debian-11-x86_64 with default settings is expected to contain Class[foreman_proxy::plugin::remote_execution::script] Failure/Error: raise("deprecation. #{key}. #{message}") if use_strict_setting && Puppet.settings[:strict] == :error Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp", 77]: (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings is expected to contain Foreman_proxy::Plugin::Module[container_gateway] Failure/Error: it { should contain_foreman_proxy__plugin__module('container_gateway') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__ansible_spec.rb#L12
foreman_proxy::plugin::ansible on debian-11-x86_64 with default settings is expected to contain Foreman_proxy::Plugin::Module[ansible] Failure/Error: raise("deprecation. #{key}. #{message}") if use_strict_setting && Puppet.settings[:strict] == :error Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp", 77]: (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ":pulp_endpoint: https://#{facts[:fqdn]}", ':database_backend: postgresql', ':sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db', ':postgresql_connection_string: ***localhost:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L37
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with overwritten parameters container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ':pulp_endpoint: https://test.example.com', ':database_backend: postgresql', ':sqlite_db_path: /dev/null.db', ':sqlite_timeout: 12345', ':postgresql_connection_string: ***test.example.com:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__ansible_spec.rb#L16
foreman_proxy::plugin::ansible on debian-11-x86_64 with default settings is expected to contain Package[python3-ansible-runner] with ensure => "installed" Failure/Error: raise("deprecation. #{key}. #{message}") if use_strict_setting && Puppet.settings[:strict] == :error Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp", 77]: (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings is expected to contain Foreman_proxy::Plugin::Module[container_gateway] Failure/Error: it { should contain_foreman_proxy__plugin__module('container_gateway') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ":pulp_endpoint: https://#{facts[:fqdn]}", ':database_backend: postgresql', ':sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db', ':postgresql_connection_string: ***localhost:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/foreman_proxy__plugin__ansible_spec.rb#L17
foreman_proxy::plugin::ansible on debian-11-x86_64 with default settings is expected to contain Package[ansible-collection-theforeman-foreman] with ensure => "installed" Failure/Error: raise("deprecation. #{key}. #{message}") if use_strict_setting && Puppet.settings[:strict] == :error Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp", 77]: (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node fv-az529-513.k5vkklxpw5gudmwuli4an2t0jd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings is expected to contain Foreman_proxy::Plugin::Module[container_gateway] Failure/Error: it { should contain_foreman_proxy__plugin__module('container_gateway') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with default settings container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ":pulp_endpoint: https://#{facts[:fqdn]}", ':database_backend: postgresql', ':sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db', ':postgresql_connection_string: ***localhost:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L37
foreman_proxy::plugin::container_gateway on debian-11-x86_64 with overwritten parameters container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ':pulp_endpoint: https://test.example.com', ':database_backend: postgresql', ':sqlite_db_path: /dev/null.db', ':sqlite_timeout: 12345', ':postgresql_connection_string: ***test.example.com:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L11
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings is expected to contain Foreman_proxy::Plugin::Module[container_gateway] Failure/Error: it { should contain_foreman_proxy__plugin__module('container_gateway') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L12
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with default settings container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ":pulp_endpoint: https://#{facts[:fqdn]}", ':database_backend: postgresql', ':sqlite_db_path: /var/lib/foreman-proxy/smart_proxy_container_gateway.db', ':postgresql_connection_string: ***localhost:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/foreman_proxy__plugin__container_gateway_spec.rb#L37
foreman_proxy::plugin::container_gateway on redhat-8-x86_64 with overwritten parameters container_gateway.yml should contain the correct configuration Failure/Error: verify_exact_contents(catalogue, '/etc/foreman-proxy/settings.d/container_gateway.yml', [ '---', ':enabled: https', ':pulp_endpoint: https://test.example.com', ':database_backend: postgresql', ':sqlite_db_path: /dev/null.db', ':sqlite_timeout: 12345', ':postgresql_connection_string: ***test.example.com:5432/container_gateway' ]) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, Could not find class ::postgresql::server for fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net (file: /home/runner/work/puppet-foreman_proxy/puppet-foreman_proxy/spec/fixtures/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node fv-az1385-224.qgzf5gnx4huuxjs5sax4mpv3sg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211317111.pp.1c7QLx Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211317111.pp.1c7QLx", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node centos9-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211319248.pp.TheV0K Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211319248.pp.TheV0K", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node centos9-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 9: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - CentOS 9: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-runner" to be installed
Puppet / Puppet 8 - CentOS 9: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 9: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211335551.pp.ZdmiSF Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos9-64-puppet8.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos9-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211322242.pp.5HTzP4 Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211322242.pp.5HTzP4", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian11-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211325443.pp.ULu7KS Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211325443.pp.ULu7KS", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian11-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Debian 11: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 11: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 11: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 11: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - Debian 11: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "python3-ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "python3-ansible-runner" to be installed
Puppet / Puppet 8 - Debian 11: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Debian 11: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with remote_execution script plugin with pull-mqtt with default params applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211548791.pp.RB4u06 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian11-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/remote_execution_script_pull_mqtt_spec.rb:7
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211309557.pp.x6epbj Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211309557.pp.x6epbj", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node almalinux8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211311624.pp.d0JSEr Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211311624.pp.d0JSEr", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node almalinux8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-runner" to be installed
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211324764.pp.2JZMx7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for almalinux8-64-puppet8.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node almalinux8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211324686.pp.QIriFm Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211324686.pp.QIriFm", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node centos8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211326842.pp.10i5CE Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211326842.pp.10i5CE", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node centos8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - CentOS 8: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - CentOS 8: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-runner" to be installed
Puppet / Puppet 8 - CentOS 8: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 8: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos8-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211341634.pp.BzZ9pX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos8-64-puppet8.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos8-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211344115.pp.qXytna Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos9-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos9-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with container_gateway plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211345885.pp.ebdOZ9 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos9-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos9-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 9: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211323414.pp.HDTHV6 Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211323414.pp.HDTHV6", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian12-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211327311.pp.MFRmKH Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211327311.pp.MFRmKH", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian12-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 12: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Debian 12: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - Debian 12: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "python3-ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "python3-ansible-runner" to be installed
Puppet / Puppet 8 - Debian 12: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Debian 12: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with remote_execution script plugin with pull-mqtt with default params applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211622102.pp.5Z3x0d Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node debian12-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/remote_execution_script_pull_mqtt_spec.rb:7
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211346509.pp.WCs2O9 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for almalinux8-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node almalinux8-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with container_gateway plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211348362.pp.VCOH9T Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for almalinux8-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node almalinux8-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211404368.pp.gIAu5x Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos8-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos8-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - CentOS 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with container_gateway plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211406209.pp.x4RzwF Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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 Function Call, Could not find class ::postgresql::server for centos8-64-puppet7.example.com (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/container_gateway.pp, line: 57, column: 5) on node centos8-64-puppet7.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/container_gateway_spec.rb:6
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 8: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with container_gateway plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/container_gateway_spec.rb:8
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211323991.pp.5E8a4V Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211323991.pp.5E8a4V", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2204-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211329311.pp.gTSBYE Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211329311.pp.gTSBYE", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2204-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 22.04: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "python3-ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "python3-ansible-runner" to be installed
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with remote_execution script plugin with pull-mqtt with default params applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211643867.pp.Oxrzpp Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2204-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/remote_execution_script_pull_mqtt_spec.rb:7
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211337013.pp.ltiYIj Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211337013.pp.ltiYIj", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2004-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install foreman-proxy with ansible plugin applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211341914.pp.PYHJGR Last 10 lines of output were: Info: Loading facts 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) Warning: This function is deprecated, please use stdlib::ensure_packages instead. at ["/etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/ansible.pp", 62]:["/tmp/apply_manifest_211341914.pp.PYHJGR", 2] (location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation') Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2004-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/ansible_spec.rb:6
Puppet / Puppet 8 - Ubuntu 20.04: spec/support/acceptance/examples.rb#L3
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "foreman-proxy" to be enabled Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 20.04: spec/support/acceptance/examples.rb#L4
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Service "foreman-proxy" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "foreman-proxy" to be running Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 20.04: spec/support/acceptance/examples.rb#L12
Scenario: install foreman-proxy with ansible plugin behaves like the default foreman proxy application Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening Shared Example Group: "the default foreman proxy application" called from ./spec/acceptance/ansible_spec.rb:8
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/ansible_spec.rb#L11
Scenario: install foreman-proxy with ansible plugin Package "ansible-collection-theforeman-foreman" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "ansible-collection-theforeman-foreman" to be installed
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/ansible_spec.rb#L16
Scenario: install foreman-proxy with ansible plugin Package "python3-ansible-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "python3-ansible-runner" to be installed
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/ansible_spec.rb#L20
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner --help" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/ansible_spec.rb#L24
Scenario: install foreman-proxy with ansible plugin Command "ansible-runner run --module ping --hosts localhost /tmp/ansible-runner-test" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install foreman-proxy with remote_execution script plugin with pull-mqtt with default params applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211659401.pp.NHWDNj Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts 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, deprecation. systemd::servicelimits - foreman-proxy.service. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/foreman_proxy/manifests/plugin/dynflow.pp, line: 48) on node ubuntu2004-64-puppet8.example.com Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/remote_execution_script_pull_mqtt_spec.rb:7