Only install dnf module on EL8 #1146
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Install Candlepin behaves like an idempotent resource 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134046296.pp.FLKx8w
Last 10 lines of output were:
Warning: /Stage[main]/Candlepin::Database::Postgresql/Postgresql::Server::Db[candlepin]/Postgresql::Server::Database[candlepin]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'candlepin']: Skipping because of failed dependencies
Warning: /Stage[main]/Candlepin::Database::Postgresql/Postgresql::Server::Db[candlepin]/Postgresql::Server::Database_grant[GRANT candlepin - ALL - candlepin]/Postgresql::Server::Grant[database:GRANT candlepin - ALL - candlepin]/Postgresql_psql[grant:database:GRANT candlepin - ALL - candlepin]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Candlepin::Service/Service[tomcat]: Dependency Cpdb_create[candlepin] has failures: true
�[mNotice: /Stage[main]/Candlepin::Service/Service[tomcat]: Dependency Cpdb_update[candlepin] has failures: true
Warning: /Stage[main]/Candlepin::Service/Service[tomcat]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello::Candlepin/Anchor[katello::candlepin]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Error: Could not find a suitable provider for cpdb_create
Error: Could not find a suitable provider for cpdb_update
�[mNotice: Applied catalog in 154.92 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/candlepin_spec.rb:6
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Install Candlepin behaves like an idempotent resource 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134323740.pp.omXpgk
Last 10 lines of output were:
Warning: /Stage[main]/Candlepin::Database::Postgresql/Postgresql::Server::Db[candlepin]/Postgresql::Server::Database[candlepin]/Postgresql_psql[REVOKE CONNECT ON DATABASE "candlepin" FROM public]: Skipping because of failed dependencies
Warning: /Stage[main]/Candlepin::Database::Postgresql/Postgresql::Server::Db[candlepin]/Postgresql::Server::Database[candlepin]/Postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'candlepin']: Skipping because of failed dependencies
Warning: /Stage[main]/Candlepin::Database::Postgresql/Postgresql::Server::Db[candlepin]/Postgresql::Server::Database_grant[GRANT candlepin - ALL - candlepin]/Postgresql::Server::Grant[database:GRANT candlepin - ALL - candlepin]/Postgresql_psql[grant:database:GRANT candlepin - ALL - candlepin]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Candlepin::Service/Service[tomcat]: Dependency Cpdb_create[candlepin] has failures: true
�[mNotice: /Stage[main]/Candlepin::Service/Service[tomcat]: Dependency Cpdb_update[candlepin] has failures: true
Warning: /Stage[main]/Candlepin::Service/Service[tomcat]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello::Candlepin/Anchor[katello::candlepin]: Skipping because of failed dependencies
Error: Could not find a suitable provider for cpdb_create
Error: Could not find a suitable provider for cpdb_update
�[mNotice: Applied catalog in 3.68 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/candlepin_spec.rb:6
|
Run tests:
spec/acceptance/candlepin_spec.rb#L11
Install Candlepin Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
Run tests:
spec/acceptance/candlepin_spec.rb#L12
Install Candlepin Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
Run tests:
spec/acceptance/candlepin_spec.rb#L16
Install Candlepin Port "23443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "23443" to be listening
|
Run tests:
spec/acceptance/candlepin_spec.rb#L20
Install Candlepin Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:23443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Run tests:
spec/acceptance/candlepin_spec.rb#L24
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be file
Failure/Error: it { should be_file }
expected `File "/usr/share/tomcat/conf/cert-users.properties".file?` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L25
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be mode 640
Failure/Error: it { should be_mode 640 }
expected `File "/usr/share/tomcat/conf/cert-users.properties".mode?(640)` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L26
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be owned by "tomcat"
Failure/Error: it { should be_owned_by 'tomcat' }
expected `File "/usr/share/tomcat/conf/cert-users.properties".owned_by?("tomcat")` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L27
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be grouped into "tomcat"
Failure/Error: it { should be_grouped_into 'tomcat' }
expected `File "/usr/share/tomcat/conf/cert-users.properties".grouped_into?("tomcat")` to be truthy, got false
|
The logs for this run have expired and are no longer available.
Loading