Test with beaker-hiera convert to Hiera 5 patch #1319
ci.yml
on: pull_request
Puppet
/
Static validations
2m 41s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
120 errors
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173152886.pp.vVBoes
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173154624.pp.Pkhzs0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173220430.pp.Mr3pWA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173222135.pp.AEIivX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173211265.pp.Nm6ZRX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173213395.pp.VTdkm3
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173217237.pp.aNMhBd
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173219523.pp.VnuGU7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173250749.pp.ZPHeSZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173253027.pp.WDzhuO
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173257714.pp.xZYCgR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173300325.pp.YefmIB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 7 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173220681.pp.5YwzE5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173225382.pp.NV3j41
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.21:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173357056.pp.8kCRZx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173359584.pp.PZC3UI
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.22:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173253184.pp.VthClb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173257463.pp.vBjech
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.22:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173303608.pp.0HN1gV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173308588.pp.YbMuaK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.28:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173312269.pp.JTc6xm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173317477.pp.J30Vp5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.28:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173328606.pp.oCsx09
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_173333946.pp.950OXt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: One of data_hash, lookup_key, data_dig, or hiera3_backend must be defined in hierarchy 'Per-node data' (file: /etc/puppetlabs/puppet/hiera.yaml) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Puppet / Puppet 8 - CentOS 8 - Pulp 3.21:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|