Fix puppetserver ca sign with puppet 8. #1440
Annotations
10 errors
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L62
Scenario: minor version upgrade install 8.8.1 Service "puppetserver" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "puppetserver" to be running
|
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L61
Scenario: minor version upgrade install 8.8.1 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L10
Scenario: minor version upgrade install 8.8.1 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 'ubuntu2204-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201154591.msmIuT.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Dependency Service[puppetserver] has failures: true
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.78 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:45
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L6
Scenario: minor version upgrade install 8.8.1 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 'ubuntu2204-64-openvox8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201136847.nrZt3B.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Dependency Service[puppetserver] has failures: true
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 13.76 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:45
|
|
Run tests:
spec/acceptance/puppetserver_latest_spec.rb#L53
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" stdout is expected to match /^Max open files\s+32143\s+32143\s+files\s*$/
Failure/Error: its(:stdout) { is_expected.to match %r{^Max open files\s+32143\s+32143\s+files\s*$} }
expected "" to match /^Max open files\s+32143\s+32143\s+files\s*$/
Diff:
@@ -1 +1 @@
-/^Max open files\s+32143\s+32143\s+files\s*$/
+""
|
|
Run tests:
spec/acceptance/puppetserver_latest_spec.rb#L52
Scenario: install puppetserver (latest): server_max_open_files Command "grep '^Max open files' /proc/`cat /var/run/puppetlabs/puppetserver/puppetserver.pid`/limits" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 2
(compared using ==)
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L10
Scenario: install puppetserver (latest): server_max_open_files 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 'ubuntu2204-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201128490.MhEvPC.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Dependency Service[puppetserver] has failures: true
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.56 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:39
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L6
Scenario: install puppetserver (latest): server_max_open_files 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 'ubuntu2204-64-openvox8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201121985.eIxla9.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Dependency Service[puppetserver] has failures: true
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.70 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:39
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L10
Scenario: install puppetserver (latest): default options 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 'ubuntu2204-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201115477.zUuD4i.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Dependency Service[puppetserver] has failures: true
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.82 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.1.0/lib/voxpupuli/acceptance/examples.rb#L6
Scenario: install puppetserver (latest): default options 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 'ubuntu2204-64-openvox8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_201050138.MpSbtJ.pp
Last 10 lines of output were:
Warning: /Stage[main]/Puppet::Agent::Service::Daemon/Service[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Cron/Cron[puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/File[/etc/systemd/system/puppet-run.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.service]/Systemd::Daemon_reload[puppet-run.service]/Exec[systemd-puppet-run.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Service[puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/File[/etc/systemd/system/puppet-run.timer]: Skipping because of failed dependencies
Warning: /Stage[main]/Puppet::Agent::Service::Systemd/Systemd::Timer[puppet-run.timer]/Systemd::Unit_file[puppet-run.timer]/Systemd::Daemon_reload[puppet-run.timer]/Exec[systemd-puppet-run.timer-systemctl-daemon-reload]: Skipping because of failed dependencies
Info: Class[Puppet]: Unscheduling all events on Class[Puppet]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 22.42 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:17
|
Loading