Skip to content

Add support for FreeBSD #108

Add support for FreeBSD

Add support for FreeBSD #108

Triggered via pull request September 3, 2024 19:04
@smortexsmortex
synchronize #48
freebsd
Status Failure
Total duration 6m 0s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
22s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

144 errors
Puppet / 7 - CentOS 7
Process completed with exit code 1.
Puppet / 8 - CentOS 7
Process completed with exit code 1.
Puppet / 7 - CentOS 8
Process completed with exit code 1.
Puppet / 8 - CentOS 8
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/defines/raw_ruleset_spec.rb#L34
patterndb::raw::ruleset freebsd-13-amd64 without package_name Raw ruleset with only source is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb] Failure/Error: is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb') expected that the catalogue would contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb]
Puppet / 8 (Ruby 3.2): spec/defines/raw_ruleset_spec.rb#L47
patterndb::raw::ruleset freebsd-13-amd64 without package_name Raw rulesets with directory is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset] with ensure => "directory" Failure/Error: is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset').with( ensure: 'directory' ) expected that the catalogue would contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset]
Puppet / 8 (Ruby 3.2): spec/classes/patterndb_spec.rb#L45
patterndb Unsupported OS without package_name is expected to raise Puppet::Error Failure/Error: it { is_expected.to raise_error(Puppet::Error) } expected Puppet::Error but nothing was raised
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L37
patterndb::simple::rule almalinux-8-x86_64 without package_name Simple invalid rule with no patterns is expected to raise Exception with message matching /patterns/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{patterns}m) } expected Exception with message matching /patterns/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil..._dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:37:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:37:in `block (5 levels) in <top (required)>'
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L47
patterndb::simple::rule almalinux-8-x86_64 without package_name Simple invalid rule with no ruleset is expected to raise Exception with message matching /ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{ruleset}m) } expected Exception with message matching /ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil..._dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:47:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:47:in `block (5 levels) in <top (required)>'
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L58
patterndb::simple::rule almalinux-8-x86_64 without package_name Simple invalid rule with inexisting ruleset is expected to raise Exception with message matching /Failed while trying to define rule.*for undeclared ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{Failed while trying to define rule.*for undeclared ruleset}m) } expected Exception with message matching /Failed while trying to define rule.*for undeclared ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil..._dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:58:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:58:in `block (5 levels) in <top (required)>'
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L69
patterndb::simple::rule almalinux-8-x86_64 without package_name Simple rule with 1 string pattern and ruleset is expected to contain Patterndb::Simple::Ruleset[myruleset] Failure/Error: is_expected.to contain_patterndb__simple__ruleset('myruleset') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Patterndb]: has no parameter named 'base_dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L77
patterndb::simple::rule almalinux-8-x86_64 without package_name Simple rule with 1 string pattern and ruleset is expected to contain Concat[patterndb_simple_ruleset-myruleset] with path => "/BASEDIR/etc/syslog-ng/patterndb.d/default/myruleset.pdb" Failure/Error: is_expected.to contain_concat('patterndb_simple_ruleset-myruleset').with( path: '/BASEDIR/etc/syslog-ng/patterndb.d/default/myruleset.pdb' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Patterndb]: has no parameter named 'base_dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L37
patterndb::simple::rule centos-7-x86_64 without package_name Simple invalid rule with no patterns is expected to raise Exception with message matching /patterns/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{patterns}m) } expected Exception with message matching /patterns/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil..._dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:37:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:37:in `block (5 levels) in <top (required)>'
Puppet / 8 (Ruby 3.2): spec/defines/simple_rule_spec.rb#L47
patterndb::simple::rule centos-7-x86_64 without package_name Simple invalid rule with no ruleset is expected to raise Exception with message matching /ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{ruleset}m) } expected Exception with message matching /ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil..._dir' (line: 2, column: 1) on node fv-az730-719.giq0qrnyxryejfd2nehpp3f3oh.ex.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:47:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:47:in `block (5 levels) in <top (required)>'
Puppet / 7 (Ruby 2.7): spec/classes/patterndb_spec.rb#L45
patterndb Unsupported OS without package_name is expected to raise Puppet::Error Failure/Error: it { is_expected.to raise_error(Puppet::Error) } expected Puppet::Error but nothing was raised
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L37
patterndb::simple::rule redhat-7-x86_64 without package_name Simple invalid rule with no patterns is expected to raise Exception with message matching /patterns/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{patterns}m) } expected Exception with message matching /patterns/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil...dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:37:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:37:in `block (5 levels) in <top (required)>'
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L47
patterndb::simple::rule redhat-7-x86_64 without package_name Simple invalid rule with no ruleset is expected to raise Exception with message matching /ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{ruleset}m) } expected Exception with message matching /ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil...dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:47:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:47:in `block (5 levels) in <top (required)>'
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L58
patterndb::simple::rule redhat-7-x86_64 without package_name Simple invalid rule with inexisting ruleset is expected to raise Exception with message matching /Failed while trying to define rule.*for undeclared ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{Failed while trying to define rule.*for undeclared ruleset}m) } expected Exception with message matching /Failed while trying to define rule.*for undeclared ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil...dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:58:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:58:in `block (5 levels) in <top (required)>'
Puppet / 7 (Ruby 2.7): spec/defines/raw_ruleset_spec.rb#L34
patterndb::raw::ruleset freebsd-13-amd64 without package_name Raw ruleset with only source is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb] Failure/Error: is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb') expected that the catalogue would contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset.pdb]
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L69
patterndb::simple::rule redhat-7-x86_64 without package_name Simple rule with 1 string pattern and ruleset is expected to contain Patterndb::Simple::Ruleset[myruleset] Failure/Error: is_expected.to contain_patterndb__simple__ruleset('myruleset') Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Patterndb]: has no parameter named 'base_dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L77
patterndb::simple::rule redhat-7-x86_64 without package_name Simple rule with 1 string pattern and ruleset is expected to contain Concat[patterndb_simple_ruleset-myruleset] with path => "/BASEDIR/etc/syslog-ng/patterndb.d/default/myruleset.pdb" Failure/Error: is_expected.to contain_concat('patterndb_simple_ruleset-myruleset').with( path: '/BASEDIR/etc/syslog-ng/patterndb.d/default/myruleset.pdb' ) Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Class[Patterndb]: has no parameter named 'base_dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/defines/raw_ruleset_spec.rb#L47
patterndb::raw::ruleset freebsd-13-amd64 without package_name Raw rulesets with directory is expected to contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset] with ensure => "directory" Failure/Error: is_expected.to contain_file('/etc/syslog-ng/patterndb.d/default/myrawruleset').with( ensure: 'directory' ) expected that the catalogue would contain File[/etc/syslog-ng/patterndb.d/default/myrawruleset]
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L37
patterndb::simple::rule centos-8-x86_64 without package_name Simple invalid rule with no patterns is expected to raise Exception with message matching /patterns/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{patterns}m) } expected Exception with message matching /patterns/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil...dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:37:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:37:in `block (5 levels) in <top (required)>'
Puppet / 7 (Ruby 2.7): spec/defines/simple_rule_spec.rb#L47
patterndb::simple::rule centos-8-x86_64 without package_name Simple invalid rule with no ruleset is expected to raise Exception with message matching /ruleset/m Failure/Error: it { expect { is_expected.to compile }.to raise_error(%r{ruleset}m) } expected Exception with message matching /ruleset/m, got #<RSpec::Expectations::ExpectationNotMetError: error during compilation: Evaluation Error: Error whil...dir' (line: 2, column: 1) on node fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> with backtrace: # ./spec/defines/simple_rule_spec.rb:47:in `block (6 levels) in <top (required)>' # ./spec/defines/simple_rule_spec.rb:47:in `block (5 levels) in <top (required)>'
Puppet / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190635350.MYS60s.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190635350.MYS60s.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190637244.Ahzk8w.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190637244.Ahzk8w.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190639011.82lSM0.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190639011.82lSM0.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190640811.RIMNeJ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190640811.RIMNeJ.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190642603.CXwJ2y.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190642603.CXwJ2y.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190644411.7eVump.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190644411.7eVump.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190646195.q4zOad.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190646195.q4zOad.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190647983.20Y6j1.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190647983.20Y6j1.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190649772.G8Ot2p.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190649772.G8Ot2p.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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 / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190651563.o6WR21.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190651563.o6WR21.pp, line: 2, column: 1) on node almalinux8-64-puppet7.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_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_190640501.Zn0gHr.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190640501.Zn0gHr.pp, line: 2, column: 1) 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_190642567.IUVM5R.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190642567.IUVM5R.pp, line: 2, column: 1) 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_190644508.9RIjoZ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190644508.9RIjoZ.pp, line: 2, column: 1) 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_190646448.iqo5lE.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190646448.iqo5lE.pp, line: 2, column: 1) 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_190648388.GS95IJ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190648388.GS95IJ.pp, line: 2, column: 1) 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_190650348.56pxYD.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190650348.56pxYD.pp, line: 2, column: 1) 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_190652305.W5UJc8.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190652305.W5UJc8.pp, line: 2, column: 1) 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_190654271.AOmMqZ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190654271.AOmMqZ.pp, line: 2, column: 1) 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_ltgt.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_190656236.6Nkq4B.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190656236.6Nkq4B.pp, line: 2, column: 1) 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_ltgt.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_190658305.0wVggf.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190658305.0wVggf.pp, line: 2, column: 1) 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 - 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_190637488.lfTlyR.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190637488.lfTlyR.pp, line: 2, column: 1) 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_190639601.BwvsZ7.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190639601.BwvsZ7.pp, line: 2, column: 1) 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_190641621.gmsHWZ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190641621.gmsHWZ.pp, line: 2, column: 1) 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_190643648.nndszb.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190643648.nndszb.pp, line: 2, column: 1) 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_190645669.gk199m.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190645669.gk199m.pp, line: 2, column: 1) 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_190647688.HSlrO8.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190647688.HSlrO8.pp, line: 2, column: 1) 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_190649716.DunqgV.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190649716.DunqgV.pp, line: 2, column: 1) 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_190651800.sEtfYu.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190651800.sEtfYu.pp, line: 2, column: 1) 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_ltgt.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_190653865.dyK9TF.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190653865.dyK9TF.pp, line: 2, column: 1) 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_ltgt.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_190655916.Pg1k6R.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190655916.Pg1k6R.pp, line: 2, column: 1) 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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190701364.ZSBRgR.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190701364.ZSBRgR.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190703341.uk9K3X.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190703341.uk9K3X.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190705133.1bnwbL.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190705133.1bnwbL.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190706960.CNTNVO.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190706960.CNTNVO.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190708773.SeXyUb.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190708773.SeXyUb.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190710624.8KRJ4F.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190710624.8KRJ4F.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190712497.RJ9Psa.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190712497.RJ9Psa.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - 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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190714301.IBZlLb.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190714301.IBZlLb.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - Rocky 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190716145.4qMMrr.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190716145.4qMMrr.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - Rocky 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190717993.2u9DuR.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190717993.2u9DuR.pp, line: 2, column: 1) on node rocky8-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190703383.gNPtcO.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190703383.gNPtcO.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190706847.5sCT4f.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190706847.5sCT4f.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190710084.i5Rveo.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190710084.i5Rveo.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190713464.znznWG.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190713464.znznWG.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190716788.rzR3NT.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190716788.rzR3NT.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190720116.XzOjPJ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190720116.XzOjPJ.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190723408.U7RaPE.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190723408.U7RaPE.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: 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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190726712.3jqdM5.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190726712.3jqdM5.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190730008.BdNV8n.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190730008.BdNV8n.pp, line: 2, column: 1) on node debian10-64-puppet7.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 / 7 - Debian 10: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190733316.L1W8Ja.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190733316.L1W8Ja.pp, line: 2, column: 1) on node debian10-64-puppet7.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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190657477.IAg0xN.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190657477.IAg0xN.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190700997.aFBw4J.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190700997.aFBw4J.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190704594.B0K096.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190704594.B0K096.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190708097.QJPK5A.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190708097.QJPK5A.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190711466.vIypJ0.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190711466.vIypJ0.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190714946.FvSOfx.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190714946.FvSOfx.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190718398.yyRGfT.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190718398.yyRGfT.pp, line: 2, column: 1) on node debian10-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: 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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190722010.xMoABN.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190722010.xMoABN.pp, line: 2, column: 1) on node debian10-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: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190725642.ARiFAz.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190725642.ARiFAz.pp, line: 2, column: 1) on node debian10-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: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190729118.tFeZa9.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190729118.tFeZa9.pp, line: 2, column: 1) on node debian10-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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190658842.3NwEuG.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190658842.3NwEuG.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190702650.SV1gcP.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190702650.SV1gcP.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190706279.tBgD3h.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190706279.tBgD3h.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190709963.jFbfQq.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190709963.jFbfQq.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190713616.gp93up.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190713616.gp93up.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190717291.Ib4ad4.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190717291.Ib4ad4.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190721040.BzHOfF.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190721040.BzHOfF.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190724695.OifJd7.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190724695.OifJd7.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190728391.66fYtU.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190728391.66fYtU.pp, line: 2, column: 1) on node debian11-64-puppet7.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 / 7 - Debian 11: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190732075.h3Pfku.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190732075.h3Pfku.pp, line: 2, column: 1) on node debian11-64-puppet7.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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190704203.wlmjya.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190704203.wlmjya.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190708485.bKgAZg.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190708485.bKgAZg.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190712357.7hvklB.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190712357.7hvklB.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190716244.DjLdRd.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190716244.DjLdRd.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190720152.LJj6hw.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190720152.LJj6hw.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190724083.07ZIDl.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190724083.07ZIDl.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190728044.6bNonZ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190728044.6bNonZ.pp, line: 2, column: 1) on node debian11-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 11: 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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190731933.q11C0H.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190731933.q11C0H.pp, line: 2, column: 1) on node debian11-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 11: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190735833.4iAjHP.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190735833.4iAjHP.pp, line: 2, column: 1) on node debian11-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 11: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190739776.GJKIk7.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190739776.GJKIk7.pp, line: 2, column: 1) on node debian11-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190704588.uBgXX5.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190704588.uBgXX5.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190709238.XzeVT8.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190709238.XzeVT8.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190713608.OGoBZV.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190713608.OGoBZV.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190718064.zJQNk9.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190718064.zJQNk9.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190722468.fpyMog.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190722468.fpyMog.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190726952.hAwdnY.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190726952.hAwdnY.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190731432.uDpElm.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190731432.uDpElm.pp, line: 2, column: 1) on node ubuntu2004-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: 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190735855.cha3Of.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190735855.cha3Of.pp, line: 2, column: 1) on node ubuntu2004-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: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190740312.N9ISnf.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190740312.N9ISnf.pp, line: 2, column: 1) on node ubuntu2004-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: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'ubuntu2004-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190744808.HL8ZJf.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190744808.HL8ZJf.pp, line: 2, column: 1) on node ubuntu2004-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190659556.N47v1A.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190659556.N47v1A.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190704810.1BK3yN.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190704810.1BK3yN.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190709745.OeF1BL.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190709745.OeF1BL.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190714793.4RAYaL.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190714793.4RAYaL.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190719809.3FPxw6.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190719809.3FPxw6.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190724937.4xZddO.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190724937.4xZddO.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190730017.TvmzYn.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190730017.TvmzYn.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: 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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190735015.eSpP4H.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190735015.eSpP4H.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190740005.ta74oN.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190740005.ta74oN.pp, line: 2, column: 1) on node ubuntu1804-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 18.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'ubuntu1804-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190744976.NQrDbE.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190744976.NQrDbE.pp, line: 2, column: 1) on node ubuntu1804-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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190702397.77ruBE.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190702397.77ruBE.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190707554.A4nv6u.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190707554.A4nv6u.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190712590.4FYBnL.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190712590.4FYBnL.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190717778.L1d3Xr.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190717778.L1d3Xr.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190722910.5pnioa.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190722910.5pnioa.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190728026.a8iXGL.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190728026.a8iXGL.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190733210.AmLcBj.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190733210.AmLcBj.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: 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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190738214.gDJHFJ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190738214.gDJHFJ.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190743402.vLePFI.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190743402.vLePFI.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 18.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'ubuntu1804-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190748598.HAC8uR.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190748598.HAC8uR.pp, line: 2, column: 1) on node ubuntu1804-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190704794.dnaLiQ.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190704794.dnaLiQ.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190710026.zDHKGl.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190710026.zDHKGl.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190715054.AUkBbW.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190715054.AUkBbW.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190719982.JGkliS.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190719982.JGkliS.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190724858.ASxUea.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190724858.ASxUea.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190729738.aBFM8y.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190729738.aBFM8y.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190734599.KF8lRw.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190734599.KF8lRw.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190739490.mvzDcY.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190739490.mvzDcY.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
patterndb class Example OK_ltgt.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190744411.1r7NfE.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190744411.1r7NfE.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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 / 7 - Ubuntu 20.04: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
patterndb class Example OK_ltgt.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 'ubuntu2004-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_190749327.dPCPLX.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, Class[Patterndb]: has no parameter named 'base_dir' (file: /tmp/apply_manifest_190749327.dPCPLX.pp, line: 2, column: 1) on node ubuntu2004-64-puppet7.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