modulesync 7.4.0 #123
ci.yml
on: pull_request
Puppet
/
Static validations
26s
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_120856933.pp.xD6HJ0
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.15 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_120921154.pp.wSKLWd
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.53 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 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_120906525.pp.J0M5U8
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 18.41 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_120928045.pp.wedsw0
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.52 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 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_120907478.pp.qh88CH
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.31 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_120932808.pp.zcsIny
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.95 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_120910201.pp.VUnekz
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 16.87 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_120931635.pp.gAfwss
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.01 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 - 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_120909484.pp.dfukNq
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 18.93 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/default_spec.rb:7
|
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_120932957.pp.WjIdJU
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.29 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 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 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 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_120911463.pp.mxVMcK
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.23 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_120935650.pp.pR0i8X
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.46 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_120913279.pp.b0pzVt
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
Info: Stage[main]: Unscheduling all events on Stage[main]
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: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 22.59 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_120940591.pp.fUaK5Q
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.69 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_120916654.pp.TWYfrr
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 16.41 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_120937675.pp.D8HKGU
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.36 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 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_120854502.pp.7CdMTn
Last 10 lines of output were:
Apr 12 12:10:03 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:03 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 12 12:10:03 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 66.80 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_121003558.pp.juLu0u
Last 10 lines of output were:
Apr 12 12:10:03 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:03 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 12 12:10:03 centos7-64-puppet7.example.com systemd[1]: opensearch.service failed.
Apr 12 12:10:05 centos7-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 12 12:10:07 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 12 12:10:07 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 12 12:10:07 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 12 12:10:07 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 3.92 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 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_120910246.pp.0DDh9e
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 35.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_120948843.pp.IsNTxz
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.27 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 - 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_120907274.pp.V4R8M5
Last 10 lines of output were:
Apr 12 12:10:10 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:10 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 12 12:10:10 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 61.35 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_121011161.pp.vJ1Fu6
Last 10 lines of output were:
Apr 12 12:10:10 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:10 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 12 12:10:10 centos7-64-puppet8.example.com systemd[1]: opensearch.service failed.
Apr 12 12:10:13 centos7-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 12 12:10:14 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 12 12:10:14 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 12 12:10:14 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 12 12:10:14 centos7-64-puppet8.example.com systemd-entrypoint[799]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 3.78 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 - 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_120929434.pp.EtvHRG
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 23.51 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_120958679.pp.RZ20W5
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.88 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 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 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 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 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_120905637.pp.Y6M1JB
Last 10 lines of output were:
Apr 12 12:10:16 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 12 12:10:16 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 12 12:10:16 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 67.57 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_121016504.pp.IE0hTv
Last 10 lines of output were:
Apr 12 12:10:16 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 12 12:10:16 centos8-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:19 centos8-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 12 12:10:21 centos8-64-puppet8.example.com systemd-entrypoint[1265]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 12 12:10:21 centos8-64-puppet8.example.com systemd-entrypoint[1265]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 12 12:10:21 centos8-64-puppet8.example.com systemd-entrypoint[1265]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 12 12:10:21 centos8-64-puppet8.example.com systemd-entrypoint[1265]: WARNING: System::setSecurityManager will be removed in a future release
Apr 12 12:10:21 centos8-64-puppet8.example.com systemd-entrypoint[1265]: Apr 12, 2024 12:10:21 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 3.70 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.
|
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_120907301.pp.MGfHW9
Last 10 lines of output were:
Apr 12 12:10:19 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 12 12:10:19 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 12 12:10:19 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 69.44 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_121020000.pp.o088mm
Last 10 lines of output were:
Apr 12 12:10:19 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 12 12:10:19 centos8-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 12 12:10:23 centos8-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 12 12:10:24 centos8-64-puppet7.example.com systemd-entrypoint[1266]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 12 12:10:24 centos8-64-puppet7.example.com systemd-entrypoint[1266]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 12 12:10:24 centos8-64-puppet7.example.com systemd-entrypoint[1266]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 12 12:10:24 centos8-64-puppet7.example.com systemd-entrypoint[1266]: WARNING: System::setSecurityManager will be removed in a future release
Apr 12 12:10:25 centos8-64-puppet7.example.com systemd-entrypoint[1266]: Apr 12, 2024 12:10:25 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 3.98 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.
|