modulesync 7.4.0 #124
ci.yml
on: pull_request
Puppet
/
Static validations
30s
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_162456301.pp.PxaUhI
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.61 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_162520020.pp.QO6hjK
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.55 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_162454516.pp.xJnlvk
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 43.02 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_162540902.pp.ZMh7TL
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.40 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 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_162500365.pp.lyd8uc
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.99 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_162540754.pp.YGpBTX
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.96 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 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_162500441.pp.r70TqG
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.62 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_162540977.pp.rpgqmD
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.83 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 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_162447404.pp.1IDT62
Last 10 lines of output were:
Apr 25 16:25:56 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:25:56 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 25 16:25:56 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.58 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_162556317.pp.XPrqvQ
Last 10 lines of output were:
Apr 25 16:25:56 centos7-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:25:56 centos7-64-puppet7.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 25 16:25:56 centos7-64-puppet7.example.com systemd[1]: opensearch.service failed.
Apr 25 16:25:58 centos7-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 25 16:26:00 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 25 16:26:00 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 25 16:26:00 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 25 16:26:00 centos7-64-puppet7.example.com systemd-entrypoint[791]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 4.07 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 - 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_162510811.pp.CcsRYF
Last 10 lines of output were:
Apr 25 16:26:14 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:26:14 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 25 16:26:14 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.64 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_162614905.pp.a8OeER
Last 10 lines of output were:
Apr 25 16:26:14 centos7-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:26:14 centos7-64-puppet8.example.com systemd[1]: Unit opensearch.service entered failed state.
Apr 25 16:26:14 centos7-64-puppet8.example.com systemd[1]: opensearch.service failed.
Apr 25 16:26:17 centos7-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 25 16:26:18 centos7-64-puppet8.example.com systemd-entrypoint[798]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 25 16:26:18 centos7-64-puppet8.example.com systemd-entrypoint[798]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 25 16:26:18 centos7-64-puppet8.example.com systemd-entrypoint[798]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 25 16:26:18 centos7-64-puppet8.example.com systemd-entrypoint[798]: WARNING: System::setSecurityManager will be removed in a future release
�[mNotice: Applied catalog in 3.71 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 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_162456454.pp.2o2wK2
Last 10 lines of output were:
Apr 25 16:26:10 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 25 16:26:10 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 25 16:26:10 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 71.18 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_162610780.pp.ap37Og
Last 10 lines of output were:
Apr 25 16:26:10 centos8-64-puppet7.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 25 16:26:10 centos8-64-puppet7.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:26:13 centos8-64-puppet7.example.com systemd[1]: Starting OpenSearch...
Apr 25 16:26:15 centos8-64-puppet7.example.com systemd-entrypoint[1268]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 25 16:26:15 centos8-64-puppet7.example.com systemd-entrypoint[1268]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/opensearch/lib/opensearch-2.13.0.jar)
Apr 25 16:26:15 centos8-64-puppet7.example.com systemd-entrypoint[1268]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 25 16:26:15 centos8-64-puppet7.example.com systemd-entrypoint[1268]: WARNING: System::setSecurityManager will be removed in a future release
Apr 25 16:26:15 centos8-64-puppet7.example.com systemd-entrypoint[1268]: Apr 25, 2024 4:26:15 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 3.85 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 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_162550697.pp.3cshS9
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.67 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_162614977.pp.baVQG2
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.38 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 - 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_162518259.pp.6rRauv
Last 10 lines of output were:
Apr 25 16:26:28 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Main process exited, code=exited, status=1/FAILURE
Apr 25 16:26:28 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 25 16:26:28 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.35 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_162628876.pp.DmvhSu
Last 10 lines of output were:
Apr 25 16:26:28 centos8-64-puppet8.example.com systemd[1]: opensearch.service: Failed with result 'exit-code'.
Apr 25 16:26:28 centos8-64-puppet8.example.com systemd[1]: Failed to start OpenSearch.
Apr 25 16:26:32 centos8-64-puppet8.example.com systemd[1]: Starting OpenSearch...
Apr 25 16:26:33 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: A terminally deprecated method in java.lang.System has been called
Apr 25 16:26:33 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 25 16:26:33 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Apr 25 16:26:33 centos8-64-puppet8.example.com systemd-entrypoint[1249]: WARNING: System::setSecurityManager will be removed in a future release
Apr 25 16:26:34 centos8-64-puppet8.example.com systemd-entrypoint[1249]: Apr 25, 2024 4:26:34 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
�[mNotice: Applied catalog in 3.87 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 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_162620736.pp.lpZo61
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 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_162645263.pp.wsnuLN
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.62 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 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_162627070.pp.z9kfex
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.66 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_162648099.pp.iWCnJL
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.38 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_162644410.pp.LAjRu5
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.32 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_162708483.pp.yjGcnM
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.33 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 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_162657082.pp.AHWkCn
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.58 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_162719942.pp.1QFMy9
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.35 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_162659401.pp.3q16lO
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.32 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_162726851.pp.dOSkGx
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.73 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"
|