Add TLS PSK encryption support for Zabbix hosts #1072
Triggered via pull request
February 26, 2026 12:10
Status
Failure
Total duration
14m 21s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
111 errors and 12 warnings
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L65
Puppet::Type::Zabbix_host parameters group_create munge input value "false" => false
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L65
Puppet::Type::Zabbix_host parameters group_create munge input value "true" => true
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L51
Puppet::Type::Zabbix_host munge_boolean fails on non boolean-ish values
Failure/Error: expect { described_class.new(name: 'nobody').munge_boolean('foo') }.to raise_error(Puppet::Error, 'munge_boolean only takes booleans')
expected Puppet::Error with "munge_boolean only takes booleans", got #<Puppet::ResourceError: Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert> with backtrace:
# ./lib/puppet/type/zabbix_host.rb:32:in `munge_encryption'
# ./lib/puppet/type/zabbix_host.rb:37:in `block (2 levels) in <top (required)>'
# ./vendor/bundle/ruby/3.2.0/gems/openvox-8.25.0/lib/puppet/type.rb:2255:in `block in validate'
# ./vendor/bundle/ruby/3.2.0/gems/openvox-8.25.0/lib/puppet/type.rb:2356:in `validate_resource'
# ./vendor/bundle/ruby/3.2.0/gems/openvox-8.25.0/lib/puppet/type.rb:2343:in `initialize'
# ./spec/unit/puppet/type/zabbix_host_spec.rb:52:in `new'
# ./spec/unit/puppet/type/zabbix_host_spec.rb:52:in `block (4 levels) in <top (required)>'
# ./spec/unit/puppet/type/zabbix_host_spec.rb:52:in `block (3 levels) in <top (required)>'
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges :false to false
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges :true to true
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges "false" to false
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges "true" to true
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges false to false
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/type/zabbix_host_spec.rb#L46
Puppet::Type::Zabbix_host munge_boolean munges true to true
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[nobody] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / 8 (Ruby 3.2):
spec/types/zabbix_host_spec.rb#L9
zabbix_host with default provider is expected to be a valid type
Failure/Error: raise(Puppet::Error, 'munge_encryption only takes unencrypted, psk or cert')
Puppet::ResourceError:
Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121545663.zRyvc0.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 54085,
"jsonrpc": "2.0",
"auth": "7cae16f2056a813334e14da95e8b1096"
} (file: /tmp/apply_manifest_121545663.zRyvc0.pp, line: 1)
�[mNotice: Applied catalog in 0.45 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121542780.5sBNv6.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 56978,
"jsonrpc": "2.0",
"auth": "11d2808158f0f7aa5f565f584b0557fb"
} (file: /tmp/apply_manifest_121542780.5sBNv6.pp, line: 1)
�[mNotice: Applied catalog in 0.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121540489.5IKGuX.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux9-64-openvox8.example.com in environment production in 0.03 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121540489.5IKGuX.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121538218.IyibMX.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121538218.IyibMX.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121535985.afOuiw.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121535985.afOuiw.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121533653.iJgFYl.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121533653.iJgFYl.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121550685.ewoAMY.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 3451,
"jsonrpc": "2.0",
"auth": "ea5c39fb4dd579bdb0d728752f5facab"
} (file: /tmp/apply_manifest_121550685.ewoAMY.pp, line: 1)
�[mNotice: Applied catalog in 0.42 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121548293.2z7Onr.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 5415,
"jsonrpc": "2.0",
"auth": "b8f1c4ccaea9138babbd15f310609865"
} (file: /tmp/apply_manifest_121548293.2z7Onr.pp, line: 1)
�[mNotice: Applied catalog in 0.45 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121546417.pjA7cP.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121546417.pjA7cP.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121544533.BLkhTx.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121544533.BLkhTx.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121542681.wL4Mfq.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121542681.wL4Mfq.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121540674.fhEPil.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121540674.fhEPil.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121643816.viPEjt.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 75490,
"jsonrpc": "2.0",
"auth": "15380c961aad66145e6e7106669ebba3"
} (file: /tmp/apply_manifest_121643816.viPEjt.pp, line: 1)
�[mNotice: Applied catalog in 0.22 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121639818.PiteyE.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 65532,
"jsonrpc": "2.0",
"auth": "99d601c98335862396ad1e0c1c0d7b16"
} (file: /tmp/apply_manifest_121639818.PiteyE.pp, line: 1)
�[mNotice: Applied catalog in 0.37 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121636261.zYdyP6.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian12-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121636261.zYdyP6.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121632681.Vbr5mP.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian12-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121632681.Vbr5mP.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121629168.cWnDaw.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian12-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121629168.cWnDaw.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 12 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121625537.90Ce9y.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian12-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121625537.90Ce9y.pp, line: 1)
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121629744.6CtlJI.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 3946,
"jsonrpc": "2.0",
"auth": "8c1c89abd5b185e17a5068be482e5d11"
} (file: /tmp/apply_manifest_121629744.6CtlJI.pp, line: 1)
�[mNotice: Applied catalog in 0.43 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121626975.WOdxh7.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 5089,
"jsonrpc": "2.0",
"auth": "b09d877c07d387a1f429eb9f77bd7825"
} (file: /tmp/apply_manifest_121626975.WOdxh7.pp, line: 1)
�[mNotice: Applied catalog in 0.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121624777.U8pGcS.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for centos9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121624777.U8pGcS.pp, line: 1)
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121622635.ZVstGT.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for centos9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121622635.ZVstGT.pp, line: 1)
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121620472.hJb3BH.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for centos9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121620472.hJb3BH.pp, line: 1)
|
|
Puppet / OpenVox 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121618177.b96BsW.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for centos9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121618177.b96BsW.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121719581.7bKopW.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 2776,
"jsonrpc": "2.0",
"auth": "e5e945eddb70c6165bdb06d50927da89"
} (file: /tmp/apply_manifest_121719581.7bKopW.pp, line: 1)
�[mNotice: Applied catalog in 0.22 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121714750.HgrGv5.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 54473,
"jsonrpc": "2.0",
"auth": "78e0cb758555a6d7b240009dcea47aa3"
} (file: /tmp/apply_manifest_121714750.HgrGv5.pp, line: 1)
�[mNotice: Applied catalog in 0.39 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121710659.CaunQB.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian11-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121710659.CaunQB.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121706720.jdNAj4.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian11-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121706720.jdNAj4.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121702614.h9nK7I.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian11-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121702614.h9nK7I.pp, line: 1)
|
|
Puppet / OpenVox 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121658317.liE86Z.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian11-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121658317.liE86Z.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121709762.DBSVqz.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 19487,
"jsonrpc": "2.0",
"auth": "8bb92fa87d0e23e5c59da18da1e5d63d"
} (file: /tmp/apply_manifest_121709762.DBSVqz.pp, line: 1)
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121706988.RF6smB.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 50865,
"jsonrpc": "2.0",
"auth": "31b4b6a66097bcef8ee3311d1818d1bf"
} (file: /tmp/apply_manifest_121706988.RF6smB.pp, line: 1)
�[mNotice: Applied catalog in 0.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121704833.zG21Zm.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121704833.zG21Zm.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121702608.wbS1Kx.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121702608.wbS1Kx.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121700412.0xmSP0.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121700412.0xmSP0.pp, line: 1)
|
|
Puppet / OpenVox 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121658129.9a4S3D.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for rocky8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121658129.9a4S3D.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121742728.uuza86.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 63003,
"jsonrpc": "2.0",
"auth": "41120b932b6e2277fb78dfa23c2a700f"
} (file: /tmp/apply_manifest_121742728.uuza86.pp, line: 1)
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121740002.G2I9K5.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 57804,
"jsonrpc": "2.0",
"auth": "2f1e38595b77443ec0f4f6b0b046ec25"
} (file: /tmp/apply_manifest_121740002.G2I9K5.pp, line: 1)
�[mNotice: Applied catalog in 0.48 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121737877.sJtW1w.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121737877.sJtW1w.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121735715.aoehOB.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121735715.aoehOB.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121733582.cApK8W.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121733582.cApK8W.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121731379.KaX8uM.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle9-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121731379.KaX8uM.pp, line: 1)
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121857564.cyDdnj.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 86014,
"jsonrpc": "2.0",
"auth": "a3310b8177431df12dad7fe794436abe"
} (file: /tmp/apply_manifest_121857564.cyDdnj.pp, line: 1)
�[mNotice: Applied catalog in 0.23 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121850778.hfeFpW.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 92437,
"jsonrpc": "2.0",
"auth": "ef61f9def21eb8e7931003e22b0b00ca"
} (file: /tmp/apply_manifest_121850778.hfeFpW.pp, line: 1)
�[mNotice: Applied catalog in 0.39 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121844537.eSjTN1.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for ubuntu2204-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121844537.eSjTN1.pp, line: 1)
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121838092.hGS67s.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for ubuntu2204-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121838092.hGS67s.pp, line: 1)
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121831490.gwl0bp.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for ubuntu2204-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121831490.gwl0bp.pp, line: 1)
|
|
Puppet / OpenVox 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121825113.JOZGpb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for ubuntu2204-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121825113.JOZGpb.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122045792.zTz8Op.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 82582,
"jsonrpc": "2.0",
"auth": "7d0e78379b30a228b88cba4c07e86778"
} (file: /tmp/apply_manifest_122045792.zTz8Op.pp, line: 1)
�[mNotice: Applied catalog in 0.43 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122043135.kv6Fpu.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 82421,
"jsonrpc": "2.0",
"auth": "0a44451a0c8176c5ee96b153e12e0c34"
} (file: /tmp/apply_manifest_122043135.kv6Fpu.pp, line: 1)
�[mNotice: Applied catalog in 0.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122041016.DpVIiY.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_122041016.DpVIiY.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122038880.saTpvA.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_122038880.saTpvA.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122036794.txn1Ib.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_122036794.txn1Ib.pp, line: 1)
|
|
Puppet / OpenVox 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122034559.lwGYjU.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for almalinux8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_122034559.lwGYjU.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L164
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface ip configured
Failure/Error: expect(test1['interfaces'][0]['ip']).to eq('127.0.0.1')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L160
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com has a correct interface dns configured
Failure/Error: expect(test1['interfaces'][0]['dns']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L156
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is in group TestgroupOne
Failure/Error: expect(test1['groups'].map { |g| g['name'] }).to eq(['TestgroupOne'])
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L152
zabbix_host type create zabbix_host resources with zabbix version 6.0 test1.example.com is created
Failure/Error: expect(test1['host']).to eq('test1.example.com')
NoMethodError:
undefined method `[]' for nil:NilClass
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L10
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121932913.6pGg1B.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 56746,
"jsonrpc": "2.0",
"auth": "9eb01f31b69ae869c50efaa0a294b857"
} (file: /tmp/apply_manifest_121932913.6pGg1B.pp, line: 1)
�[mNotice: Applied catalog in 0.42 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-4.3.0/lib/voxpupuli/acceptance/examples.rb#L6
zabbix_host type create zabbix_host resources with zabbix version 6.0 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121930371.8qIQxT.pp
Last 10 lines of output were:
"tls_subject": "MyClientCertificate",
"tls_psk_identity": null,
"tls_psk": null
}
],
"id": 31050,
"jsonrpc": "2.0",
"auth": "955bdb784dd503e3abe7d75f05b72f6f"
} (file: /tmp/apply_manifest_121930371.8qIQxT.pp, line: 1)
�[mNotice: Applied catalog in 0.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/zabbix_host_spec.rb:117
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L113
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without changes
Failure/Error: apply_manifest(pp3, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121928332.x2Crt8.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121928332.x2Crt8.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L109
zabbix_host type create zabbix_host resources with zabbix version 6.0 creates hosts with SNMP interface and details without errors
Failure/Error: apply_manifest(pp3, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121926294.iMZyzY.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test3.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121926294.iMZyzY.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L84
zabbix_host type create zabbix_host resources with zabbix version 6.0 works without changes on the fourth apply
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121924233.0xQvDb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121924233.0xQvDb.pp, line: 1)
|
|
Puppet / OpenVox 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/zabbix_host_spec.rb#L80
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the third apply
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-openvox8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121922093.6Yp9HP.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for oracle8-64-openvox8.example.com in environment production in 0.02 seconds
Error: Validation of Zabbix_host[test1.example.com] failed: munge_encryption only takes unencrypted, psk or cert (file: /tmp/apply_manifest_121922093.6Yp9HP.pp, line: 1)
|
|
Puppet / Test suite
Process completed with exit code 1.
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system FreeBSD 13
|
|
Puppet / Static validations:
metadata.json#L0
Skipping EOL operating system Ubuntu 20.04
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on ubuntu-20.04-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on centos-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-9-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-8-x86_64 with systemd active
Skipped: user package provided instead systemd::unit_file
|