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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091258643.1ROB9i.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 ubuntu2004-64-puppet7.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091301126.fL534d.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 ubuntu2004-64-puppet7.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: minor version upgrade install 7.13.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091303797.mskV8z.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 ubuntu2004-64-puppet7.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 7.13.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091306158.R1NeWe.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 ubuntu2004-64-puppet7.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 7.13.0 Command "puppetserver --version" stdout is expected to match "puppetserver version: 7.13.0\n"
Failure/Error: its(:stdout) { is_expected.to match("puppetserver version: #{from_version}\n") }
expected "" to match "puppetserver version: 7.13.0\n"
Diff:
@@ -1,2 +1 @@
-puppetserver version: 7.13.0
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L54
Scenario: minor version upgrade install 7.13.0 Service "puppetserver" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "puppetserver" to be enabled
|
Run tests:
spec/acceptance/puppetserver_upgrade_spec.rb#L55
Scenario: minor version upgrade install 7.13.0 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#L59
Scenario: minor version upgrade install 7.13.0 Port "8140" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8140" to be listening
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: minor version upgrade upgrade to 7.16.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091308752.OqJgVt.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 ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:64
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: minor version upgrade upgrade to 7.16.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091311026.IlVlgw.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 ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/puppetserver_upgrade_spec.rb:64
|
Loading