Add AlmaLinux 8 & 9 support #795
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_080356386.zy0nSx.pp
Last 10 lines of output were:
Warning: /Stage[main]/Katello_devel::Setup/Katello_devel::Bundle[install --retry 3 --jobs 3 --path .vendor]/Exec[bundle-install --retry 3 --jobs 3 --path .vendor]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello_devel::Setup/Katello_devel::Bundle[exec npm install]/Exec[bundle-exec npm install]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello_devel::Setup/Katello_devel::Bundle[exec rake db:migrate]/Exec[bundle-exec rake db:migrate]: Skipping because of failed dependencies
Warning: /Stage[main]/Katello_devel::Setup/Katello_devel::Bundle[exec rake db:seed]/Exec[bundle-exec rake db:seed]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Error: Could not find a suitable provider for keystore
Error: Could not find a suitable provider for truststore
Error: Could not find a suitable provider for truststore_certificate
Error: Could not find a suitable provider for keystore_certificate
�[mNotice: Applied catalog in 7.23 seconds
|
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#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 "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 "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#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#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#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,2 +1 @@
-katelloUser=CN=almalinux9-64-puppet7.example.com, OU=PUPPET, O=FOREMAN, ST=North Carolina, C=US
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|