feat(db): require password for local IP connections #831
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
57 errors
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L35
Scenario: install katello_devel File "/usr/share/tomcat/conf/cert-users.properties" content is expected to eq "katelloUser=CN=almalinux9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
Failure/Error: its(:content) { should eq("katelloUser=CN=#{fact('fqdn')}, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n") }
expected: #<Encoding:UTF-8> "katelloUser=CN=almalinux9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
got: #<Encoding:US-ASCII> ""
(compared using ==)
Diff:
@@ -1 +0,0 @@
-katelloUser=CN=almalinux9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L31
Scenario: install katello_devel Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L27
Scenario: install katello_devel Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
|
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L12
Scenario: install katello_devel applies with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122712599.IwNvX0.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_repos', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_subscription_type', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54) (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node almalinux9-64-puppet8.example.com
|
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L35
Scenario: install katello_devel File "/usr/share/tomcat/conf/cert-users.properties" content is expected to eq "katelloUser=CN=almalinux9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
Failure/Error: its(:content) { should eq("katelloUser=CN=#{fact('fqdn')}, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n") }
expected: #<Encoding:UTF-8> "katelloUser=CN=almalinux9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
got: #<Encoding:US-ASCII> ""
(compared using ==)
Diff:
@@ -1 +0,0 @@
-katelloUser=CN=almalinux9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L31
Scenario: install katello_devel Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L27
Scenario: install katello_devel Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
|
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/katello_devel_spec.rb#L12
Scenario: install katello_devel applies with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122715802.lhy5Mu.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_repos', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_subscription_type', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54) (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node almalinux9-64-puppet7.example.com
|
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L35
Scenario: install katello_devel File "/usr/share/tomcat/conf/cert-users.properties" content is expected to eq "katelloUser=CN=centos9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
Failure/Error: its(:content) { should eq("katelloUser=CN=#{fact('fqdn')}, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n") }
expected: #<Encoding:UTF-8> "katelloUser=CN=centos9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
got: #<Encoding:US-ASCII> ""
(compared using ==)
Diff:
@@ -1 +0,0 @@
-katelloUser=CN=centos9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L31
Scenario: install katello_devel Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L27
Scenario: install katello_devel Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
|
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L12
Scenario: install katello_devel applies with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122725269.16HCe4.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_repos', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_subscription_type', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54) (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node centos9-64-puppet7.example.com
|
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L35
Scenario: install katello_devel File "/usr/share/tomcat/conf/cert-users.properties" content is expected to eq "katelloUser=CN=centos9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
Failure/Error: its(:content) { should eq("katelloUser=CN=#{fact('fqdn')}, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n") }
expected: #<Encoding:UTF-8> "katelloUser=CN=centos9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US\n"
got: #<Encoding:US-ASCII> ""
(compared using ==)
Diff:
@@ -1 +0,0 @@
-katelloUser=CN=centos9-64-puppet8.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L31
Scenario: install katello_devel Port "443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "443" to be listening
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L27
Scenario: install katello_devel Port "80" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "80" to be listening
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L22
Scenario: install katello_devel Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L21
Scenario: install katello_devel Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
|
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/katello_devel_spec.rb#L12
Scenario: install katello_devel applies with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122754444.luvjD3.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm', resolution='<anonymous>': undefined method `empty?' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_repos', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Facter: Error while resolving custom fact fact='rhsm_subscription_type', resolution='<anonymous>': undefined method `[]' for nil:NilClass
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54) (file: /etc/puppetlabs/code/environments/production/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node centos9-64-puppet8.example.com
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L27
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::database]
Failure/Error: it { is_expected.to contain_class('katello_devel::database') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L26
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[foreman_remote_execution]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('foreman_remote_execution') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L25
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[katello]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('katello') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L24
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[foreman]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('foreman') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L23
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Plugin[katello/katello]
Failure/Error: it { is_expected.to contain_katello_devel__plugin('katello/katello') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L22
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::config]
Failure/Error: it { is_expected.to contain_class('katello_devel::config') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L21
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::install]
Failure/Error: it { is_expected.to contain_class('katello_devel::install') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L19
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Package[npm]
Failure/Error: it { is_expected.to contain_package('npm') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L18
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Package[nodejs] with provider => "dnfmodule" and ensure => "18"
Failure/Error: it { is_expected.to contain_package('nodejs').with_provider('dnfmodule').with_ensure('18') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/katello_devel_spec.rb#L17
katello_devel on redhat-9-x86_64 with minimal params is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.55yuz4mkmnnebh4brhyc2ym0sh.gx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L27
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::database]
Failure/Error: it { is_expected.to contain_class('katello_devel::database') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L26
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[foreman_remote_execution]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('foreman_remote_execution') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L25
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[katello]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('katello') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L24
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Git_repo[foreman]
Failure/Error: it { is_expected.to contain_katello_devel__git_repo('foreman') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L23
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Katello_devel::Plugin[katello/katello]
Failure/Error: it { is_expected.to contain_katello_devel__plugin('katello/katello') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L22
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::config]
Failure/Error: it { is_expected.to contain_class('katello_devel::config') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L21
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Class[katello_devel::install]
Failure/Error: it { is_expected.to contain_class('katello_devel::install') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L19
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Package[npm]
Failure/Error: it { is_expected.to contain_package('npm') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L18
katello_devel on redhat-9-x86_64 with minimal params is expected to contain Package[nodejs] with provider => "dnfmodule" and ensure => "18"
Failure/Error: it { is_expected.to contain_package('nodejs').with_provider('dnfmodule').with_ensure('18') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L17
katello_devel on redhat-9-x86_64 with minimal params is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Postgresql::Server::Pg_hba_rule[host IPV4] is already declared at (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 36); cannot redeclare (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54) (file: /home/runner/work/puppet-katello_devel/puppet-katello_devel/spec/fixtures/modules/katello_devel/manifests/database.pp, line: 54, column: 3) on node pkrvmfkh1xnbeme.k20si4dw3xaepphm5xngfzbobb.bx.internal.cloudapp.net
|
|
Puppet / Test suite
Process completed with exit code 1.
|