Make testing and installing rulesets more reliable #118
Triggered via pull request
January 23, 2025 19:28
Status
Cancelled
Total duration
2m 35s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
64 errors and 3 warnings
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L27
patterndb::parser almalinux-8-x86_64 without package_name Catchall is expected to contain Class[Patterndb]
Failure/Error: it { is_expected.to contain_class('Patterndb') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L28
patterndb::parser almalinux-8-x86_64 without package_name Catchall is expected to contain Exec[patterndb::merge::default]
Failure/Error: it { is_expected.to contain_exec('patterndb::merge::default') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L38
patterndb::parser almalinux-8-x86_64 without package_name Default values (no parameters) is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L52
patterndb::parser almalinux-8-x86_64 without package_name With optional syslog-ng module is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml --module=foo --module=bar && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml --module=foo --module=bar && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L64
patterndb::parser almalinux-8-x86_64 without package_name with two patterndbs is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 2) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/simple_ruleset_spec.rb#L34
patterndb::simple::ruleset almalinux-8-x86_64 without package_name Simple ruleset without patterns is expected to contain Patterndb::Simple::Ruleset[myruleset] with parser => "default"
Failure/Error:
is_expected.to contain_patterndb__simple__ruleset('myruleset').with(
parser: 'default'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/raw_ruleset_spec.rb#L38
patterndb::raw::ruleset almalinux-8-x86_64 without package_name Raw ruleset with only source is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb]
Failure/Error: it { is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/parser_spec.rb#L70
patterndb::parser almalinux-8-x86_64 without package_name with two patterndbs is expected to contain Exec[patterndb::deploy::stage1] with command => "pdbtool test /var/cache/syslog-ng/patterndb/stage1.xml && cp /var/cache/syslog-ng/patterndb/stage1.xml /var/lib/syslog-ng/patterndb/stage1.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::stage1').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/stage1.xml && cp /var/cache/syslog-ng/patterndb/stage1.xml #{vardir}/patterndb/stage1.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 2) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/raw_ruleset_spec.rb#L54
patterndb::raw::ruleset almalinux-8-x86_64 without package_name Raw rulesets with directory is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset').with(ensure: 'directory') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/simple_ruleset_spec.rb#L54
patterndb::simple::ruleset almalinux-8-x86_64 without package_name Simple ruleset with hash type for rules is expected to contain Patterndb::Simple::Ruleset[myruleset] with parser => "default"
Failure/Error:
is_expected.to contain_patterndb__simple__ruleset('myruleset').with(
parser: 'default'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/parser_spec.rb#L27
patterndb::parser almalinux-8-x86_64 without package_name Catchall is expected to contain Class[Patterndb]
Failure/Error: it { is_expected.to contain_class('Patterndb') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/parser_spec.rb#L28
patterndb::parser almalinux-8-x86_64 without package_name Catchall is expected to contain Exec[patterndb::merge::default]
Failure/Error: it { is_expected.to contain_exec('patterndb::merge::default') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/simple_ruleset_spec.rb#L34
patterndb::simple::ruleset almalinux-8-x86_64 without package_name Simple ruleset without patterns is expected to contain Patterndb::Simple::Ruleset[myruleset] with parser => "default"
Failure/Error:
is_expected.to contain_patterndb__simple__ruleset('myruleset').with(
parser: 'default'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/raw_ruleset_spec.rb#L38
patterndb::raw::ruleset almalinux-8-x86_64 without package_name Raw ruleset with only source is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb]
Failure/Error: it { is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/parser_spec.rb#L38
patterndb::parser almalinux-8-x86_64 without package_name Default values (no parameters) is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/raw_ruleset_spec.rb#L54
patterndb::raw::ruleset almalinux-8-x86_64 without package_name Raw rulesets with directory is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset] with ensure => "directory"
Failure/Error: it { is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset').with(ensure: 'directory') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/simple_ruleset_spec.rb#L54
patterndb::simple::ruleset almalinux-8-x86_64 without package_name Simple ruleset with hash type for rules is expected to contain Patterndb::Simple::Ruleset[myruleset] with parser => "default"
Failure/Error:
is_expected.to contain_patterndb__simple__ruleset('myruleset').with(
parser: 'default'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/parser_spec.rb#L52
patterndb::parser almalinux-8-x86_64 without package_name With optional syslog-ng module is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml --module=foo --module=bar && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml --module=foo --module=bar && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 3) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/simple_ruleset_spec.rb#L60
patterndb::simple::ruleset almalinux-8-x86_64 without package_name Simple ruleset with hash type for rules is expected to contain Patterndb::Parser[default]
Failure/Error: it { is_expected.to contain_patterndb__parser('default') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/parser_spec.rb#L64
patterndb::parser almalinux-8-x86_64 without package_name with two patterndbs is expected to contain Exec[patterndb::deploy::default] with command => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml /var/lib/syslog-ng/patterndb/default.xml"
Failure/Error:
is_expected.to contain_exec('patterndb::deploy::default').with(
'command' => "pdbtool test /var/cache/syslog-ng/patterndb/default.xml && cp /var/cache/syslog-ng/patterndb/default.xml #{vardir}/patterndb/default.xml"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /home/runner/work/puppet-patterndb/puppet-patterndb/spec/fixtures/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (line: 2) on node fv-az2027-431.feurijmrmlxera100gggvxjvib.cx.internal.cloudapp.net
|
Puppet / 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193041764.AYYNn2.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193043983.6vXIkl.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_getent.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193046119.3UGkf0.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_getent.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193048225.2xL4sF.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hiera.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193050305.9gtIrc.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193050305.9gtIrc.pp, line: 8) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hiera.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193052346.dZFPaH.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193052346.dZFPaH.pp, line: 8) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hiera_puppet5.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193054363.Ze2iIV.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193054363.Ze2iIV.pp, line: 8) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hiera_puppet5.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193056440.tJQrqV.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193056440.tJQrqV.pp, line: 8) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hybrid.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193058520.rZQ5p0.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - AlmaLinux 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hybrid.pp behaves like the example 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193100600.bw2bEu.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Debian 10
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193100425.yawBNz.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - Debian 10
The operation was canceled.
|
Puppet / 7 - Ubuntu 18.04
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - Ubuntu 18.04
The operation was canceled.
|
Puppet / 8 - Rocky 8
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193044274.SDkmlb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193046429.ISt7CN.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_getent.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193048431.L6Mp7O.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_getent.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193050499.hHFS8t.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hiera.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193052559.1CwgLH.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193052559.1CwgLH.pp, line: 8) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hiera.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193054595.3sbu6l.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193054595.3sbu6l.pp, line: 8) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hiera_puppet5.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193056647.bD8PP5.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193056647.bD8PP5.pp, line: 8) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hiera_puppet5.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193058715.yFoKyc.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /tmp/apply_manifest_193058715.yFoKyc.pp, line: 8) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_hybrid.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193100775.wpBFyz.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Rocky 8:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_hybrid.pp behaves like the example 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193102839.TPi4MN.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/raw/ruleset.pp, line: 16) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/class_spec.rb:142
|
Puppet / 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - Ubuntu 20.04
The operation was canceled.
|
Puppet / 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - Ubuntu 20.04
The operation was canceled.
|
Puppet / 8 - Ubuntu 18.04
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - Ubuntu 18.04
The operation was canceled.
|
Puppet / 7 - Rocky 8
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - Rocky 8
The operation was canceled.
|
Puppet / 7 - Debian 10
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - Debian 10
The operation was canceled.
|
Puppet / 8 - Debian 11
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193100534.NNrVOE.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown variable: 'patterndb::base_dir'. (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/parser.pp, line: 49, column: 19) (file: /etc/puppetlabs/code/environments/production/modules/patterndb/manifests/simple/ruleset.pp, line: 22) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet / 8 - Debian 11
The operation was canceled.
|
Puppet / 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - AlmaLinux 8
The operation was canceled.
|
Puppet / 7 - Debian 11
Canceling since a higher priority waiting request for '44/merge' exists
|
Puppet / 7 - Debian 11
The operation was canceled.
|
Puppet / Static validations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Puppet / 8 (Ruby 3.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Puppet / 7 (Ruby 2.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|