update puppet-systemd upper bound to 8.0.0 #125
ci.yml
on: pull_request
Puppet
/
Static validations
32s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
120 errors
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114354959.pp.b6wDNu
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 20.80 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114419106.pp.iELMvX
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.69 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114400313.pp.cc3SGO
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 20.18 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Debian 10:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114423650.pp.nLHZLp
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.45 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114400264.pp.d1NxUx
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 17.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114422317.pp.7pnjIG
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.99 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114353307.pp.u4fzV6
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 21.73 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114417949.pp.Inq7Ru
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.28 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114409324.pp.av3NDH
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 17.51 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114430012.pp.ibH0zM
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.35 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114405950.pp.aaghLt
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 19.15 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114429826.pp.PNoR9l
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.34 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 7 - Ubuntu 18.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114404172.pp.jGZ54j
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 22.79 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Ubuntu 18.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'ubuntu1804-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114431673.pp.htVXJn
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.62 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114407965.pp.mgntsi
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 17.26 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114430041.pp.7nUV5s
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 8 - Ubuntu 18.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114410370.pp.Wco9VY
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 22.71 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 18.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'ubuntu1804-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114437870.pp.dVihhK
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.55 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114408232.pp.H7sQE2
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 19.52 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114432668.pp.LmRBqN
Last 10 lines of output were:
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/audit.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/config.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/internal_users.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/nodes_dn.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles_mapping.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/roles.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/tenants.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Config/File[/etc/opensearch/opensearch-security/whitelist.yml]: Skipping because of failed dependencies
Warning: /Stage[main]/Opensearch::Service/Service[opensearch]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 3.56 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L14
opensearch default parameter Package "opensearch" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "opensearch" to be installed
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L24
opensearch default parameter File "/etc/opensearch" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L25
opensearch default parameter File "/etc/opensearch" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L30
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be owned by "opensearch"
Failure/Error: it { is_expected.to be_owned_by 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".owned_by?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L31
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to be grouped into "opensearch"
Failure/Error: it { is_expected.to be_grouped_into 'opensearch' }
expected `File "/etc/opensearch/opensearch.yml".grouped_into?("opensearch")` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/default_spec.rb#L32
opensearch default parameter File "/etc/opensearch/opensearch.yml" is expected to contain "cluster.name: opensearch"
Failure/Error: it { is_expected.to contain 'cluster.name: opensearch' }
expected File "/etc/opensearch/opensearch.yml" to contain "cluster.name: opensearch"
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114354967.pp.5ormGH
Last 10 lines of output were:
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: opensearch.service failed.
�[mNotice: /Stage[main]/Opensearch::Service/Service[opensearch]: Triggered 'refresh' from 1 event
Info: Class[Opensearch::Service]: Unscheduling all events on Class[Opensearch::Service]
Info: Class[Opensearch]: Unscheduling all events on Class[Opensearch]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 60.71 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114457900.pp.eHhD8B
Last 10 lines of output were:
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 26 11:44:57 centos7-64-puppet7.example.com systemd[1]: opensearch.service failed.
Apr 26 11:45:00 centos7-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 26 11:45:01 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 26 11:45:01 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 26 11:45:01 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 26 11:45:01 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 3.82 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114355623.pp.bGFCW3
Last 10 lines of output were:
Apr 26 11:45:07 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 26 11:45:07 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 26 11:45:07 centos8-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
�[mNotice: /Stage[main]/Opensearch::Service/Service[opensearch]: Triggered 'refresh' from 1 event
Info: Class[Opensearch::Service]: Unscheduling all events on Class[Opensearch::Service]
Info: Class[Opensearch]: Unscheduling all events on Class[Opensearch]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 68.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114507245.pp.mgDnpr
Last 10 lines of output were:
Apr 26 11:45:07 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 26 11:45:07 centos8-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:45:10 centos8-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 26 11:45:11 centos8-64-puppet7.example.com systemd-entrypoint[1251]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 26 11:45:11 centos8-64-puppet7.example.com systemd-entrypoint[1251]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 26 11:45:11 centos8-64-puppet7.example.com systemd-entrypoint[1251]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 26 11:45:11 centos8-64-puppet7.example.com systemd-entrypoint[1251]: WARNING: System::setSecurityManager will be removed in a future release
Apr 26 11:45:12 centos8-64-puppet7.example.com systemd-entrypoint[1251]: Apr 26, 2024 11:45:12 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 4.10 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114355231.pp.cd8Ior
Last 10 lines of output were:
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: opensearch.service failed.
�[mNotice: /Stage[main]/Opensearch::Service/Service[opensearch]: Triggered 'refresh' from 1 event
Info: Class[Opensearch::Service]: Unscheduling all events on Class[Opensearch::Service]
Info: Class[Opensearch]: Unscheduling all events on Class[Opensearch]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 75.13 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - CentOS 7:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114512762.pp.6l46SU
Last 10 lines of output were:
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 26 11:45:12 centos7-64-puppet8.example.com systemd[1]: opensearch.service failed.
Apr 26 11:45:15 centos7-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 26 11:45:16 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 26 11:45:16 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 26 11:45:16 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 26 11:45:16 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 3.74 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
opensearch default parameter 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 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114413246.pp.yjROUb
Last 10 lines of output were:
Apr 26 11:45:26 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 26 11:45:26 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 26 11:45:26 centos8-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
�[mNotice: /Stage[main]/Opensearch::Service/Service[opensearch]: Triggered 'refresh' from 1 event
Info: Class[Opensearch::Service]: Unscheduling all events on Class[Opensearch::Service]
Info: Class[Opensearch]: Unscheduling all events on Class[Opensearch]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 70.39 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - CentOS 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
opensearch default parameter 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114527017.pp.KSgoXF
Last 10 lines of output were:
Apr 26 11:45:26 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 26 11:45:26 centos8-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 26 11:45:30 centos8-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 26 11:45:31 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 26 11:45:31 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 26 11:45:31 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 26 11:45:31 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: System::setSecurityManager will be removed in a future release
Apr 26 11:45:32 centos8-64-puppet8.example.com systemd-entrypoint[1249]: Apr 26, 2024 11:45:32 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 3.86 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/default_spec.rb#L18
opensearch default parameter Service "opensearch" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "opensearch" to be enabled
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/default_spec.rb#L19
opensearch default parameter Service "opensearch" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "opensearch" to be running
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|