add almalinux 9 support #86
ci.yml
on: pull_request
Puppet
/
Static validations
30s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
16 errors
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L4
ccs_software class with services 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 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_155244176.pp.vRqgy1
Last 10 lines of output were:
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/File[10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/File[/etc/systemd/system/status-email-user@.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[comcam-mcm.service]/Systemd::Daemon_reload[comcam-mcm.service]/Exec[systemd-comcam-mcm.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[comcam-mcm]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/Systemd::Daemon_reload[h2db.service]/Exec[systemd-h2db.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/Systemd::Daemon_reload[status-email-user@.service]/Exec[systemd-status-email-user@.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.84 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:443
|
Puppet / 7 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L8
ccs_software class with services 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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_155250046.pp.CRfTao
Last 10 lines of output were:
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/File[/etc/systemd/system/h2db.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/File[10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/File[/etc/systemd/system/status-email-user@.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[comcam-mcm.service]/Systemd::Daemon_reload[comcam-mcm.service]/Exec[systemd-comcam-mcm.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[comcam-mcm]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/Systemd::Daemon_reload[h2db.service]/Exec[systemd-h2db.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/Systemd::Daemon_reload[status-email-user@.service]/Exec[systemd-status-email-user@.service-systemctl-daemon-reload]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.31 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:443
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L448
ccs_software class with services Service "comcam-mcm" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "comcam-mcm" to be enabled
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L453
ccs_software class with services File "/etc/systemd/system/comcam-mcm.service" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/systemd/system/comcam-mcm.service".file?` to be truthy, got false
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L454
ccs_software class with services File "/etc/systemd/system/comcam-mcm.service" content is expected to match /WorkingDirectory=\/home\/ccs/
Failure/Error: its(:content) { is_expected.to match %r{WorkingDirectory=/home/ccs} }
expected "" to match /WorkingDirectory=\/home\/ccs/
Diff:
@@ -1 +1 @@
-/WorkingDirectory=\/home\/ccs/
+""
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L458
ccs_software class with services File "/etc/systemd/system/h2db.service" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/systemd/system/h2db.service".file?` to be truthy, got false
|
Puppet / 7 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L459
ccs_software class with services File "/etc/systemd/system/h2db.service" content is expected to match /ExecStart=\/bin\/h2db/
Failure/Error: its(:content) { is_expected.to match %r{ExecStart=/bin/h2db} }
expected "" to match /ExecStart=\/bin\/h2db/
Diff:
@@ -1 +1 @@
-/ExecStart=\/bin\/h2db/
+""
|
Puppet / 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / 8 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L4
ccs_software class with services 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 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_155256274.pp.7rbtc4
Last 10 lines of output were:
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/File[10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/File[/etc/systemd/system/status-email-user@.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[comcam-mcm.service]/Systemd::Daemon_reload[comcam-mcm.service]/Exec[systemd-comcam-mcm.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[comcam-mcm]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/Systemd::Daemon_reload[h2db.service]/Exec[systemd-h2db.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/Systemd::Daemon_reload[status-email-user@.service]/Exec[systemd-status-email-user@.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.99 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:443
|
Puppet / 8 - AlmaLinux 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L8
ccs_software class with services 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 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_155305359.pp.mEWpnf
Last 10 lines of output were:
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/File[/etc/systemd/system/h2db.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/File[10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Sudo::Conf[ccs-service-h2db]/Exec[sudo-syntax-check for file /etc/sudoers.d/10_ccs-service-h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/File[/etc/systemd/system/status-email-user@.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[comcam-mcm.service]/Systemd::Daemon_reload[comcam-mcm.service]/Exec[systemd-comcam-mcm.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[comcam-mcm]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[h2db.service]/Systemd::Daemon_reload[h2db.service]/Exec[systemd-h2db.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Service[h2db]: Skipping because of failed dependencies
Warning: /Stage[main]/Ccs_software::Service/Systemd::Unit_file[status-email-user@.service]/Systemd::Daemon_reload[status-email-user@.service]/Exec[systemd-status-email-user@.service-systemctl-daemon-reload]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.51 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:443
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L448
ccs_software class with services Service "comcam-mcm" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "comcam-mcm" to be enabled
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L453
ccs_software class with services File "/etc/systemd/system/comcam-mcm.service" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/systemd/system/comcam-mcm.service".file?` to be truthy, got false
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L454
ccs_software class with services File "/etc/systemd/system/comcam-mcm.service" content is expected to match /WorkingDirectory=\/home\/ccs/
Failure/Error: its(:content) { is_expected.to match %r{WorkingDirectory=/home/ccs} }
expected "" to match /WorkingDirectory=\/home\/ccs/
Diff:
@@ -1 +1 @@
-/WorkingDirectory=\/home\/ccs/
+""
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L458
ccs_software class with services File "/etc/systemd/system/h2db.service" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/systemd/system/h2db.service".file?` to be truthy, got false
|
Puppet / 8 - AlmaLinux 9:
spec/acceptance/basic_spec.rb#L459
ccs_software class with services File "/etc/systemd/system/h2db.service" content is expected to match /ExecStart=\/bin\/h2db/
Failure/Error: its(:content) { is_expected.to match %r{ExecStart=/bin/h2db} }
expected "" to match /ExecStart=\/bin\/h2db/
Diff:
@@ -1 +1 @@
-/ExecStart=\/bin\/h2db/
+""
|
Puppet / 8 - AlmaLinux 9
Process completed with exit code 1.
|