Allow to set node_terminus variable #1291
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091251415.24DqXO.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
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-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091254043.qhhPwC.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
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-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091256552.khZ46E.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
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-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091259107.pZK8p1.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_latest_spec.rb:39
|
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:
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:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade install 8.2.0 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091302058.XqNj94.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade install 8.2.0 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-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091304591.nbBjqe.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Class[Puppet::Server::Enc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 45); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66) (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/config.pp, line: 66, column: 5) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:38
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L50
Scenario: minor version upgrade install 8.2.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 8.2.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 8.2.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 8.2.0
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 8.2.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Loading